Trace number 3318229

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) 1300.13 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 3.99 3.18 4/376 15174
/proc/meminfo: memFree=22903444/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=21216 CPUtime=0 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 1094 0 0 0 0 0 0 0 21 0 1 0 582454299 21725184 1035 33554432000 4194304 4291235 140736413411648 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 5304 1036 216 24 0 1938 0

[startup+0.0149441 s]
/proc/loadavg: 4.04 3.99 3.18 4/376 15174
/proc/meminfo: memFree=22903444/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=21708 CPUtime=0.01 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 1215 0 0 0 1 0 0 0 21 0 1 0 582454299 22228992 1156 33554432000 4194304 4291235 140736413411648 18446744073709551615 264726073719 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 5427 1156 216 24 0 2061 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21708

[startup+0.100987 s]
/proc/loadavg: 4.04 3.99 3.18 4/376 15174
/proc/meminfo: memFree=22903444/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=38620 CPUtime=0.09 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 6537 0 0 0 9 0 0 0 21 0 1 0 582454299 39546880 5812 33554432000 4194304 4291235 140736413411648 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 9655 5814 216 24 0 6289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38620

[startup+0.300952 s]
/proc/loadavg: 4.04 3.99 3.18 4/376 15174
/proc/meminfo: memFree=22903444/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=53076 CPUtime=0.29 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 9729 0 0 0 28 1 0 0 22 0 1 0 582454299 54349824 8611 33554432000 4194304 4291235 140736413411648 18446744073709551615 264726070080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 13269 8611 240 24 0 9903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53076

[startup+0.700882 s]
/proc/loadavg: 4.04 3.99 3.18 4/376 15174
/proc/meminfo: memFree=22903444/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=45648 CPUtime=0.69 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 10729 0 0 0 68 1 0 0 23 0 1 0 582454299 46743552 7179 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 11412 7179 258 24 0 8046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45648

[startup+1.50072 s]
/proc/loadavg: 4.04 3.99 3.18 6/377 15175
/proc/meminfo: memFree=22872740/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=45648 CPUtime=1.49 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 11005 0 0 0 148 1 0 0 25 0 1 0 582454299 46743552 7452 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 11412 7452 258 24 0 8046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45648

[startup+3.10041 s]
/proc/loadavg: 4.04 3.99 3.18 5/377 15175
/proc/meminfo: memFree=22868404/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=48368 CPUtime=3.09 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 11456 0 0 0 308 1 0 0 25 0 1 0 582454299 49528832 7903 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 12092 7903 259 24 0 8726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48368

[startup+6.30081 s]
/proc/loadavg: 4.04 3.99 3.19 5/377 15175
/proc/meminfo: memFree=22860964/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=52788 CPUtime=6.29 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 12475 0 0 0 628 1 0 0 25 0 1 0 582454299 54054912 8922 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 13197 8922 259 24 0 9831 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52788

[startup+12.7006 s]
/proc/loadavg: 4.03 3.99 3.19 7/377 15175
/proc/meminfo: memFree=22826516/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=71644 CPUtime=12.69 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 15271 0 0 0 1267 2 0 0 25 0 1 0 582454299 73363456 11714 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 17911 11714 259 24 0 14545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71644

[startup+25.5012 s]
/proc/loadavg: 4.03 3.99 3.20 6/377 15176
/proc/meminfo: memFree=22778516/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=90612 CPUtime=25.49 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 20124 0 0 0 2546 3 0 0 25 0 1 0 582454299 92786688 16562 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 22653 16562 259 24 0 19287 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90612

[startup+51.1003 s]
/proc/loadavg: 4.07 4.00 3.23 5/377 15176
/proc/meminfo: memFree=22754040/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=121432 CPUtime=51.09 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 28766 0 0 0 5104 5 0 0 25 0 1 0 582454299 124346368 25197 33554432000 4194304 4291235 140736413411648 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 30358 25197 259 24 0 26992 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121432

[startup+102.314 s]
/proc/loadavg: 4.08 4.02 3.27 6/377 15178
/proc/meminfo: memFree=22520756/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=254276 CPUtime=102.31 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 47240 0 0 0 10222 9 0 0 25 0 1 0 582454299 260378624 43649 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 63569 43649 259 24 0 60203 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 254276

[startup+162.3 s]
/proc/loadavg: 4.03 4.01 3.31 6/377 15179
/proc/meminfo: memFree=22388668/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=388700 CPUtime=162.29 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 64299 0 0 0 16217 12 0 0 25 0 1 0 582454299 398028800 60690 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 97175 60690 259 24 0 93809 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 388700

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.35 6/377 15181
/proc/meminfo: memFree=22251240/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=390516 CPUtime=222.3 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 83102 0 0 0 22213 17 0 0 25 0 1 0 582454299 399888384 79475 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 97629 79475 259 24 0 94263 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 390516

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.39 6/377 15183
/proc/meminfo: memFree=22146680/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=606220 CPUtime=282.3 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 99896 0 0 0 28211 19 0 0 25 0 1 0 582454299 620769280 96263 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 151555 96263 259 24 0 148189 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 606220

[startup+342.3 s]
/proc/loadavg: 4.11 4.03 3.44 5/377 15187
/proc/meminfo: memFree=22002884/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=607048 CPUtime=342.3 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 123700 0 0 0 34203 27 0 0 25 0 1 0 582454299 621617152 120058 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 151762 120058 259 24 0 148396 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 607048

[startup+402.301 s]
/proc/loadavg: 4.04 4.02 3.47 5/377 15189
/proc/meminfo: memFree=21859220/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=609720 CPUtime=402.3 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 147203 0 0 0 40200 30 0 0 25 0 1 0 582454299 624353280 143542 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 152430 143542 259 24 0 149064 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 609720

[startup+462.301 s]
/proc/loadavg: 4.06 4.03 3.50 6/377 15190
/proc/meminfo: memFree=21852608/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=960452 CPUtime=462.3 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 163178 0 0 0 46196 34 0 0 25 0 1 0 582454299 983502848 159509 33554432000 4194304 4291235 140736413411648 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 240113 159509 259 24 0 236747 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 960452

[startup+522.3 s]
/proc/loadavg: 4.10 4.05 3.54 6/377 15192
/proc/meminfo: memFree=21674632/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=962024 CPUtime=522.31 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 185657 0 0 0 52191 40 0 0 25 0 1 0 582454299 985112576 181971 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 240506 181971 259 24 0 237140 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 962024

[startup+582.301 s]
/proc/loadavg: 4.04 4.04 3.57 6/377 15194
/proc/meminfo: memFree=21550584/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=963736 CPUtime=582.31 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 203399 0 0 0 58188 43 0 0 25 0 1 0 582454299 986865664 199704 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 240934 199704 259 24 0 237568 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 963736

[startup+642.301 s]
/proc/loadavg: 3.44 3.88 3.54 5/371 15213
/proc/meminfo: memFree=21442104/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=965800 CPUtime=642.32 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 227201 0 0 0 64185 47 0 0 25 0 1 0 582454299 988979200 223482 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 241450 223482 259 24 0 238084 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 965800

[startup+702.301 s]
/proc/loadavg: 3.21 3.73 3.51 5/371 15215
/proc/meminfo: memFree=21307524/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1535364 CPUtime=702.31 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 250291 0 0 0 70181 50 0 0 25 0 1 0 582454299 1572212736 246549 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 383841 246549 259 24 0 380475 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1535364

[startup+762.314 s]
/proc/loadavg: 3.08 3.59 3.47 4/371 15216
/proc/meminfo: memFree=21144060/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1536080 CPUtime=762.33 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 265863 0 0 0 76180 53 0 0 25 0 1 0 582454299 1572945920 262116 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 384020 262116 259 24 0 380654 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1536080

[startup+822.301 s]
/proc/loadavg: 3.19 3.52 3.45 5/371 15218
/proc/meminfo: memFree=20954672/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1536636 CPUtime=822.31 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 283969 0 0 0 82176 55 0 0 25 0 1 0 582454299 1573515264 280218 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 384159 280218 259 24 0 380793 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1536636

[startup+882.301 s]
/proc/loadavg: 3.14 3.44 3.43 4/371 15220
/proc/meminfo: memFree=20825556/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1537592 CPUtime=882.32 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 307196 0 0 0 88174 58 0 0 25 0 1 0 582454299 1574494208 303438 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 384398 303438 259 24 0 381032 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1537592

[startup+942.301 s]
/proc/loadavg: 3.05 3.35 3.40 5/371 15221
/proc/meminfo: memFree=20619928/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1539412 CPUtime=942.32 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 332927 0 0 0 94171 61 0 0 25 0 1 0 582454299 1576357888 329157 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 384853 329157 259 24 0 381487 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1539412

[startup+1002.3 s]
/proc/loadavg: 3.14 3.32 3.38 5/371 15223
/proc/meminfo: memFree=20464892/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1541024 CPUtime=1002.33 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 353883 0 0 0 100168 65 0 0 25 0 1 0 582454299 1578008576 350096 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 385256 350096 259 24 0 381890 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1541024

[startup+1062.3 s]
/proc/loadavg: 3.05 3.26 3.35 4/371 15224
/proc/meminfo: memFree=20361564/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=1543176 CPUtime=1062.33 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 379794 0 0 0 106164 69 0 0 25 0 1 0 582454299 1580212224 375993 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 385794 375993 259 24 0 382428 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1543176

[startup+1122.3 s]
/proc/loadavg: 3.02 3.21 3.33 5/371 15226
/proc/meminfo: memFree=20221408/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=2469012 CPUtime=1122.33 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 401857 0 0 0 112160 73 0 0 25 0 1 0 582454299 2528268288 398044 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 617253 398044 259 24 0 613887 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2469012

[startup+1182.3 s]
/proc/loadavg: 2.66 3.09 3.28 3/365 15246
/proc/meminfo: memFree=20196836/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=2470892 CPUtime=1182.34 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 426411 0 0 0 118157 77 0 0 25 0 1 0 582454299 2530193408 422570 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 617723 422570 259 24 0 614357 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2470892

[startup+1242.3 s]
/proc/loadavg: 2.02 2.84 3.18 2/359 15265
/proc/meminfo: memFree=21499864/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=2471472 CPUtime=1242.34 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 447609 0 0 0 124154 80 0 0 25 0 1 0 582454299 2530787328 443754 33554432000 4194304 4291235 140736413411648 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 617868 443754 259 24 0 614502 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2471472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.41 2.53 3.05 2/359 15267
/proc/meminfo: memFree=21421844/32951124 swapFree=66341944/67111528
[pid=15174] ppid=15172 vsize=2471672 CPUtime=1300.05 cores=4,6
/proc/15174/stat : 15174 (minisat) R 15172 15174 14820 0 -1 4202496 466964 0 0 0 129923 82 0 0 25 0 1 0 582454299 2530992128 463102 33554432000 4194304 4291235 140736413411648 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15174/statm: 617918 463102 259 24 0 614552 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2471672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 1300.13
CPU user time (s): 1299.23
CPU system time (s): 0.900863
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2471672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.23
system time used= 0.900863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1081

runsolver used 4.79627 second user time and 10.5244 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 02:19:47
IDJOB=3318229
IDBENCH=82381
IDSOLVER=1707
FILE ID=node141/3318229-1304900386
RUNJOBID= node141-1304898916-14839
PBS_JOBID= 13282130
Free space on /tmp= 49280 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.025-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318229-1304900386/watcher-3318229-1304900386 -o /tmp/evaluation-result-3318229-1304900386/solver-3318229-1304900386 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318229-1304900386.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1604717647

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      22903476 kB
Buffers:        130912 kB
Cached:        4117612 kB
SwapCached:      22352 kB
Active:        2834040 kB
Inactive:      7005580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22903476 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           11424 kB
Writeback:           0 kB
AnonPages:     5574936 kB
Mapped:          19684 kB
Slab:           106444 kB
PageTables:      39320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86754280 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= 49304 MiB
End job on node141 at 2011-05-09 02:41:29