Trace number 3419866

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 reference: minisat 2.2.0? (TO) 5000.21 5000.07

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: 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-3419866-1306581450/watcher-3419866-1306581450 -o /tmp/evaluation-result-3419866-1306581450/solver-3419866-1306581450 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419866-1306581450.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: 2.10 2.05 1.78 2/469 32109
/proc/meminfo: memFree=11989724/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=21704 CPUtime=0 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1244 0 0 0 0 0 0 0 24 0 1 0 848375497 22224896 1186 33554432000 4194304 4291037 140734094597984 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 5426 1186 216 24 0 2060 0

[startup+0.0646299 s]
/proc/loadavg: 2.10 2.05 1.78 2/469 32109
/proc/meminfo: memFree=11989724/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=31356 CPUtime=0.05 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 4302 0 0 0 5 0 0 0 24 0 1 0 848375497 32108544 3870 33554432000 4194304 4291037 140734094597984 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 7839 3872 216 24 0 4473 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31356

[startup+0.100626 s]
/proc/loadavg: 2.10 2.05 1.78 2/469 32109
/proc/meminfo: memFree=11989724/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=38800 CPUtime=0.09 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 6656 0 0 0 8 1 0 0 24 0 1 0 848375497 39731200 5920 33554432000 4194304 4291037 140734094597984 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 9700 5930 216 24 0 6334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38800

[startup+0.300591 s]
/proc/loadavg: 2.10 2.05 1.78 2/469 32109
/proc/meminfo: memFree=11989724/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=80056 CPUtime=0.29 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 18719 0 0 0 27 2 0 0 25 0 1 0 848375497 81977344 15598 33554432000 4194304 4291037 140734094597984 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 20014 15598 238 24 0 16648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80056

[startup+0.700507 s]
/proc/loadavg: 2.10 2.05 1.78 2/469 32109
/proc/meminfo: memFree=11989724/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=94580 CPUtime=0.68 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 21386 0 0 0 66 2 0 0 25 0 1 0 848375497 96849920 17906 33554432000 4194304 4291037 140734094597984 18446744073709551615 4236713 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 23645 17906 239 24 0 20279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 94580

[startup+1.50037 s]
/proc/loadavg: 2.10 2.05 1.78 3/470 32110
/proc/meminfo: memFree=11929460/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=79432 CPUtime=1.49 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 24069 0 0 0 146 3 0 0 25 0 1 0 848375497 81338368 15062 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 19858 15062 257 24 0 16492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79432

[startup+3.10104 s]
/proc/loadavg: 2.10 2.05 1.78 3/470 32110
/proc/meminfo: memFree=11925984/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=79432 CPUtime=3.09 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 24773 0 0 0 306 3 0 0 25 0 1 0 848375497 81338368 15764 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 19858 15764 257 24 0 16492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79432

[startup+6.30045 s]
/proc/loadavg: 2.09 2.05 1.78 3/470 32110
/proc/meminfo: memFree=11920316/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=86612 CPUtime=6.28 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 25691 0 0 0 625 3 0 0 25 0 1 0 848375497 88690688 16682 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248256 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 21653 16682 257 24 0 18287 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86612

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 1.78 3/470 32110
/proc/meminfo: memFree=11908880/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=98288 CPUtime=12.69 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 27446 0 0 0 1265 4 0 0 25 0 1 0 848375497 100646912 18434 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248462 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 24572 18434 258 24 0 21206 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98288

[startup+25.5009 s]
/proc/loadavg: 2.06 2.04 1.79 3/470 32111
/proc/meminfo: memFree=11885936/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=117256 CPUtime=25.49 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 31384 0 0 0 2545 4 0 0 25 0 1 0 848375497 120070144 22371 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 29314 22371 258 24 0 25948 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117256

[startup+51.1011 s]
/proc/loadavg: 2.04 2.04 1.79 3/470 32111
/proc/meminfo: memFree=11838964/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=148076 CPUtime=51.09 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 40524 0 0 0 5104 5 0 0 25 0 1 0 848375497 151629824 31499 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 37019 31499 258 24 0 33653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148076

[startup+102.318 s]
/proc/loadavg: 2.10 2.04 1.81 3/470 32140
/proc/meminfo: memFree=11138864/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=279552 CPUtime=102.3 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 56264 0 0 0 10220 10 0 0 25 0 1 0 848375497 286261248 47219 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 69888 47219 258 24 0 66522 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 279552

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 1.82 3/467 32162
/proc/meminfo: memFree=11974356/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=411812 CPUtime=162.28 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 77258 0 0 0 16211 17 0 0 25 0 1 0 848375497 421695488 68201 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 102953 68201 258 24 0 99587 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 411812

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.82 3/470 32170
/proc/meminfo: memFree=11421340/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=412540 CPUtime=222.27 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 90187 0 0 0 22206 21 0 0 25 0 1 0 848375497 422440960 81123 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 103135 81123 258 24 0 99769 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 412540

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.83 3/470 32171
/proc/meminfo: memFree=11318620/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=413092 CPUtime=282.28 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 100929 0 0 0 28206 22 0 0 25 0 1 0 848375497 423006208 91862 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 103273 91862 258 24 0 99907 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 413092

[startup+342.301 s]
/proc/loadavg: 2.16 2.05 1.85 3/470 32173
/proc/meminfo: memFree=11176364/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=629384 CPUtime=342.28 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 118136 0 0 0 34203 25 0 0 25 0 1 0 848375497 644489216 109062 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 157346 109062 258 24 0 153980 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 629384

[startup+402.301 s]
/proc/loadavg: 2.13 2.05 1.86 3/470 32175
/proc/meminfo: memFree=11063632/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=630352 CPUtime=402.28 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 134607 0 0 0 40201 27 0 0 25 0 1 0 848375497 645480448 125529 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 157588 125529 258 24 0 154222 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 630352

[startup+462.301 s]
/proc/loadavg: 2.05 2.04 1.86 3/470 32176
/proc/meminfo: memFree=10942960/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=630484 CPUtime=462.29 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 146642 0 0 0 46200 29 0 0 25 0 1 0 848375497 645615616 137563 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 157621 137563 258 24 0 154255 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 630484

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 1.87 3/470 32178
/proc/meminfo: memFree=10826368/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=630616 CPUtime=522.29 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 156642 0 0 0 52199 30 0 0 25 0 1 0 848375497 645750784 147562 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 157654 147562 258 24 0 154288 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 630616

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.88 3/470 32179
/proc/meminfo: memFree=10694280/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=980396 CPUtime=582.29 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 170647 0 0 0 58197 32 0 0 25 0 1 0 848375497 1003925504 161563 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 245099 161563 258 24 0 241733 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 980396

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 32311
/proc/meminfo: memFree=5687332/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444180 CPUtime=4062.41 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1041619 0 0 0 406100 141 0 0 25 0 1 0 848375497 6598840320 1032220 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611045 1032220 258 24 0 1607679 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 6444180

[startup+4122.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/470 32313
/proc/meminfo: memFree=5542024/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444180 CPUtime=4122.39 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1051701 0 0 0 412097 142 0 0 25 0 1 0 848375497 6598840320 1042301 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611045 1042301 258 24 0 1607679 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 6444180

[startup+4182.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/470 32314
/proc/meminfo: memFree=5387184/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444180 CPUtime=4182.4 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1061811 0 0 0 418096 144 0 0 25 0 1 0 848375497 6598840320 1052408 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248644 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611045 1052408 258 24 0 1607679 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 6444180

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/470 32316
/proc/meminfo: memFree=5233820/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444496 CPUtime=4242.4 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1071561 0 0 0 424096 144 0 0 25 0 1 0 848375497 6599163904 1062155 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611124 1062155 258 24 0 1607758 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 6444496

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 32318
/proc/meminfo: memFree=5064984/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444496 CPUtime=4302.41 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1079716 0 0 0 430095 146 0 0 25 0 1 0 848375497 6599163904 1070307 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611124 1070307 258 24 0 1607758 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 6444496

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 32319
/proc/meminfo: memFree=4880928/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444664 CPUtime=4362.4 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1092503 0 0 0 436093 147 0 0 25 0 1 0 848375497 6599335936 1083087 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611166 1083087 258 24 0 1607800 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 6444664

[startup+4422.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/470 32321
/proc/meminfo: memFree=4702664/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444972 CPUtime=4422.41 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1103083 0 0 0 442092 149 0 0 25 0 1 0 848375497 6599651328 1093664 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611243 1093664 258 24 0 1607877 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 6444972

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/470 32322
/proc/meminfo: memFree=4547396/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6444972 CPUtime=4482.41 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1113745 0 0 0 448091 150 0 0 25 0 1 0 848375497 6599651328 1104326 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611243 1104326 258 24 0 1607877 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 6444972

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/470 32324
/proc/meminfo: memFree=4390324/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6445104 CPUtime=4542.41 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1124217 0 0 0 454090 151 0 0 25 0 1 0 848375497 6599786496 1114798 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611276 1114798 258 24 0 1607910 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 6445104

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 32326
/proc/meminfo: memFree=4225636/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6445240 CPUtime=4602.43 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1134838 0 0 0 460090 153 0 0 25 0 1 0 848375497 6599925760 1125416 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611310 1125416 258 24 0 1607944 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 6445240

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/470 32327
/proc/meminfo: memFree=4049340/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6445504 CPUtime=4662.41 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1145516 0 0 0 466087 154 0 0 25 0 1 0 848375497 6600196096 1136094 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611376 1136094 258 24 0 1608010 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 6445504

[startup+4722.32 s]
/proc/loadavg: 2.09 2.04 2.00 3/470 32329
/proc/meminfo: memFree=3868232/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6445768 CPUtime=4722.43 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1156291 0 0 0 472088 155 0 0 25 0 1 0 848375497 6600466432 1146866 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611442 1146866 258 24 0 1608076 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 6445768

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 32330
/proc/meminfo: memFree=3694148/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6445904 CPUtime=4782.42 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1166670 0 0 0 478085 157 0 0 25 0 1 0 848375497 6600605696 1157243 33554432000 4194304 4291037 140734094597984 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611476 1157243 258 24 0 1608110 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 6445904

[startup+4842.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 32332
/proc/meminfo: memFree=3534376/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6446324 CPUtime=4842.43 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1176874 0 0 0 484085 158 0 0 25 0 1 0 848375497 6601035776 1167447 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611581 1167447 258 24 0 1608215 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 6446324

[startup+4902.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/470 32337
/proc/meminfo: memFree=3363324/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6446488 CPUtime=4902.42 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1187637 0 0 0 490083 159 0 0 25 0 1 0 848375497 6601203712 1178206 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611622 1178206 258 24 0 1608256 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 6446488

[startup+4962.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/470 32338
/proc/meminfo: memFree=3173412/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6446800 CPUtime=4962.43 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1198099 0 0 0 496082 161 0 0 25 0 1 0 848375497 6601523200 1188667 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611700 1188667 258 24 0 1608334 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 6446800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 32339
/proc/meminfo: memFree=3025172/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=6446956 CPUtime=5000.04 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4202496 1204436 0 0 0 499843 161 0 0 25 0 1 0 848375497 6601682944 1195003 33554432000 4194304 4291037 140734094597984 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32109/statm: 1611739 1195003 258 24 0 1608373 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6446956

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

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

[startup+5000.02 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 32339
/proc/meminfo: memFree=3025172/32951124 swapFree=57414376/67111528
[pid=32109] ppid=32107 vsize=0 CPUtime=5000.14 cores=0,2,4,6
/proc/32109/stat : 32109 (minisat_release) R 32107 32109 31899 0 -1 4203524 1204436 0 0 0 499843 171 0 0 25 0 1 0 848375497 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/32109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.07
CPU time (s): 5000.21
CPU user time (s): 4998.44
CPU system time (s): 1.77473
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6446956

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

runsolver used 24.5713 second user time and 52.1401 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-28 13:17:30
IDJOB=3419866
IDBENCH=82369
IDSOLVER=1912
FILE ID=node111/3419866-1306581450
RUNJOBID= node111-1306579399-31917
PBS_JOBID= 13471569
Free space on /tmp= 73572 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=2038144194

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11990004 kB
Buffers:        344800 kB
Cached:       11453668 kB
SwapCached:      19180 kB
Active:       11079844 kB
Inactive:      9589776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11990004 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:           16084 kB
Writeback:           0 kB
AnonPages:     8860956 kB
Mapped:          27972 kB
Slab:           156168 kB
PageTables:      67004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149462576 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= 73540 MiB
End job on node111 at 2011-05-28 14:40:52