Trace number 3445841

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
MPhaseSAT 2011-02-15? (TO) 5000.04 4999.92

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark930.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


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: 977)

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-3445841-1306983742/watcher-3445841-1306983742 -o /tmp/evaluation-result-3445841-1306983742/solver-3445841-1306983742 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445841-1306983742.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.01 1.09 1/446 32202
/proc/meminfo: memFree=31635428/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=3476 CPUtime=0.01 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 377 0 2 0 1 0 0 0 24 0 1 0 809972982 3559424 321 33554432000 134512640 134731564 4288221344 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 869 321 225 54 0 179 0

[startup+0.0425629 s]
/proc/loadavg: 1.04 1.01 1.09 1/446 32202
/proc/meminfo: memFree=31635428/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=5908 CPUtime=0.03 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1261 0 2 0 3 0 0 0 24 0 1 0 809972982 6049792 979 33554432000 134512640 134731564 4288221344 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1477 979 256 54 0 787 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5908

[startup+0.100553 s]
/proc/loadavg: 1.04 1.01 1.09 1/446 32202
/proc/meminfo: memFree=31635428/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=7160 CPUtime=0.09 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1554 0 2 0 9 0 0 0 25 0 1 0 809972982 7331840 1271 33554432000 134512640 134731564 4288221344 18446744073709551615 134659359 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1790 1271 271 54 0 1100 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7160

[startup+0.300578 s]
/proc/loadavg: 1.04 1.01 1.09 1/446 32202
/proc/meminfo: memFree=31635428/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=7160 CPUtime=0.29 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1554 0 2 0 29 0 0 0 25 0 1 0 809972982 7331840 1271 33554432000 134512640 134731564 4288221344 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1790 1271 271 54 0 1100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7160

[startup+0.700505 s]
/proc/loadavg: 1.04 1.01 1.09 1/446 32202
/proc/meminfo: memFree=31635428/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=7160 CPUtime=0.69 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1554 0 2 0 69 0 0 0 25 0 1 0 809972982 7331840 1271 33554432000 134512640 134731564 4288221344 18446744073709551615 134723320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1790 1271 271 54 0 1100 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7160

[startup+1.50037 s]
/proc/loadavg: 1.04 1.01 1.09 3/447 32203
/proc/meminfo: memFree=31628980/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=7300 CPUtime=1.49 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1595 0 2 0 149 0 0 0 25 0 1 0 809972982 7475200 1312 33554432000 134512640 134731564 4288221344 18446744073709551615 134659508 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1825 1312 271 54 0 1135 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7300

[startup+3.10102 s]
/proc/loadavg: 1.04 1.01 1.09 3/447 32203
/proc/meminfo: memFree=31626624/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=7572 CPUtime=3.09 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1667 0 2 0 309 0 0 0 25 0 1 0 809972982 7753728 1384 33554432000 134512640 134731564 4288221344 18446744073709551615 9912062 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1893 1384 271 54 0 1203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7572

[startup+6.30046 s]
/proc/loadavg: 1.12 1.03 1.09 3/447 32203
/proc/meminfo: memFree=31625680/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=8240 CPUtime=6.29 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 1839 0 2 0 629 0 0 0 25 0 1 0 809972982 8437760 1556 33554432000 134512640 134731564 4288221344 18446744073709551615 134721131 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 2060 1556 271 54 0 1370 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8240

[startup+12.7003 s]
/proc/loadavg: 1.19 1.04 1.10 3/447 32203
/proc/meminfo: memFree=31622424/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=9464 CPUtime=12.69 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 2118 0 2 0 1269 0 0 0 25 0 1 0 809972982 9691136 1835 33554432000 134512640 134731564 4288221344 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 2366 1835 271 54 0 1676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9464

[startup+25.5001 s]
/proc/loadavg: 1.37 1.09 1.11 3/447 32204
/proc/meminfo: memFree=31621196/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=10424 CPUtime=25.49 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 2326 0 2 0 2549 0 0 0 25 0 1 0 809972982 10674176 2043 33554432000 134512640 134731564 4288221344 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 2606 2043 271 54 0 1916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10424

[startup+51.1006 s]
/proc/loadavg: 1.58 1.16 1.13 3/447 32205
/proc/meminfo: memFree=31622904/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=7596 CPUtime=51.09 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 3611 0 2 0 5109 0 0 0 25 0 1 0 809972982 7778304 1470 33554432000 134512640 134731564 4288221344 18446744073709551615 134723670 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 1899 1470 284 54 0 1209 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7596

[startup+102.317 s]
/proc/loadavg: 1.82 1.29 1.18 3/447 32206
/proc/meminfo: memFree=31618532/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=9080 CPUtime=102.31 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 3927 0 2 0 10231 0 0 0 25 0 1 0 809972982 9297920 1786 33554432000 134512640 134731564 4288221344 18446744073709551615 134620933 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 2270 1786 284 54 0 1580 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 9080

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.22 3/447 32210
/proc/meminfo: memFree=31613600/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=12616 CPUtime=162.29 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 4812 0 2 0 16229 0 0 0 25 0 1 0 809972982 12918784 2671 33554432000 134512640 134731564 4288221344 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3154 2671 284 54 0 2464 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 12616

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.27 3/447 32212
/proc/meminfo: memFree=31613888/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=12616 CPUtime=222.29 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 4834 0 2 0 22229 0 0 0 25 0 1 0 809972982 12918784 2693 33554432000 134512640 134731564 4288221344 18446744073709551615 134659399 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3154 2693 284 54 0 2464 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12616

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.31 3/447 32214
/proc/meminfo: memFree=31613580/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=12980 CPUtime=282.3 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 4896 0 2 0 28230 0 0 0 25 0 1 0 809972982 13291520 2755 33554432000 134512640 134731564 4288221344 18446744073709551615 134620922 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3245 2755 284 54 0 2555 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 12980

[startup+342.3 s]
/proc/loadavg: 2.03 1.69 1.36 3/447 32215
/proc/meminfo: memFree=31612916/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=14008 CPUtime=342.3 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 5144 0 2 0 34230 0 0 0 25 0 1 0 809972982 14344192 3003 33554432000 134512640 134731564 4288221344 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3502 3003 284 54 0 2812 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 14008

[startup+402.301 s]
/proc/loadavg: 2.01 1.74 1.39 3/447 32217
/proc/meminfo: memFree=31612492/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=14288 CPUtime=402.3 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 5193 0 2 0 40230 0 0 0 25 0 1 0 809972982 14630912 3052 33554432000 134512640 134731564 4288221344 18446744073709551615 134620916 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3572 3052 284 54 0 2882 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 14288

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.43 3/447 32218
/proc/meminfo: memFree=31613060/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=14464 CPUtime=462.3 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 5251 0 2 0 46230 0 0 0 25 0 1 0 809972982 14811136 3110 33554432000 134512640 134731564 4288221344 18446744073709551615 134620916 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3616 3110 284 54 0 2926 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 14464

[startup+522.301 s]
/proc/loadavg: 2.07 1.85 1.47 3/447 32247
/proc/meminfo: memFree=31616176/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=15160 CPUtime=522.3 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 5405 0 2 0 52230 0 0 0 25 0 1 0 809972982 15523840 3264 33554432000 134512640 134731564 4288221344 18446744073709551615 134614652 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3790 3264 284 54 0 3100 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 15160

[startup+582.301 s]
/proc/loadavg: 2.02 1.87 1.50 3/447 32249
/proc/meminfo: memFree=31612784/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=15160 CPUtime=582.3 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 5417 0 2 0 58230 0 0 0 25 0 1 0 809972982 15523840 3276 33554432000 134512640 134731564 4288221344 18446744073709551615 134634561 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 3790 3276 284 54 0 3100 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 15160

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 32353
/proc/meminfo: memFree=31604268/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18736 CPUtime=4062.41 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6346 0 2 0 406240 1 0 0 25 0 1 0 809972982 19185664 4205 33554432000 134512640 134731564 4288221344 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4684 4205 284 54 0 3994 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 18736

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/447 32355
/proc/meminfo: memFree=31605836/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18736 CPUtime=4122.39 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6346 0 2 0 412238 1 0 0 25 0 1 0 809972982 19185664 4205 33554432000 134512640 134731564 4288221344 18446744073709551615 134620885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4684 4205 284 54 0 3994 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 18736

[startup+4182.3 s]
/proc/loadavg: 2.13 2.03 2.00 3/447 32357
/proc/meminfo: memFree=31606276/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18736 CPUtime=4182.39 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6346 0 2 0 418238 1 0 0 25 0 1 0 809972982 19185664 4205 33554432000 134512640 134731564 4288221344 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4684 4205 284 54 0 3994 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 18736

[startup+4242.3 s]
/proc/loadavg: 2.12 2.04 2.00 3/447 32358
/proc/meminfo: memFree=31606480/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18736 CPUtime=4242.4 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6346 0 2 0 424239 1 0 0 25 0 1 0 809972982 19185664 4205 33554432000 134512640 134731564 4288221344 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4684 4205 284 54 0 3994 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 18736

[startup+4302.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/447 32360
/proc/meminfo: memFree=31607060/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18736 CPUtime=4302.4 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6346 0 2 0 430239 1 0 0 25 0 1 0 809972982 19185664 4205 33554432000 134512640 134731564 4288221344 18446744073709551615 134723658 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4684 4205 284 54 0 3994 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 18736

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 32361
/proc/meminfo: memFree=31606748/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=19292 CPUtime=4362.4 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 436239 1 0 0 25 0 1 0 809972982 19755008 4335 33554432000 134512640 134731564 4288221344 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4823 4335 284 54 0 4133 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 19292

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 32363
/proc/meminfo: memFree=31605960/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=19292 CPUtime=4422.4 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 442239 1 0 0 25 0 1 0 809972982 19755008 4335 33554432000 134512640 134731564 4288221344 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4823 4335 284 54 0 4133 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 19292

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 32365
/proc/meminfo: memFree=31605672/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=19292 CPUtime=4482.4 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 448239 1 0 0 25 0 1 0 809972982 19755008 4335 33554432000 134512640 134731564 4288221344 18446744073709551615 134718320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4823 4335 284 54 0 4133 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 19292

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 32366
/proc/meminfo: memFree=31605876/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=19292 CPUtime=4542.4 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 454239 1 0 0 25 0 1 0 809972982 19755008 4335 33554432000 134512640 134731564 4288221344 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4823 4335 284 54 0 4133 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 19292

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 32368
/proc/meminfo: memFree=31605824/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=19292 CPUtime=4602.42 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 460241 1 0 0 25 0 1 0 809972982 19755008 4335 33554432000 134512640 134731564 4288221344 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4823 4335 284 54 0 4133 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 19292

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 32369
/proc/meminfo: memFree=31604760/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=19292 CPUtime=4662.41 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 466240 1 0 0 25 0 1 0 809972982 19755008 4335 33554432000 134512640 134731564 4288221344 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4823 4335 284 54 0 4133 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 19292

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 32371
/proc/meminfo: memFree=31605092/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=4722.42 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 472241 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 18292

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 32373
/proc/meminfo: memFree=31605304/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=4782.41 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 478240 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 18292

[startup+4842.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/447 32374
/proc/meminfo: memFree=31605636/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=4842.41 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 484240 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 18292

[startup+4902.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/447 32376
/proc/meminfo: memFree=31605596/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=4902.41 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 490240 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 18292

[startup+4962.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 32377
/proc/meminfo: memFree=31605780/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=4962.41 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 496240 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134655641 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 18292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 32379
/proc/meminfo: memFree=31605748/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=5000.03 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 500002 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134659912 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 18292

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 32379
/proc/meminfo: memFree=31605748/32950928 swapFree=34365992/67111528
[pid=32202] ppid=32200 vsize=18292 CPUtime=5000.03 cores=1,3,5,7
/proc/32202/stat : 32202 (MPhaseSAT) R 32200 32202 30827 0 -1 4202496 6476 0 2 0 500002 1 0 0 25 0 1 0 809972982 18731008 4138 33554432000 134512640 134731564 4288221344 18446744073709551615 134659912 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/32202/statm: 4573 4138 284 54 0 3883 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 18292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 5000.02
CPU system time (s): 0.012998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 19292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6476
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 62910

runsolver used 22.0396 second user time and 50.5703 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-02 05:02:22
IDJOB=3445841
IDBENCH=84761
IDSOLVER=1941
FILE ID=node120/3445841-1306983742
RUNJOBID= node120-1306983742-32183
PBS_JOBID= 13497653
Free space on /tmp= 73796 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445841-1306983742/watcher-3445841-1306983742 -o /tmp/evaluation-result-3445841-1306983742/solver-3445841-1306983742 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445841-1306983742.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=964886112

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      31635584 kB
Buffers:        194588 kB
Cached:         810952 kB
SwapCached:      12852 kB
Active:         195432 kB
Inactive:       830784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31635584 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:       18816 kB
Mapped:           9612 kB
Slab:           129472 kB
PageTables:      91044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105390528 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= 73796 MiB
End job on node120 at 2011-06-02 06:25:44