Trace number 3273342

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: minisat SAT 2007? (TO) 1300.06 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17352
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  945                                                  |
0.00/0.00	c |  Number of clauses:    61409                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.49/0.58	c ============================[ Search Statistics ]==============================
0.49/0.58	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.58	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.58	c ===============================================================================
0.49/0.58	c |         0 |     900    60464   180912 |    20154        0    nan |  0.000 % |
0.49/0.58	c |       100 |     900    60464   180912 |    22170      100    167 |  0.000 % |
0.49/0.59	c |       251 |     900    60464   180912 |    24387      251    148 |  0.000 % |
0.59/0.61	c |       477 |     900    60464   180912 |    26825      477    135 |  0.000 % |
0.59/0.63	c |       814 |     900    60464   180912 |    29508      814    125 |  0.000 % |
0.59/0.67	c |      1320 |     900    60464   180912 |    32459     1320    126 |  0.000 % |
0.69/0.73	c |      2080 |     900    60464   180912 |    35705     2080    122 |  0.000 % |
0.79/0.83	c |      3219 |     900    60464   180912 |    39275     3219    123 |  0.000 % |
0.89/0.99	c |      4927 |     900    60464   180912 |    43203     4927    118 |  0.000 % |
1.29/1.30	c |      7490 |     900    60464   180912 |    47523     7490    120 |  0.000 % |
1.79/1.81	c |     11336 |     900    60464   180912 |    52276    11336    117 |  0.000 % |
2.99/3.00	c |     17105 |     900    60464   180912 |    57503    17105    117 |  0.000 % |
5.50/5.56	c |     25755 |     900    60464   180912 |    63253    25755    118 |  0.000 % |
8.89/8.97	c |     38731 |     900    60464   180912 |    69579    38731    120 |  0.000 % |
21.69/21.71	c |     58192 |     900    60464   180912 |    76537    58192    118 |  0.000 % |
41.59/41.67	c |     87387 |     900    60464   180912 |    84191    25477    102 |  0.000 % |
72.20/72.23	c |    131176 |     900    60464   180912 |    92610    69266    115 |  0.000 % |
116.79/116.85	c |    196861 |     900    60464   180912 |   101871    59716    110 |  0.000 % |
183.50/183.51	c |    295387 |     900    60464   180912 |   112058    74993    105 |  0.000 % |
280.00/280.03	c |    443177 |     900    60464   180912 |   123264    35155    100 |  0.000 % |
430.50/430.52	c |    664861 |     900    60464   180912 |   135590    50017    106 |  0.000 % |
653.52/653.56	c |    997386 |     900    60464   180912 |   149149    34964     93 |  0.000 % |
957.13/957.14	c |   1496177 |     900    60464   180912 |   164064   146157    104 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273342-1303601903/watcher-3273342-1303601903 -o /tmp/evaluation-result-3273342-1303601903/solver-3273342-1303601903 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3273342-1303601903.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.84 3.91 3.09 2/185 5067
/proc/meminfo: memFree=22031748/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=2576 CPUtime=0 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 500 0 0 0 0 0 0 0 21 0 1 0 471792706 2637824 456 33554432000 134512640 135048876 4294152720 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 644 456 50 131 0 511 0

[startup+0.064422 s]
/proc/loadavg: 3.84 3.91 3.09 2/185 5067
/proc/meminfo: memFree=22031748/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=4996 CPUtime=0.06 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 1115 0 0 0 6 0 0 0 21 0 1 0 471792706 5115904 1071 33554432000 134512640 135048876 4294152720 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 1249 1071 62 131 0 1116 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4996

[startup+0.100418 s]
/proc/loadavg: 3.84 3.91 3.09 2/185 5067
/proc/meminfo: memFree=22031748/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=5368 CPUtime=0.09 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 1144 0 0 0 9 0 0 0 21 0 1 0 471792706 5496832 1100 33554432000 134512640 135048876 4294152720 18446744073709551615 134529691 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 1342 1100 62 131 0 1209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5368

[startup+0.300379 s]
/proc/loadavg: 3.84 3.91 3.09 2/185 5067
/proc/meminfo: memFree=22031748/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=6340 CPUtime=0.29 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 1438 0 0 0 29 0 0 0 22 0 1 0 471792706 6492160 1394 33554432000 134512640 135048876 4294152720 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 1585 1394 62 131 0 1452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6340

[startup+0.700299 s]
/proc/loadavg: 3.84 3.91 3.09 2/185 5067
/proc/meminfo: memFree=22031748/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=5796 CPUtime=0.69 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 1455 0 0 0 69 0 0 0 23 0 1 0 471792706 5935104 1269 33554432000 134512640 135048876 4294152720 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 1449 1269 67 131 0 1316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5796

[startup+1.50016 s]
/proc/loadavg: 3.84 3.91 3.09 3/183 5085
/proc/meminfo: memFree=22025472/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=9640 CPUtime=1.49 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 2391 0 0 0 149 0 0 0 25 0 1 0 471792706 9871360 2205 33554432000 134512640 135048876 4294152720 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 2410 2205 67 131 0 2277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9640

[startup+3.10085 s]
/proc/loadavg: 3.84 3.91 3.09 3/180 5102
/proc/meminfo: memFree=22023976/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=13748 CPUtime=3.09 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 3443 0 0 0 309 0 0 0 25 0 1 0 471792706 14077952 3257 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 3437 3257 67 131 0 3304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13748

[startup+6.30024 s]
/proc/loadavg: 3.69 3.88 3.08 5/190 5122
/proc/meminfo: memFree=21965416/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=19340 CPUtime=6.29 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 4823 0 0 0 629 0 0 0 25 0 1 0 471792706 19804160 4637 33554432000 134512640 135048876 4294152720 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 4835 4637 67 131 0 4702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19340

[startup+12.701 s]
/proc/loadavg: 3.72 3.88 3.09 5/190 5122
/proc/meminfo: memFree=21924732/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=28852 CPUtime=12.7 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 7186 0 0 0 1269 1 0 0 25 0 1 0 471792706 29544448 7000 33554432000 134512640 135048876 4294152720 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 7213 7000 67 131 0 7080 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 28852

[startup+25.5006 s]
/proc/loadavg: 3.78 3.89 3.10 5/190 5123
/proc/meminfo: memFree=21845272/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=37856 CPUtime=25.49 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 9438 0 0 0 2548 1 0 0 25 0 1 0 471792706 38764544 9252 33554432000 134512640 135048876 4294152720 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 9464 9252 67 131 0 9331 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37856

[startup+51.1008 s]
/proc/loadavg: 3.85 3.89 3.12 5/190 5123
/proc/meminfo: memFree=21762340/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=44752 CPUtime=51.1 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 11151 0 0 0 5108 2 0 0 25 0 1 0 471792706 45826048 10965 33554432000 134512640 135048876 4294152720 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 11188 10965 67 131 0 11055 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 44752

[startup+102.307 s]
/proc/loadavg: 3.94 3.91 3.17 5/190 5125
/proc/meminfo: memFree=21660388/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=54620 CPUtime=102.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 13569 0 0 0 10228 2 0 0 25 0 1 0 471792706 55930880 13383 33554432000 134512640 135048876 4294152720 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 13655 13383 67 131 0 13522 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54620

[startup+162.301 s]
/proc/loadavg: 3.97 3.92 3.22 5/190 5126
/proc/meminfo: memFree=21590640/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=58816 CPUtime=162.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 14598 0 0 0 16227 3 0 0 25 0 1 0 471792706 60227584 14412 33554432000 134512640 135048876 4294152720 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 14704 14412 67 131 0 14571 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 58816

[startup+222.3 s]
/proc/loadavg: 3.99 3.93 3.27 5/190 5128
/proc/meminfo: memFree=21523872/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=63248 CPUtime=222.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 15695 0 0 0 22226 4 0 0 25 0 1 0 471792706 64765952 15509 33554432000 134512640 135048876 4294152720 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 15812 15509 67 131 0 15679 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63248

[startup+282.301 s]
/proc/loadavg: 4.05 3.96 3.31 5/190 5130
/proc/meminfo: memFree=21480072/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=63792 CPUtime=282.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 15826 0 0 0 28226 4 0 0 25 0 1 0 471792706 65323008 15640 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 15948 15640 67 131 0 15815 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63792

[startup+342.301 s]
/proc/loadavg: 4.02 3.96 3.35 5/190 5131
/proc/meminfo: memFree=21456104/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=64220 CPUtime=342.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 15911 0 0 0 34226 4 0 0 25 0 1 0 471792706 65761280 15725 33554432000 134512640 135048876 4294152720 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 16055 15725 67 131 0 15922 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 64220

[startup+402.3 s]
/proc/loadavg: 4.04 3.98 3.39 5/190 5133
/proc/meminfo: memFree=21422088/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=72780 CPUtime=402.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 18028 0 0 0 40225 5 0 0 25 0 1 0 471792706 74526720 17842 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 18195 17842 67 131 0 18062 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 72780

[startup+462.301 s]
/proc/loadavg: 4.01 3.98 3.43 5/190 5134
/proc/meminfo: memFree=21393784/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=72924 CPUtime=462.3 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 18048 0 0 0 46225 5 0 0 25 0 1 0 471792706 74674176 17862 33554432000 134512640 135048876 4294152720 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 18231 17862 67 131 0 18098 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 72924

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.46 5/190 5136
/proc/meminfo: memFree=21370436/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=79712 CPUtime=522.31 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 19713 0 0 0 52224 7 0 0 25 0 1 0 471792706 81625088 19527 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 19928 19527 67 131 0 19795 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 79712

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 3.49 5/190 5138
/proc/meminfo: memFree=21353412/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=80668 CPUtime=582.31 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 19927 0 0 0 58224 7 0 0 25 0 1 0 471792706 82604032 19732 33554432000 134512640 135048876 4294152720 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 20167 19732 67 131 0 20034 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 80668

[startup+642.301 s]
/proc/loadavg: 4.05 4.00 3.53 5/190 5139
/proc/meminfo: memFree=21324132/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=80668 CPUtime=642.32 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 19927 0 0 0 64225 7 0 0 25 0 1 0 471792706 82604032 19732 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 20167 19732 67 131 0 20034 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 80668

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 3.55 5/190 5141
/proc/meminfo: memFree=21299284/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=80832 CPUtime=702.32 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 19962 0 0 0 70225 7 0 0 25 0 1 0 471792706 82771968 19767 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 20208 19767 67 131 0 20075 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 80832

[startup+762.307 s]
/proc/loadavg: 4.06 4.01 3.58 5/190 5142
/proc/meminfo: memFree=21266036/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=92264 CPUtime=762.33 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 22716 0 0 0 76224 9 0 0 25 0 1 0 471792706 94478336 22521 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 23066 22521 67 131 0 22933 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 92264

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 3.61 5/190 5144
/proc/meminfo: memFree=21250124/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=92264 CPUtime=822.32 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 22738 0 0 0 82223 9 0 0 25 0 1 0 471792706 94478336 22543 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 23066 22543 67 131 0 22933 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 92264

[startup+882.3 s]
/proc/loadavg: 4.01 4.00 3.63 5/190 5146
/proc/meminfo: memFree=21235456/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=92980 CPUtime=882.33 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 22882 0 0 0 88224 9 0 0 25 0 1 0 471792706 95211520 22687 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 23245 22687 67 131 0 23112 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 92980

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/190 5147
/proc/meminfo: memFree=21221900/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=93144 CPUtime=942.33 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 22924 0 0 0 94224 9 0 0 25 0 1 0 471792706 95379456 22729 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 23286 22729 67 131 0 23153 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 93144

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 5149
/proc/meminfo: memFree=21200648/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=97056 CPUtime=1002.33 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 23917 0 0 0 100224 9 0 0 25 0 1 0 471792706 99385344 23722 33554432000 134512640 135048876 4294152720 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 24264 23722 67 131 0 24131 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 97056

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 5150
/proc/meminfo: memFree=21187340/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=97572 CPUtime=1062.33 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 24046 0 0 0 106224 9 0 0 25 0 1 0 471792706 99913728 23851 33554432000 134512640 135048876 4294152720 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 24393 23851 67 131 0 24260 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 97572

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/190 5152
/proc/meminfo: memFree=21134376/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=105516 CPUtime=1122.33 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 25960 0 0 0 112223 10 0 0 25 0 1 0 471792706 108048384 25765 33554432000 134512640 135048876 4294152720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 26379 25765 67 131 0 26246 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 105516

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.72 5/190 5154
/proc/meminfo: memFree=21106080/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=105688 CPUtime=1182.34 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 25979 0 0 0 118224 10 0 0 25 0 1 0 471792706 108224512 25784 33554432000 134512640 135048876 4294152720 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 26422 25784 67 131 0 26289 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 105688

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.74 5/190 5155
/proc/meminfo: memFree=21075052/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=106016 CPUtime=1242.34 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 26077 0 0 0 124224 10 0 0 25 0 1 0 471792706 108560384 25882 33554432000 134512640 135048876 4294152720 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 26504 25882 67 131 0 26371 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 106016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 4/188 5158
/proc/meminfo: memFree=21128480/32951124 swapFree=67111524/67111528
[pid=5067] ppid=5065 vsize=106508 CPUtime=1300.04 cores=1,3
/proc/5067/stat : 5067 (minisat_noasser) R 5065 5067 4914 0 -1 4202496 26182 0 0 0 129994 10 0 0 25 0 1 0 471792706 109064192 25987 33554432000 134512640 135048876 4294152720 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/5067/statm: 26627 25987 67 131 0 26494 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 106508

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.95
CPU system time (s): 0.108983
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 106508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2950

runsolver used 2.06669 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-24 01:38:24
IDJOB=3273342
IDBENCH=71583
IDSOLVER=1676
FILE ID=node102/3273342-1303601903
RUNJOBID= node102-1303600597-4934
PBS_JOBID= 13150588
Free space on /tmp= 70708 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273342-1303601903/watcher-3273342-1303601903 -o /tmp/evaluation-result-3273342-1303601903/solver-3273342-1303601903 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3273342-1303601903.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=1111152257

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22031896 kB
Buffers:       1551700 kB
Cached:        8747788 kB
SwapCached:          4 kB
Active:        1558448 kB
Inactive:      8813172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22031896 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:       71772 kB
Mapped:          15360 kB
Slab:           482952 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70704 MiB
End job on node102 at 2011-04-24 02:00:06