Trace number 3394671

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 4999.92

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark588.006
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

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-3394671-1306080923/watcher-3394671-1306080923 -o /tmp/evaluation-result-3394671-1306080923/solver-3394671-1306080923 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394671-1306080923.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.00 2.02 2.00 2/455 5631
/proc/meminfo: memFree=14629736/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=15524 CPUtime=0 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 402 0 0 0 0 0 0 0 21 0 1 0 700508240 15896576 343 33554432000 4194304 4479436 140734897833664 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 3881 343 267 70 0 1001 0

[startup+0.096158 s]
/proc/loadavg: 2.00 2.02 2.00 2/455 5631
/proc/meminfo: memFree=14629736/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=16120 CPUtime=0.09 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 1219 0 0 0 9 0 0 0 21 0 1 0 700508240 16506880 1160 33554432000 4194304 4479436 140734897833664 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 4030 1160 268 70 0 1150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16120

[startup+0.100159 s]
/proc/loadavg: 2.00 2.02 2.00 2/455 5631
/proc/meminfo: memFree=14629736/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=16316 CPUtime=0.09 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 1255 0 0 0 9 0 0 0 21 0 1 0 700508240 16707584 1196 33554432000 4194304 4479436 140734897833664 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 4079 1196 268 70 0 1199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16316

[startup+0.301137 s]
/proc/loadavg: 2.00 2.02 2.00 2/455 5631
/proc/meminfo: memFree=14629736/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=32480 CPUtime=0.29 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 6315 0 0 0 29 0 0 0 22 0 1 0 700508240 33259520 5478 33554432000 4194304 4479436 140734897833664 18446744073709551615 4339496 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 8120 5478 287 70 0 5240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32480

[startup+0.701053 s]
/proc/loadavg: 2.00 2.02 2.00 2/455 5631
/proc/meminfo: memFree=14629736/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=41572 CPUtime=0.69 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 9013 0 0 0 69 0 0 0 23 0 1 0 700508240 42569728 7733 33554432000 4194304 4479436 140734897833664 18446744073709551615 4398307 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 10393 7733 301 70 0 7513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41572

[startup+1.5009 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5632
/proc/meminfo: memFree=14593900/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=46856 CPUtime=1.49 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 10356 0 0 0 148 1 0 0 25 0 1 0 700508240 47980544 9076 33554432000 4194304 4479436 140734897833664 18446744073709551615 4305113 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 11714 9076 307 70 0 8834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46856

[startup+3.10061 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5632
/proc/meminfo: memFree=14592412/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=44480 CPUtime=3.09 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 11058 0 0 0 308 1 0 0 25 0 1 0 700508240 45547520 8470 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 11120 8470 311 70 0 8240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44480

[startup+6.30102 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5632
/proc/meminfo: memFree=14594888/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=44688 CPUtime=6.29 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 11474 0 0 0 628 1 0 0 25 0 1 0 700508240 45760512 8554 33554432000 4194304 4479436 140734897833664 18446744073709551615 4307240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 11172 8554 311 70 0 8292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44688

[startup+12.7008 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5632
/proc/meminfo: memFree=14591732/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=46856 CPUtime=12.69 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 12382 0 0 0 1268 1 0 0 25 0 1 0 700508240 47980544 9096 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451904 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 11714 9096 311 70 0 8834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46856

[startup+25.5005 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5632
/proc/meminfo: memFree=14591400/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=48508 CPUtime=25.49 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 13152 0 0 0 2548 1 0 0 25 0 1 0 700508240 49672192 9477 33554432000 4194304 4479436 140734897833664 18446744073709551615 4455978 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12127 9477 311 70 0 9247 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48508

[startup+51.1008 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5633
/proc/meminfo: memFree=14587804/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=51928 CPUtime=51.09 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 16931 0 0 0 5107 2 0 0 25 0 1 0 700508240 53174272 10364 33554432000 4194304 4479436 140734897833664 18446744073709551615 4304699 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12982 10364 311 70 0 10102 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51928

[startup+102.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 5634
/proc/meminfo: memFree=14580100/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=49744 CPUtime=102.31 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 19875 0 0 0 10229 2 0 0 25 0 1 0 700508240 50937856 9818 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12436 9818 311 70 0 9556 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 49744

[startup+162.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/456 5636
/proc/meminfo: memFree=14592092/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=48280 CPUtime=162.3 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 28898 0 0 0 16226 4 0 0 25 0 1 0 700508240 49438720 6968 33554432000 4194304 4479436 140734897833664 18446744073709551615 4267456 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12070 6968 322 70 0 9190 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 48280

[startup+222.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/456 5638
/proc/meminfo: memFree=14584624/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=48280 CPUtime=222.3 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 28898 0 0 0 22226 4 0 0 25 0 1 0 700508240 49438720 6968 33554432000 4194304 4479436 140734897833664 18446744073709551615 4267478 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12070 6968 322 70 0 9190 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 48280

[startup+282.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/456 5639
/proc/meminfo: memFree=14592912/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=48280 CPUtime=282.3 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 28898 0 0 0 28226 4 0 0 25 0 1 0 700508240 49438720 6968 33554432000 4194304 4479436 140734897833664 18446744073709551615 4267424 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12070 6968 322 70 0 9190 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48280

[startup+342.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/456 5641
/proc/meminfo: memFree=14591876/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=48280 CPUtime=342.3 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 28898 0 0 0 34226 4 0 0 25 0 1 0 700508240 49438720 6968 33554432000 4194304 4479436 140734897833664 18446744073709551615 4267376 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 12070 6968 322 70 0 9190 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48280

[startup+402.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/456 5642
/proc/meminfo: memFree=14565448/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=74912 CPUtime=402.3 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 35546 0 0 0 40226 4 0 0 25 0 1 0 700508240 76709888 13604 33554432000 4194304 4479436 140734897833664 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 18728 13604 326 70 0 15848 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 74912

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/456 5644
/proc/meminfo: memFree=14563664/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=74912 CPUtime=462.3 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 35980 0 0 0 46226 4 0 0 25 0 1 0 700508240 76709888 14038 33554432000 4194304 4479436 140734897833664 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 18728 14038 326 70 0 15848 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 74912

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 5646
/proc/meminfo: memFree=14559928/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=76448 CPUtime=522.31 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 37259 0 0 0 52226 5 0 0 25 0 1 0 700508240 78282752 15317 33554432000 4194304 4479436 140734897833664 18446744073709551615 4452007 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 19112 15317 326 70 0 16232 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 76448

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 5649
/proc/meminfo: memFree=14552212/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=76448 CPUtime=582.31 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 37259 0 0 0 58226 5 0 0 25 0 1 0 700508240 78282752 15317 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 19112 15317 326 70 0 16232 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 76448

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 5752
/proc/meminfo: memFree=14539352/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4062.44 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 109965 0 0 0 406231 13 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4452256 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 96932

[startup+4122.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/456 5754
/proc/meminfo: memFree=14531520/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4122.42 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 112013 0 0 0 412229 13 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 96932

[startup+4182.3 s]
/proc/loadavg: 1.46 1.89 1.95 2/450 5775
/proc/meminfo: memFree=14593292/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4182.42 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 112013 0 0 0 418229 13 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 96932

[startup+4242.3 s]
/proc/loadavg: 1.17 1.72 1.89 2/450 5778
/proc/meminfo: memFree=14593452/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4242.42 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 114061 0 0 0 424229 13 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4450900 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 96932

[startup+4302.3 s]
/proc/loadavg: 1.06 1.59 1.83 2/450 5779
/proc/meminfo: memFree=14593420/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4302.42 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 114061 0 0 0 430229 13 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4380302 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 96932

[startup+4362.3 s]
/proc/loadavg: 1.02 1.48 1.78 2/450 5781
/proc/meminfo: memFree=14593532/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4362.43 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 116109 0 0 0 436229 14 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 96932

[startup+4422.3 s]
/proc/loadavg: 1.01 1.39 1.72 2/450 5783
/proc/meminfo: memFree=14600944/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=88740 CPUtime=4422.43 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 116109 0 0 0 442229 14 0 0 25 0 1 0 700508240 90869760 18391 33554432000 4194304 4479436 140734897833664 18446744073709551615 4382452 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 22185 18391 326 70 0 19305 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 88740

[startup+4482.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/450 5784
/proc/meminfo: memFree=14593484/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4482.43 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 118157 0 0 0 448229 14 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4452022 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 96932

[startup+4542.3 s]
/proc/loadavg: 1.08 1.28 1.64 2/450 5786
/proc/meminfo: memFree=14601260/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=88740 CPUtime=4542.43 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 118157 0 0 0 454229 14 0 0 25 0 1 0 700508240 90869760 18391 33554432000 4194304 4479436 140734897833664 18446744073709551615 4450909 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 22185 18391 326 70 0 19305 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 88740

[startup+4602.3 s]
/proc/loadavg: 1.03 1.23 1.60 2/450 5787
/proc/meminfo: memFree=14593540/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4602.44 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 120205 0 0 0 460230 14 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4330540 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 96932

[startup+4662.3 s]
/proc/loadavg: 1.01 1.19 1.56 2/450 5789
/proc/meminfo: memFree=14592636/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4662.44 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 122253 0 0 0 466230 14 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 96932

[startup+4722.32 s]
/proc/loadavg: 1.00 1.15 1.52 2/450 5791
/proc/meminfo: memFree=14593724/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4722.45 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 122253 0 0 0 472231 14 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4321298 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 96932

[startup+4782.3 s]
/proc/loadavg: 1.00 1.12 1.49 2/450 5792
/proc/meminfo: memFree=14593696/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4782.45 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 124301 0 0 0 478230 15 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4450848 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 96932

[startup+4842.3 s]
/proc/loadavg: 1.00 1.10 1.45 2/450 5794
/proc/meminfo: memFree=14593424/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4842.45 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 124301 0 0 0 484230 15 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4346733 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 96932

[startup+4902.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/450 5795
/proc/meminfo: memFree=14593644/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=4902.45 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 126349 0 0 0 490230 15 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4306999 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 96932

[startup+4962.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/450 5797
/proc/meminfo: memFree=14601436/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=88740 CPUtime=4962.45 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 126349 0 0 0 496230 15 0 0 25 0 1 0 700508240 90869760 18391 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 22185 18391 326 70 0 19305 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 88740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.05 1.38 2/450 5798
/proc/meminfo: memFree=14593988/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=5000.05 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 128397 0 0 0 499990 15 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451010 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 96932

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: 1.00 1.05 1.38 2/450 5798
/proc/meminfo: memFree=14593988/32951124 swapFree=63485464/67111528
[pid=5631] ppid=5629 vsize=96932 CPUtime=5000.05 cores=1,3,5,7
/proc/5631/stat : 5631 (MPhaseSAT64) R 5629 5631 4965 0 -1 4202496 128397 0 0 0 499990 15 0 0 25 0 1 0 700508240 99258368 20439 33554432000 4194304 4479436 140734897833664 18446744073709551615 4451010 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/5631/statm: 24233 20439 326 70 0 21353 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 96932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4999.92
CPU system time (s): 0.157975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 113316

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

runsolver used 20.5379 second user time and 52.0061 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-22 18:15:23
IDJOB=3394671
IDBENCH=83446
IDSOLVER=1879
FILE ID=node147/3394671-1306080923
RUNJOBID= node147-1306069993-4984
PBS_JOBID= 13387856
Free space on /tmp= 73392 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394671-1306080923/watcher-3394671-1306080923 -o /tmp/evaluation-result-3394671-1306080923/solver-3394671-1306080923 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394671-1306080923.cnf

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1891932639

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      14630016 kB
Buffers:        357236 kB
Cached:        8303080 kB
SwapCached:      13096 kB
Active:        9919648 kB
Inactive:      8114656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14630016 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            6628 kB
Writeback:           0 kB
AnonPages:     9368920 kB
Mapped:          27916 kB
Slab:           160760 kB
PageTables:      58676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120815604 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= 73396 MiB
End job on node147 at 2011-05-22 19:38:45