Trace number 3433960

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.28 5000.09

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

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-3433960-1306847936/watcher-3433960-1306847936 -o /tmp/evaluation-result-3433960-1306847936/solver-3433960-1306847936 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433960-1306847936.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.04 2.05 2.00 2/554 20550
/proc/meminfo: memFree=5309300/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=23228 CPUtime=0.01 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1582 0 0 0 1 0 0 0 25 0 1 0 796390726 23785472 1500 33554432000 4194304 4291235 140735425203344 18446744073709551615 4221429 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 5807 1500 216 24 0 2441 0

[startup+0.058201 s]
/proc/loadavg: 2.04 2.05 2.00 2/554 20550
/proc/meminfo: memFree=5309300/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=31008 CPUtime=0.05 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 4109 0 0 0 5 0 0 0 25 0 1 0 796390726 31752192 3670 33554432000 4194304 4291235 140735425203344 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 7752 3672 216 24 0 4386 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31008

[startup+0.101194 s]
/proc/loadavg: 2.04 2.05 2.00 2/554 20550
/proc/meminfo: memFree=5309300/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=39144 CPUtime=0.09 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 6878 0 0 0 8 1 0 0 25 0 1 0 796390726 40083456 6102 33554432000 4194304 4291235 140735425203344 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 9786 6104 216 24 0 6420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39144

[startup+0.301151 s]
/proc/loadavg: 2.04 2.05 2.00 2/554 20550
/proc/meminfo: memFree=5309300/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=67612 CPUtime=0.29 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 13680 0 0 0 27 2 0 0 25 0 1 0 796390726 69234688 11724 33554432000 4194304 4291235 140735425203344 18446744073709551615 4229945 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 16903 11724 237 24 0 13537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67612

[startup+0.701074 s]
/proc/loadavg: 2.04 2.05 2.00 2/554 20550
/proc/meminfo: memFree=5309300/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=62092 CPUtime=0.69 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 17219 0 0 0 67 2 0 0 25 0 1 0 796390726 63582208 11082 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 15523 11082 247 24 0 12157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62092

[startup+1.50092 s]
/proc/loadavg: 2.04 2.05 2.00 5/555 20551
/proc/meminfo: memFree=5264060/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=62092 CPUtime=1.49 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 17557 0 0 0 146 3 0 0 25 0 1 0 796390726 63582208 11419 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248446 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 15523 11419 258 24 0 12157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62092

[startup+3.10061 s]
/proc/loadavg: 2.04 2.05 2.00 5/555 20551
/proc/meminfo: memFree=5260340/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=66512 CPUtime=3.09 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 18402 0 0 0 306 3 0 0 25 0 1 0 796390726 68108288 12264 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 16628 12264 258 24 0 13262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66512

[startup+6.30099 s]
/proc/loadavg: 2.04 2.05 2.00 5/555 20551
/proc/meminfo: memFree=5254828/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=73692 CPUtime=6.29 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 18880 0 0 0 626 3 0 0 25 0 1 0 796390726 75460608 12740 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 18423 12740 258 24 0 15057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73692

[startup+12.7008 s]
/proc/loadavg: 2.12 2.06 2.01 5/555 20551
/proc/meminfo: memFree=5246884/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=73692 CPUtime=12.69 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 20277 0 0 0 1266 3 0 0 25 0 1 0 796390726 75460608 14134 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 18423 14134 258 24 0 15057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73692

[startup+25.5003 s]
/proc/loadavg: 2.09 2.06 2.01 5/555 20552
/proc/meminfo: memFree=5227708/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=85368 CPUtime=25.5 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 23320 0 0 0 2546 4 0 0 25 0 1 0 796390726 87416832 17171 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 21342 17171 258 24 0 17976 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 85368

[startup+51.1004 s]
/proc/loadavg: 2.06 2.05 2.00 5/555 20552
/proc/meminfo: memFree=5181876/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=135156 CPUtime=51.1 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 30578 0 0 0 5105 5 0 0 25 0 1 0 796390726 138399744 24424 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 33789 24424 258 24 0 30423 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 135156

[startup+102.321 s]
/proc/loadavg: 2.07 2.06 2.00 5/555 20554
/proc/meminfo: memFree=5105724/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=185244 CPUtime=102.32 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 43402 0 0 0 10226 6 0 0 25 0 1 0 796390726 189689856 37236 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 46311 37236 258 24 0 42945 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 185244

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.00 5/555 20555
/proc/meminfo: memFree=4991228/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=266632 CPUtime=162.29 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 63630 0 0 0 16221 8 0 0 25 0 1 0 796390726 273031168 57451 33554432000 4194304 4291235 140735425203344 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 66658 57451 258 24 0 63292 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266632

[startup+222.301 s]
/proc/loadavg: 2.06 2.06 2.00 5/555 20557
/proc/meminfo: memFree=4906736/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=400000 CPUtime=222.3 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 75563 0 0 0 22220 10 0 0 25 0 1 0 796390726 409600000 69367 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 100000 69367 258 24 0 96634 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 400000

[startup+282.301 s]
/proc/loadavg: 2.02 2.05 2.00 5/555 20559
/proc/meminfo: memFree=4812940/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=401468 CPUtime=282.3 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 92102 0 0 0 28218 12 0 0 25 0 1 0 796390726 411103232 85886 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248615 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 100367 85886 258 24 0 97001 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 401468

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 2.00 5/555 20560
/proc/meminfo: memFree=4734400/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=617484 CPUtime=342.31 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 104496 0 0 0 34217 14 0 0 25 0 1 0 796390726 632303616 98274 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 154371 98274 258 24 0 151005 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 617484

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 5/555 20562
/proc/meminfo: memFree=4660576/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=617484 CPUtime=402.3 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 113583 0 0 0 40215 15 0 0 25 0 1 0 796390726 632303616 107357 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248615 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 154371 107357 258 24 0 151005 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 617484

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 5/555 20563
/proc/meminfo: memFree=4598652/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=617880 CPUtime=462.31 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 122220 0 0 0 46214 17 0 0 25 0 1 0 796390726 632709120 115989 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 154470 115989 258 24 0 151104 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 617880

[startup+522.301 s]
/proc/loadavg: 2.15 2.05 2.01 5/555 20565
/proc/meminfo: memFree=4532764/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=618152 CPUtime=522.31 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 129970 0 0 0 52213 18 0 0 25 0 1 0 796390726 632987648 123737 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 154538 123737 258 24 0 151172 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 618152

[startup+582.3 s]
/proc/loadavg: 2.12 2.05 2.01 5/555 20567
/proc/meminfo: memFree=4467620/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=618292 CPUtime=582.31 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 137568 0 0 0 58213 18 0 0 25 0 1 0 796390726 633131008 131330 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248386 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 154573 131330 258 24 0 151207 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 618292

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 20833
/proc/meminfo: memFree=3074392/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427056 CPUtime=4062.48 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1003774 0 0 0 406123 125 0 0 25 0 1 0 796390726 6581305344 997190 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606764 997190 258 24 0 1603398 0
Current children cumulated CPU time (s) 4062.48
Current children cumulated vsize (KiB) 6427056

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 20835
/proc/meminfo: memFree=3027736/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427240 CPUtime=4122.46 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1014237 0 0 0 412120 126 0 0 25 0 1 0 796390726 6581493760 1007652 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606810 1007652 258 24 0 1603444 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 6427240

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/555 20837
/proc/meminfo: memFree=2992104/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427240 CPUtime=4182.46 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1021685 0 0 0 418119 127 0 0 25 0 1 0 796390726 6581493760 1015097 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606810 1015097 258 24 0 1603444 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 6427240

[startup+4242.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/555 20838
/proc/meminfo: memFree=2958832/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427376 CPUtime=4242.45 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1028704 0 0 0 424118 127 0 0 25 0 1 0 796390726 6581633024 1022111 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606844 1022111 258 24 0 1603478 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 6427376

[startup+4302.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 20840
/proc/meminfo: memFree=3109208/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427512 CPUtime=4302.46 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1035926 0 0 0 430118 128 0 0 25 0 1 0 796390726 6581772288 1029333 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606878 1029333 258 24 0 1603512 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 6427512

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 20841
/proc/meminfo: memFree=3028832/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427884 CPUtime=4362.46 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1044600 0 0 0 436117 129 0 0 25 0 1 0 796390726 6582153216 1038003 33554432000 4194304 4291235 140735425203344 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606971 1038003 258 24 0 1603605 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 6427884

[startup+4422.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/555 20843
/proc/meminfo: memFree=2971892/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427884 CPUtime=4422.47 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1055299 0 0 0 442117 130 0 0 25 0 1 0 796390726 6582153216 1048700 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606971 1048700 258 24 0 1603605 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 6427884

[startup+4482.3 s]
/proc/loadavg: 2.17 2.08 2.01 3/555 20845
/proc/meminfo: memFree=2914120/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427884 CPUtime=4482.47 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1066497 0 0 0 448115 132 0 0 25 0 1 0 796390726 6582153216 1059894 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606971 1059894 258 24 0 1603605 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 6427884

[startup+4542.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/555 20846
/proc/meminfo: memFree=2856572/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6427884 CPUtime=4542.47 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1077811 0 0 0 454113 134 0 0 25 0 1 0 796390726 6582153216 1071204 33554432000 4194304 4291235 140735425203344 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1606971 1071204 258 24 0 1603605 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 6427884

[startup+4602.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/555 20848
/proc/meminfo: memFree=2807276/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6428264 CPUtime=4602.49 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1086723 0 0 0 460114 135 0 0 25 0 1 0 796390726 6582542336 1080114 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607066 1080114 258 24 0 1603700 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 6428264

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 20849
/proc/meminfo: memFree=2765320/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6428264 CPUtime=4662.48 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1094995 0 0 0 466112 136 0 0 25 0 1 0 796390726 6582542336 1088385 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607066 1088385 258 24 0 1603700 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 6428264

[startup+4722.32 s]
/proc/loadavg: 2.16 2.06 2.01 3/555 20851
/proc/meminfo: memFree=2718916/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6428444 CPUtime=4722.5 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1104570 0 0 0 472113 137 0 0 25 0 1 0 796390726 6582726656 1097958 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607111 1097958 258 24 0 1603745 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 6428444

[startup+4782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/555 20853
/proc/meminfo: memFree=2670444/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6428580 CPUtime=4782.48 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1114894 0 0 0 478110 138 0 0 25 0 1 0 796390726 6582865920 1108281 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607145 1108281 258 24 0 1603779 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 6428580

[startup+4842.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 20854
/proc/meminfo: memFree=2619060/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6429236 CPUtime=4842.49 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1125217 0 0 0 484109 140 0 0 25 0 1 0 796390726 6583537664 1118597 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607309 1118597 258 24 0 1603943 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 6429236

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 20856
/proc/meminfo: memFree=2577788/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6429236 CPUtime=4902.48 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1133616 0 0 0 490107 141 0 0 25 0 1 0 796390726 6583537664 1126993 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607309 1126993 258 24 0 1603943 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 6429236

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 20857
/proc/meminfo: memFree=2538632/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6429236 CPUtime=4962.48 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1141184 0 0 0 496106 142 0 0 25 0 1 0 796390726 6583537664 1134559 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248321 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1607309 1134559 258 24 0 1603943 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 6429236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 20858
/proc/meminfo: memFree=2495660/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=6433012 CPUtime=5000.1 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4202496 1150799 0 0 0 499866 144 0 0 25 0 1 0 796390726 6587404288 1144169 33554432000 4194304 4291235 140735425203344 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20550/statm: 1608253 1144169 258 24 0 1604887 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 6433012

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

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

[startup+5000.02 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 20858
/proc/meminfo: memFree=2495660/32950928 swapFree=67056580/67111528
[pid=20550] ppid=20548 vsize=0 CPUtime=5000.21 cores=1,3,5,7
/proc/20550/stat : 20550 (minisat) R 20548 20550 20164 0 -1 4203524 1150799 0 0 0 499866 155 0 0 25 0 1 0 796390726 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/20550/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.09
CPU time (s): 5000.28
CPU user time (s): 4998.67
CPU system time (s): 1.61575
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 6433012

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

runsolver used 25.8311 second user time and 65.0861 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-31 15:18:57
IDJOB=3433960
IDBENCH=82372
IDSOLVER=1930
FILE ID=node148/3433960-1306847936
RUNJOBID= node148-1306842916-20183
PBS_JOBID= 13482004
Free space on /tmp= 50888 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433960-1306847936/watcher-3433960-1306847936 -o /tmp/evaluation-result-3433960-1306847936/solver-3433960-1306847936 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433960-1306847936.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=922083159

node148.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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5309456 kB
Buffers:         78992 kB
Cached:       17740184 kB
SwapCached:       7908 kB
Active:       16245116 kB
Inactive:     10635388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5309456 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           12068 kB
Writeback:           0 kB
AnonPages:     9059912 kB
Mapped:          43984 kB
Slab:           628940 kB
PageTables:      62128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 172993472 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= 50900 MiB
End job on node148 at 2011-05-31 16:42:19