Trace number 3445627

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.11 4999.93

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3445627-1306967067/watcher-3445627-1306967067 -o /tmp/evaluation-result-3445627-1306967067/solver-3445627-1306967067 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445627-1306967067.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: 2.07 3.96 6.16 2/514 27607
/proc/meminfo: memFree=22357792/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=7208 CPUtime=0.01 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 412 0 0 0 1 0 0 0 25 0 1 0 789122276 7380992 353 33554432000 134512640 134731564 4292782624 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 1802 353 225 54 0 1112 0

[startup+0.093553 s]
/proc/loadavg: 2.07 3.96 6.16 2/514 27607
/proc/meminfo: memFree=22357792/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=7208 CPUtime=0.09 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 851 0 0 0 9 0 0 0 25 0 1 0 789122276 7380992 792 33554432000 134512640 134731564 4292782624 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 1802 792 225 54 0 1112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.100551 s]
/proc/loadavg: 2.07 3.96 6.16 2/514 27607
/proc/meminfo: memFree=22357792/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=7208 CPUtime=0.09 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 892 0 0 0 9 0 0 0 25 0 1 0 789122276 7380992 833 33554432000 134512640 134731564 4292782624 18446744073709551615 134531503 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 1802 833 225 54 0 1112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.300508 s]
/proc/loadavg: 2.07 3.96 6.16 2/514 27607
/proc/meminfo: memFree=22357792/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=19668 CPUtime=0.29 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 7592 0 0 0 29 0 0 0 25 0 1 0 789122276 20140032 4431 33554432000 134512640 134731564 4292782624 18446744073709551615 134716550 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 4917 4431 251 54 0 4227 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19668

[startup+0.70043 s]
/proc/loadavg: 2.07 3.96 6.16 2/514 27607
/proc/meminfo: memFree=22357792/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=28044 CPUtime=0.68 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 9735 0 0 0 68 0 0 0 25 0 1 0 789122276 28717056 6558 33554432000 134512640 134731564 4292782624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7011 6558 271 54 0 6321 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28044

[startup+1.50028 s]
/proc/loadavg: 2.07 3.96 6.16 3/515 27608
/proc/meminfo: memFree=22331752/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=28044 CPUtime=1.48 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 9735 0 0 0 148 0 0 0 25 0 1 0 789122276 28717056 6558 33554432000 134512640 134731564 4292782624 18446744073709551615 134656015 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7011 6558 271 54 0 6321 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28044

[startup+3.10098 s]
/proc/loadavg: 2.07 3.96 6.16 3/515 27608
/proc/meminfo: memFree=22330636/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=28044 CPUtime=3.08 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 9735 0 0 0 308 0 0 0 25 0 1 0 789122276 28717056 6558 33554432000 134512640 134731564 4292782624 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7011 6558 271 54 0 6321 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28044

[startup+6.30037 s]
/proc/loadavg: 2.06 3.92 6.14 3/515 27608
/proc/meminfo: memFree=22330344/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=28044 CPUtime=6.28 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 9735 0 0 0 628 0 0 0 25 0 1 0 789122276 28717056 6558 33554432000 134512640 134731564 4292782624 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7011 6558 271 54 0 6321 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28044

[startup+12.7002 s]
/proc/loadavg: 2.06 3.89 6.11 3/515 27608
/proc/meminfo: memFree=22328908/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=29068 CPUtime=12.69 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 9973 0 0 0 1268 1 0 0 25 0 1 0 789122276 29765632 6796 33554432000 134512640 134731564 4292782624 18446744073709551615 134667250 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7267 6796 271 54 0 6577 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29068

[startup+25.5007 s]
/proc/loadavg: 2.04 3.80 6.05 3/515 27609
/proc/meminfo: memFree=22326924/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=31128 CPUtime=25.49 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 10485 0 0 0 2548 1 0 0 25 0 1 0 789122276 31875072 7308 33554432000 134512640 134731564 4292782624 18446744073709551615 134717377 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7782 7308 271 54 0 7092 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31128

[startup+51.1009 s]
/proc/loadavg: 2.17 3.68 5.95 3/515 27612
/proc/meminfo: memFree=22325408/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=31544 CPUtime=51.09 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 30329 0 0 0 5105 4 0 0 25 0 1 0 789122276 32301056 7384 33554432000 134512640 134731564 4292782624 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 7886 7384 277 54 0 7196 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31544

[startup+102.319 s]
/proc/loadavg: 2.07 3.42 5.74 3/515 27614
/proc/meminfo: memFree=22323908/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=33456 CPUtime=102.31 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 31071 0 0 0 10227 4 0 0 25 0 1 0 789122276 34258944 7908 33554432000 134512640 134731564 4292782624 18446744073709551615 134669571 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 8364 7908 277 54 0 7674 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 33456

[startup+162.301 s]
/proc/loadavg: 2.12 3.19 5.51 3/515 27615
/proc/meminfo: memFree=22318540/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=38736 CPUtime=162.29 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 32365 0 0 0 16225 4 0 0 25 0 1 0 789122276 39665664 9202 33554432000 134512640 134731564 4292782624 18446744073709551615 134659313 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 9684 9202 277 54 0 8994 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38736

[startup+222.301 s]
/proc/loadavg: 2.09 2.99 5.29 3/515 27617
/proc/meminfo: memFree=22314912/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=42696 CPUtime=222.3 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 33373 0 0 0 22225 5 0 0 25 0 1 0 789122276 43720704 10210 33554432000 134512640 134731564 4292782624 18446744073709551615 134659280 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 10674 10210 277 54 0 9984 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 42696

[startup+282.3 s]
/proc/loadavg: 2.03 2.81 5.08 3/515 27618
/proc/meminfo: memFree=22312524/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=45468 CPUtime=282.3 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 34058 0 0 0 28225 5 0 0 25 0 1 0 789122276 46559232 10895 33554432000 134512640 134731564 4292782624 18446744073709551615 2797432 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 11367 10895 277 54 0 10677 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45468

[startup+342.301 s]
/proc/loadavg: 2.01 2.66 4.89 3/515 27620
/proc/meminfo: memFree=22310004/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=47452 CPUtime=342.3 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 34552 0 0 0 34225 5 0 0 25 0 1 0 789122276 48590848 11389 33554432000 134512640 134731564 4292782624 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 11863 11389 277 54 0 11173 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47452

[startup+402.301 s]
/proc/loadavg: 2.00 2.53 4.71 3/515 27622
/proc/meminfo: memFree=22307852/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=49568 CPUtime=402.3 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 35084 0 0 0 40225 5 0 0 25 0 1 0 789122276 50757632 11921 33554432000 134512640 134731564 4292782624 18446744073709551615 134659748 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 12392 11921 277 54 0 11702 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49568

[startup+462.3 s]
/proc/loadavg: 2.00 2.43 4.53 3/515 27623
/proc/meminfo: memFree=22305176/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=53292 CPUtime=462.31 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 36013 0 0 0 46225 6 0 0 25 0 1 0 789122276 54571008 12850 33554432000 134512640 134731564 4292782624 18446744073709551615 2797346 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 13323 12850 277 54 0 12633 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 53292

[startup+522.301 s]
/proc/loadavg: 2.00 2.35 4.37 3/515 27625
/proc/meminfo: memFree=22303860/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=54348 CPUtime=522.31 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 36276 0 0 0 52225 6 0 0 25 0 1 0 789122276 55652352 13113 33554432000 134512640 134731564 4292782624 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 13587 13113 277 54 0 12897 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 54348

[startup+582.301 s]
/proc/loadavg: 2.10 2.32 4.23 3/515 27626
/proc/meminfo: memFree=22302916/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=55272 CPUtime=582.31 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 36481 0 0 0 58225 6 0 0 25 0 1 0 789122276 56598528 13318 33554432000 134512640 134731564 4292782624 18446744073709551615 134659568 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 13818 13318 277 54 0 13128 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 55272

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.05 3/515 27731
/proc/meminfo: memFree=22259008/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98144 CPUtime=4062.46 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46773 0 0 0 406236 10 0 0 25 0 1 0 789122276 100499456 23610 33554432000 134512640 134731564 4292782624 18446744073709551615 2797291 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24536 23610 277 54 0 23846 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 98144

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/515 27733
/proc/meminfo: memFree=22260064/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98144 CPUtime=4122.44 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46774 0 0 0 412234 10 0 0 25 0 1 0 789122276 100499456 23611 33554432000 134512640 134731564 4292782624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24536 23611 277 54 0 23846 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 98144

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/515 27734
/proc/meminfo: memFree=22260624/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98144 CPUtime=4182.44 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46774 0 0 0 418234 10 0 0 25 0 1 0 789122276 100499456 23611 33554432000 134512640 134731564 4292782624 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24536 23611 277 54 0 23846 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 98144

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/515 27736
/proc/meminfo: memFree=22260448/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98144 CPUtime=4242.44 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46775 0 0 0 424234 10 0 0 25 0 1 0 789122276 100499456 23612 33554432000 134512640 134731564 4292782624 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24536 23612 277 54 0 23846 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 98144

[startup+4302.3 s]
/proc/loadavg: 2.07 2.03 2.03 3/515 27738
/proc/meminfo: memFree=22259036/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98144 CPUtime=4302.44 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46775 0 0 0 430234 10 0 0 25 0 1 0 789122276 100499456 23612 33554432000 134512640 134731564 4292782624 18446744073709551615 134659554 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24536 23612 277 54 0 23846 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 98144

[startup+4362.3 s]
/proc/loadavg: 2.06 2.03 2.03 3/515 27739
/proc/meminfo: memFree=22260468/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98144 CPUtime=4362.45 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46781 0 0 0 436235 10 0 0 25 0 1 0 789122276 100499456 23618 33554432000 134512640 134731564 4292782624 18446744073709551615 134659467 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24536 23618 277 54 0 23846 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 98144

[startup+4422.3 s]
/proc/loadavg: 2.12 2.05 2.04 3/515 27741
/proc/meminfo: memFree=22259536/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98580 CPUtime=4422.45 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46854 0 0 0 442235 10 0 0 25 0 1 0 789122276 100945920 23691 33554432000 134512640 134731564 4292782624 18446744073709551615 2797408 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24645 23691 277 54 0 23955 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 98580

[startup+4482.3 s]
/proc/loadavg: 2.08 2.06 2.04 3/515 27742
/proc/meminfo: memFree=22259596/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98580 CPUtime=4482.45 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46854 0 0 0 448235 10 0 0 25 0 1 0 789122276 100945920 23691 33554432000 134512640 134731564 4292782624 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24645 23691 277 54 0 23955 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 98580

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.03 3/515 27744
/proc/meminfo: memFree=22259044/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98868 CPUtime=4542.45 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46898 0 0 0 454235 10 0 0 25 0 1 0 789122276 101240832 23735 33554432000 134512640 134731564 4292782624 18446744073709551615 134623119 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24717 23735 277 54 0 24027 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 98868

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/515 27746
/proc/meminfo: memFree=22258244/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=98868 CPUtime=4602.47 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 46898 0 0 0 460237 10 0 0 25 0 1 0 789122276 101240832 23735 33554432000 134512640 134731564 4292782624 18446744073709551615 134667532 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 24717 23735 277 54 0 24027 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 98868

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/515 27747
/proc/meminfo: memFree=22257688/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100084 CPUtime=4662.46 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47194 0 0 0 466236 10 0 0 25 0 1 0 789122276 102486016 24031 33554432000 134512640 134731564 4292782624 18446744073709551615 2797906 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25021 24031 277 54 0 24331 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 100084

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.01 3/515 27777
/proc/meminfo: memFree=22201168/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100084 CPUtime=4722.48 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47196 0 0 0 472238 10 0 0 25 0 1 0 789122276 102486016 24033 33554432000 134512640 134731564 4292782624 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25021 24033 277 54 0 24331 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 100084

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/515 27778
/proc/meminfo: memFree=22201976/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100084 CPUtime=4782.46 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47196 0 0 0 478236 10 0 0 25 0 1 0 789122276 102486016 24033 33554432000 134512640 134731564 4292782624 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25021 24033 277 54 0 24331 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 100084

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 27780
/proc/meminfo: memFree=22201420/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100084 CPUtime=4842.46 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47196 0 0 0 484236 10 0 0 25 0 1 0 789122276 102486016 24033 33554432000 134512640 134731564 4292782624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25021 24033 277 54 0 24331 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 100084

[startup+4902.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/515 27782
/proc/meminfo: memFree=22197536/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100084 CPUtime=4902.47 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47196 0 0 0 490236 11 0 0 25 0 1 0 789122276 102486016 24033 33554432000 134512640 134731564 4292782624 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25021 24033 277 54 0 24331 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 100084

[startup+4962.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/515 27783
/proc/meminfo: memFree=22191156/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100084 CPUtime=4962.48 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47201 0 0 0 496237 11 0 0 25 0 1 0 789122276 102486016 24038 33554432000 134512640 134731564 4292782624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25021 24038 277 54 0 24331 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 100084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.03 2.01 3/515 27784
/proc/meminfo: memFree=22190260/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100276 CPUtime=5000.1 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47246 0 0 0 499999 11 0 0 25 0 1 0 789122276 102682624 24083 33554432000 134512640 134731564 4292782624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25069 24083 277 54 0 24379 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 100276

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.06 2.03 2.01 3/515 27784
/proc/meminfo: memFree=22190260/32951124 swapFree=62999000/67111528
[pid=27607] ppid=27605 vsize=100276 CPUtime=5000.1 cores=1,3,5,7
/proc/27607/stat : 27607 (MPhaseSAT) R 27605 27607 27479 0 -1 4202496 47246 0 0 0 499999 11 0 0 25 0 1 0 789122276 102682624 24083 33554432000 134512640 134731564 4292782624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27607/statm: 25069 24083 277 54 0 24379 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 100276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4999.99
CPU system time (s): 0.114982
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 100276

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

runsolver used 24.6842 second user time and 59.7129 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-02 00:24:27
IDJOB=3445627
IDBENCH=71270
IDSOLVER=1941
FILE ID=node141/3445627-1306967067
RUNJOBID= node141-1306966733-27498
PBS_JOBID= 13497663
Free space on /tmp= 73804 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g10.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445627-1306967067/watcher-3445627-1306967067 -o /tmp/evaluation-result-3445627-1306967067/solver-3445627-1306967067 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445627-1306967067.cnf

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=352639673

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.75
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.806
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:      22358072 kB
Buffers:        154352 kB
Cached:         183096 kB
SwapCached:       8848 kB
Active:       10152816 kB
Inactive:       191528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22358072 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:            3520 kB
Writeback:           0 kB
AnonPages:    10004816 kB
Mapped:          25992 kB
Slab:           108920 kB
PageTables:      70096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150692052 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 node141 at 2011-06-02 01:47:49