Trace number 3387280

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.25 5000.2

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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-3387280-1305599711/watcher-3387280-1305599711 -o /tmp/evaluation-result-3387280-1305599711/solver-3387280-1305599711 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387280-1305599711.cnf 

running on 4 cores: 0,2,4,6

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: 1.92 2.08 2.45 4/459 6484
/proc/meminfo: memFree=21742336/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=20456 CPUtime=0 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 899 0 0 0 0 0 0 0 21 0 1 0 671569162 20946944 843 33554432000 4194304 4300288 140735262275760 18446744073709551615 4201504 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 5114 843 218 26 0 1746 0

[startup+0.03184 s]
/proc/loadavg: 1.92 2.08 2.45 4/459 6484
/proc/meminfo: memFree=21742336/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=24900 CPUtime=0.02 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 2102 0 0 0 2 0 0 0 21 0 1 0 671569162 25497600 1993 33554432000 4194304 4300288 140735262275760 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 6225 1994 218 26 0 2857 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24900

[startup+0.10084 s]
/proc/loadavg: 1.92 2.08 2.45 4/459 6484
/proc/meminfo: memFree=21742336/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=37796 CPUtime=0.08 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 6273 0 0 0 8 0 0 0 21 0 1 0 671569162 38703104 5558 33554432000 4194304 4300288 140735262275760 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 9482 5560 218 26 0 6114 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37796

[startup+0.300803 s]
/proc/loadavg: 1.92 2.08 2.45 4/459 6484
/proc/meminfo: memFree=21742336/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=66992 CPUtime=0.28 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 13553 0 0 0 27 1 0 0 22 0 1 0 671569162 68599808 11622 33554432000 4194304 4300288 140735262275760 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 16748 11622 221 26 0 13380 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 66992

[startup+0.700738 s]
/proc/loadavg: 1.92 2.08 2.45 4/459 6484
/proc/meminfo: memFree=21742336/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=73476 CPUtime=0.69 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 15707 0 0 0 67 2 0 0 23 0 1 0 671569162 75239424 12111 33554432000 4194304 4300288 140735262275760 18446744073709551615 4242110 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 18369 12113 222 26 0 15001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73476

[startup+1.50057 s]
/proc/loadavg: 1.92 2.08 2.45 4/460 6485
/proc/meminfo: memFree=21658056/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=61980 CPUtime=1.49 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 17356 0 0 0 147 2 0 0 25 0 1 0 671569162 63467520 11278 33554432000 4194304 4300288 140735262275760 18446744073709551615 4255174 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 15495 11278 242 26 0 12127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61980

[startup+3.10028 s]
/proc/loadavg: 1.92 2.08 2.45 4/463 6491
/proc/meminfo: memFree=21492744/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=66400 CPUtime=3.09 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 17792 0 0 0 307 2 0 0 25 0 1 0 671569162 67993600 11714 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268327 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 16600 11714 242 26 0 13232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66400

[startup+6.3007 s]
/proc/loadavg: 2.01 2.10 2.45 4/463 6491
/proc/meminfo: memFree=21517552/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=66400 CPUtime=6.29 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 18508 0 0 0 627 2 0 0 25 0 1 0 671569162 67993600 12429 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 16600 12429 242 26 0 13232 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66400

[startup+12.7005 s]
/proc/loadavg: 2.09 2.11 2.45 4/463 6491
/proc/meminfo: memFree=21496000/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=73580 CPUtime=12.68 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 20213 0 0 0 1266 2 0 0 25 0 1 0 671569162 75345920 14132 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 18395 14132 242 26 0 15027 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73580

[startup+25.5012 s]
/proc/loadavg: 2.29 2.15 2.46 4/463 6491
/proc/meminfo: memFree=21476020/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=104224 CPUtime=25.49 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 24215 0 0 0 2546 3 0 0 25 0 1 0 671569162 106725376 18128 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 26056 18128 242 26 0 22688 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104224

[startup+51.1006 s]
/proc/loadavg: 2.53 2.22 2.47 4/463 6492
/proc/meminfo: memFree=21416208/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=135044 CPUtime=51 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 32000 0 0 0 5096 4 0 0 25 0 1 0 671569162 138285056 25905 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 33761 25905 242 26 0 30393 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 135044

[startup+102.317 s]
/proc/loadavg: 2.79 2.34 2.50 4/463 6493
/proc/meminfo: memFree=21241344/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=185132 CPUtime=102.22 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 45815 0 0 0 10216 6 0 0 25 0 1 0 671569162 189575168 39698 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 46283 39698 242 26 0 42915 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 185132

[startup+162.3 s]
/proc/loadavg: 2.92 2.46 2.53 4/463 6495
/proc/meminfo: memFree=21051956/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=267948 CPUtime=162.2 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 67125 0 0 0 16211 9 0 0 25 0 1 0 671569162 274378752 60990 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 66987 60990 242 26 0 63619 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 267948

[startup+222.301 s]
/proc/loadavg: 2.97 2.55 2.56 4/463 6497
/proc/meminfo: memFree=20868120/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=401024 CPUtime=222.2 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 78844 0 0 0 22209 11 0 0 25 0 1 0 671569162 410648576 72698 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 100256 72698 242 26 0 96888 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 401024

[startup+282.301 s]
/proc/loadavg: 3.02 2.64 2.58 4/463 6498
/proc/meminfo: memFree=20667924/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=402072 CPUtime=282.21 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 94008 0 0 0 28207 14 0 0 25 0 1 0 671569162 411721728 87856 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 100518 87856 242 26 0 97150 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 402072

[startup+342.301 s]
/proc/loadavg: 3.01 2.71 2.61 4/463 6500
/proc/meminfo: memFree=20484352/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=617964 CPUtime=342.21 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 108591 0 0 0 34204 17 0 0 25 0 1 0 671569162 632795136 102421 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 154491 102421 242 26 0 151123 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 617964

[startup+402.301 s]
/proc/loadavg: 3.00 2.76 2.63 4/463 6501
/proc/meminfo: memFree=20313672/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=617964 CPUtime=402.21 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 119357 0 0 0 40202 19 0 0 25 0 1 0 671569162 632795136 113184 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 154491 113184 242 26 0 151123 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 617964

[startup+462.301 s]
/proc/loadavg: 3.00 2.80 2.65 4/463 6503
/proc/meminfo: memFree=20122152/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=618228 CPUtime=462.21 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 133564 0 0 0 46200 21 0 0 25 0 1 0 671569162 633065472 127382 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 154557 127382 242 26 0 151189 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 618228

[startup+522.3 s]
/proc/loadavg: 3.04 2.85 2.67 4/463 6505
/proc/meminfo: memFree=19933244/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=619376 CPUtime=522.21 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 147047 0 0 0 52198 23 0 0 25 0 1 0 671569162 634241024 140856 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 154844 140856 242 26 0 151476 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 619376

[startup+582.3 s]
/proc/loadavg: 3.01 2.87 2.69 4/463 6506
/proc/meminfo: memFree=19745328/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=970456 CPUtime=582.22 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 165766 0 0 0 58196 26 0 0 25 0 1 0 671569162 993746944 159564 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 242614 159564 242 26 0 239246 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 970456

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 3.00 3.01 3.00 4/463 6611
/proc/meminfo: memFree=9218908/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6441824 CPUtime=4062.34 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1066019 0 0 0 406058 176 0 0 25 0 1 0 671569162 6596427776 1059399 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1610456 1059399 242 26 0 1607088 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 6441824

[startup+4122.3 s]
/proc/loadavg: 3.06 3.02 3.00 4/463 6613
/proc/meminfo: memFree=9047868/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6442620 CPUtime=4122.32 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1080255 0 0 0 412053 179 0 0 25 0 1 0 671569162 6597242880 1073625 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1610655 1073625 242 26 0 1607287 0
Current children cumulated CPU time (s) 4122.32
Current children cumulated vsize (KiB) 6442620

[startup+4182.3 s]
/proc/loadavg: 3.02 3.01 3.00 4/463 6614
/proc/meminfo: memFree=8895644/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6442868 CPUtime=4182.32 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1091166 0 0 0 418050 182 0 0 25 0 1 0 671569162 6597496832 1084536 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1610717 1084536 242 26 0 1607349 0
Current children cumulated CPU time (s) 4182.32
Current children cumulated vsize (KiB) 6442868

[startup+4242.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/463 6616
/proc/meminfo: memFree=8740204/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6442868 CPUtime=4242.33 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1107032 0 0 0 424048 185 0 0 25 0 1 0 671569162 6597496832 1100398 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1610717 1100398 242 26 0 1607349 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 6442868

[startup+4302.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/463 6617
/proc/meminfo: memFree=8576856/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6443216 CPUtime=4302.33 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1121550 0 0 0 430046 187 0 0 25 0 1 0 671569162 6597853184 1114911 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1610804 1114911 242 26 0 1607436 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 6443216

[startup+4362.3 s]
/proc/loadavg: 3.06 3.01 3.00 4/463 6619
/proc/meminfo: memFree=8467404/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6444068 CPUtime=4362.33 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1136189 0 0 0 436043 190 0 0 25 0 1 0 671569162 6598725632 1129545 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1611017 1129545 242 26 0 1607649 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 6444068

[startup+4422.3 s]
/proc/loadavg: 3.02 3.01 3.00 4/463 6621
/proc/meminfo: memFree=8271668/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6445288 CPUtime=4422.33 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1152809 0 0 0 442039 194 0 0 25 0 1 0 671569162 6599974912 1146148 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268188 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1611322 1146148 242 26 0 1607954 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 6445288

[startup+4482.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/463 6622
/proc/meminfo: memFree=8103724/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6446556 CPUtime=4482.33 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1169723 0 0 0 448036 197 0 0 25 0 1 0 671569162 6601273344 1163054 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1611639 1163054 242 26 0 1608271 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 6446556

[startup+4542.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/463 6624
/proc/meminfo: memFree=7959688/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6448636 CPUtime=4542.34 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1181740 0 0 0 454035 199 0 0 25 0 1 0 671569162 6603403264 1175064 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1612159 1175064 242 26 0 1608791 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 6448636

[startup+4602.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/463 6625
/proc/meminfo: memFree=7831172/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6448636 CPUtime=4602.35 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1193640 0 0 0 460034 201 0 0 25 0 1 0 671569162 6603403264 1186959 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1612159 1186959 242 26 0 1608791 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 6448636

[startup+4662.3 s]
/proc/loadavg: 3.16 3.03 3.01 4/463 6627
/proc/meminfo: memFree=7549776/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6450356 CPUtime=4662.34 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1234963 0 0 0 466027 207 0 0 25 0 1 0 671569162 6605164544 1228262 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1612589 1228262 242 26 0 1609221 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 6450356

[startup+4722.32 s]
/proc/loadavg: 3.06 3.03 3.00 4/463 6629
/proc/meminfo: memFree=7363084/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6454284 CPUtime=4722.35 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1251941 0 0 0 472025 210 0 0 25 0 1 0 671569162 6609186816 1245228 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1613571 1245228 242 26 0 1610203 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 6454284

[startup+4782.3 s]
/proc/loadavg: 3.02 3.02 3.00 4/463 6630
/proc/meminfo: memFree=7173176/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6454284 CPUtime=4782.34 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1270670 0 0 0 478021 213 0 0 25 0 1 0 671569162 6609186816 1263945 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1613571 1263945 242 26 0 1610203 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 6454284

[startup+4842.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/463 6632
/proc/meminfo: memFree=6989868/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6454808 CPUtime=4842.35 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1284079 0 0 0 484018 217 0 0 25 0 1 0 671569162 6609723392 1277346 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268479 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1613702 1277346 242 26 0 1610334 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 6454808

[startup+4902.3 s]
/proc/loadavg: 3.14 3.05 3.01 4/463 6633
/proc/meminfo: memFree=6810740/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6455164 CPUtime=4902.34 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1300274 0 0 0 490014 220 0 0 25 0 1 0 671569162 6610087936 1293535 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268485 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1613791 1293535 242 26 0 1610423 0
Current children cumulated CPU time (s) 4902.34
Current children cumulated vsize (KiB) 6455164

[startup+4962.3 s]
/proc/loadavg: 3.05 3.04 3.00 4/463 6635
/proc/meminfo: memFree=6613648/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6456556 CPUtime=4962.35 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1324743 0 0 0 496012 223 0 0 25 0 1 0 671569162 6611513344 1317988 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1614139 1317988 242 26 0 1610771 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 6456556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 3.02 3.03 3.00 4/463 6636
/proc/meminfo: memFree=6508704/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=6457048 CPUtime=5000.06 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4202496 1334692 0 0 0 499780 226 0 0 25 0 1 0 671569162 6612017152 1327930 33554432000 4194304 4300288 140735262275760 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/6484/statm: 1614262 1327930 242 26 0 1610894 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 6457048

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

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

[startup+5000.12 s]
/proc/loadavg: 3.02 3.03 3.00 4/463 6636
/proc/meminfo: memFree=6508704/32951124 swapFree=49826708/67111528
[pid=6484] ppid=6482 vsize=0 CPUtime=5000.17 cores=0,2,4,6
/proc/6484/stat : 6484 (cir_minisat) R 6482 6484 4581 0 -1 4203524 1334692 0 0 0 499781 236 0 0 25 0 1 0 671569162 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/6484/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.2
CPU time (s): 5000.25
CPU user time (s): 4997.81
CPU system time (s): 2.44063
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 6457048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.81
system time used= 2.44063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1334692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 3912

runsolver used 23.4824 second user time and 49.4645 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-17 04:35:12
IDJOB=3387280
IDBENCH=82392
IDSOLVER=1873
FILE ID=node138/3387280-1305599711
RUNJOBID= node138-1305599711-6470
PBS_JOBID= 13350340
Free space on /tmp= 73544 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387280-1305599711/watcher-3387280-1305599711 -o /tmp/evaluation-result-3387280-1305599711/solver-3387280-1305599711 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387280-1305599711.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=699185610

node138.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.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.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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21742484 kB
Buffers:         42128 kB
Cached:         252456 kB
SwapCached:      71060 kB
Active:        2033304 kB
Inactive:      8929076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21742484 kB
SwapTotal:    67111528 kB
SwapFree:     49826708 kB
Dirty:           25416 kB
Writeback:           0 kB
AnonPages:    10607060 kB
Mapped:          17872 kB
Slab:            85736 kB
PageTables:      92864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131065880 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= 73504 MiB
End job on node138 at 2011-05-17 05:58:34