Trace number 3264955

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
MPhaseSAT64 2011-03-03? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2832
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

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-3264955-1303572211/watcher-3264955-1303572211 -o /tmp/evaluation-result-3264955-1303572211/solver-3264955-1303572211 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3264955-1303572211.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.07 1.84 5/189 19238
/proc/meminfo: memFree=14121936/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=2980 CPUtime=0 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4194304 190 0 0 0 0 0 0 0 22 0 1 0 468821879 3051520 143 33554432000 134512640 134761588 4291554656 18446744073709551615 11276112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19238/statm: 745 143 124 61 0 35 0

[startup+0.043441 s]
/proc/loadavg: 0.92 1.07 1.84 5/189 19238
/proc/meminfo: memFree=14121936/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=3704 CPUtime=0.03 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 543 0 0 0 3 0 0 0 22 0 1 0 468821879 3792896 470 33554432000 134512640 134761588 4291554656 18446744073709551615 134634834 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 926 470 271 61 0 229 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3704

[startup+0.100419 s]
/proc/loadavg: 0.92 1.07 1.84 5/189 19238
/proc/meminfo: memFree=14121936/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=3704 CPUtime=0.09 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 544 0 0 0 9 0 0 0 22 0 1 0 468821879 3792896 471 33554432000 134512640 134761588 4291554656 18446744073709551615 134634269 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 926 471 271 61 0 229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3704

[startup+0.300384 s]
/proc/loadavg: 0.92 1.07 1.84 5/189 19238
/proc/meminfo: memFree=14121936/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=3704 CPUtime=0.29 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 545 0 0 0 29 0 0 0 23 0 1 0 468821879 3792896 472 33554432000 134512640 134761588 4291554656 18446744073709551615 134621604 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 926 472 271 61 0 229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3704

[startup+0.700309 s]
/proc/loadavg: 0.92 1.07 1.84 5/189 19238
/proc/meminfo: memFree=14121936/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=4736 CPUtime=0.69 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 795 0 0 0 69 0 0 0 25 0 1 0 468821879 4849664 722 33554432000 134512640 134761588 4291554656 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 1184 722 275 61 0 487 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4736

[startup+1.50017 s]
/proc/loadavg: 0.92 1.07 1.84 5/190 19239
/proc/meminfo: memFree=14112268/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=5648 CPUtime=1.49 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 1439 0 0 0 149 0 0 0 25 0 1 0 468821879 5783552 982 33554432000 134512640 134761588 4291554656 18446744073709551615 134636536 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 1412 982 275 61 0 715 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5648

[startup+3.10087 s]
/proc/loadavg: 1.17 1.11 1.85 5/190 19239
/proc/meminfo: memFree=14109044/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=6772 CPUtime=3.09 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 1832 0 0 0 309 0 0 0 25 0 1 0 468821879 6934528 1113 33554432000 134512640 134761588 4291554656 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 1693 1113 276 61 0 996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6772

[startup+6.30028 s]
/proc/loadavg: 1.17 1.11 1.85 5/190 19239
/proc/meminfo: memFree=14102588/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8436 CPUtime=6.29 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 2549 0 0 0 629 0 0 0 25 0 1 0 468821879 8638464 1529 33554432000 134512640 134761588 4291554656 18446744073709551615 134747031 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2109 1529 276 61 0 1412 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8436

[startup+12.7001 s]
/proc/loadavg: 1.60 1.21 1.87 5/190 19239
/proc/meminfo: memFree=14098604/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8564 CPUtime=12.69 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 3285 0 0 0 1269 0 0 0 25 0 1 0 468821879 8769536 1563 33554432000 134512640 134761588 4291554656 18446744073709551615 134680525 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2141 1563 276 61 0 1444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8564

[startup+25.5008 s]
/proc/loadavg: 1.97 1.30 1.89 5/190 19239
/proc/meminfo: memFree=14097384/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9172 CPUtime=25.49 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 4509 0 0 0 2549 0 0 0 25 0 1 0 468821879 9392128 1701 33554432000 134512640 134761588 4291554656 18446744073709551615 134748334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2293 1701 283 61 0 1596 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9172

[startup+51.1011 s]
/proc/loadavg: 2.66 1.52 1.95 5/190 19240
/proc/meminfo: memFree=14093520/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=10580 CPUtime=51.09 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 7261 0 0 0 5108 1 0 0 25 0 1 0 468821879 10833920 2053 33554432000 134512640 134761588 4291554656 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2645 2053 283 61 0 1948 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10580

[startup+102.307 s]
/proc/loadavg: 3.46 1.93 2.06 5/190 19241
/proc/meminfo: memFree=14090280/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=10580 CPUtime=102.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 11517 0 0 0 10229 1 0 0 25 0 1 0 468821879 10833920 2053 33554432000 134512640 134761588 4291554656 18446744073709551615 134748081 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2645 2053 283 61 0 1948 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10580

[startup+162.301 s]
/proc/loadavg: 3.78 2.28 2.17 5/190 19270
/proc/meminfo: memFree=14091352/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9228 CPUtime=162.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 16791 0 0 0 16228 2 0 0 25 0 1 0 468821879 9449472 1736 33554432000 134512640 134761588 4291554656 18446744073709551615 134747457 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2307 1736 284 61 0 1610 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 9228

[startup+222.301 s]
/proc/loadavg: 3.92 2.61 2.29 5/190 19272
/proc/meminfo: memFree=14087992/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=16076 CPUtime=222.29 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 27022 0 0 0 22226 3 0 0 25 0 1 0 468821879 16461824 3448 33554432000 134512640 134761588 4291554656 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 4019 3448 284 61 0 3322 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 16076

[startup+282.301 s]
/proc/loadavg: 3.97 2.84 2.39 5/190 19273
/proc/meminfo: memFree=14093816/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9308 CPUtime=282.29 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 41318 0 0 0 28225 4 0 0 25 0 1 0 468821879 9531392 1755 33554432000 134512640 134761588 4291554656 18446744073709551615 134747168 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2327 1755 284 61 0 1630 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 9308

[startup+342.301 s]
/proc/loadavg: 3.99 3.06 2.49 5/190 19275
/proc/meminfo: memFree=14095652/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=10044 CPUtime=342.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 57834 0 0 0 34223 7 0 0 25 0 1 0 468821879 10285056 1907 33554432000 134512640 134761588 4291554656 18446744073709551615 134748075 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2511 1907 284 61 0 1814 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 10044

[startup+402.301 s]
/proc/loadavg: 3.99 3.22 2.58 5/190 19276
/proc/meminfo: memFree=14095516/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9724 CPUtime=402.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 74941 0 0 0 40222 8 0 0 25 0 1 0 468821879 9957376 1851 33554432000 134512640 134761588 4291554656 18446744073709551615 134747419 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2431 1851 284 61 0 1734 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 9724

[startup+462.301 s]
/proc/loadavg: 3.99 3.36 2.66 5/190 19278
/proc/meminfo: memFree=14096368/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8792 CPUtime=462.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 91419 0 0 0 46220 10 0 0 25 0 1 0 468821879 9003008 1611 33554432000 134512640 134761588 4291554656 18446744073709551615 134616763 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2198 1611 284 61 0 1501 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 8792

[startup+522.301 s]
/proc/loadavg: 4.07 3.49 2.75 5/190 19280
/proc/meminfo: memFree=14095236/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9244 CPUtime=522.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 111875 0 0 0 52217 13 0 0 25 0 1 0 468821879 9465856 1716 33554432000 134512640 134761588 4291554656 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2311 1716 284 61 0 1614 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 9244

[startup+582.301 s]
/proc/loadavg: 4.09 3.60 2.83 5/190 19281
/proc/meminfo: memFree=14095592/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=10300 CPUtime=582.3 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 126916 0 0 0 58215 15 0 0 25 0 1 0 468821879 10547200 1971 33554432000 134512640 134761588 4291554656 18446744073709551615 134618561 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2575 1971 284 61 0 1878 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 10300

[startup+642.301 s]
/proc/loadavg: 4.03 3.67 2.91 5/190 19283
/proc/meminfo: memFree=14094828/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8792 CPUtime=642.31 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 143018 0 0 0 64214 17 0 0 25 0 1 0 468821879 9003008 1604 33554432000 134512640 134761588 4291554656 18446744073709551615 134634611 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2198 1604 284 61 0 1501 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 8792

[startup+702.301 s]
/proc/loadavg: 4.01 3.72 2.97 5/190 19284
/proc/meminfo: memFree=14094180/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8792 CPUtime=702.31 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 157437 0 0 0 70212 19 0 0 25 0 1 0 468821879 9003008 1607 33554432000 134512640 134761588 4291554656 18446744073709551615 134680765 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2198 1607 284 61 0 1501 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 8792

[startup+762.306 s]
/proc/loadavg: 4.00 3.78 3.03 5/190 19286
/proc/meminfo: memFree=14095892/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8792 CPUtime=762.31 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 174523 0 0 0 76210 21 0 0 25 0 1 0 468821879 9003008 1588 33554432000 134512640 134761588 4291554656 18446744073709551615 134748075 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2198 1588 284 61 0 1501 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 8792

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 3.09 5/190 19288
/proc/meminfo: memFree=14093760/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8408 CPUtime=822.31 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 193181 0 0 0 82207 24 0 0 25 0 1 0 468821879 8609792 1531 33554432000 134512640 134761588 4291554656 18446744073709551615 134751939 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2102 1531 284 61 0 1405 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 8408

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 3.14 5/190 19289
/proc/meminfo: memFree=14096104/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9308 CPUtime=882.31 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 210252 0 0 0 88205 26 0 0 25 0 1 0 468821879 9531392 1735 33554432000 134512640 134761588 4291554656 18446744073709551615 134747530 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2327 1735 284 61 0 1630 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 9308

[startup+942.301 s]
/proc/loadavg: 4.00 3.87 3.19 5/190 19345
/proc/meminfo: memFree=14084312/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=10460 CPUtime=942.31 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 226147 0 0 0 94203 28 0 0 25 0 1 0 468821879 10711040 2027 33554432000 134512640 134761588 4291554656 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2615 2027 284 61 0 1918 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 10460

[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 3.24 5/190 19346
/proc/meminfo: memFree=14095828/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9244 CPUtime=1002.32 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 244206 0 0 0 100201 31 0 0 25 0 1 0 468821879 9465856 1707 33554432000 134512640 134761588 4291554656 18446744073709551615 134747374 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2311 1707 284 61 0 1614 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 9244

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.28 5/190 19348
/proc/meminfo: memFree=14081528/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9116 CPUtime=1062.32 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 261976 0 0 0 106199 33 0 0 25 0 1 0 468821879 9334784 1708 33554432000 134512640 134761588 4291554656 18446744073709551615 134748606 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2279 1708 284 61 0 1582 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 9116

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 3.33 5/190 19350
/proc/meminfo: memFree=14078028/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9308 CPUtime=1122.32 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 278513 0 0 0 112197 35 0 0 25 0 1 0 468821879 9531392 1732 33554432000 134512640 134761588 4291554656 18446744073709551615 134681015 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2327 1732 284 61 0 1630 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 9308

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 3.37 5/190 19351
/proc/meminfo: memFree=14077508/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=9308 CPUtime=1182.32 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 292217 0 0 0 118195 37 0 0 25 0 1 0 468821879 9531392 1731 33554432000 134512640 134761588 4291554656 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2327 1731 284 61 0 1630 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 9308

[startup+1242.3 s]
/proc/loadavg: 4.08 3.97 3.41 5/190 19353
/proc/meminfo: memFree=14060984/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8792 CPUtime=1242.32 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 308446 0 0 0 124193 39 0 0 25 0 1 0 468821879 9003008 1596 33554432000 134512640 134761588 4291554656 18446744073709551615 134622172 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2198 1596 284 61 0 1501 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 8792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 3.99 3.45 4/188 19355
/proc/meminfo: memFree=14065808/32951124 swapFree=67111528/67111528
[pid=19238] ppid=19236 vsize=8408 CPUtime=1300.03 cores=1,3
/proc/19238/stat : 19238 (MPhaseSAT64) R 19236 19238 18350 0 -1 4202496 322048 0 0 0 129962 41 0 0 25 0 1 0 468821879 8609792 1530 33554432000 134512640 134761588 4291554656 18446744073709551615 134634493 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/19238/statm: 2102 1530 284 61 0 1405 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 8408

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): 1299.62
CPU system time (s): 0.418936
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 16076

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

runsolver used 1.86072 second user time and 4.22036 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 17:23:31
IDJOB=3264955
IDBENCH=85366
IDSOLVER=1521
FILE ID=node109/3264955-1303572211
RUNJOBID= node109-1303572211-19198
PBS_JOBID= 13150303
Free space on /tmp= 71376 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264955-1303572211/watcher-3264955-1303572211 -o /tmp/evaluation-result-3264955-1303572211/solver-3264955-1303572211 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3264955-1303572211.cnf

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=981330229

node109.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	: 5332.75
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.74
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14122224 kB
Buffers:       2102240 kB
Cached:       16084692 kB
SwapCached:          0 kB
Active:        9942972 kB
Inactive:      8312820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14122224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:       67968 kB
Mapped:          16436 kB
Slab:           509984 kB
PageTables:       5892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252848 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= 71376 MiB
End job on node109 at 2011-04-23 17:45:13