Trace number 3387276

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.21 5046.29

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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-3387276-1305599449/watcher-3387276-1305599449 -o /tmp/evaluation-result-3387276-1305599449/solver-3387276-1305599449 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387276-1305599449.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.93 3.02 3.20 4/532 21338
/proc/meminfo: memFree=1519076/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=21888 CPUtime=0.01 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1302 0 0 0 1 0 0 0 21 0 1 0 671543610 22413312 1240 33554432000 4194304 4300288 140734424854960 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 5472 1242 218 26 0 2104 0

[startup+0.0616919 s]
/proc/loadavg: 2.93 3.02 3.20 4/532 21338
/proc/meminfo: memFree=1519076/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=31016 CPUtime=0.05 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 4114 0 0 0 5 0 0 0 21 0 1 0 671543610 31760384 3678 33554432000 4194304 4300288 140734424854960 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 7754 3681 218 26 0 4386 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31016

[startup+0.100689 s]
/proc/loadavg: 2.93 3.02 3.20 4/532 21338
/proc/meminfo: memFree=1519076/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=38492 CPUtime=0.09 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 6499 0 0 0 8 1 0 0 21 0 1 0 671543610 39415808 5776 33554432000 4194304 4300288 140734424854960 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 9623 5778 218 26 0 6255 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38492

[startup+0.300656 s]
/proc/loadavg: 2.93 3.02 3.20 4/532 21338
/proc/meminfo: memFree=1519076/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=79896 CPUtime=0.29 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 18842 0 0 0 26 3 0 0 22 0 1 0 671543610 81813504 15692 33554432000 4194304 4300288 140734424854960 18446744073709551615 4219422 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 19974 15692 220 26 0 16606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79896

[startup+0.700587 s]
/proc/loadavg: 2.93 3.02 3.20 4/532 21338
/proc/meminfo: memFree=1519076/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=94784 CPUtime=0.69 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 21488 0 0 0 66 3 0 0 24 0 1 0 671543610 97058816 17979 33554432000 4194304 4300288 140734424854960 18446744073709551615 242970218871 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 23696 17979 222 26 0 20328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94784

[startup+1.50045 s]
/proc/loadavg: 2.93 3.02 3.20 5/533 21339
/proc/meminfo: memFree=1451000/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=79636 CPUtime=1.49 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 24155 0 0 0 146 3 0 0 25 0 1 0 671543610 81547264 15070 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 19909 15070 241 26 0 16541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79636

[startup+3.10014 s]
/proc/loadavg: 3.18 3.07 3.22 6/533 21339
/proc/meminfo: memFree=1454844/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=79636 CPUtime=3.09 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 24736 0 0 0 306 3 0 0 25 0 1 0 671543610 81547264 15651 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 19909 15651 241 26 0 16541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79636

[startup+6.30063 s]
/proc/loadavg: 3.18 3.07 3.22 5/533 21339
/proc/meminfo: memFree=1445420/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=86816 CPUtime=6.29 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 25632 0 0 0 625 4 0 0 25 0 1 0 671543610 88899584 16547 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 21704 16547 241 26 0 18336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86816

[startup+12.7005 s]
/proc/loadavg: 3.53 3.15 3.24 5/533 21339
/proc/meminfo: memFree=1428108/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=98492 CPUtime=12.69 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 27151 0 0 0 1265 4 0 0 25 0 1 0 671543610 100855808 18066 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268330 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 24623 18066 242 26 0 21255 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98492

[startup+25.5003 s]
/proc/loadavg: 3.60 3.18 3.25 5/533 21339
/proc/meminfo: memFree=1391776/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=117460 CPUtime=25.49 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 30263 0 0 0 2545 4 0 0 25 0 1 0 671543610 120279040 21174 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 29365 21174 242 26 0 25997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117460

[startup+51.1009 s]
/proc/loadavg: 3.73 3.24 3.27 5/533 21339
/proc/meminfo: memFree=1333604/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=148280 CPUtime=51.09 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 37448 0 0 0 5104 5 0 0 25 0 1 0 671543610 151838720 28356 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 37070 28356 242 26 0 33702 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148280

[startup+102.319 s]
/proc/loadavg: 3.89 3.37 3.31 5/533 21341
/proc/meminfo: memFree=1189724/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=198368 CPUtime=102.31 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 49099 0 0 0 10224 7 0 0 25 0 1 0 671543610 203128832 40002 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 49592 40002 242 26 0 46224 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 198368

[startup+162.301 s]
/proc/loadavg: 4.06 3.50 3.36 5/533 21343
/proc/meminfo: memFree=1055796/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=279756 CPUtime=162.3 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 61673 0 0 0 16221 9 0 0 25 0 1 0 671543610 286470144 52563 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 69939 52563 242 26 0 66571 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 279756

[startup+222.3 s]
/proc/loadavg: 4.23 3.66 3.42 5/533 21345
/proc/meminfo: memFree=903056/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=279756 CPUtime=222.3 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 72470 0 0 0 22220 10 0 0 25 0 1 0 671543610 286470144 63356 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268211 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 69939 63356 242 26 0 66571 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 279756

[startup+282.3 s]
/proc/loadavg: 4.15 3.73 3.45 5/533 21347
/proc/meminfo: memFree=785832/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=412016 CPUtime=282.3 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 84886 0 0 0 28219 11 0 0 25 0 1 0 671543610 421904384 75770 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 103004 75770 242 26 0 99636 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 412016

[startup+342.301 s]
/proc/loadavg: 4.05 3.78 3.49 5/533 21347
/proc/meminfo: memFree=597692/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=412684 CPUtime=342.3 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 106172 0 0 0 34216 14 0 0 25 0 1 0 671543610 422588416 97044 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 103171 97044 242 26 0 99803 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 412684

[startup+402.301 s]
/proc/loadavg: 4.02 3.81 3.51 5/533 21349
/proc/meminfo: memFree=449628/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=627928 CPUtime=402.29 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 120960 0 0 0 40214 15 0 0 25 0 1 0 671543610 642998272 111824 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 156982 111824 242 26 0 153614 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 627928

[startup+462.3 s]
/proc/loadavg: 4.00 3.85 3.54 5/533 21351
/proc/meminfo: memFree=295780/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=629004 CPUtime=462.3 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 136676 0 0 0 46212 18 0 0 25 0 1 0 671543610 644100096 127525 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 157251 127525 242 26 0 153883 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 629004

[startup+522.301 s]
/proc/loadavg: 4.00 3.87 3.57 5/533 21353
/proc/meminfo: memFree=163580/32951132 swapFree=59792360/67111528
[pid=21338] ppid=21336 vsize=629004 CPUtime=522.3 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 146510 0 0 0 52211 19 0 0 25 0 1 0 671543610 644100096 137358 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 157251 137358 242 26 0 153883 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 629004

[startup+582.301 s]
/proc/loadavg: 4.15 3.93 3.60 5/533 21355
/proc/meminfo: memFree=94944/32951132 swapFree=59719836/67111528
[pid=21338] ppid=21336 vsize=629140 CPUtime=582.29 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 155319 0 0 0 58209 20 0 0 25 0 1 0 671543610 644239360 146164 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21338/statm: 157285 146164 242 26 0 153917 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 629140

[startup+642.3 s]

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

[startup+4122.3 s]
/proc/loadavg: 5.35 5.09 4.84 5/533 21463
/proc/meminfo: memFree=92960/32951132 swapFree=54572372/67111528
[pid=21338] ppid=21336 vsize=4007628 CPUtime=4085.19 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 949456 0 0 0 408371 148 0 0 25 0 1 0 671543610 4103811072 939901 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 5 0 0 3609
/proc/21338/statm: 1001907 939901 242 26 0 998539 0
Current children cumulated CPU time (s) 4085.19
Current children cumulated vsize (KiB) 4007628

[startup+4182.3 s]
/proc/loadavg: 4.53 4.90 4.79 5/533 21465
/proc/meminfo: memFree=95256/32951132 swapFree=54458800/67111528
[pid=21338] ppid=21336 vsize=4007628 CPUtime=4145.19 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 962467 0 0 0 414370 149 0 0 25 0 1 0 671543610 4103811072 952911 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 3609
/proc/21338/statm: 1001907 952911 242 26 0 998539 0
Current children cumulated CPU time (s) 4145.19
Current children cumulated vsize (KiB) 4007628

[startup+4242.3 s]
/proc/loadavg: 5.06 4.97 4.81 5/533 21465
/proc/meminfo: memFree=96900/32951132 swapFree=54306920/67111528
[pid=21338] ppid=21336 vsize=4007904 CPUtime=4205.18 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 972437 0 0 0 420367 151 0 0 25 0 1 0 671543610 4104093696 962879 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 5 0 0 3609
/proc/21338/statm: 1001976 962879 242 26 0 998608 0
Current children cumulated CPU time (s) 4205.18
Current children cumulated vsize (KiB) 4007904

[startup+4303.12 s]
/proc/loadavg: 5.47 5.11 4.87 5/533 21467
/proc/meminfo: memFree=94992/32951132 swapFree=54231264/67111528
[pid=21338] ppid=21336 vsize=4007904 CPUtime=4264.98 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 983635 0 0 0 426340 158 0 0 19 0 1 0 671543610 4104093696 974073 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 3711
/proc/21338/statm: 1001976 974073 242 26 0 998608 0
Current children cumulated CPU time (s) 4264.98
Current children cumulated vsize (KiB) 4007904

[startup+4362.3 s]
/proc/loadavg: 5.78 5.36 4.98 5/533 21470
/proc/meminfo: memFree=2616000/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=4008040 CPUtime=4316.22 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 993923 0 0 0 431459 163 0 0 25 0 1 0 671543610 4104232960 984359 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1002010 984359 242 26 0 998642 0
Current children cumulated CPU time (s) 4316.22
Current children cumulated vsize (KiB) 4008040

[startup+4422.32 s]
/proc/loadavg: 4.65 5.11 4.91 5/533 21472
/proc/meminfo: memFree=2446492/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=4008468 CPUtime=4376.23 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1006548 0 0 0 437459 164 0 0 25 0 1 0 671543610 4104671232 996982 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1002117 996982 242 26 0 998749 0
Current children cumulated CPU time (s) 4376.23
Current children cumulated vsize (KiB) 4008468

[startup+4482.3 s]
/proc/loadavg: 4.24 4.91 4.85 5/533 21474
/proc/meminfo: memFree=2307620/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6444656 CPUtime=4436.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1024002 0 0 0 443455 166 0 0 25 0 1 0 671543610 6599327744 1014424 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611164 1014424 242 26 0 1607796 0
Current children cumulated CPU time (s) 4436.21
Current children cumulated vsize (KiB) 6444656

[startup+4542.3 s]
/proc/loadavg: 4.09 4.74 4.80 5/533 21474
/proc/meminfo: memFree=2135360/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6445076 CPUtime=4496.22 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1034631 0 0 0 449454 168 0 0 25 0 1 0 671543610 6599757824 1025051 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268316 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611269 1025051 242 26 0 1607901 0
Current children cumulated CPU time (s) 4496.22
Current children cumulated vsize (KiB) 6445076

[startup+4602.3 s]
/proc/loadavg: 4.03 4.60 4.74 5/533 21476
/proc/meminfo: memFree=1963104/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6445536 CPUtime=4556.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1045240 0 0 0 455452 169 0 0 25 0 1 0 671543610 6600228864 1035656 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611384 1035656 242 26 0 1608016 0
Current children cumulated CPU time (s) 4556.21
Current children cumulated vsize (KiB) 6445536

[startup+4662.3 s]
/proc/loadavg: 4.01 4.49 4.70 5/533 21478
/proc/meminfo: memFree=1799768/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6445676 CPUtime=4616.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1055990 0 0 0 461451 170 0 0 25 0 1 0 671543610 6600372224 1046402 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268397 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611419 1046402 242 26 0 1608051 0
Current children cumulated CPU time (s) 4616.21
Current children cumulated vsize (KiB) 6445676

[startup+4722.3 s]
/proc/loadavg: 4.00 4.40 4.65 5/533 21480
/proc/meminfo: memFree=1642240/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6445820 CPUtime=4676.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1066386 0 0 0 467449 172 0 0 25 0 1 0 671543610 6600519680 1056794 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611455 1056794 242 26 0 1608087 0
Current children cumulated CPU time (s) 4676.21
Current children cumulated vsize (KiB) 6445820

[startup+4782.3 s]
/proc/loadavg: 4.00 4.32 4.61 5/533 21482
/proc/meminfo: memFree=1460372/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6446260 CPUtime=4736.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1076723 0 0 0 473448 173 0 0 25 0 1 0 671543610 6600970240 1067128 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611565 1067128 242 26 0 1608197 0
Current children cumulated CPU time (s) 4736.21
Current children cumulated vsize (KiB) 6446260

[startup+4842.3 s]
/proc/loadavg: 4.23 4.32 4.59 5/533 21482
/proc/meminfo: memFree=1304752/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6446396 CPUtime=4796.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1086932 0 0 0 479446 175 0 0 25 0 1 0 671543610 6601109504 1077336 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611599 1077336 242 26 0 1608231 0
Current children cumulated CPU time (s) 4796.21
Current children cumulated vsize (KiB) 6446396

[startup+4902.3 s]
/proc/loadavg: 4.19 4.29 4.56 5/533 21484
/proc/meminfo: memFree=1153556/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6446544 CPUtime=4856.22 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1097281 0 0 0 485445 177 0 0 25 0 1 0 671543610 6601261056 1087682 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611636 1087682 242 26 0 1608268 0
Current children cumulated CPU time (s) 4856.22
Current children cumulated vsize (KiB) 6446544

[startup+4962.3 s]
/proc/loadavg: 4.07 4.24 4.52 5/533 21486
/proc/meminfo: memFree=989484/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6447060 CPUtime=4916.23 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1107903 0 0 0 491445 178 0 0 25 0 1 0 671543610 6601789440 1098300 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1611765 1098300 242 26 0 1608397 0
Current children cumulated CPU time (s) 4916.23
Current children cumulated vsize (KiB) 6447060

[startup+5022.3 s]
/proc/loadavg: 4.02 4.19 4.48 5/533 21488
/proc/meminfo: memFree=839280/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6449504 CPUtime=4976.21 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1119853 0 0 0 497441 180 0 0 25 0 1 0 671543610 6604292096 1110241 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1612376 1110241 242 26 0 1609008 0
Current children cumulated CPU time (s) 4976.21
Current children cumulated vsize (KiB) 6449504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5046.1 s]
/proc/loadavg: 4.01 4.17 4.47 5/533 21488
/proc/meminfo: memFree=783096/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=6450160 CPUtime=5000.03 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4202496 1125135 0 0 0 499822 181 0 0 25 0 1 0 671543610 6604963840 1115521 33554432000 4194304 4300288 140734424854960 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 3 0 0 4438
/proc/21338/statm: 1612540 1115521 242 26 0 1609172 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 6450160

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

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

[startup+5046.22 s]
/proc/loadavg: 4.01 4.17 4.47 5/533 21488
/proc/meminfo: memFree=783096/32951132 swapFree=54105048/67111528
[pid=21338] ppid=21336 vsize=0 CPUtime=5000.13 cores=1,3,5,7
/proc/21338/stat : 21338 (cir_minisat) R 21336 21338 19558 0 -1 4203524 1125135 0 0 0 499822 191 0 0 25 0 1 0 671543610 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 3 0 0 4438
/proc/21338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5046.29
CPU time (s): 5000.21
CPU user time (s): 4998.23
CPU system time (s): 1.9807
CPU usage (%): 99.0868
Max. virtual memory (cumulated for all children) (KiB): 6450160

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

runsolver used 25.6791 second user time and 61.1227 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-17 04:30:50
IDJOB=3387276
IDBENCH=82389
IDSOLVER=1873
FILE ID=node128/3387276-1305599449
RUNJOBID= node128-1305599449-21319
PBS_JOBID= 13350350
Free space on /tmp= 73524 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=2004542319

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       1519132 kB
Buffers:         89908 kB
Cached:         734560 kB
SwapCached:     122468 kB
Active:       16096600 kB
Inactive:     15047036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       1519132 kB
SwapTotal:    67111528 kB
SwapFree:     59792360 kB
Dirty:           24496 kB
Writeback:           0 kB
AnonPages:    30205604 kB
Mapped:          24092 kB
Slab:            99276 kB
PageTables:     119148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 179936496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73524 MiB
End job on node128 at 2011-05-17 05:54:58