Trace number 3393893

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-05-14 (fixed)? (TO) 5000.08 5001.53

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark162.983
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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

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

running on 4 cores: 0,2,4,6

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: 0.00 0.00 0.00 2/525 24351
/proc/meminfo: memFree=7132072/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=14476 CPUtime=0.01 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 446 0 0 0 1 0 0 0 18 0 1 0 718598365 14823424 387 33554432000 4194304 4479436 140734982435456 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 3619 387 267 70 0 739 0

[startup+0.119929 s]
/proc/loadavg: 0.00 0.00 0.00 2/525 24351
/proc/meminfo: memFree=7132072/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=17476 CPUtime=0.1 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 2946 0 0 0 10 0 0 0 18 0 1 0 718598365 17895424 1418 33554432000 4194304 4479436 140734982435456 18446744073709551615 4244438 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 4369 1434 279 70 0 1489 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17476

[startup+0.200914 s]
/proc/loadavg: 0.00 0.00 0.00 2/525 24351
/proc/meminfo: memFree=7132072/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=22236 CPUtime=0.18 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 7154 0 0 0 18 0 0 0 18 0 1 0 718598365 22769664 2922 33554432000 4194304 4479436 140734982435456 18446744073709551615 4303024 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 5559 2922 294 70 0 2679 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 22236

[startup+0.300895 s]
/proc/loadavg: 0.00 0.00 0.00 2/525 24351
/proc/meminfo: memFree=7132072/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=25508 CPUtime=0.28 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 7977 0 0 0 28 0 0 0 18 0 1 0 718598365 26120192 3745 33554432000 4194304 4479436 140734982435456 18446744073709551615 4340715 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 6377 3745 299 70 0 3497 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25508

[startup+0.700839 s]
/proc/loadavg: 0.00 0.00 0.00 2/525 24351
/proc/meminfo: memFree=7132072/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=25648 CPUtime=0.69 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 8595 0 0 0 68 1 0 0 18 0 1 0 718598365 26263552 3545 33554432000 4194304 4479436 140734982435456 18446744073709551615 4395740 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 6412 3545 314 70 0 3532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25648

[startup+1.5007 s]
/proc/loadavg: 0.00 0.00 0.00 3/531 24357
/proc/meminfo: memFree=7098316/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=31032 CPUtime=1.48 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 10198 0 0 0 147 1 0 0 20 0 1 0 718598365 31776768 5148 33554432000 4194304 4479436 140734982435456 18446744073709551615 4311664 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 7758 5148 315 70 0 4878 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31032

[startup+3.10042 s]
/proc/loadavg: 0.00 0.00 0.00 3/531 24357
/proc/meminfo: memFree=7093728/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=31032 CPUtime=3 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 10198 0 0 0 298 2 0 0 25 0 1 0 718598365 31776768 5148 33554432000 4194304 4479436 140734982435456 18446744073709551615 4304690 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 7758 5148 315 70 0 4878 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 31032

[startup+6.3008 s]
/proc/loadavg: 0.24 0.05 0.02 2/527 24373
/proc/meminfo: memFree=7117796/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=26936 CPUtime=5.71 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 10201 0 0 0 566 5 0 0 25 0 1 0 718598365 27582464 4127 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/24351/statm: 6734 4127 318 70 0 3854 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 26936

[startup+12.7008 s]
/proc/loadavg: 0.30 0.07 0.02 3/531 24384
/proc/meminfo: memFree=7042000/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=26936 CPUtime=12.08 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 10201 0 0 0 1203 5 0 0 25 0 1 0 718598365 27582464 4127 33554432000 4194304 4479436 140734982435456 18446744073709551615 4397904 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/24351/statm: 6734 4127 318 70 0 3854 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 26936

[startup+25.5006 s]
/proc/loadavg: 0.75 0.18 0.06 3/531 24384
/proc/meminfo: memFree=7017932/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=31872 CPUtime=24.18 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 11435 0 0 0 2408 10 0 0 25 0 1 0 718598365 32636928 5361 33554432000 4194304 4479436 140734982435456 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 7968 5361 318 70 0 5088 0
Current children cumulated CPU time (s) 24.18
Current children cumulated vsize (KiB) 31872

[startup+51.1012 s]
/proc/loadavg: 1.18 0.32 0.11 3/531 24384
/proc/meminfo: memFree=7009256/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=33504 CPUtime=49.77 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 11843 0 0 0 4967 10 0 0 25 0 1 0 718598365 34308096 5769 33554432000 4194304 4479436 140734982435456 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 8376 5769 318 70 0 5496 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 33504

[startup+102.3 s]
/proc/loadavg: 1.64 0.58 0.20 3/531 24386
/proc/meminfo: memFree=7007612/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=33504 CPUtime=100.98 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 11843 0 0 0 10088 10 0 0 25 0 1 0 718598365 34308096 5769 33554432000 4194304 4479436 140734982435456 18446744073709551615 4382344 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 8376 5769 318 70 0 5496 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 33504

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/531 24388
/proc/meminfo: memFree=6991596/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=47820 CPUtime=160.97 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 22542 0 0 0 16086 11 0 0 25 0 1 0 718598365 48967680 9388 33554432000 4194304 4479436 140734982435456 18446744073709551615 4350609 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11955 9388 326 70 0 9075 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 47820

[startup+222.32 s]
/proc/loadavg: 1.95 1.04 0.42 3/531 24390
/proc/meminfo: memFree=6975324/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=49496 CPUtime=220.98 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26462 0 0 0 22087 11 0 0 25 0 1 0 718598365 50683904 9775 33554432000 4194304 4479436 140734982435456 18446744073709551615 4304664 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12374 9775 326 70 0 9494 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 49496

[startup+282.3 s]
/proc/loadavg: 2.07 1.24 0.52 3/531 24390
/proc/meminfo: memFree=6979024/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=44364 CPUtime=280.97 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26939 0 0 0 28086 11 0 0 25 0 1 0 718598365 45428736 8492 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11091 8492 326 70 0 8211 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 44364

[startup+342.301 s]
/proc/loadavg: 2.06 1.39 0.62 3/531 24419
/proc/meminfo: memFree=7075524/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=44364 CPUtime=340.97 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26939 0 0 0 34086 11 0 0 25 0 1 0 718598365 45428736 8492 33554432000 4194304 4479436 140734982435456 18446744073709551615 4380541 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11091 8492 326 70 0 8211 0
Current children cumulated CPU time (s) 340.97
Current children cumulated vsize (KiB) 44364

[startup+402.32 s]
/proc/loadavg: 2.18 1.53 0.71 3/531 24421
/proc/meminfo: memFree=7066688/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=44316 CPUtime=400.98 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26939 0 0 0 40086 12 0 0 25 0 1 0 718598365 45379584 8480 33554432000 4194304 4479436 140734982435456 18446744073709551615 4451930 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11079 8480 326 70 0 8199 0
Current children cumulated CPU time (s) 400.98
Current children cumulated vsize (KiB) 44316

[startup+462.3 s]
/proc/loadavg: 2.14 1.63 0.80 3/531 24423
/proc/meminfo: memFree=7057624/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=44248 CPUtime=460.96 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26939 0 0 0 46084 12 0 0 25 0 1 0 718598365 45309952 8463 33554432000 4194304 4479436 140734982435456 18446744073709551615 4451131 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11062 8463 326 70 0 8182 0
Current children cumulated CPU time (s) 460.96
Current children cumulated vsize (KiB) 44248

[startup+522.301 s]
/proc/loadavg: 2.05 1.70 0.87 3/531 24425
/proc/meminfo: memFree=7056484/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=44184 CPUtime=520.96 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26939 0 0 0 52084 12 0 0 25 0 1 0 718598365 45244416 8447 33554432000 4194304 4479436 140734982435456 18446744073709551615 4380259 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11046 8447 326 70 0 8166 0
Current children cumulated CPU time (s) 520.96
Current children cumulated vsize (KiB) 44184

[startup+582.301 s]
/proc/loadavg: 2.02 1.75 0.94 3/531 24425
/proc/meminfo: memFree=7057592/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=44124 CPUtime=580.96 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 26939 0 0 0 58084 12 0 0 25 0 1 0 718598365 45182976 8432 33554432000 4194304 4479436 140734982435456 18446744073709551615 4346648 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 11031 8432 326 70 0 8151 0
Current children cumulated CPU time (s) 580.96
Current children cumulated vsize (KiB) 44124

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.01 2.04 1.98 3/531 24531
/proc/meminfo: memFree=7038380/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48988 CPUtime=4060.88 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 406075 13 0 0 25 0 1 0 718598365 50163712 9648 33554432000 4194304 4479436 140734982435456 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12247 9648 326 70 0 9367 0
Current children cumulated CPU time (s) 4060.88
Current children cumulated vsize (KiB) 48988

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/531 24533
/proc/meminfo: memFree=7037876/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48988 CPUtime=4120.88 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 412075 13 0 0 25 0 1 0 718598365 50163712 9648 33554432000 4194304 4479436 140734982435456 18446744073709551615 4307215 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12247 9648 326 70 0 9367 0
Current children cumulated CPU time (s) 4120.88
Current children cumulated vsize (KiB) 48988

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/531 24533
/proc/meminfo: memFree=7038480/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48988 CPUtime=4180.88 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 418075 13 0 0 25 0 1 0 718598365 50163712 9648 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12247 9648 326 70 0 9367 0
Current children cumulated CPU time (s) 4180.88
Current children cumulated vsize (KiB) 48988

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/531 24535
/proc/meminfo: memFree=7038964/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4240.89 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 424076 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4452511 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4240.89
Current children cumulated vsize (KiB) 48984

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/531 24537
/proc/meminfo: memFree=7038080/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4300.87 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 430074 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450912 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4300.87
Current children cumulated vsize (KiB) 48984

[startup+4362.32 s]
/proc/loadavg: 2.12 2.04 1.99 3/531 24539
/proc/meminfo: memFree=7038192/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4360.89 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 436076 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4360.89
Current children cumulated vsize (KiB) 48984

[startup+4422.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/531 24541
/proc/meminfo: memFree=7037432/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4420.87 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 442074 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4420.87
Current children cumulated vsize (KiB) 48984

[startup+4482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/531 24541
/proc/meminfo: memFree=7038652/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4480.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 448073 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4330660 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4480.86
Current children cumulated vsize (KiB) 48984

[startup+4542.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/531 24543
/proc/meminfo: memFree=7038756/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4540.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 454073 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4540.86
Current children cumulated vsize (KiB) 48984

[startup+4602.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/531 24545
/proc/meminfo: memFree=7037500/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4600.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 460073 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4600.86
Current children cumulated vsize (KiB) 48984

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 24547
/proc/meminfo: memFree=7037612/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=48984 CPUtime=4660.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 29160 0 0 0 466073 13 0 0 25 0 1 0 718598365 50159616 9647 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450981 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 12246 9647 326 70 0 9366 0
Current children cumulated CPU time (s) 4660.86
Current children cumulated vsize (KiB) 48984

[startup+4722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 24549
/proc/meminfo: memFree=7030656/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=4720.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 472073 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450896 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 4720.86
Current children cumulated vsize (KiB) 57172

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 24549
/proc/meminfo: memFree=7030892/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=4780.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 478073 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 4780.86
Current children cumulated vsize (KiB) 57172

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 24551
/proc/meminfo: memFree=7030876/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=4840.86 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 484073 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 4840.86
Current children cumulated vsize (KiB) 57172

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 24553
/proc/meminfo: memFree=7030864/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=4900.87 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 490074 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4380256 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 4900.87
Current children cumulated vsize (KiB) 57172

[startup+4962.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/531 24555
/proc/meminfo: memFree=7029488/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=4960.85 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 496072 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4330617 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 4960.85
Current children cumulated vsize (KiB) 57172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 2.12 2.06 2.01 3/531 24555
/proc/meminfo: memFree=7029476/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=5000.07 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 499994 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 57172

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

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

[startup+5001.5 s]
/proc/loadavg: 2.12 2.06 2.01 3/531 24555
/proc/meminfo: memFree=7029476/32951132 swapFree=54105136/67111528
[pid=24351] ppid=24349 vsize=57172 CPUtime=5000.07 cores=0,2,4,6
/proc/24351/stat : 24351 (MPhaseSAT64) R 24349 24351 24318 0 -1 4202496 31208 0 0 0 499994 13 0 0 25 0 1 0 718598365 58544128 11694 33554432000 4194304 4479436 140734982435456 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/24351/statm: 14293 11694 326 70 0 11413 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 57172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.53
CPU time (s): 5000.08
CPU user time (s): 4999.95
CPU system time (s): 0.136979
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 65656

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

runsolver used 27.1849 second user time and 56.4964 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-22 15:13:17
IDJOB=3393893
IDBENCH=20529
IDSOLVER=1879
FILE ID=node128/3393893-1306069997
RUNJOBID= node128-1306069996-24336
PBS_JOBID= 13387875
Free space on /tmp= 73248 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3393893-1306069997/watcher-3393893-1306069997 -o /tmp/evaluation-result-3393893-1306069997/solver-3393893-1306069997 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3393893-1306069997.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=910862082

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       7132724 kB
Buffers:        203144 kB
Cached:        4169932 kB
SwapCached:      78180 kB
Active:       10023852 kB
Inactive:     15502532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       7132724 kB
SwapTotal:    67111528 kB
SwapFree:     54105136 kB
Dirty:           10136 kB
Writeback:           0 kB
AnonPages:    21083872 kB
Mapped:          19048 kB
Slab:           110068 kB
PageTables:     112224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174776756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73252 MiB
End job on node128 at 2011-05-22 16:36:41