Trace number 3375987

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.06 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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

running on 2 cores: 0,2

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: 7.36 7.87 7.90 4/294 6836
/proc/meminfo: memFree=24205776/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=25096 CPUtime=0 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 405 0 0 0 0 0 0 0 21 0 1 0 637181661 25698304 346 33554432000 4194304 4479436 140733208873104 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 6274 347 267 70 0 3394 0

[startup+0.104947 s]
/proc/loadavg: 7.36 7.87 7.90 4/294 6836
/proc/meminfo: memFree=24205776/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=25096 CPUtime=0.1 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 1257 0 0 0 10 0 0 0 22 0 1 0 637181661 25698304 1198 33554432000 4194304 4479436 140733208873104 18446744073709551615 220815782308 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 6274 1199 267 70 0 3394 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25096

[startup+0.200924 s]
/proc/loadavg: 7.36 7.87 7.90 4/294 6836
/proc/meminfo: memFree=24205776/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=25096 CPUtime=0.19 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 2073 0 0 0 19 0 0 0 22 0 1 0 637181661 25698304 2014 33554432000 4194304 4479436 140733208873104 18446744073709551615 220815767063 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 6274 2014 267 70 0 3394 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25096

[startup+0.300934 s]
/proc/loadavg: 7.36 7.87 7.90 4/294 6836
/proc/meminfo: memFree=24205776/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=25096 CPUtime=0.29 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 2887 0 0 0 29 0 0 0 22 0 1 0 637181661 25698304 2828 33554432000 4194304 4479436 140733208873104 18446744073709551615 220816236288 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 6274 2829 267 70 0 3394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25096

[startup+0.700875 s]
/proc/loadavg: 7.36 7.87 7.90 4/294 6836
/proc/meminfo: memFree=24205776/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=39028 CPUtime=0.69 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 11627 0 0 0 67 2 0 0 23 0 1 0 637181661 39964672 7114 33554432000 4194304 4479436 140733208873104 18446744073709551615 4321606 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 9757 7114 421 70 0 6877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39028

[startup+1.50072 s]
/proc/loadavg: 7.36 7.87 7.90 5/298 6843
/proc/meminfo: memFree=24060424/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=47224 CPUtime=1.49 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 15742 0 0 0 147 2 0 0 25 0 1 0 637181661 48357376 9180 33554432000 4194304 4479436 140733208873104 18446744073709551615 4362373 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 11806 9180 438 70 0 8926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47224

[startup+3.10042 s]
/proc/loadavg: 7.36 7.87 7.90 5/298 6843
/proc/meminfo: memFree=23976352/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=47224 CPUtime=3.09 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 15758 0 0 0 307 2 0 0 25 0 1 0 637181661 48357376 9196 33554432000 4194304 4479436 140733208873104 18446744073709551615 4416144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 11806 9196 448 70 0 8926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47224

[startup+6.30081 s]
/proc/loadavg: 7.09 7.80 7.88 5/301 6849
/proc/meminfo: memFree=23704640/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=47224 CPUtime=6.29 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 15761 0 0 0 627 2 0 0 25 0 1 0 637181661 48357376 9199 33554432000 4194304 4479436 140733208873104 18446744073709551615 4382568 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 11806 9199 451 70 0 8926 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47224

[startup+12.7007 s]
/proc/loadavg: 6.92 7.76 7.87 5/304 6855
/proc/meminfo: memFree=23189252/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=51968 CPUtime=12.7 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 16947 0 0 0 1267 3 0 0 25 0 1 0 637181661 53215232 10385 33554432000 4194304 4479436 140733208873104 18446744073709551615 4382568 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 12992 10385 451 70 0 10112 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 51968

[startup+25.5003 s]
/proc/loadavg: 6.27 7.57 7.80 5/304 6855
/proc/meminfo: memFree=22977956/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=64256 CPUtime=25.49 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 20019 0 0 0 2546 3 0 0 25 0 1 0 637181661 65798144 13457 33554432000 4194304 4479436 140733208873104 18446744073709551615 4307050 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 16064 13457 451 70 0 13184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64256

[startup+51.1006 s]
/proc/loadavg: 5.50 7.28 7.70 5/304 6856
/proc/meminfo: memFree=22848928/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=67328 CPUtime=51.09 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 20787 0 0 0 5106 3 0 0 25 0 1 0 637181661 68943872 14225 33554432000 4194304 4479436 140733208873104 18446744073709551615 4339551 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 16832 14225 451 70 0 13952 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67328

[startup+102.301 s]
/proc/loadavg: 4.65 6.78 7.51 5/304 6857
/proc/meminfo: memFree=22743084/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=105428 CPUtime=102.29 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 35923 0 0 0 10225 4 0 0 25 0 1 0 637181661 107958272 23758 33554432000 4194304 4479436 140733208873104 18446744073709551615 4451930 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 26357 23758 416 70 0 23477 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 105428

[startup+162.301 s]
/proc/loadavg: 4.16 6.25 7.28 5/304 6886
/proc/meminfo: memFree=22835828/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=177784 CPUtime=162.3 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 61495 0 0 0 16223 7 0 0 25 0 1 0 637181661 182050816 41847 33554432000 4194304 4479436 140733208873104 18446744073709551615 4321274 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 44446 41847 416 70 0 41566 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 177784

[startup+222.311 s]
/proc/loadavg: 4.12 5.85 7.08 5/301 6909
/proc/meminfo: memFree=23223028/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=185984 CPUtime=222.31 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 102425 0 0 0 22220 11 0 0 25 0 1 0 637181661 190447616 43897 33554432000 4194304 4479436 140733208873104 18446744073709551615 4338904 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 46496 43897 416 70 0 43616 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 185984

[startup+282.301 s]
/proc/loadavg: 4.04 5.51 6.88 5/304 6919
/proc/meminfo: memFree=23165020/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=138884 CPUtime=282.29 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 114202 0 0 0 28217 12 0 0 25 0 1 0 637181661 142217216 32122 33554432000 4194304 4479436 140733208873104 18446744073709551615 4330596 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 34721 32122 416 70 0 31841 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 138884

[startup+342.301 s]
/proc/loadavg: 4.01 5.24 6.70 5/304 6921
/proc/meminfo: memFree=23171400/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=142980 CPUtime=342.3 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 123674 0 0 0 34216 14 0 0 25 0 1 0 637181661 146411520 33146 33554432000 4194304 4479436 140733208873104 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 35745 33146 416 70 0 32865 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142980

[startup+402.301 s]
/proc/loadavg: 4.00 5.01 6.53 5/304 6922
/proc/meminfo: memFree=23084080/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=165508 CPUtime=402.3 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 139546 0 0 0 40214 16 0 0 25 0 1 0 637181661 169480192 38778 33554432000 4194304 4479436 140733208873104 18446744073709551615 4382493 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 41377 38778 416 70 0 38497 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 165508

[startup+462.301 s]
/proc/loadavg: 4.04 4.84 6.37 5/304 6924
/proc/meminfo: memFree=23060976/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=153224 CPUtime=462.3 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 152859 0 0 0 46212 18 0 0 25 0 1 0 637181661 156901376 35707 33554432000 4194304 4479436 140733208873104 18446744073709551615 4380367 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 38306 35707 416 70 0 35426 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 153224

[startup+522.301 s]
/proc/loadavg: 4.05 4.70 6.22 5/304 6925
/proc/meminfo: memFree=23094536/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=163464 CPUtime=522.31 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 168475 0 0 0 52211 20 0 0 25 0 1 0 637181661 167387136 38267 33554432000 4194304 4479436 140733208873104 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 40866 38267 416 70 0 37986 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 163464

[startup+582.301 s]
/proc/loadavg: 4.07 4.58 6.09 5/304 6927
/proc/meminfo: memFree=23054836/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=163464 CPUtime=582.31 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 183067 0 0 0 58210 21 0 0 25 0 1 0 637181661 167387136 38267 33554432000 4194304 4479436 140733208873104 18446744073709551615 4371324 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 40866 38267 416 70 0 37986 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 163464

[startup+642.301 s]
/proc/loadavg: 4.02 4.47 5.95 5/304 6929
/proc/meminfo: memFree=23040288/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=173704 CPUtime=642.3 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 192795 0 0 0 64208 22 0 0 25 0 1 0 637181661 177872896 40827 33554432000 4194304 4479436 140733208873104 18446744073709551615 4343752 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 43426 40827 416 70 0 40546 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 173704

[startup+702.301 s]
/proc/loadavg: 4.01 4.38 5.83 5/304 6957
/proc/meminfo: memFree=23347964/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=185992 CPUtime=702.31 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 212251 0 0 0 70206 25 0 0 25 0 1 0 637181661 190455808 43899 33554432000 4194304 4479436 140733208873104 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 46498 43899 416 70 0 43618 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 185992

[startup+762.301 s]
/proc/loadavg: 4.00 4.31 5.71 5/304 6986
/proc/meminfo: memFree=23471200/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=173704 CPUtime=762.31 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 222491 0 0 0 76205 26 0 0 25 0 1 0 637181661 177872896 40827 33554432000 4194304 4479436 140733208873104 18446744073709551615 4384785 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 43426 40827 416 70 0 40546 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 173704

[startup+822.301 s]
/proc/loadavg: 4.10 4.28 5.61 5/304 6987
/proc/meminfo: memFree=23483804/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=159368 CPUtime=822.32 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 228635 0 0 0 82205 27 0 0 25 0 1 0 637181661 163192832 37243 33554432000 4194304 4479436 140733208873104 18446744073709551615 4385078 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 39842 37243 416 70 0 36962 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 159368

[startup+882.311 s]
/proc/loadavg: 4.04 4.23 5.51 5/304 6989
/proc/meminfo: memFree=23463672/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=177800 CPUtime=882.32 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 240923 0 0 0 88204 28 0 0 25 0 1 0 637181661 182067200 41851 33554432000 4194304 4479436 140733208873104 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 44450 41851 416 70 0 41570 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 177800

[startup+942.3 s]
/proc/loadavg: 4.01 4.18 5.41 5/304 6991
/proc/meminfo: memFree=23476028/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=165512 CPUtime=942.31 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 258331 0 0 0 94200 31 0 0 25 0 1 0 637181661 169484288 38779 33554432000 4194304 4479436 140733208873104 18446744073709551615 4382432 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 41378 38779 416 70 0 38498 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 165512

[startup+1002.3 s]
/proc/loadavg: 4.06 4.16 5.33 5/304 6992
/proc/meminfo: memFree=23466300/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=173704 CPUtime=1002.32 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 273691 0 0 0 100199 33 0 0 25 0 1 0 637181661 177872896 40827 33554432000 4194304 4479436 140733208873104 18446744073709551615 4380302 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 43426 40827 416 70 0 40546 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 173704

[startup+1062.3 s]
/proc/loadavg: 4.02 4.13 5.24 5/304 6994
/proc/meminfo: memFree=23447664/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=181896 CPUtime=1062.32 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 286491 0 0 0 106198 34 0 0 25 0 1 0 637181661 186261504 42875 33554432000 4194304 4479436 140733208873104 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 45474 42875 416 70 0 42594 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181896

[startup+1122.3 s]
/proc/loadavg: 4.08 4.12 5.16 5/304 6996
/proc/meminfo: memFree=23475780/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=190092 CPUtime=1122.32 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 313116 0 0 0 112195 37 0 0 25 0 1 0 637181661 194654208 44924 33554432000 4194304 4479436 140733208873104 18446744073709551615 4338880 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 47523 44924 416 70 0 44643 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 190092

[startup+1182.3 s]
/proc/loadavg: 4.03 4.10 5.09 5/304 6997
/proc/meminfo: memFree=23386208/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=243340 CPUtime=1182.32 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 326428 0 0 0 118194 38 0 0 25 0 1 0 637181661 249180160 58236 33554432000 4194304 4479436 140733208873104 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 60835 58236 416 70 0 57955 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 243340

[startup+1242.3 s]
/proc/loadavg: 4.01 4.08 5.02 5/304 6999
/proc/meminfo: memFree=23384436/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=243340 CPUtime=1242.33 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 340764 0 0 0 124193 40 0 0 25 0 1 0 637181661 249180160 58236 33554432000 4194304 4479436 140733208873104 18446744073709551615 4339018 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 60835 58236 416 70 0 57955 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 243340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.09 4.96 5/304 7000
/proc/meminfo: memFree=23376464/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=251532 CPUtime=1300.03 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 356124 0 0 0 129961 42 0 0 25 0 1 0 637181661 257568768 60284 33554432000 4194304 4479436 140733208873104 18446744073709551615 4451330 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 62883 60284 416 70 0 60003 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 251532

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

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

[startup+1300 s]
/proc/loadavg: 4.10 4.09 4.96 5/304 7000
/proc/meminfo: memFree=23376464/32951124 swapFree=63485424/67111528
[pid=6836] ppid=6834 vsize=251532 CPUtime=1300.03 cores=0,2
/proc/6836/stat : 6836 (MPhaseSAT64) R 6834 6836 6794 0 -1 4202496 356124 0 0 0 129961 42 0 0 25 0 1 0 637181661 257568768 60284 33554432000 4194304 4479436 140733208873104 18446744073709551615 4451330 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/6836/statm: 62883 60284 416 70 0 60003 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 251532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.62
CPU system time (s): 0.433934
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 267904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.62
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356124
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= 8
involuntary context switches= 3271

runsolver used 3.79142 second user time and 8.03678 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 10:20:58
IDJOB=3375987
IDBENCH=82372
IDSOLVER=1855
FILE ID=node147/3375987-1305447657
RUNJOBID= node147-1305447657-6812
PBS_JOBID= 13324877
Free space on /tmp= 73116 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375987-1305447657/watcher-3375987-1305447657 -o /tmp/evaluation-result-3375987-1305447657/solver-3375987-1305447657 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375987-1305447657.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1626931793

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:      24206056 kB
Buffers:        301792 kB
Cached:        5164724 kB
SwapCached:      13132 kB
Active:        2113044 kB
Inactive:      6394044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24206056 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           54744 kB
Writeback:           0 kB
AnonPages:     3035344 kB
Mapped:          14304 kB
Slab:           143360 kB
PageTables:      29976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44839724 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= 73012 MiB
End job on node147 at 2011-05-15 10:42:40