Trace number 3419872

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.24 5000.1

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3419872-1306581680/watcher-3419872-1306581680 -o /tmp/evaluation-result-3419872-1306581680/solver-3419872-1306581680 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419872-1306581680.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.08 2.05 1.84 2/436 10516
/proc/meminfo: memFree=11757080/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=21708 CPUtime=0 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1217 0 0 0 0 0 0 0 25 0 1 0 769765949 22228992 1158 33554432000 4194304 4291037 140733425008688 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 5427 1159 216 24 0 2061 0

[startup+0.073966 s]
/proc/loadavg: 2.08 2.05 1.84 2/436 10516
/proc/meminfo: memFree=11757080/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=34440 CPUtime=0.06 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 5012 0 0 0 6 0 0 0 25 0 1 0 769765949 35266560 4527 33554432000 4194304 4291037 140733425008688 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 8610 4528 216 24 0 5244 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34440

[startup+0.100961 s]
/proc/loadavg: 2.08 2.05 1.84 2/436 10516
/proc/meminfo: memFree=11757080/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=39016 CPUtime=0.09 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 6823 0 0 0 9 0 0 0 25 0 1 0 769765949 39952384 6061 33554432000 4194304 4291037 140733425008688 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 9754 6063 216 24 0 6388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39016

[startup+0.300933 s]
/proc/loadavg: 2.08 2.05 1.84 2/436 10516
/proc/meminfo: memFree=11757080/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=67616 CPUtime=0.29 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 13681 0 0 0 28 1 0 0 25 0 1 0 769765949 69238784 11726 33554432000 4194304 4291037 140733425008688 18446744073709551615 4230042 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 16904 11726 238 24 0 13538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67616

[startup+0.700851 s]
/proc/loadavg: 2.08 2.05 1.84 2/436 10516
/proc/meminfo: memFree=11757080/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=62096 CPUtime=0.68 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 17219 0 0 0 67 1 0 0 25 0 1 0 769765949 63586304 11083 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 15524 11083 247 24 0 12158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62096

[startup+1.50067 s]
/proc/loadavg: 2.07 2.05 1.84 3/437 10517
/proc/meminfo: memFree=11712560/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=62096 CPUtime=1.49 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 17559 0 0 0 147 2 0 0 25 0 1 0 769765949 63586304 11422 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 15524 11422 258 24 0 12158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62096

[startup+3.1004 s]
/proc/loadavg: 2.07 2.05 1.84 3/437 10517
/proc/meminfo: memFree=11709584/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=66516 CPUtime=3.09 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 18396 0 0 0 307 2 0 0 25 0 1 0 769765949 68112384 12259 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 16629 12259 258 24 0 13263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66516

[startup+6.30081 s]
/proc/loadavg: 2.07 2.05 1.84 3/437 10517
/proc/meminfo: memFree=11705120/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=73696 CPUtime=6.29 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 18876 0 0 0 627 2 0 0 25 0 1 0 769765949 75464704 12737 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 18424 12737 258 24 0 15058 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73696

[startup+12.7006 s]
/proc/loadavg: 2.06 2.04 1.84 3/437 10517
/proc/meminfo: memFree=11699092/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=73696 CPUtime=12.69 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 20282 0 0 0 1267 2 0 0 25 0 1 0 769765949 75464704 14140 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 18424 14140 258 24 0 15058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73696

[startup+25.5002 s]
/proc/loadavg: 2.05 2.04 1.84 3/437 10517
/proc/meminfo: memFree=11646256/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=85372 CPUtime=25.49 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 23326 0 0 0 2547 2 0 0 25 0 1 0 769765949 87420928 17178 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 21343 17178 258 24 0 17977 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85372

[startup+51.1005 s]
/proc/loadavg: 2.11 2.05 1.85 3/437 10518
/proc/meminfo: memFree=11602760/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=135160 CPUtime=51.09 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 30600 0 0 0 5106 3 0 0 25 0 1 0 769765949 138403840 24447 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 33790 24447 258 24 0 30424 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135160

[startup+102.316 s]
/proc/loadavg: 2.16 2.07 1.87 3/437 10519
/proc/meminfo: memFree=11525004/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=185248 CPUtime=102.31 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 43395 0 0 0 10227 4 0 0 25 0 1 0 769765949 189693952 37230 33554432000 4194304 4291037 140733425008688 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 46312 37230 258 24 0 42946 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 185248

[startup+162.301 s]
/proc/loadavg: 2.15 2.09 1.88 3/437 10521
/proc/meminfo: memFree=11469568/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=266636 CPUtime=162.29 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 63611 0 0 0 16223 6 0 0 25 0 1 0 769765949 273035264 57433 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 66659 57433 258 24 0 63293 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 266636

[startup+222.301 s]
/proc/loadavg: 2.11 2.08 1.90 3/437 10522
/proc/meminfo: memFree=11476864/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=400004 CPUtime=222.3 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 75562 0 0 0 22222 8 0 0 25 0 1 0 769765949 409604096 69367 33554432000 4194304 4291037 140733425008688 18446744073709551615 4262153 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 100001 69367 258 24 0 96635 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 400004

[startup+282.301 s]
/proc/loadavg: 2.07 2.08 1.91 3/437 10524
/proc/meminfo: memFree=11332012/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=401472 CPUtime=282.3 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 92082 0 0 0 28219 11 0 0 25 0 1 0 769765949 411107328 85867 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248455 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 100368 85867 258 24 0 97002 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 401472

[startup+342.301 s]
/proc/loadavg: 2.02 2.06 1.91 3/437 10526
/proc/meminfo: memFree=11361504/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=617488 CPUtime=342.3 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 104463 0 0 0 34218 12 0 0 25 0 1 0 769765949 632307712 98242 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 154372 98242 258 24 0 151006 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 617488

[startup+402.3 s]
/proc/loadavg: 2.01 2.05 1.91 3/437 10527
/proc/meminfo: memFree=11261540/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=617488 CPUtime=402.3 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 113568 0 0 0 40217 13 0 0 25 0 1 0 769765949 632307712 107343 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 154372 107343 258 24 0 151006 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 617488

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 1.91 3/437 10529
/proc/meminfo: memFree=11280988/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=617884 CPUtime=462.3 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 122220 0 0 0 46216 14 0 0 25 0 1 0 769765949 632713216 115990 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 154471 115990 258 24 0 151105 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 617884

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 1.91 3/437 10530
/proc/meminfo: memFree=11177556/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=618156 CPUtime=522.3 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 129900 0 0 0 52215 15 0 0 25 0 1 0 769765949 632991744 123669 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 154539 123669 258 24 0 151173 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 618156

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 1.91 3/437 10532
/proc/meminfo: memFree=11210268/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=618296 CPUtime=582.31 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 137476 0 0 0 58215 16 0 0 25 0 1 0 769765949 633135104 131239 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 154574 131239 258 24 0 151208 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 618296

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/437 10747
/proc/meminfo: memFree=7660392/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427244 CPUtime=4122.41 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1011986 0 0 0 412110 131 0 0 25 0 1 0 769765949 6581497856 1005402 33554432000 4194304 4291037 140733425008688 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606811 1005402 258 24 0 1603445 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 6427244

[startup+4182.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/437 10749
/proc/meminfo: memFree=7650932/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427244 CPUtime=4182.41 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1019224 0 0 0 418109 132 0 0 25 0 1 0 769765949 6581497856 1012640 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606811 1012640 258 24 0 1603445 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 6427244

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/437 10751
/proc/meminfo: memFree=7659572/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427380 CPUtime=4242.41 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1026597 0 0 0 424108 133 0 0 25 0 1 0 769765949 6581637120 1020007 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606845 1020007 258 24 0 1603479 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 6427380

[startup+4302.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/437 10752
/proc/meminfo: memFree=7575532/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427380 CPUtime=4302.42 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1033591 0 0 0 430107 135 0 0 25 0 1 0 769765949 6581637120 1026999 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606845 1026999 258 24 0 1603479 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 6427380

[startup+4362.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/437 10754
/proc/meminfo: memFree=7541832/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427516 CPUtime=4362.42 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1041699 0 0 0 436106 136 0 0 25 0 1 0 769765949 6581776384 1035105 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606879 1035105 258 24 0 1603513 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 6427516

[startup+4422.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/437 10755
/proc/meminfo: memFree=7459104/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427888 CPUtime=4422.41 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1051871 0 0 0 442104 137 0 0 25 0 1 0 769765949 6582157312 1045274 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606972 1045274 258 24 0 1603606 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 6427888

[startup+4482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/437 10757
/proc/meminfo: memFree=7471488/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427888 CPUtime=4482.42 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1062441 0 0 0 448104 138 0 0 25 0 1 0 769765949 6582157312 1055841 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606972 1055841 258 24 0 1603606 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 6427888

[startup+4542.3 s]
/proc/loadavg: 2.19 2.09 2.01 3/437 10759
/proc/meminfo: memFree=7450696/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427888 CPUtime=4542.42 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1073778 0 0 0 454102 140 0 0 25 0 1 0 769765949 6582157312 1067172 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606972 1067172 258 24 0 1603606 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 6427888

[startup+4602.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/437 10760
/proc/meminfo: memFree=7361892/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6427888 CPUtime=4602.44 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1083765 0 0 0 460102 142 0 0 25 0 1 0 769765949 6582157312 1077159 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248404 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1606972 1077159 258 24 0 1603606 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 6427888

[startup+4662.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/437 10762
/proc/meminfo: memFree=7367288/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6428268 CPUtime=4662.42 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1092160 0 0 0 466099 143 0 0 25 0 1 0 769765949 6582546432 1085552 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1607067 1085552 258 24 0 1603701 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 6428268

[startup+4722.32 s]
/proc/loadavg: 2.10 2.07 2.01 3/437 10763
/proc/meminfo: memFree=7281300/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6428448 CPUtime=4722.44 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1101184 0 0 0 472099 145 0 0 25 0 1 0 769765949 6582730752 1094575 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1607112 1094575 258 24 0 1603746 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 6428448

[startup+4782.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/437 10765
/proc/meminfo: memFree=7278704/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6428448 CPUtime=4782.43 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1111310 0 0 0 478097 146 0 0 25 0 1 0 769765949 6582730752 1104698 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1607112 1104698 258 24 0 1603746 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 6428448

[startup+4842.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/437 10767
/proc/meminfo: memFree=7190116/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6429068 CPUtime=4842.43 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1121502 0 0 0 484095 148 0 0 25 0 1 0 769765949 6583365632 1114888 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1607267 1114888 258 24 0 1603901 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 6429068

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/437 10768
/proc/meminfo: memFree=7180420/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6429240 CPUtime=4902.43 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1130621 0 0 0 490094 149 0 0 25 0 1 0 769765949 6583541760 1124001 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1607310 1124001 258 24 0 1603944 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 6429240

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 10770
/proc/meminfo: memFree=7181512/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6429240 CPUtime=4962.43 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1138628 0 0 0 496093 150 0 0 25 0 1 0 769765949 6583541760 1132005 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1607310 1132005 258 24 0 1603944 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 6429240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 10771
/proc/meminfo: memFree=7116056/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=6432572 CPUtime=5000.04 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4202496 1146219 0 0 0 499853 151 0 0 25 0 1 0 769765949 6586953728 1139591 33554432000 4194304 4291037 140733425008688 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10516/statm: 1608143 1139591 258 24 0 1604777 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6432572

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.00 2.03 2.00 3/437 10771
/proc/meminfo: memFree=7116056/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=0 CPUtime=5000.15 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) R 10514 10516 10295 0 -1 4203524 1146219 0 0 0 499854 161 0 0 25 0 1 0 769765949 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/10516/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.15
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 10771
/proc/meminfo: memFree=7116056/32951124 swapFree=62199376/67111528
[pid=10516] ppid=10514 vsize=0 CPUtime=5000.24 cores=0,2,4,6
/proc/10516/stat : 10516 (minisat_release) S 10514 10516 10295 0 -1 4203524 1146219 0 0 0 499854 170 0 0 25 0 1 0 769765949 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/10516/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.1
CPU time (s): 5000.24
CPU user time (s): 4998.54
CPU system time (s): 1.70274
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 6432572

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

runsolver used 22.2716 second user time and 47.3858 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-28 13:21:21
IDJOB=3419872
IDBENCH=82372
IDSOLVER=1912
FILE ID=node135/3419872-1306581680
RUNJOBID= node135-1306579392-10314
PBS_JOBID= 13471545
Free space on /tmp= 73520 MiB

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

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1723119866

node135.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.851
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11757252 kB
Buffers:        349036 kB
Cached:        7821712 kB
SwapCached:      84472 kB
Active:       14089136 kB
Inactive:      6807136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11757252 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:           12304 kB
Writeback:           0 kB
AnonPages:    12646136 kB
Mapped:          26532 kB
Slab:           164752 kB
PageTables:      65976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124537616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73516 MiB
End job on node135 at 2011-05-28 14:44:43