Trace number 3362735

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) 1300.06 1300.08

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 benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
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-3362735-1305307052/watcher-3362735-1305307052 -o /tmp/evaluation-result-3362735-1305307052/solver-3362735-1305307052 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362735-1305307052.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.12 4.06 4.01 5/425 2192
/proc/meminfo: memFree=4904856/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=11796 CPUtime=0 cores=0,2
/proc/2192/stat : 2192 (runsolver) R 2190 2192 1983 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 720936056 12079104 50 33554432000 4194304 5432360 140734842617376 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/2192/statm: 2949 50 30 303 0 2643 0

[startup+0.0665579 s]
/proc/loadavg: 4.12 4.06 4.01 5/425 2192
/proc/meminfo: memFree=4904856/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=31064 CPUtime=0.05 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 3977 0 0 0 5 0 0 0 21 0 1 0 720936056 31809536 3654 33554432000 4194304 4291037 140733566252704 18446744073709551615 4221493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 7766 3654 216 24 0 4400 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31064

[startup+0.100537 s]
/proc/loadavg: 4.12 4.06 4.01 5/425 2192
/proc/meminfo: memFree=4904856/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=37124 CPUtime=0.08 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 5855 0 0 0 8 0 0 0 21 0 1 0 720936056 38014976 5188 33554432000 4194304 4291037 140733566252704 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 9281 5190 216 24 0 5915 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37124

[startup+0.300457 s]
/proc/loadavg: 4.12 4.06 4.01 5/425 2192
/proc/meminfo: memFree=4904856/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=66980 CPUtime=0.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 13573 0 0 0 27 1 0 0 22 0 1 0 720936056 68587520 11639 33554432000 4194304 4291037 140733566252704 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 16745 11639 238 24 0 13379 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 66980

[startup+0.700388 s]
/proc/loadavg: 4.12 4.06 4.01 5/425 2192
/proc/meminfo: memFree=4904856/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=73464 CPUtime=0.68 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 15471 0 0 0 67 1 0 0 23 0 1 0 720936056 75227136 11926 33554432000 4194304 4291037 140733566252704 18446744073709551615 4256539 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 18366 11926 239 24 0 15000 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73464

[startup+1.50018 s]
/proc/loadavg: 4.12 4.06 4.01 5/426 2193
/proc/meminfo: memFree=4858480/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=61968 CPUtime=1.49 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 17371 0 0 0 147 2 0 0 25 0 1 0 720936056 63455232 11290 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248455 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 15492 11290 258 24 0 12126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61968

[startup+3.10096 s]
/proc/loadavg: 4.11 4.06 4.01 5/426 2193
/proc/meminfo: memFree=4854224/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=66388 CPUtime=3.09 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 17832 0 0 0 307 2 0 0 25 0 1 0 720936056 67981312 11751 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 16597 11751 258 24 0 13231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66388

[startup+6.30041 s]
/proc/loadavg: 4.11 4.06 4.01 5/426 2193
/proc/meminfo: memFree=4843824/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=73568 CPUtime=6.29 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 18829 0 0 0 627 2 0 0 25 0 1 0 720936056 75333632 12747 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 18392 12747 258 24 0 15026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73568

[startup+12.7003 s]
/proc/loadavg: 4.09 4.06 4.01 5/426 2193
/proc/meminfo: memFree=4820764/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=73568 CPUtime=12.68 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 20235 0 0 0 1266 2 0 0 25 0 1 0 720936056 75333632 14153 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 18392 14153 258 24 0 15026 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73568

[startup+25.501 s]
/proc/loadavg: 4.08 4.06 4.01 5/426 2194
/proc/meminfo: memFree=4779084/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=85244 CPUtime=25.49 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 22526 0 0 0 2546 3 0 0 25 0 1 0 720936056 87289856 16440 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 21311 16440 258 24 0 17945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85244

[startup+51.1006 s]
/proc/loadavg: 4.11 4.06 4.01 5/426 2194
/proc/meminfo: memFree=4696804/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=135032 CPUtime=51.09 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 30270 0 0 0 5104 5 0 0 25 0 1 0 720936056 138272768 24175 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 33758 24175 258 24 0 30392 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135032

[startup+102.316 s]
/proc/loadavg: 4.04 4.05 4.00 5/426 2196
/proc/meminfo: memFree=4549868/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=185120 CPUtime=102.3 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 39636 0 0 0 10223 7 0 0 25 0 1 0 720936056 189562880 33537 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 46280 33537 258 24 0 42914 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 185120

[startup+162.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/426 2197
/proc/meminfo: memFree=4509396/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=266508 CPUtime=162.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 53555 0 0 0 16217 11 0 0 25 0 1 0 720936056 272904192 47446 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248312 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 66627 47446 258 24 0 63261 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 266508

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/426 2199
/proc/meminfo: memFree=4661976/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=399576 CPUtime=222.29 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 81882 0 0 0 22212 17 0 0 25 0 1 0 720936056 409165824 75762 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 99894 75762 258 24 0 96528 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 399576

[startup+282.301 s]
/proc/loadavg: 4.11 4.05 4.01 5/426 2200
/proc/meminfo: memFree=4548212/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=401220 CPUtime=282.29 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 98032 0 0 0 28209 20 0 0 25 0 1 0 720936056 410849280 91890 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 100305 91890 258 24 0 96939 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 401220

[startup+342.301 s]
/proc/loadavg: 4.12 4.07 4.01 5/426 2202
/proc/meminfo: memFree=4306988/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=617012 CPUtime=342.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 112317 0 0 0 34206 22 0 0 25 0 1 0 720936056 631820288 106166 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 154253 106166 258 24 0 150887 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 617012

[startup+402.301 s]
/proc/loadavg: 4.04 4.05 4.01 5/426 2204
/proc/meminfo: memFree=4092300/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=618212 CPUtime=402.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 123367 0 0 0 40204 24 0 0 25 0 1 0 720936056 633049088 117207 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 154553 117207 258 24 0 151187 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 618212

[startup+462.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/426 2205
/proc/meminfo: memFree=3871172/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=620548 CPUtime=462.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 147295 0 0 0 46199 29 0 0 25 0 1 0 720936056 635441152 141122 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248681 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 155137 141122 258 24 0 151771 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 620548

[startup+522.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/426 2207
/proc/meminfo: memFree=3834672/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=971008 CPUtime=522.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 161376 0 0 0 52196 32 0 0 25 0 1 0 720936056 994312192 155193 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 242752 155193 258 24 0 239386 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 971008

[startup+582.301 s]
/proc/loadavg: 4.11 4.06 4.01 5/426 2208
/proc/meminfo: memFree=3621720/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=973076 CPUtime=582.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 178682 0 0 0 58193 35 0 0 25 0 1 0 720936056 996429824 172475 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 243269 172475 258 24 0 239903 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 973076

[startup+642.301 s]
/proc/loadavg: 4.07 4.06 4.01 5/426 2210
/proc/meminfo: memFree=3458360/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=973928 CPUtime=642.29 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 193937 0 0 0 64190 39 0 0 25 0 1 0 720936056 997302272 187721 33554432000 4194304 4291037 140733566252704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 243482 187721 258 24 0 240116 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 973928

[startup+702.301 s]
/proc/loadavg: 4.02 4.05 4.00 5/426 2212
/proc/meminfo: memFree=3411560/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=975504 CPUtime=702.27 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 208512 0 0 0 70186 41 0 0 25 0 1 0 720936056 998916096 202281 33554432000 4194304 4291037 140733566252704 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 243876 202281 258 24 0 240510 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 975504

[startup+762.316 s]
/proc/loadavg: 4.01 4.04 4.00 4/424 2214
/proc/meminfo: memFree=4771428/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=976944 CPUtime=762.29 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 225833 0 0 0 76184 45 0 0 25 0 1 0 720936056 1000390656 219591 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 244236 219591 258 24 0 240870 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 976944

[startup+822.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/426 2309
/proc/meminfo: memFree=4722128/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=978376 CPUtime=822.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 242867 0 0 0 82181 47 0 0 25 0 1 0 720936056 1001857024 236610 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 244594 236610 258 24 0 241228 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 978376

[startup+882.301 s]
/proc/loadavg: 3.95 4.01 3.99 5/426 2338
/proc/meminfo: memFree=5243240/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1546044 CPUtime=882.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 258015 0 0 0 88177 51 0 0 25 0 1 0 720936056 1583149056 251748 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 386511 251748 258 24 0 383145 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1546044

[startup+942.301 s]
/proc/loadavg: 4.06 4.02 4.00 5/426 2340
/proc/meminfo: memFree=5127460/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1547172 CPUtime=942.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 277272 0 0 0 94174 54 0 0 25 0 1 0 720936056 1584304128 270987 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 386793 270987 258 24 0 383427 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1547172

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/426 2342
/proc/meminfo: memFree=4950856/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1547440 CPUtime=1002.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 290341 0 0 0 100173 55 0 0 25 0 1 0 720936056 1584578560 284048 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 386860 284048 258 24 0 383494 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1547440

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/426 2343
/proc/meminfo: memFree=4914744/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1547708 CPUtime=1062.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 302407 0 0 0 106170 58 0 0 25 0 1 0 720936056 1584852992 296107 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 386927 296107 258 24 0 383561 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1547708

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/426 2345
/proc/meminfo: memFree=4745440/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1549312 CPUtime=1122.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 316232 0 0 0 112168 60 0 0 25 0 1 0 720936056 1586495488 309926 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 387328 309926 258 24 0 383962 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1549312

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/426 2373
/proc/meminfo: memFree=4841568/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1550660 CPUtime=1182.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 333885 0 0 0 118165 63 0 0 25 0 1 0 720936056 1587875840 327572 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 387665 327572 258 24 0 384299 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1550660

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 4.01 5/426 2376
/proc/meminfo: memFree=4722956/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1551804 CPUtime=1242.28 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 347270 0 0 0 124162 66 0 0 25 0 1 0 720936056 1589047296 340945 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 387951 340945 258 24 0 384585 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1551804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.04 4.01 5/426 2381
/proc/meminfo: memFree=4705284/32950940 swapFree=67111356/67111528
[pid=2192] ppid=2190 vsize=1552964 CPUtime=1299.98 cores=0,2
/proc/2192/stat : 2192 (minisat_release) R 2190 2192 1983 0 -1 4202496 360123 0 0 0 129929 69 0 0 25 0 1 0 720936056 1590235136 353787 33554432000 4194304 4291037 140733566252704 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2192/statm: 388241 353787 258 24 0 384875 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1552964

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.06
CPU user time (s): 1299.31
CPU system time (s): 0.751885
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 1552964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360123
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= 9
involuntary context switches= 3041

runsolver used 5.2612 second user time and 12.4931 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-13 19:17:33
IDJOB=3362735
IDBENCH=82392
IDSOLVER=1840
FILE ID=node117/3362735-1305307052
RUNJOBID= node117-1305306512-2001
PBS_JOBID= 13321473
Free space on /tmp= 37664 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362735-1305307052/watcher-3362735-1305307052 -o /tmp/evaluation-result-3362735-1305307052/solver-3362735-1305307052 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362735-1305307052.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1169845730

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       4905136 kB
Buffers:        254208 kB
Cached:       17696364 kB
SwapCached:          0 kB
Active:       15554172 kB
Inactive:     11823104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       4905136 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12524 kB
Writeback:           0 kB
AnonPages:     9426328 kB
Mapped:          32444 kB
Slab:           554712 kB
PageTables:      47916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 102300260 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= 37728 MiB
End job on node117 at 2011-05-13 19:39:15