Trace number 3422265

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: EBMiniSAT 2011-03-02? (TO) 5000.24 5000

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-3422265-1306663667/watcher-3422265-1306663667 -o /tmp/evaluation-result-3422265-1306663667/solver-3422265-1306663667 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422265-1306663667.cnf -verb=0 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.96 2/434 390
/proc/meminfo: memFree=15907312/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=13728 CPUtime=0 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4194304 222 0 0 0 0 0 0 0 18 0 1 0 758782334 14057472 177 33554432000 4194304 4293939 140734048243152 18446744073709551615 270333421457 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/390/statm: 3432 177 150 25 0 52 0

[startup+0.025283 s]
/proc/loadavg: 2.00 2.01 1.96 2/434 390
/proc/meminfo: memFree=15907312/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=24120 CPUtime=0.01 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1914 0 0 0 1 0 0 0 18 0 1 0 758782334 24698880 1820 33554432000 4194304 4293939 140734048243152 18446744073709551615 270338080523 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 6066 1836 219 25 0 2699 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24120

[startup+0.100272 s]
/proc/loadavg: 2.00 2.01 1.96 2/434 390
/proc/meminfo: memFree=15907312/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=39068 CPUtime=0.09 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 6819 0 0 0 8 1 0 0 18 0 1 0 758782334 40005632 6055 33554432000 4194304 4293939 140734048243152 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 9767 6057 219 25 0 6400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39068

[startup+0.30023 s]
/proc/loadavg: 2.00 2.01 1.96 2/434 390
/proc/meminfo: memFree=15907312/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=80060 CPUtime=0.29 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 18702 0 0 0 27 2 0 0 18 0 1 0 758782334 81981440 15583 33554432000 4194304 4293939 140734048243152 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 20015 15583 223 25 0 16648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80060

[startup+0.700154 s]
/proc/loadavg: 2.00 2.01 1.96 2/434 390
/proc/meminfo: memFree=15907312/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=94584 CPUtime=0.69 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 21370 0 0 0 66 3 0 0 18 0 1 0 758782334 96854016 17892 33554432000 4194304 4293939 140734048243152 18446744073709551615 270338052429 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 23646 17892 225 25 0 20279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94584

[startup+1.50099 s]
/proc/loadavg: 2.00 2.01 1.96 3/438 397
/proc/meminfo: memFree=15712980/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=79436 CPUtime=1.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 24007 0 0 0 146 3 0 0 20 0 1 0 758782334 81342464 15001 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 19859 15001 243 25 0 16492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79436

[startup+3.10067 s]
/proc/loadavg: 2.00 2.01 1.96 3/438 397
/proc/meminfo: memFree=15690784/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=79436 CPUtime=3.09 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 24381 0 0 0 306 3 0 0 25 0 1 0 758782334 81342464 15374 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 19859 15374 243 25 0 16492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79436

[startup+6.30104 s]
/proc/loadavg: 2.08 2.03 1.96 3/438 398
/proc/meminfo: memFree=15708300/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=86616 CPUtime=6.29 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 25237 0 0 0 626 3 0 0 25 0 1 0 758782334 88694784 16230 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 21654 16230 243 25 0 18287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86616

[startup+12.7008 s]
/proc/loadavg: 2.08 2.03 1.96 3/438 398
/proc/meminfo: memFree=15692856/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=98292 CPUtime=12.69 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 26893 0 0 0 1266 3 0 0 25 0 1 0 758782334 100651008 17885 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 24573 17885 244 25 0 21206 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98292

[startup+25.5002 s]
/proc/loadavg: 2.06 2.03 1.96 3/438 398
/proc/meminfo: memFree=15656420/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=98292 CPUtime=25.5 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 29179 0 0 0 2546 4 0 0 25 0 1 0 758782334 100651008 20170 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 24573 20170 244 25 0 21206 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 98292

[startup+51.1001 s]
/proc/loadavg: 2.04 2.02 1.96 3/438 426
/proc/meminfo: memFree=15732640/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=117260 CPUtime=51.09 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 33818 0 0 0 5105 4 0 0 25 0 1 0 758782334 120074240 24803 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 29315 24803 244 25 0 25948 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117260

[startup+102.316 s]
/proc/loadavg: 2.02 2.02 1.96 3/438 427
/proc/meminfo: memFree=15620000/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=198168 CPUtime=102.31 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 45705 0 0 0 10226 5 0 0 25 0 1 0 758782334 202924032 36678 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 49542 36678 244 25 0 46175 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 198168

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/438 429
/proc/meminfo: memFree=15500248/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=279556 CPUtime=162.29 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 60853 0 0 0 16222 7 0 0 25 0 1 0 758782334 286265344 51813 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 69889 51813 244 25 0 66522 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 279556

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/438 430
/proc/meminfo: memFree=15416648/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=279556 CPUtime=222.3 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 70432 0 0 0 22221 9 0 0 25 0 1 0 758782334 286265344 61388 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 69889 61388 244 25 0 66522 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 279556

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/438 432
/proc/meminfo: memFree=15279484/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=411816 CPUtime=282.3 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 88557 0 0 0 28219 11 0 0 25 0 1 0 758782334 421699584 79499 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248458 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 102954 79499 244 25 0 99587 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 411816

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 1.97 3/438 434
/proc/meminfo: memFree=15133992/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=628320 CPUtime=342.31 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 108519 0 0 0 34217 14 0 0 25 0 1 0 758782334 643399680 99439 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 157080 99439 244 25 0 153713 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 628320

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/438 435
/proc/meminfo: memFree=14904316/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=631648 CPUtime=402.31 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 148432 0 0 0 40212 19 0 0 25 0 1 0 758782334 646807552 139315 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 157912 139315 244 25 0 154545 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 631648

[startup+462.301 s]
/proc/loadavg: 2.05 2.03 1.98 3/438 437
/proc/meminfo: memFree=14759200/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=982856 CPUtime=462.31 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 165494 0 0 0 46210 21 0 0 25 0 1 0 758782334 1006444544 156363 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248286 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 245714 156363 244 25 0 242347 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 982856

[startup+522.301 s]
/proc/loadavg: 2.02 2.02 1.98 3/438 438
/proc/meminfo: memFree=14631956/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=985344 CPUtime=522.31 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 188777 0 0 0 52207 24 0 0 25 0 1 0 758782334 1008992256 179626 33554432000 4194304 4293939 140734048243152 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 246336 179626 244 25 0 242969 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 985344

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/438 440
/proc/meminfo: memFree=14548104/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=986064 CPUtime=582.32 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 200821 0 0 0 58206 26 0 0 25 0 1 0 758782334 1009729536 191661 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 246516 191661 244 25 0 243149 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 986064

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 555
/proc/meminfo: memFree=7091340/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6464792 CPUtime=4062.5 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1197998 0 0 0 406099 151 0 0 25 0 1 0 758782334 6619947008 1188415 33554432000 4194304 4293939 140734048243152 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1616198 1188415 244 25 0 1612831 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 6464792

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 556
/proc/meminfo: memFree=6982332/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6465132 CPUtime=4122.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1211289 0 0 0 412096 153 0 0 25 0 1 0 758782334 6620295168 1201701 33554432000 4194304 4293939 140734048243152 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1616283 1201701 244 25 0 1612916 0
Current children cumulated CPU time (s) 4122.49
Current children cumulated vsize (KiB) 6465132

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 558
/proc/meminfo: memFree=6906668/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6465332 CPUtime=4182.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1222469 0 0 0 418095 154 0 0 25 0 1 0 758782334 6620499968 1212880 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1616333 1212880 244 25 0 1612966 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 6465332

[startup+4242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/438 560
/proc/meminfo: memFree=6829148/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6465604 CPUtime=4242.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1233311 0 0 0 424094 155 0 0 25 0 1 0 758782334 6620778496 1223716 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1616401 1223716 244 25 0 1613034 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 6465604

[startup+4302.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/438 561
/proc/meminfo: memFree=6741332/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6466272 CPUtime=4302.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1246705 0 0 0 430092 157 0 0 25 0 1 0 758782334 6621462528 1237106 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1616568 1237106 244 25 0 1613201 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 6466272

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/438 563
/proc/meminfo: memFree=6635660/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6471240 CPUtime=4362.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1264426 0 0 0 436090 159 0 0 25 0 1 0 758782334 6626549760 1254818 33554432000 4194304 4293939 140734048243152 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1617810 1254818 244 25 0 1614443 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 6471240

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 564
/proc/meminfo: memFree=6505072/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6471240 CPUtime=4422.49 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1285325 0 0 0 442087 162 0 0 25 0 1 0 758782334 6626549760 1275703 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1617810 1275703 244 25 0 1614443 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 6471240

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/438 566
/proc/meminfo: memFree=6416388/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6471888 CPUtime=4482.5 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1299208 0 0 0 448086 164 0 0 25 0 1 0 758782334 6627213312 1289575 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1617972 1289575 244 25 0 1614605 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 6471888

[startup+4542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/438 568
/proc/meminfo: memFree=6348540/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6471888 CPUtime=4542.5 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1307999 0 0 0 454085 165 0 0 25 0 1 0 758782334 6627213312 1298364 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1617972 1298364 244 25 0 1614605 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 6471888

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 569
/proc/meminfo: memFree=6220664/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6472780 CPUtime=4602.51 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1332087 0 0 0 460083 168 0 0 25 0 1 0 758782334 6628126720 1322443 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1618195 1322443 244 25 0 1614828 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 6472780

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 574
/proc/meminfo: memFree=6115468/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6473884 CPUtime=4662.51 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1349945 0 0 0 466080 171 0 0 25 0 1 0 758782334 6629257216 1340286 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1618471 1340286 244 25 0 1615104 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 6473884

[startup+4722.32 s]
/proc/loadavg: 2.16 2.04 2.01 3/438 575
/proc/meminfo: memFree=6015148/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6474992 CPUtime=4722.53 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1365767 0 0 0 472080 173 0 0 25 0 1 0 758782334 6630391808 1356102 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1618748 1356102 244 25 0 1615381 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 6474992

[startup+4782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/438 577
/proc/meminfo: memFree=5894848/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6475672 CPUtime=4782.52 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1383844 0 0 0 478077 175 0 0 25 0 1 0 758782334 6631088128 1374174 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1618918 1374174 244 25 0 1615551 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 6475672

[startup+4842.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 579
/proc/meminfo: memFree=5765376/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6476664 CPUtime=4842.51 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1400792 0 0 0 484074 177 0 0 25 0 1 0 758782334 6632103936 1391116 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1619166 1391116 244 25 0 1615799 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 6476664

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/438 580
/proc/meminfo: memFree=5643348/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6476664 CPUtime=4902.52 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1416201 0 0 0 490073 179 0 0 25 0 1 0 758782334 6632103936 1406523 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1619166 1406523 244 25 0 1615799 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 6476664

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 582
/proc/meminfo: memFree=5484348/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6476952 CPUtime=4962.52 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1437320 0 0 0 496071 181 0 0 25 0 1 0 758782334 6632398848 1427635 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1619238 1427635 244 25 0 1615871 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 6476952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 583
/proc/meminfo: memFree=5389476/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=6477248 CPUtime=5000.02 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4202496 1449328 0 0 0 499820 182 0 0 25 0 1 0 758782334 6632701952 1439638 33554432000 4194304 4293939 140734048243152 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/390/statm: 1619312 1439638 244 25 0 1615945 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 6477248

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

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

[startup+5000 s]
/proc/loadavg: 2.05 2.03 2.00 3/438 583
/proc/meminfo: memFree=5389476/32951124 swapFree=54329440/67111528
[pid=390] ppid=388 vsize=0 CPUtime=5000.23 cores=1,3,5,7
/proc/390/stat : 390 (ebminisat_relea) R 388 390 32607 0 -1 4203524 1449331 0 0 0 499822 201 0 0 25 0 1 0 758782334 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 3 0 0 0
/proc/390/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000
CPU time (s): 5000.24
CPU user time (s): 4998.22
CPU system time (s): 2.01569
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 6477248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.22
system time used= 2.01569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1449331
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= 7534

runsolver used 19.645 second user time and 48.5836 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-29 12:07:47
IDJOB=3422265
IDBENCH=82369
IDSOLVER=1914
FILE ID=node143/3422265-1306663667
RUNJOBID= node143-1306658664-32626
PBS_JOBID= 13471754
Free space on /tmp= 73524 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422265-1306663667/watcher-3422265-1306663667 -o /tmp/evaluation-result-3422265-1306663667/solver-3422265-1306663667 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422265-1306663667.cnf  -verb=0

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1791513701

node143.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.846
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.846
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.846
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.846
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:      15907468 kB
Buffers:        325372 kB
Cached:        5782064 kB
SwapCached:      29864 kB
Active:        7984308 kB
Inactive:      8762456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15907468 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:           36880 kB
Writeback:           0 kB
AnonPages:    10609704 kB
Mapped:          30488 kB
Slab:           150000 kB
PageTables:      79116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115663228 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= 73528 MiB
End job on node143 at 2011-05-29 13:31:09