Trace number 3290698

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT64 2011-03-03? (TO) 1300.04 1300.01

General information on the benchmark

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 benchmark671.532
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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290698-1303785012/watcher-3290698-1303785012 -o /tmp/evaluation-result-3290698-1303785012/solver-3290698-1303785012 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3290698-1303785012.cnf 

running on 2 cores: 4,6

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.71 3.94 3.85 5/189 31366
/proc/meminfo: memFree=13491472/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=5992 CPUtime=0 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 470917447 6135808 269 33554432000 134512640 134761588 4293629632 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 1498 269 225 61 0 801 0

[startup+0.0737581 s]
/proc/loadavg: 3.71 3.94 3.85 5/189 31366
/proc/meminfo: memFree=13491472/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=5992 CPUtime=0.07 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 720 0 0 0 7 0 0 0 25 0 1 0 470917447 6135808 661 33554432000 134512640 134761588 4293629632 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 1498 661 225 61 0 801 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5992

[startup+0.100746 s]
/proc/loadavg: 3.71 3.94 3.85 5/189 31366
/proc/meminfo: memFree=13491472/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=5992 CPUtime=0.09 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 876 0 0 0 9 0 0 0 25 0 1 0 470917447 6135808 817 33554432000 134512640 134761588 4293629632 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 1498 817 225 61 0 801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5992

[startup+0.300708 s]
/proc/loadavg: 3.71 3.94 3.85 5/189 31366
/proc/meminfo: memFree=13491472/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=17692 CPUtime=0.29 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 4026 0 0 0 29 0 0 0 25 0 1 0 470917447 18116608 3924 33554432000 134512640 134761588 4293629632 18446744073709551615 134675716 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 4423 3924 239 61 0 3726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17692

[startup+0.700658 s]
/proc/loadavg: 3.71 3.94 3.85 5/189 31366
/proc/meminfo: memFree=13491472/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=31388 CPUtime=0.68 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 8799 0 0 0 68 0 0 0 25 0 1 0 470917447 32141312 7330 33554432000 134512640 134761588 4293629632 18446744073709551615 134658054 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 7847 7330 253 61 0 7150 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31388

[startup+1.50047 s]
/proc/loadavg: 3.71 3.94 3.85 5/190 31367
/proc/meminfo: memFree=13475108/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=37520 CPUtime=1.49 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 10338 0 0 0 148 1 0 0 25 0 1 0 470917447 38420480 8869 33554432000 134512640 134761588 4293629632 18446744073709551615 134614440 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 9380 8869 259 61 0 8683 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37520

[startup+3.10021 s]
/proc/loadavg: 3.71 3.94 3.85 5/190 31367
/proc/meminfo: memFree=13470908/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=38808 CPUtime=3.09 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 10813 0 0 0 308 1 0 0 25 0 1 0 470917447 39739392 9196 33554432000 134512640 134761588 4293629632 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 9702 9196 264 61 0 9005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38808

[startup+6.30064 s]
/proc/loadavg: 3.73 3.94 3.85 5/190 31367
/proc/meminfo: memFree=13465644/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=34864 CPUtime=6.29 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 11899 0 0 0 628 1 0 0 25 0 1 0 470917447 35700736 8242 33554432000 134512640 134761588 4293629632 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 8716 8242 264 61 0 8019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34864

[startup+12.7005 s]
/proc/loadavg: 3.75 3.94 3.85 5/190 31367
/proc/meminfo: memFree=13480076/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=35900 CPUtime=12.69 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 13101 0 0 0 1268 1 0 0 25 0 1 0 470917447 36761600 8469 33554432000 134512640 134761588 4293629632 18446744073709551615 134647388 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 8975 8469 264 61 0 8278 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35900

[startup+25.5002 s]
/proc/loadavg: 3.87 3.96 3.85 5/187 31389
/proc/meminfo: memFree=13492500/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=37172 CPUtime=25.48 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 15752 0 0 0 2547 1 0 0 25 0 1 0 470917447 38064128 8819 33554432000 134512640 134761588 4293629632 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 9293 8819 264 61 0 8596 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37172

[startup+51.1006 s]
/proc/loadavg: 3.97 3.97 3.86 5/190 31396
/proc/meminfo: memFree=13205620/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=37888 CPUtime=51.09 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 21196 0 0 0 5106 3 0 0 25 0 1 0 470917447 38797312 8998 33554432000 134512640 134761588 4293629632 18446744073709551615 134643057 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 9472 8998 264 61 0 8775 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37888

[startup+102.306 s]
/proc/loadavg: 4.07 3.99 3.87 5/190 31424
/proc/meminfo: memFree=13112128/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=38192 CPUtime=102.3 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 25298 0 0 0 10227 3 0 0 25 0 1 0 470917447 39108608 9074 33554432000 134512640 134761588 4293629632 18446744073709551615 134747228 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 9548 9074 264 61 0 8851 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38192

[startup+162.301 s]
/proc/loadavg: 4.02 3.99 3.88 5/190 31425
/proc/meminfo: memFree=13057112/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=33564 CPUtime=162.29 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 33567 0 0 0 16225 4 0 0 25 0 1 0 470917447 34369536 7578 33554432000 134512640 134761588 4293629632 18446744073709551615 134614639 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 8391 7578 264 61 0 7694 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33564

[startup+222.301 s]
/proc/loadavg: 4.01 3.99 3.88 5/190 31427
/proc/meminfo: memFree=13032324/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=21260 CPUtime=222.29 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 51110 0 0 0 22223 6 0 0 25 0 1 0 470917447 21770240 4742 33554432000 134512640 134761588 4293629632 18446744073709551615 134579901 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 5315 4742 273 61 0 4618 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 21260

[startup+282.3 s]
/proc/loadavg: 4.05 4.00 3.89 5/190 31429
/proc/meminfo: memFree=12962552/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=21260 CPUtime=282.3 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 51110 0 0 0 28224 6 0 0 25 0 1 0 470917447 21770240 4742 33554432000 134512640 134761588 4293629632 18446744073709551615 134580507 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 5315 4742 273 61 0 4618 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 21260

[startup+342.301 s]
/proc/loadavg: 3.45 3.85 3.85 4/184 31447
/proc/meminfo: memFree=13135184/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=21260 CPUtime=342.3 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 51110 0 0 0 34224 6 0 0 25 0 1 0 470917447 21770240 4742 33554432000 134512640 134761588 4293629632 18446744073709551615 134580552 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 5315 4742 273 61 0 4618 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 21260

[startup+402.301 s]
/proc/loadavg: 3.16 3.69 3.79 4/184 31449
/proc/meminfo: memFree=13167036/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=55232 CPUtime=402.3 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 73411 0 0 0 40221 9 0 0 25 0 1 0 470917447 56557568 12982 33554432000 134512640 134761588 4293629632 18446744073709551615 134635893 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 13808 12982 276 61 0 13111 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 55232

[startup+462.301 s]
/proc/loadavg: 3.06 3.56 3.74 4/184 31450
/proc/meminfo: memFree=13050560/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=58400 CPUtime=462.3 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 93458 0 0 0 46218 12 0 0 25 0 1 0 470917447 59801600 14004 33554432000 134512640 134761588 4293629632 18446744073709551615 134635808 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14600 14004 276 61 0 13903 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 58400

[startup+522.3 s]
/proc/loadavg: 3.02 3.46 3.69 4/184 31452
/proc/meminfo: memFree=12992616/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=58616 CPUtime=522.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 106764 0 0 0 52217 14 0 0 25 0 1 0 470917447 60022784 14040 33554432000 134512640 134761588 4293629632 18446744073709551615 134635932 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14654 14040 276 61 0 13957 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 58616

[startup+582.301 s]
/proc/loadavg: 3.06 3.39 3.65 4/184 31454
/proc/meminfo: memFree=13024072/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=62536 CPUtime=582.3 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 115467 0 0 0 58215 15 0 0 25 0 1 0 470917447 64036864 15020 33554432000 134512640 134761588 4293629632 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15634 15020 276 61 0 14937 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 62536

[startup+642.301 s]
/proc/loadavg: 2.73 3.25 3.58 3/178 31472
/proc/meminfo: memFree=13125292/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=64652 CPUtime=642.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 128241 0 0 0 64213 18 0 0 25 0 1 0 470917447 66203648 15517 33554432000 134512640 134761588 4293629632 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 16163 15517 276 61 0 15466 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 64652

[startup+702.301 s]
/proc/loadavg: 2.27 3.02 3.48 3/178 31474
/proc/meminfo: memFree=13188240/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=61632 CPUtime=702.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 136722 0 0 0 70212 19 0 0 25 0 1 0 470917447 63111168 14762 33554432000 134512640 134761588 4293629632 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15408 14762 276 61 0 14711 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 61632

[startup+762.306 s]
/proc/loadavg: 2.10 2.83 3.39 3/178 31475
/proc/meminfo: memFree=13189072/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=61892 CPUtime=762.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 145181 0 0 0 76211 20 0 0 25 0 1 0 470917447 63377408 14827 33554432000 134512640 134761588 4293629632 18446744073709551615 134748168 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15473 14827 276 61 0 14776 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 61892

[startup+822.301 s]
/proc/loadavg: 2.11 2.69 3.30 3/178 31477
/proc/meminfo: memFree=13187036/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=63432 CPUtime=822.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 153968 0 0 0 82210 21 0 0 25 0 1 0 470917447 64954368 15244 33554432000 134512640 134761588 4293629632 18446744073709551615 134747225 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15858 15244 276 61 0 15161 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 63432

[startup+882.301 s]
/proc/loadavg: 2.04 2.56 3.22 3/178 31479
/proc/meminfo: memFree=13187864/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=59468 CPUtime=882.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 162444 0 0 0 88209 22 0 0 25 0 1 0 470917447 60895232 14253 33554432000 134512640 134761588 4293629632 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14867 14253 276 61 0 14170 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 59468

[startup+942.3 s]
/proc/loadavg: 2.01 2.46 3.14 3/178 31480
/proc/meminfo: memFree=13125572/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=59320 CPUtime=942.32 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 174144 0 0 0 94208 24 0 0 25 0 1 0 470917447 60743680 14184 33554432000 134512640 134761588 4293629632 18446744073709551615 134681078 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14830 14184 276 61 0 14133 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 59320

[startup+1002.3 s]
/proc/loadavg: 2.00 2.37 3.06 3/178 31482
/proc/meminfo: memFree=13120944/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=60064 CPUtime=1002.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 181908 0 0 0 100206 25 0 0 25 0 1 0 470917447 61505536 14402 33554432000 134512640 134761588 4293629632 18446744073709551615 134747280 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15016 14402 276 61 0 14319 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 60064

[startup+1062.3 s]
/proc/loadavg: 2.00 2.30 2.99 3/178 31483
/proc/meminfo: memFree=13123384/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=58888 CPUtime=1062.32 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 189957 0 0 0 106205 27 0 0 25 0 1 0 470917447 60301312 14108 33554432000 134512640 134761588 4293629632 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14722 14108 276 61 0 14025 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 58888

[startup+1122.3 s]
/proc/loadavg: 2.07 2.26 2.94 3/178 31485
/proc/meminfo: memFree=13121612/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=61916 CPUtime=1122.31 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 197935 0 0 0 112204 27 0 0 25 0 1 0 470917447 63401984 14833 33554432000 134512640 134761588 4293629632 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15479 14833 276 61 0 14782 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 61916

[startup+1182.3 s]
/proc/loadavg: 2.02 2.21 2.87 3/178 31487
/proc/meminfo: memFree=13126656/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=58556 CPUtime=1182.32 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 206889 0 0 0 118203 29 0 0 25 0 1 0 470917447 59961344 14025 33554432000 134512640 134761588 4293629632 18446744073709551615 134728183 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14639 14025 276 61 0 13942 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 58556

[startup+1242.3 s]
/proc/loadavg: 2.01 2.17 2.82 3/178 31488
/proc/meminfo: memFree=13122652/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=61096 CPUtime=1242.32 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 215037 0 0 0 124202 30 0 0 25 0 1 0 470917447 62562304 14628 33554432000 134512640 134761588 4293629632 18446744073709551615 134747182 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 15274 14628 276 61 0 14577 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 61096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.14 2.76 3/178 31490
/proc/meminfo: memFree=13125084/32951124 swapFree=67111528/67111528
[pid=31366] ppid=31364 vsize=59636 CPUtime=1300.03 cores=4,6
/proc/31366/stat : 31366 (MPhaseSAT64) R 31364 31366 29772 0 -1 4202496 225615 0 0 0 129971 32 0 0 25 0 1 0 470917447 61067264 14295 33554432000 134512640 134761588 4293629632 18446744073709551615 134748008 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/31366/statm: 14909 14295 276 61 0 14212 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 59636

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.71
CPU system time (s): 0.329949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 83252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225615
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= 1573

runsolver used 2.33564 second user time and 4.49832 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 04:30:12
IDJOB=3290698
IDBENCH=83446
IDSOLVER=1521
FILE ID=node146/3290698-1303785012
RUNJOBID= node146-1303785008-31298
PBS_JOBID= 13157206
Free space on /tmp= 73072 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290698-1303785012/watcher-3290698-1303785012 -o /tmp/evaluation-result-3290698-1303785012/solver-3290698-1303785012 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3290698-1303785012.cnf

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=477051022

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      13491504 kB
Buffers:       2080156 kB
Cached:       16684732 kB
SwapCached:          0 kB
Active:        9679080 kB
Inactive:      9245808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13491504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24080 kB
Writeback:           0 kB
AnonPages:      159132 kB
Mapped:          16612 kB
Slab:           470212 kB
PageTables:       5384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   341200 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= 73024 MiB
End job on node146 at 2011-04-26 04:51:54