Trace number 3422293

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.21 5000.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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-3422293-1306663717/watcher-3422293-1306663717 -o /tmp/evaluation-result-3422293-1306663717/solver-3422293-1306663717 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422293-1306663717.cnf -verb=0 

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.09 2.06 2.01 3/511 30826
/proc/meminfo: memFree=11337748/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=21712 CPUtime=0.01 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1240 0 0 0 1 0 0 0 22 0 1 0 758787865 22233088 1184 33554432000 4194304 4293939 140733246936256 18446744073709551615 255106465895 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 5428 1186 219 25 0 2061 0

[startup+0.0335101 s]
/proc/loadavg: 2.09 2.06 2.01 3/511 30826
/proc/meminfo: memFree=11337748/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=26036 CPUtime=0.02 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 2272 0 0 0 2 0 0 0 22 0 1 0 758787865 26660864 2155 33554432000 4194304 4293939 140733246936256 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 6509 2175 219 25 0 3142 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26036

[startup+0.10051 s]
/proc/loadavg: 2.09 2.06 2.01 3/511 30826
/proc/meminfo: memFree=11337748/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=38544 CPUtime=0.08 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 6499 0 0 0 8 0 0 0 22 0 1 0 758787865 39469056 5782 33554432000 4194304 4293939 140733246936256 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 9636 5785 219 25 0 6269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38544

[startup+0.300464 s]
/proc/loadavg: 2.09 2.06 2.01 3/511 30826
/proc/meminfo: memFree=11337748/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=66984 CPUtime=0.29 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 13556 0 0 0 27 2 0 0 23 0 1 0 758787865 68591616 11624 33554432000 4194304 4293939 140733246936256 18446744073709551615 4230131 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 16746 11624 223 25 0 13379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66984

[startup+0.700399 s]
/proc/loadavg: 2.09 2.06 2.01 3/511 30826
/proc/meminfo: memFree=11337748/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=61972 CPUtime=0.69 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 17083 0 0 0 67 2 0 0 25 0 1 0 758787865 63459328 11004 33554432000 4194304 4293939 140733246936256 18446744073709551615 4264198 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 15493 11004 234 25 0 12126 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61972

[startup+1.50025 s]
/proc/loadavg: 2.09 2.06 2.01 5/512 30827
/proc/meminfo: memFree=11292084/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=61972 CPUtime=1.49 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 17279 0 0 0 147 2 0 0 25 0 1 0 758787865 63459328 11199 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 15493 11199 244 25 0 12126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61972

[startup+3.10094 s]
/proc/loadavg: 2.09 2.06 2.01 5/512 30827
/proc/meminfo: memFree=11288364/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=66392 CPUtime=3.09 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 17924 0 0 0 307 2 0 0 25 0 1 0 758787865 67985408 11841 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 16598 11841 244 25 0 13231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66392

[startup+6.30038 s]
/proc/loadavg: 2.08 2.06 2.01 5/512 30827
/proc/meminfo: memFree=11278064/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=73572 CPUtime=6.29 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 19167 0 0 0 627 2 0 0 25 0 1 0 758787865 75337728 13080 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 18393 13080 244 25 0 15026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73572

[startup+12.7003 s]
/proc/loadavg: 2.07 2.06 2.01 5/512 30827
/proc/meminfo: memFree=11259500/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=85248 CPUtime=12.68 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 20935 0 0 0 1266 2 0 0 25 0 1 0 758787865 87293952 14847 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 21312 14847 244 25 0 17945 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85248

[startup+25.501 s]
/proc/loadavg: 2.06 2.06 2.00 5/512 30827
/proc/meminfo: memFree=11237048/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=104216 CPUtime=25.49 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 24048 0 0 0 2546 3 0 0 25 0 1 0 758787865 106717184 17957 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 26054 17957 244 25 0 22687 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104216

[startup+51.1006 s]
/proc/loadavg: 2.12 2.07 2.01 5/512 30828
/proc/meminfo: memFree=11188192/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=135036 CPUtime=51.09 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 29620 0 0 0 5105 4 0 0 25 0 1 0 758787865 138276864 23524 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 33759 23524 244 25 0 30392 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135036

[startup+102.319 s]
/proc/loadavg: 2.05 2.05 2.00 5/512 30829
/proc/meminfo: memFree=11092628/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=185124 CPUtime=102.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 39115 0 0 0 10225 5 0 0 25 0 1 0 758787865 189566976 33014 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248458 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 46281 33014 244 25 0 42914 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 185124

[startup+162.301 s]
/proc/loadavg: 2.08 2.07 2.01 5/512 30831
/proc/meminfo: memFree=11004688/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=266512 CPUtime=162.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 53183 0 0 0 16223 7 0 0 25 0 1 0 758787865 272908288 47073 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 66628 47073 244 25 0 63261 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 266512

[startup+222.3 s]
/proc/loadavg: 2.03 2.05 2.00 6/512 30833
/proc/meminfo: memFree=10889720/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=266684 CPUtime=222.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 68739 0 0 0 22221 9 0 0 25 0 1 0 758787865 273084416 62619 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 66671 62619 244 25 0 63304 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 266684

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.00 5/512 30834
/proc/meminfo: memFree=10765956/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=399876 CPUtime=282.29 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 79992 0 0 0 28219 10 0 0 25 0 1 0 758787865 409473024 73861 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 99969 73861 244 25 0 96602 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 399876

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 5/512 30836
/proc/meminfo: memFree=10666116/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=400580 CPUtime=342.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 91199 0 0 0 34218 12 0 0 25 0 1 0 758787865 410193920 85057 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 100145 85057 244 25 0 96778 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 400580

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 5/512 30837
/proc/meminfo: memFree=10570376/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=616380 CPUtime=402.29 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 102748 0 0 0 40216 13 0 0 25 0 1 0 758787865 631173120 96598 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 154095 96598 244 25 0 150728 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 616380

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/512 30839
/proc/meminfo: memFree=10424788/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=618168 CPUtime=462.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 117278 0 0 0 46214 16 0 0 25 0 1 0 758787865 633004032 111115 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 154542 111115 244 25 0 151175 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 618168

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 5/512 30841
/proc/meminfo: memFree=10314524/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=618432 CPUtime=522.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 127051 0 0 0 52213 17 0 0 25 0 1 0 758787865 633274368 120884 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 154608 120884 244 25 0 151241 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 618432

[startup+582.3 s]
/proc/loadavg: 2.10 2.04 2.01 5/512 30842
/proc/meminfo: memFree=10179352/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=619660 CPUtime=582.3 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 141241 0 0 0 58211 19 0 0 25 0 1 0 758787865 634531840 135063 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248621 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 154915 135063 244 25 0 151548 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 619660

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.06 2.02 2.00 5/512 30947
/proc/meminfo: memFree=2923380/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=4001548 CPUtime=4062.4 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 990595 0 0 0 406105 135 0 0 25 0 1 0 758787865 4097585152 984015 33554432000 4194304 4293939 140733246936256 18446744073709551615 4265250 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1000387 984015 244 25 0 997020 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 4001548

[startup+4122.3 s]
/proc/loadavg: 2.06 2.03 2.00 5/512 30949
/proc/meminfo: memFree=2796480/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6437684 CPUtime=4122.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1006285 0 0 0 412101 138 0 0 25 0 1 0 758787865 6592188416 999698 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1609421 999698 244 25 0 1606054 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 6437684

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.00 4/512 30950
/proc/meminfo: memFree=2640932/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6438200 CPUtime=4182.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1025990 0 0 0 418097 142 0 0 25 0 1 0 758787865 6592716800 1019393 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1609550 1019393 244 25 0 1606183 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 6438200

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 5/512 30952
/proc/meminfo: memFree=2467568/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6439000 CPUtime=4242.38 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1040657 0 0 0 424094 144 0 0 25 0 1 0 758787865 6593536000 1034056 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1609750 1034056 244 25 0 1606383 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 6439000

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/512 30953
/proc/meminfo: memFree=2337176/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6439828 CPUtime=4302.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1056508 0 0 0 430092 147 0 0 25 0 1 0 758787865 6594383872 1049900 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1609957 1049900 244 25 0 1606590 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 6439828

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/512 30955
/proc/meminfo: memFree=2214392/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6441140 CPUtime=4362.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1072979 0 0 0 436089 150 0 0 25 0 1 0 758787865 6595727360 1066364 33554432000 4194304 4293939 140733246936256 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610285 1066364 244 25 0 1606918 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 6441140

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/512 30957
/proc/meminfo: memFree=2082232/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6441832 CPUtime=4422.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1086922 0 0 0 442087 152 0 0 25 0 1 0 758787865 6596435968 1080297 33554432000 4194304 4293939 140733246936256 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610458 1080297 244 25 0 1607091 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 6441832

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/512 30958
/proc/meminfo: memFree=1936632/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6442048 CPUtime=4482.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1104622 0 0 0 448083 156 0 0 25 0 1 0 758787865 6596657152 1097992 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610512 1097992 244 25 0 1607145 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 6442048

[startup+4542.3 s]
/proc/loadavg: 2.13 2.03 2.01 5/512 30960
/proc/meminfo: memFree=1807396/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6442208 CPUtime=4542.39 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1120759 0 0 0 454081 158 0 0 25 0 1 0 758787865 6596820992 1114120 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610552 1114120 244 25 0 1607185 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 6442208

[startup+4602.3 s]
/proc/loadavg: 2.11 2.04 2.01 5/512 30964
/proc/meminfo: memFree=1705536/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6442488 CPUtime=4602.41 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1134673 0 0 0 460081 160 0 0 25 0 1 0 758787865 6597107712 1128032 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610622 1128032 244 25 0 1607255 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 6442488

[startup+4662.3 s]
/proc/loadavg: 2.15 2.06 2.01 5/512 30966
/proc/meminfo: memFree=1582668/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6442488 CPUtime=4662.4 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1149009 0 0 0 466078 162 0 0 25 0 1 0 758787865 6597107712 1142363 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610622 1142363 244 25 0 1607255 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 6442488

[startup+4722.32 s]
/proc/loadavg: 2.11 2.06 2.01 5/512 30968
/proc/meminfo: memFree=1429180/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6443436 CPUtime=4722.42 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1162121 0 0 0 472078 164 0 0 25 0 1 0 758787865 6598078464 1155468 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1610859 1155468 244 25 0 1607492 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 6443436

[startup+4782.3 s]
/proc/loadavg: 2.04 2.05 2.01 5/512 30969
/proc/meminfo: memFree=1293436/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6447188 CPUtime=4782.41 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1174404 0 0 0 478074 167 0 0 25 0 1 0 758787865 6601920512 1167747 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1611797 1167747 244 25 0 1608430 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 6447188

[startup+4842.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/512 30971
/proc/meminfo: memFree=1160380/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6447396 CPUtime=4842.4 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1191047 0 0 0 484071 169 0 0 25 0 1 0 758787865 6602133504 1184378 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1611849 1184378 244 25 0 1608482 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 6447396

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 5/512 30972
/proc/meminfo: memFree=1035152/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6448152 CPUtime=4902.4 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1205893 0 0 0 490069 171 0 0 25 0 1 0 758787865 6602907648 1199219 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1612038 1199219 244 25 0 1608671 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 6448152

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 31002
/proc/meminfo: memFree=6535352/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6449612 CPUtime=4962.41 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1220393 0 0 0 496066 175 0 0 25 0 1 0 758787865 6604402688 1213710 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1612403 1213718 244 25 0 1609036 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 6449612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 31003
/proc/meminfo: memFree=6465068/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=6449828 CPUtime=5000.02 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4202496 1229205 0 0 0 499825 177 0 0 25 0 1 0 758787865 6604623872 1222519 33554432000 4194304 4293939 140733246936256 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/30826/statm: 1612457 1222520 244 25 0 1609090 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 6449828

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.02 2.00 3/512 31003
/proc/meminfo: memFree=6465068/32951124 swapFree=67111364/67111528
[pid=30826] ppid=30824 vsize=0 CPUtime=5000.13 cores=0,2,4,6
/proc/30826/stat : 30826 (ebminisat_relea) R 30824 30826 30549 0 -1 4203524 1229206 0 0 0 499826 187 0 0 25 0 1 0 758787865 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/30826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.09
CPU time (s): 5000.21
CPU user time (s): 4998.26
CPU system time (s): 1.9477
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 6449828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.26
system time used= 1.9477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1229206
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= 5
involuntary context switches= 2607

runsolver used 26.563 second user time and 55.3566 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-29 12:08:37
IDJOB=3422293
IDBENCH=82392
IDSOLVER=1914
FILE ID=node144/3422293-1306663717
RUNJOBID= node144-1306658664-30567
PBS_JOBID= 13471753
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.035-NOTKNOWN.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422293-1306663717/watcher-3422293-1306663717 -o /tmp/evaluation-result-3422293-1306663717/solver-3422293-1306663717 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422293-1306663717.cnf  -verb=0

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=686319800

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:      11338036 kB
Buffers:        350824 kB
Cached:        5614956 kB
SwapCached:          0 kB
Active:       17916676 kB
Inactive:      3317864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11338036 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           15904 kB
Writeback:           0 kB
AnonPages:    15269076 kB
Mapped:          42492 kB
Slab:           239004 kB
PageTables:      69780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157892756 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= 73532 MiB
End job on node144 at 2011-05-29 13:31:59