Trace number 3375982

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) 1300.03 1300.03

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications 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 variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

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-3375982-1305451162/watcher-3375982-1305451162 -o /tmp/evaluation-result-3375982-1305451162/solver-3375982-1305451162 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375982-1305451162.cnf 

running on 2 cores: 5,7

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: 3.30 2.88 3.27 5/351 25734
/proc/meminfo: memFree=17372196/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=53548 CPUtime=0.01 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 446 0 0 0 1 0 0 0 23 0 1 0 656714444 54833152 388 33554432000 4194304 4479436 140733536211216 18446744073709551615 228244348672 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 13387 389 267 70 0 10507 0

[startup+0.021442 s]
/proc/loadavg: 3.30 2.88 3.27 5/351 25734
/proc/meminfo: memFree=17372196/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=53548 CPUtime=0.01 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 522 0 0 0 1 0 0 0 23 0 1 0 656714444 54833152 464 33554432000 4194304 4479436 140733536211216 18446744073709551615 228244348672 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 13387 464 267 70 0 10507 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 53548

[startup+0.100424 s]
/proc/loadavg: 3.30 2.88 3.27 5/351 25734
/proc/meminfo: memFree=17372196/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=53548 CPUtime=0.09 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 1190 0 0 0 9 0 0 0 23 0 1 0 656714444 54833152 1132 33554432000 4194304 4479436 140733536211216 18446744073709551615 228244348672 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 13387 1133 267 70 0 10507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53548

[startup+0.300392 s]
/proc/loadavg: 3.30 2.88 3.27 5/351 25734
/proc/meminfo: memFree=17372196/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=53548 CPUtime=0.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 2913 0 0 0 28 1 0 0 25 0 1 0 656714444 54833152 2855 33554432000 4194304 4479436 140733536211216 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 13387 2855 267 70 0 10507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53548

[startup+0.700321 s]
/proc/loadavg: 3.30 2.88 3.27 5/351 25734
/proc/meminfo: memFree=17372196/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=53548 CPUtime=0.69 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 6594 0 0 0 67 2 0 0 25 0 1 0 656714444 54833152 6536 33554432000 4194304 4479436 140733536211216 18446744073709551615 4213812 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 13387 6536 267 70 0 10507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53548

[startup+1.62917 s]
/proc/loadavg: 3.30 2.88 3.27 5/351 25734
/proc/meminfo: memFree=17372196/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=76644 CPUtime=1.61 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 14506 0 0 0 157 4 0 0 25 0 1 0 656714444 78483456 14448 33554432000 4194304 4479436 140733536211216 18446744073709551615 4214064 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 19161 14448 268 70 0 16281 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 76644

[startup+3.10091 s]
/proc/loadavg: 3.35 2.90 3.27 5/349 25756
/proc/meminfo: memFree=17125652/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=231812 CPUtime=3.09 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 55249 0 0 0 298 11 0 0 25 0 1 0 656714444 237375488 55173 33554432000 4194304 4479436 140733536211216 18446744073709551615 4376032 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 57953 55173 280 70 0 55073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 231812

[startup+6.31334 s]
/proc/loadavg: 3.40 2.92 3.28 5/352 25762
/proc/meminfo: memFree=16745460/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=443308 CPUtime=6.3 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 124108 0 0 0 612 18 0 0 25 0 1 0 656714444 453947392 108041 33554432000 4194304 4479436 140733536211216 18446744073709551615 4377693 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 110827 108041 306 70 0 107947 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 443308

[startup+12.7002 s]
/proc/loadavg: 3.45 2.94 3.28 5/352 25762
/proc/meminfo: memFree=16518140/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=312236 CPUtime=12.69 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 124112 0 0 0 1250 19 0 0 25 0 1 0 656714444 319729664 75277 33554432000 4194304 4479436 140733536211216 18446744073709551615 4340715 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 78059 75277 310 70 0 75179 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 312236

[startup+25.501 s]
/proc/loadavg: 3.54 2.97 3.29 5/352 25763
/proc/meminfo: memFree=16500424/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=454140 CPUtime=25.49 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 159849 0 0 0 2527 22 0 0 25 0 1 0 656714444 465039360 110753 33554432000 4194304 4479436 140733536211216 18446744073709551615 4350594 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 113535 110753 310 70 0 110655 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 454140

[startup+51.1005 s]
/proc/loadavg: 3.69 3.05 3.30 5/352 25764
/proc/meminfo: memFree=16626664/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=323860 CPUtime=51.09 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 179349 0 0 0 5084 25 0 0 25 0 1 0 656714444 331632640 78183 33554432000 4194304 4479436 140733536211216 18446744073709551615 4380259 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 80965 78183 310 70 0 78085 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 323860

[startup+102.3 s]
/proc/loadavg: 3.88 3.21 3.34 5/352 25765
/proc/meminfo: memFree=16355536/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=456380 CPUtime=102.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 212480 0 0 0 10201 28 0 0 25 0 1 0 656714444 467333120 111313 33554432000 4194304 4479436 140733536211216 18446744073709551615 4304809 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 114095 111313 310 70 0 111215 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 456380

[startup+162.301 s]
/proc/loadavg: 3.95 3.35 3.38 5/352 25766
/proc/meminfo: memFree=16310364/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=472276 CPUtime=162.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 592515 0 0 0 16154 75 0 0 25 0 1 0 656714444 483610624 97987 33554432000 4194304 4479436 140733536211216 18446744073709551615 4340859 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 118069 97987 325 70 0 115189 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 472276

[startup+222.3 s]
/proc/loadavg: 4.05 3.48 3.42 5/352 25768
/proc/meminfo: memFree=16311200/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=471972 CPUtime=222.28 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658051 0 0 0 22146 82 0 0 25 0 1 0 656714444 483299328 97911 33554432000 4194304 4479436 140733536211216 18446744073709551615 4304840 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117993 97911 325 70 0 115113 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 471972

[startup+282.301 s]
/proc/loadavg: 4.15 3.61 3.46 5/352 25770
/proc/meminfo: memFree=16314016/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=471932 CPUtime=282.3 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658051 0 0 0 28148 82 0 0 25 0 1 0 656714444 483258368 97901 33554432000 4194304 4479436 140733536211216 18446744073709551615 4340715 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117983 97901 325 70 0 115103 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 471932

[startup+342.3 s]
/proc/loadavg: 4.11 3.69 3.50 5/352 25771
/proc/meminfo: memFree=16314728/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=471888 CPUtime=342.28 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658051 0 0 0 34146 82 0 0 25 0 1 0 656714444 483213312 97890 33554432000 4194304 4479436 140733536211216 18446744073709551615 4321194 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117972 97890 325 70 0 115092 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 471888

[startup+402.313 s]
/proc/loadavg: 4.04 3.74 3.53 5/352 25773
/proc/meminfo: memFree=16444664/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=471524 CPUtime=402.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658051 0 0 0 40147 82 0 0 25 0 1 0 656714444 482840576 97799 33554432000 4194304 4479436 140733536211216 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117881 97799 325 70 0 115001 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 471524

[startup+462.3 s]
/proc/loadavg: 4.06 3.80 3.56 5/352 25774
/proc/meminfo: memFree=16444656/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=471524 CPUtime=462.27 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658051 0 0 0 46145 82 0 0 25 0 1 0 656714444 482840576 97799 33554432000 4194304 4479436 140733536211216 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117881 97799 325 70 0 115001 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 471524

[startup+522.301 s]
/proc/loadavg: 4.02 3.84 3.58 5/352 25776
/proc/meminfo: memFree=16444908/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=469432 CPUtime=522.27 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658586 0 0 0 52145 82 0 0 25 0 1 0 656714444 480698368 97504 33554432000 4194304 4479436 140733536211216 18446744073709551615 4330596 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117358 97504 325 70 0 114478 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 469432

[startup+582.3 s]
/proc/loadavg: 4.00 3.86 3.61 5/352 25778
/proc/meminfo: memFree=16451356/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=470064 CPUtime=582.27 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 658833 0 0 0 58145 82 0 0 25 0 1 0 656714444 481345536 97662 33554432000 4194304 4479436 140733536211216 18446744073709551615 4382497 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 117516 97662 325 70 0 114636 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 470064

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.63 5/352 25779
/proc/meminfo: memFree=16443924/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=477164 CPUtime=642.28 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660624 0 0 0 64145 83 0 0 25 0 1 0 656714444 488615936 99437 33554432000 4194304 4479436 140733536211216 18446744073709551615 4451876 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119291 99437 325 70 0 116411 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 477164

[startup+702.3 s]
/proc/loadavg: 4.00 3.90 3.65 5/352 25781
/proc/meminfo: memFree=16316668/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=477132 CPUtime=702.28 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660624 0 0 0 70145 83 0 0 25 0 1 0 656714444 488583168 99429 33554432000 4194304 4479436 140733536211216 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119283 99429 325 70 0 116403 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 477132

[startup+762.301 s]
/proc/loadavg: 4.00 3.92 3.67 5/352 25782
/proc/meminfo: memFree=16313408/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=477104 CPUtime=762.28 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660624 0 0 0 76145 83 0 0 25 0 1 0 656714444 488554496 99422 33554432000 4194304 4479436 140733536211216 18446744073709551615 4450925 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119276 99422 325 70 0 116396 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 477104

[startup+822.3 s]
/proc/loadavg: 4.00 3.93 3.68 5/352 25784
/proc/meminfo: memFree=16312764/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=477072 CPUtime=822.28 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660624 0 0 0 82145 83 0 0 25 0 1 0 656714444 488521728 99414 33554432000 4194304 4479436 140733536211216 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119268 99414 325 70 0 116388 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 477072

[startup+882.301 s]
/proc/loadavg: 4.06 3.97 3.71 5/352 25786
/proc/meminfo: memFree=16315104/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=477072 CPUtime=882.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660624 0 0 0 88146 83 0 0 25 0 1 0 656714444 488521728 99414 33554432000 4194304 4479436 140733536211216 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119268 99414 325 70 0 116388 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 477072

[startup+942.3 s]
/proc/loadavg: 4.05 3.99 3.73 5/352 25787
/proc/meminfo: memFree=16326860/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=476244 CPUtime=942.3 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660624 0 0 0 94147 83 0 0 25 0 1 0 656714444 487673856 99207 33554432000 4194304 4479436 140733536211216 18446744073709551615 4452093 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119061 99207 325 70 0 116181 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 476244

[startup+1002.3 s]
/proc/loadavg: 4.08 4.00 3.75 5/352 25789
/proc/meminfo: memFree=16460644/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=475880 CPUtime=1002.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 660809 0 0 0 100146 83 0 0 25 0 1 0 656714444 487301120 99116 33554432000 4194304 4479436 140733536211216 18446744073709551615 4402742 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 118970 99116 325 70 0 116090 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 475880

[startup+1062.31 s]
/proc/loadavg: 4.03 4.00 3.76 7/352 25790
/proc/meminfo: memFree=16458772/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=476960 CPUtime=1062.3 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 661087 0 0 0 106147 83 0 0 25 0 1 0 656714444 488407040 99386 33554432000 4194304 4479436 140733536211216 18446744073709551615 4455983 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119240 99386 325 70 0 116360 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 476960

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.77 5/352 25792
/proc/meminfo: memFree=16457264/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=476960 CPUtime=1122.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 661087 0 0 0 112146 83 0 0 25 0 1 0 656714444 488407040 99386 33554432000 4194304 4479436 140733536211216 18446744073709551615 4384246 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119240 99386 325 70 0 116360 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 476960

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.79 6/352 25794
/proc/meminfo: memFree=16456136/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=478972 CPUtime=1182.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 661598 0 0 0 118146 83 0 0 25 0 1 0 656714444 490467328 99889 33554432000 4194304 4479436 140733536211216 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119743 99889 325 70 0 116863 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 478972

[startup+1242.3 s]
/proc/loadavg: 3.21 3.81 3.73 3/340 25831
/proc/meminfo: memFree=16481700/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=478972 CPUtime=1242.29 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 661598 0 0 0 124146 83 0 0 25 0 1 0 656714444 490467328 99889 33554432000 4194304 4479436 140733536211216 18446744073709551615 4360765 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119743 99889 325 70 0 116863 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 478972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.48 3.50 3.63 3/340 25833
/proc/meminfo: memFree=16481040/32951124 swapFree=67082152/67111528
[pid=25734] ppid=25732 vsize=478972 CPUtime=1300 cores=5,7
/proc/25734/stat : 25734 (MPhaseSAT64) R 25732 25734 23389 0 -1 4202496 661598 0 0 0 129917 83 0 0 25 0 1 0 656714444 490467328 99889 33554432000 4194304 4479436 140733536211216 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25734/statm: 119743 99889 325 70 0 116863 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 478972

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.03
CPU time (s): 1300.03
CPU user time (s): 1299.17
CPU system time (s): 0.85287
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 603724

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

runsolver used 4.22536 second user time and 9.96548 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 11:19:25
IDJOB=3375982
IDBENCH=83463
IDSOLVER=1855
FILE ID=node136/3375982-1305451162
RUNJOBID= node136-1305451077-25610
PBS_JOBID= 13324854
Free space on /tmp= 72960 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375982-1305451162/watcher-3375982-1305451162 -o /tmp/evaluation-result-3375982-1305451162/solver-3375982-1305451162 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375982-1305451162.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=2069418695

node136.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.75
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.76
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.75
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.83
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.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.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:      17372352 kB
Buffers:        308696 kB
Cached:        5773476 kB
SwapCached:       2740 kB
Active:       10916572 kB
Inactive:      4318836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17372352 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:          104836 kB
Writeback:           0 kB
AnonPages:     9151728 kB
Mapped:          28572 kB
Slab:           238336 kB
PageTables:      40040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69967044 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= 72852 MiB
End job on node136 at 2011-05-15 11:41:07