Trace number 3265924

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_M 2011-02-16? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

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: 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-3265924-1303577558/watcher-3265924-1303577558 -o /tmp/evaluation-result-3265924-1303577558/solver-3265924-1303577558 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3265924-1303577558.cnf 

running on 2 cores: 4,6

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.67 2.67 3.05 1/174 18123
/proc/meminfo: memFree=16034064/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=3416 CPUtime=0 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 324 0 0 0 0 0 0 0 23 0 1 0 450171295 3497984 265 33554432000 134512640 134829744 4293777552 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 854 266 225 78 0 140 0

[startup+0.092229 s]
/proc/loadavg: 1.67 2.67 3.05 1/174 18123
/proc/meminfo: memFree=16034064/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=3888 CPUtime=0.08 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 536 0 0 0 8 0 0 0 23 0 1 0 450171295 3981312 420 33554432000 134512640 134829744 4293777552 18446744073709551615 134580689 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 972 420 240 78 0 258 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3888

[startup+0.100227 s]
/proc/loadavg: 1.67 2.67 3.05 1/174 18123
/proc/meminfo: memFree=16034064/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=3888 CPUtime=0.09 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 536 0 0 0 9 0 0 0 23 0 1 0 450171295 3981312 420 33554432000 134512640 134829744 4293777552 18446744073709551615 134580632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 972 420 240 78 0 258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3888

[startup+0.300167 s]
/proc/loadavg: 1.67 2.67 3.05 1/174 18123
/proc/meminfo: memFree=16034064/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=4720 CPUtime=0.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 850 0 0 0 29 0 0 0 24 0 1 0 450171295 4833280 706 33554432000 134512640 134829744 4293777552 18446744073709551615 134722297 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1180 706 274 78 0 466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4720

[startup+0.701094 s]
/proc/loadavg: 1.67 2.67 3.05 1/174 18123
/proc/meminfo: memFree=16034064/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=5116 CPUtime=0.69 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 961 0 0 0 69 0 0 0 25 0 1 0 450171295 5238784 817 33554432000 134512640 134829744 4293777552 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1279 817 274 78 0 565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5116

[startup+1.50097 s]
/proc/loadavg: 1.67 2.67 3.05 6/189 18261
/proc/meminfo: memFree=16024628/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=5512 CPUtime=1.49 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 1050 0 0 0 149 0 0 0 25 0 1 0 450171295 5644288 906 33554432000 134512640 134829744 4293777552 18446744073709551615 134722621 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1378 906 274 78 0 664 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5512

[startup+3.10068 s]
/proc/loadavg: 1.67 2.67 3.05 5/190 18262
/proc/meminfo: memFree=16020604/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=5512 CPUtime=3.09 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 1073 0 0 0 309 0 0 0 25 0 1 0 450171295 5644288 929 33554432000 134512640 134829744 4293777552 18446744073709551615 134620997 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1378 929 274 78 0 664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5512

[startup+6.30109 s]
/proc/loadavg: 1.86 2.69 3.06 6/190 18343
/proc/meminfo: memFree=16022400/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=5908 CPUtime=6.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 1140 0 0 0 629 0 0 0 25 0 1 0 450171295 6049792 996 33554432000 134512640 134829744 4293777552 18446744073709551615 134661606 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1477 996 274 78 0 763 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5908

[startup+12.7009 s]
/proc/loadavg: 2.03 2.71 3.06 5/190 18370
/proc/meminfo: memFree=16015760/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=5908 CPUtime=12.69 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 1140 0 0 0 1269 0 0 0 25 0 1 0 450171295 6049792 996 33554432000 134512640 134829744 4293777552 18446744073709551615 134722789 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1477 996 274 78 0 763 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5908

[startup+25.5006 s]
/proc/loadavg: 2.46 2.77 3.07 5/190 18371
/proc/meminfo: memFree=16013688/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=6540 CPUtime=25.49 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 1702 0 0 0 2549 0 0 0 25 0 1 0 450171295 6696960 1181 33554432000 134512640 134829744 4293777552 18446744073709551615 134722584 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1635 1181 275 78 0 921 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6540

[startup+51.1009 s]
/proc/loadavg: 2.99 2.87 3.10 5/190 18398
/proc/meminfo: memFree=16011112/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=7728 CPUtime=51.09 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 1999 0 0 0 5109 0 0 0 25 0 1 0 450171295 7913472 1478 33554432000 134512640 134829744 4293777552 18446744073709551615 134620788 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 1932 1478 275 78 0 1218 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7728

[startup+102.306 s]
/proc/loadavg: 3.56 3.04 3.14 5/190 18508
/proc/meminfo: memFree=15988432/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=9464 CPUtime=102.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 2425 0 0 0 10229 0 0 0 25 0 1 0 450171295 9691136 1904 33554432000 134512640 134829744 4293777552 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2366 1904 275 78 0 1652 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 9464

[startup+162.3 s]
/proc/loadavg: 3.84 3.21 3.19 5/190 18509
/proc/meminfo: memFree=15986692/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=9472 CPUtime=162.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 2651 0 0 0 16229 0 0 0 25 0 1 0 450171295 9699328 1908 33554432000 134512640 134829744 4293777552 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2368 1908 275 78 0 1654 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 9472

[startup+222.3 s]
/proc/loadavg: 3.94 3.36 3.24 5/190 18565
/proc/meminfo: memFree=15817280/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=10268 CPUtime=222.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 2843 0 0 0 22229 0 0 0 25 0 1 0 450171295 10514432 2099 33554432000 134512640 134829744 4293777552 18446744073709551615 134620951 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2567 2099 281 78 0 1853 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 10268

[startup+282.3 s]
/proc/loadavg: 3.98 3.47 3.29 5/190 18566
/proc/meminfo: memFree=15878560/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=10268 CPUtime=282.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 2855 0 0 0 28229 0 0 0 25 0 1 0 450171295 10514432 2111 33554432000 134512640 134829744 4293777552 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2567 2111 281 78 0 1853 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 10268

[startup+342.3 s]
/proc/loadavg: 3.99 3.56 3.33 5/190 18568
/proc/meminfo: memFree=15798444/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=9876 CPUtime=342.29 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 3068 0 0 0 34229 0 0 0 25 0 1 0 450171295 10113024 2028 33554432000 134512640 134829744 4293777552 18446744073709551615 134661453 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2469 2028 281 78 0 1755 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 9876

[startup+402.3 s]
/proc/loadavg: 3.99 3.64 3.37 5/190 18570
/proc/meminfo: memFree=15777856/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=11744 CPUtime=402.3 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 3522 0 0 0 40229 1 0 0 25 0 1 0 450171295 12025856 2482 33554432000 134512640 134829744 4293777552 18446744073709551615 134620979 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2936 2482 281 78 0 2222 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 11744

[startup+462.3 s]
/proc/loadavg: 3.99 3.70 3.40 5/190 18571
/proc/meminfo: memFree=15764188/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=11744 CPUtime=462.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 3522 0 0 0 46230 1 0 0 25 0 1 0 450171295 12025856 2482 33554432000 134512640 134829744 4293777552 18446744073709551615 134661178 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2936 2482 281 78 0 2222 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 11744

[startup+522.3 s]
/proc/loadavg: 3.99 3.75 3.44 5/190 18582
/proc/meminfo: memFree=15743724/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=12420 CPUtime=522.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 3662 0 0 0 52230 1 0 0 25 0 1 0 450171295 12718080 2622 33554432000 134512640 134829744 4293777552 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3105 2622 281 78 0 2391 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 12420

[startup+582.3 s]
/proc/loadavg: 3.99 3.80 3.47 5/190 18583
/proc/meminfo: memFree=15736996/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=11840 CPUtime=582.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 3677 0 0 0 58230 1 0 0 25 0 1 0 450171295 12124160 2518 33554432000 134512640 134829744 4293777552 18446744073709551615 10583938 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 2960 2518 281 78 0 2246 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 11840

[startup+642.3 s]
/proc/loadavg: 3.99 3.83 3.50 5/190 18585
/proc/meminfo: memFree=15734504/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13328 CPUtime=642.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4026 0 0 0 64230 1 0 0 25 0 1 0 450171295 13647872 2867 33554432000 134512640 134829744 4293777552 18446744073709551615 134620964 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3332 2867 281 78 0 2618 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 13328

[startup+702.3 s]
/proc/loadavg: 4.04 3.87 3.53 5/190 18587
/proc/meminfo: memFree=15726172/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13328 CPUtime=702.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4026 0 0 0 70230 1 0 0 25 0 1 0 450171295 13647872 2867 33554432000 134512640 134829744 4293777552 18446744073709551615 134620958 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3332 2867 281 78 0 2618 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 13328

[startup+762.307 s]
/proc/loadavg: 4.01 3.89 3.56 5/190 18588
/proc/meminfo: memFree=15725656/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13328 CPUtime=762.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4045 0 0 0 76231 1 0 0 25 0 1 0 450171295 13647872 2886 33554432000 134512640 134829744 4293777552 18446744073709551615 134661680 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3332 2886 281 78 0 2618 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 13328

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.58 5/190 18590
/proc/meminfo: memFree=15722664/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13264 CPUtime=822.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4180 0 0 0 82230 1 0 0 25 0 1 0 450171295 13582336 2875 33554432000 134512640 134829744 4293777552 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3316 2875 281 78 0 2602 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 13264

[startup+882.301 s]
/proc/loadavg: 4.06 3.94 3.61 5/190 18591
/proc/meminfo: memFree=15716824/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13264 CPUtime=882.31 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4180 0 0 0 88230 1 0 0 25 0 1 0 450171295 13582336 2875 33554432000 134512640 134829744 4293777552 18446744073709551615 134657906 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3316 2875 281 78 0 2602 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 13264

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.64 5/190 18593
/proc/meminfo: memFree=15700452/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13264 CPUtime=942.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4180 0 0 0 94231 1 0 0 25 0 1 0 450171295 13582336 2875 33554432000 134512640 134829744 4293777552 18446744073709551615 134661828 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3316 2875 281 78 0 2602 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 13264

[startup+1002.3 s]
/proc/loadavg: 4.07 3.97 3.66 5/190 18595
/proc/meminfo: memFree=15700560/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13944 CPUtime=1002.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4323 0 0 0 100231 1 0 0 25 0 1 0 450171295 14278656 3018 33554432000 134512640 134829744 4293777552 18446744073709551615 134620888 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3486 3018 281 78 0 2772 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 13944

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.68 5/190 18596
/proc/meminfo: memFree=15687404/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=13064 CPUtime=1062.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4424 0 0 0 106231 1 0 0 25 0 1 0 450171295 13377536 2825 33554432000 134512640 134829744 4293777552 18446744073709551615 134621242 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3266 2825 281 78 0 2552 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 13064

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.69 5/190 18598
/proc/meminfo: memFree=15664328/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=14412 CPUtime=1122.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4734 0 0 0 112231 1 0 0 25 0 1 0 450171295 14757888 3135 33554432000 134512640 134829744 4293777552 18446744073709551615 134661801 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3603 3135 281 78 0 2889 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 14412

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 18599
/proc/meminfo: memFree=15648692/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=15076 CPUtime=1182.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 4913 0 0 0 118231 1 0 0 25 0 1 0 450171295 15437824 3314 33554432000 134512640 134829744 4293777552 18446744073709551615 134661860 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 3769 3314 281 78 0 3055 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 15076

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 18601
/proc/meminfo: memFree=15646316/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=17092 CPUtime=1242.32 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 5348 0 0 0 124231 1 0 0 25 0 1 0 450171295 17502208 3749 33554432000 134512640 134829744 4293777552 18446744073709551615 134722621 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 4273 3749 281 78 0 3559 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 17092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.74 6/190 18603
/proc/meminfo: memFree=15645316/32951124 swapFree=67111528/67111528
[pid=18123] ppid=18121 vsize=18172 CPUtime=1300.04 cores=4,6
/proc/18123/stat : 18123 (MPhaseSAT_M) R 18121 18123 18093 0 -1 4202496 5608 0 0 0 130002 2 0 0 25 0 1 0 450171295 18608128 4009 33554432000 134512640 134829744 4293777552 18446744073709551615 134661838 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18123/statm: 4543 4009 281 78 0 3829 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 18172

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.04
CPU user time (s): 1300.02
CPU system time (s): 0.020996
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 18172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5608
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= 13
involuntary context switches= 1919

runsolver used 2.31265 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 18:52:38
IDJOB=3265924
IDBENCH=85841
IDSOLVER=1522
FILE ID=node142/3265924-1303577558
RUNJOBID= node142-1303577558-18112
PBS_JOBID= 13150327
Free space on /tmp= 71364 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265924-1303577558/watcher-3265924-1303577558 -o /tmp/evaluation-result-3265924-1303577558/solver-3265924-1303577558 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3265924-1303577558.cnf

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1523021544

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      16034344 kB
Buffers:       2064824 kB
Cached:       14217188 kB
SwapCached:          0 kB
Active:        6718012 kB
Inactive:      9628624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16034344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:       64136 kB
Mapped:          14352 kB
Slab:           504620 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188008 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= 71340 MiB
End job on node142 at 2011-04-23 19:14:20