Trace number 3433957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.32 5000.44

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
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 clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
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: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3433957-1306847932/watcher-3433957-1306847932 -o /tmp/evaluation-result-3433957-1306847932/solver-3433957-1306847932 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433957-1306847932.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.94 2.02 2.00 2/575 2145
/proc/meminfo: memFree=2832772/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=19808 CPUtime=0 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 742 0 0 0 0 0 0 0 21 0 1 0 796391033 20283392 682 33554432000 4194304 4291235 140736429086320 18446744073709551615 4261341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 4952 682 215 24 0 1586 0

[startup+0.0393049 s]
/proc/loadavg: 1.94 2.02 2.00 2/575 2145
/proc/meminfo: memFree=2832772/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=27976 CPUtime=0.03 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 2892 0 0 0 3 0 0 0 21 0 1 0 796391033 28647424 2694 33554432000 4194304 4291235 140736429086320 18446744073709551615 4220911 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 6994 2695 216 24 0 3628 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27976

[startup+0.100324 s]
/proc/loadavg: 1.94 2.02 2.00 2/575 2145
/proc/meminfo: memFree=2832772/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=39072 CPUtime=0.09 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 6860 0 0 0 8 1 0 0 21 0 1 0 796391033 40009728 6084 33554432000 4194304 4291235 140736429086320 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 9768 6085 216 24 0 6402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39072

[startup+0.300298 s]
/proc/loadavg: 1.94 2.02 2.00 2/575 2145
/proc/meminfo: memFree=2832772/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=80064 CPUtime=0.29 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 18721 0 0 0 27 2 0 0 22 0 1 0 796391033 81985536 15598 33554432000 4194304 4291235 140736429086320 18446744073709551615 4230284 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 20016 15598 237 24 0 16650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80064

[startup+0.700226 s]
/proc/loadavg: 1.94 2.02 2.00 2/575 2145
/proc/meminfo: memFree=2832772/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=94588 CPUtime=0.69 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 21389 0 0 0 67 2 0 0 24 0 1 0 796391033 96858112 17907 33554432000 4194304 4291235 140736429086320 18446744073709551615 4232291 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 23647 17907 239 24 0 20281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94588

[startup+1.50104 s]
/proc/loadavg: 2.02 2.03 2.00 3/576 2146
/proc/meminfo: memFree=2770028/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=79440 CPUtime=1.49 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 24069 0 0 0 146 3 0 0 25 0 1 0 796391033 81346560 15060 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 19860 15060 257 24 0 16494 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79440

[startup+3.10077 s]
/proc/loadavg: 2.02 2.03 2.00 3/576 2146
/proc/meminfo: memFree=2767176/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=79440 CPUtime=3.09 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 24781 0 0 0 306 3 0 0 25 0 1 0 796391033 81346560 15770 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 19860 15770 257 24 0 16494 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79440

[startup+6.3002 s]
/proc/loadavg: 2.02 2.03 2.00 3/576 2146
/proc/meminfo: memFree=2760476/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=86620 CPUtime=6.29 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 25729 0 0 0 626 3 0 0 25 0 1 0 796391033 88698880 16718 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 21655 16718 258 24 0 18289 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86620

[startup+12.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/573 2167
/proc/meminfo: memFree=2824440/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=98296 CPUtime=12.69 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 27511 0 0 0 1265 4 0 0 25 0 1 0 796391033 100655104 18497 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 24574 18497 258 24 0 21208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98296

[startup+25.5007 s]
/proc/loadavg: 2.02 2.03 2.00 3/576 2174
/proc/meminfo: memFree=1916616/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=117264 CPUtime=25.49 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 31407 0 0 0 2541 8 0 0 25 0 1 0 796391033 120078336 22392 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 29316 22392 258 24 0 25950 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117264

[startup+51.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/576 2174
/proc/meminfo: memFree=2023788/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=148084 CPUtime=51.07 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 40723 0 0 0 5097 10 0 0 25 0 1 0 796391033 151638016 31696 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 37021 31696 258 24 0 33655 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 148084

[startup+102.322 s]
/proc/loadavg: 2.05 2.03 2.00 3/576 2176
/proc/meminfo: memFree=1894832/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=279560 CPUtime=102.29 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 56670 0 0 0 10217 12 0 0 25 0 1 0 796391033 286269440 47623 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 69890 47623 258 24 0 66524 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 279560

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/573 2180
/proc/meminfo: memFree=2421868/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=411820 CPUtime=162.26 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 78244 0 0 0 16211 15 0 0 25 0 1 0 796391033 421703680 69185 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 102955 69185 258 24 0 99589 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 411820

[startup+222.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/576 2206
/proc/meminfo: memFree=1946092/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=412548 CPUtime=222.23 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 91059 0 0 0 22206 17 0 0 25 0 1 0 796391033 422449152 81993 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 103137 81993 258 24 0 99771 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 412548

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/576 2207
/proc/meminfo: memFree=1844372/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=413364 CPUtime=282.24 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 103448 0 0 0 28205 19 0 0 25 0 1 0 796391033 423284736 94376 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248609 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 103341 94376 258 24 0 99975 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 413364

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/576 2209
/proc/meminfo: memFree=1694028/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=630188 CPUtime=342.23 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 124927 0 0 0 34201 22 0 0 25 0 1 0 796391033 645312512 115847 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 157547 115847 258 24 0 154181 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 630188

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 2211
/proc/meminfo: memFree=1613632/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=630360 CPUtime=402.23 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 136635 0 0 0 40200 23 0 0 25 0 1 0 796391033 645488640 127555 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 157590 127555 258 24 0 154224 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 630360

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 2212
/proc/meminfo: memFree=1509168/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=630492 CPUtime=462.24 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 148385 0 0 0 46199 25 0 0 25 0 1 0 796391033 645623808 139304 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 157623 139304 258 24 0 154257 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 630492

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/576 2214
/proc/meminfo: memFree=1410656/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=631024 CPUtime=522.24 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 160276 0 0 0 52197 27 0 0 25 0 1 0 796391033 646168576 151193 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 157756 151193 258 24 0 154390 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 631024

[startup+582.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/576 2215
/proc/meminfo: memFree=1296400/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=980536 CPUtime=582.24 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 173780 0 0 0 58196 28 0 0 25 0 1 0 796391033 1004068864 164692 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 245134 164693 258 24 0 241768 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 980536

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 2413
/proc/meminfo: memFree=140280/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6444188 CPUtime=4062.18 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1057823 0 0 0 406066 152 0 0 25 0 1 0 796391033 6598848512 1048419 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611047 1048419 258 24 0 1607681 0
Current children cumulated CPU time (s) 4062.18
Current children cumulated vsize (KiB) 6444188

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 2415
/proc/meminfo: memFree=101252/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6444356 CPUtime=4122.15 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1068415 0 0 0 412062 153 0 0 25 0 1 0 796391033 6599020544 1059008 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248564 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611089 1059008 258 24 0 1607723 0
Current children cumulated CPU time (s) 4122.15
Current children cumulated vsize (KiB) 6444356

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 2416
/proc/meminfo: memFree=178612/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6444504 CPUtime=4182.16 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1076756 0 0 0 418061 155 0 0 25 0 1 0 796391033 6599172096 1067345 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611126 1067345 258 24 0 1607760 0
Current children cumulated CPU time (s) 4182.16
Current children cumulated vsize (KiB) 6444504

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 2418
/proc/meminfo: memFree=96468/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6444672 CPUtime=4242.16 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1088894 0 0 0 424060 156 0 0 25 0 1 0 796391033 6599344128 1079477 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248345 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611168 1079477 258 24 0 1607802 0
Current children cumulated CPU time (s) 4242.16
Current children cumulated vsize (KiB) 6444672

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 2420
/proc/meminfo: memFree=176076/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6444980 CPUtime=4302.15 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1100119 0 0 0 430058 157 0 0 25 0 1 0 796391033 6599659520 1090698 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611245 1090698 258 24 0 1607879 0
Current children cumulated CPU time (s) 4302.15
Current children cumulated vsize (KiB) 6444980

[startup+4362.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/576 2421
/proc/meminfo: memFree=179020/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6444980 CPUtime=4362.16 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1110584 0 0 0 436057 159 0 0 25 0 1 0 796391033 6599659520 1101163 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611245 1101163 258 24 0 1607879 0
Current children cumulated CPU time (s) 4362.16
Current children cumulated vsize (KiB) 6444980

[startup+4422.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/576 2423
/proc/meminfo: memFree=187264/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6445112 CPUtime=4422.16 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1121220 0 0 0 442056 160 0 0 25 0 1 0 796391033 6599794688 1111799 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611278 1111799 258 24 0 1607912 0
Current children cumulated CPU time (s) 4422.16
Current children cumulated vsize (KiB) 6445112

[startup+4482.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/576 2424
/proc/meminfo: memFree=96844/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6445248 CPUtime=4482.17 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1132045 0 0 0 448055 162 0 0 25 0 1 0 796391033 6599933952 1122623 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611312 1122623 258 24 0 1607946 0
Current children cumulated CPU time (s) 4482.17
Current children cumulated vsize (KiB) 6445248

[startup+4542.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/576 2426
/proc/meminfo: memFree=98840/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6445512 CPUtime=4542.16 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1143000 0 0 0 454053 163 0 0 25 0 1 0 796391033 6600204288 1133576 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611378 1133576 258 24 0 1608012 0
Current children cumulated CPU time (s) 4542.16
Current children cumulated vsize (KiB) 6445512

[startup+4602.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/576 2428
/proc/meminfo: memFree=97672/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6445644 CPUtime=4602.17 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1153936 0 0 0 460053 164 0 0 25 0 1 0 796391033 6600339456 1144510 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611411 1144510 258 24 0 1608045 0
Current children cumulated CPU time (s) 4602.17
Current children cumulated vsize (KiB) 6445644

[startup+4662.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 2429
/proc/meminfo: memFree=96396/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6445912 CPUtime=4662.17 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1164565 0 0 0 466050 167 0 0 25 0 1 0 796391033 6600613888 1155136 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611478 1155136 258 24 0 1608112 0
Current children cumulated CPU time (s) 4662.17
Current children cumulated vsize (KiB) 6445912

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 2431
/proc/meminfo: memFree=94644/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6446180 CPUtime=4722.19 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1174947 0 0 0 472051 168 0 0 25 0 1 0 796391033 6600888320 1165518 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611545 1165518 258 24 0 1608179 0
Current children cumulated CPU time (s) 4722.19
Current children cumulated vsize (KiB) 6446180

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 2432
/proc/meminfo: memFree=94008/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6446496 CPUtime=4782.17 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1185835 0 0 0 478047 170 0 0 25 0 1 0 796391033 6601211904 1176402 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611624 1176402 258 24 0 1608258 0
Current children cumulated CPU time (s) 4782.17
Current children cumulated vsize (KiB) 6446496

[startup+4842.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/576 2434
/proc/meminfo: memFree=95252/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6446808 CPUtime=4842.18 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1196493 0 0 0 484046 172 0 0 25 0 1 0 796391033 6601531392 1187059 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611702 1187059 258 24 0 1608336 0
Current children cumulated CPU time (s) 4842.18
Current children cumulated vsize (KiB) 6446808

[startup+4902.3 s]
/proc/loadavg: 2.33 2.10 2.03 3/576 2436
/proc/meminfo: memFree=94960/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6447096 CPUtime=4902.17 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1206905 0 0 0 490044 173 0 0 25 0 1 0 796391033 6601826304 1197469 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611774 1197469 258 24 0 1608408 0
Current children cumulated CPU time (s) 4902.17
Current children cumulated vsize (KiB) 6447096

[startup+4962.3 s]
/proc/loadavg: 2.18 2.10 2.03 3/576 2437
/proc/meminfo: memFree=98564/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6447240 CPUtime=4962.18 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1217361 0 0 0 496043 175 0 0 25 0 1 0 796391033 6601973760 1207924 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611810 1207924 258 24 0 1608444 0
Current children cumulated CPU time (s) 4962.18
Current children cumulated vsize (KiB) 6447240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 2.09 2.08 2.02 3/576 2438
/proc/meminfo: memFree=194616/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=6447240 CPUtime=5000.08 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4202496 1223937 0 0 0 499833 175 0 0 25 0 1 0 796391033 6601973760 1214500 33554432000 4194304 4291235 140736429086320 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2145/statm: 1611810 1214500 258 24 0 1608444 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 6447240

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

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

[startup+5000.4 s]
/proc/loadavg: 2.09 2.08 2.02 3/576 2438
/proc/meminfo: memFree=194616/32951124 swapFree=58940260/67111528
[pid=2145] ppid=2143 vsize=0 CPUtime=5000.28 cores=0,2,4,6
/proc/2145/stat : 2145 (minisat) R 2143 2145 1812 0 -1 4203524 1223937 0 0 0 499835 193 0 0 25 0 1 0 796391033 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/2145/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.44
CPU time (s): 5000.32
CPU user time (s): 4998.35
CPU system time (s): 1.9747
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 6447240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.35
system time used= 1.9747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1223937
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 56408

runsolver used 30.2684 second user time and 65.0011 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-31 15:18:53
IDJOB=3433957
IDBENCH=82369
IDSOLVER=1930
FILE ID=node139/3433957-1306847932
RUNJOBID= node139-1306842918-1830
PBS_JOBID= 13482013
Free space on /tmp= 51192 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1332900387

node139.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.74
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	: 5321.49
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	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2833176 kB
Buffers:         73840 kB
Cached:       20893816 kB
SwapCached:       3500 kB
Active:       17820752 kB
Inactive:     11479396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2833176 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           46556 kB
Writeback:           0 kB
AnonPages:     8331276 kB
Mapped:          33460 kB
Slab:           667540 kB
PageTables:      79080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171040632 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= 51220 MiB
End job on node139 at 2011-05-31 16:42:15