Trace number 3349239

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) 1300.09 1300.05

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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-3349239-1304979538/watcher-3349239-1304979538 -o /tmp/evaluation-result-3349239-1304979538/solver-3349239-1304979538 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349239-1304979538.cnf -verb=0 

running on 2 cores: 1,3

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: 3.11 3.40 3.57 4/342 6994
/proc/meminfo: memFree=10467376/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=11796 CPUtime=0 cores=1,3
/proc/6994/stat : 6994 (runsolver) R 6992 6994 6488 0 -1 4202560 40 0 0 0 0 0 0 0 22 0 1 0 590369446 12079104 51 33554432000 4194304 5432360 140736214766512 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/6994/statm: 2949 51 30 303 0 2643 0

[startup+0.03914 s]
/proc/loadavg: 3.11 3.40 3.57 4/342 6994
/proc/meminfo: memFree=10467376/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=29936 CPUtime=0.02 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 3198 0 0 0 2 0 0 0 22 0 1 0 590369446 30654464 3062 33554432000 4194304 4293939 140734290490528 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 7484 3064 218 25 0 4117 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29936

[startup+0.101127 s]
/proc/loadavg: 3.11 3.40 3.57 4/342 6994
/proc/meminfo: memFree=10467376/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=37612 CPUtime=0.08 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 5983 0 0 0 8 0 0 0 22 0 1 0 590369446 38514688 5535 33554432000 4194304 4293939 140734290490528 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 9403 5535 219 25 0 6036 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37612

[startup+0.301086 s]
/proc/loadavg: 3.11 3.40 3.57 4/342 6994
/proc/meminfo: memFree=10467376/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=78604 CPUtime=0.27 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 15728 0 0 0 25 2 0 0 23 0 1 0 590369446 80490496 13633 33554432000 4194304 4293939 140734290490528 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 19651 13635 219 25 0 16284 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 78604

[startup+0.701007 s]
/proc/loadavg: 3.11 3.40 3.57 4/342 6994
/proc/meminfo: memFree=10467376/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=82212 CPUtime=0.67 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 17282 0 0 0 65 2 0 0 25 0 1 0 590369446 84185088 15180 33554432000 4194304 4293939 140734290490528 18446744073709551615 4229999 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 20553 15180 225 25 0 17186 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 82212

[startup+1.50085 s]
/proc/loadavg: 3.11 3.40 3.57 5/343 6995
/proc/meminfo: memFree=10409344/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=75256 CPUtime=1.48 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 20895 0 0 0 145 3 0 0 25 0 1 0 590369446 77062144 12962 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 18814 12962 244 25 0 15447 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 75256

[startup+3.10054 s]
/proc/loadavg: 3.11 3.40 3.57 5/343 6995
/proc/meminfo: memFree=10399300/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=75256 CPUtime=3.08 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 21708 0 0 0 305 3 0 0 25 0 1 0 590369446 77062144 13769 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 18814 13769 245 25 0 15447 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75256

[startup+6.3009 s]
/proc/loadavg: 3.18 3.41 3.57 5/340 6998
/proc/meminfo: memFree=10900896/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=86932 CPUtime=6.28 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 23147 0 0 0 624 4 0 0 25 0 1 0 590369446 89018368 15203 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 21733 15203 245 25 0 18366 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86932

[startup+12.7006 s]
/proc/loadavg: 3.25 3.42 3.58 5/340 6999
/proc/meminfo: memFree=10853904/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=87436 CPUtime=12.68 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 25885 0 0 0 1264 4 0 0 25 0 1 0 590369446 89534464 17925 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 21859 17925 245 25 0 18492 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87436

[startup+25.5011 s]
/proc/loadavg: 3.41 3.45 3.58 5/343 7023
/proc/meminfo: memFree=10956580/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=138584 CPUtime=25.48 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 31143 0 0 0 2543 5 0 0 25 0 1 0 590369446 141910016 23166 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 34646 23166 245 25 0 31279 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 138584

[startup+51.101 s]
/proc/loadavg: 3.74 3.53 3.60 5/343 7024
/proc/meminfo: memFree=10753068/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=191576 CPUtime=51.08 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 40339 0 0 0 5100 8 0 0 25 0 1 0 590369446 196173824 32329 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 47894 32329 245 25 0 44527 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 191576

[startup+102.313 s]
/proc/loadavg: 3.88 3.60 3.62 5/343 7052
/proc/meminfo: memFree=10817836/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=277408 CPUtime=102.3 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 54845 0 0 0 10217 13 0 0 25 0 1 0 590369446 284065792 46792 33554432000 4194304 4293939 140734290490528 18446744073709551615 4256331 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 69352 46792 245 25 0 65985 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 277408

[startup+162.301 s]
/proc/loadavg: 4.00 3.68 3.65 5/343 7108
/proc/meminfo: memFree=10656784/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=282336 CPUtime=162.29 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 68014 0 0 0 16212 17 0 0 25 0 1 0 590369446 289112064 59926 33554432000 4194304 4293939 140734290490528 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 70584 59926 245 25 0 67217 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 282336

[startup+222.301 s]
/proc/loadavg: 4.07 3.77 3.68 5/343 7109
/proc/meminfo: memFree=10471156/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=418024 CPUtime=222.28 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 78697 0 0 0 22207 21 0 0 25 0 1 0 590369446 428056576 70591 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 104506 70591 245 25 0 101139 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 418024

[startup+282.301 s]
/proc/loadavg: 4.02 3.81 3.69 5/343 7111
/proc/meminfo: memFree=10385560/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=421884 CPUtime=282.29 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 88562 0 0 0 28204 25 0 0 25 0 1 0 590369446 432009216 80423 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 105471 80423 245 25 0 102104 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 421884

[startup+342.3 s]
/proc/loadavg: 4.09 3.87 3.72 5/343 7140
/proc/meminfo: memFree=10900476/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=424376 CPUtime=342.29 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 98454 0 0 0 34201 28 0 0 25 0 1 0 590369446 434561024 90293 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 106094 90293 245 25 0 102727 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 424376

[startup+402.3 s]
/proc/loadavg: 4.16 3.93 3.75 5/343 7144
/proc/meminfo: memFree=10766812/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=427408 CPUtime=402.3 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 107211 0 0 0 40198 32 0 0 25 0 1 0 590369446 437665792 99027 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 106852 99027 245 25 0 103485 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 427408

[startup+462.3 s]
/proc/loadavg: 4.09 3.95 3.77 5/343 7173
/proc/meminfo: memFree=10821516/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=645272 CPUtime=462.3 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 114848 0 0 0 46195 35 0 0 25 0 1 0 590369446 660758528 106638 33554432000 4194304 4293939 140734290490528 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 161318 106638 245 25 0 157951 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 645272

[startup+522.3 s]
/proc/loadavg: 4.03 3.96 3.78 5/343 7174
/proc/meminfo: memFree=10708104/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=648276 CPUtime=522.3 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 122293 0 0 0 52193 37 0 0 25 0 1 0 590369446 663834624 114066 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255902 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 162069 114066 245 25 0 158702 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 648276

[startup+582.301 s]
/proc/loadavg: 4.01 3.97 3.79 6/343 7176
/proc/meminfo: memFree=10558536/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=650160 CPUtime=582.31 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 128820 0 0 0 58191 40 0 0 25 0 1 0 590369446 665763840 120574 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 162540 120574 245 25 0 159173 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 650160

[startup+642.301 s]
/proc/loadavg: 4.13 4.00 3.81 5/343 7178
/proc/meminfo: memFree=10614168/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=652716 CPUtime=642.31 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 136558 0 0 0 64189 42 0 0 25 0 1 0 590369446 668381184 128291 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 163179 128291 245 25 0 159812 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 652716

[startup+702.301 s]
/proc/loadavg: 4.10 4.01 3.83 5/343 7179
/proc/meminfo: memFree=10547672/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=654688 CPUtime=702.31 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 143142 0 0 0 70186 45 0 0 25 0 1 0 590369446 670400512 134859 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255652 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 163672 134859 245 25 0 160305 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 654688

[startup+762.313 s]
/proc/loadavg: 4.12 4.04 3.84 5/343 7181
/proc/meminfo: memFree=10570592/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=657316 CPUtime=762.33 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 149993 0 0 0 76185 48 0 0 25 0 1 0 590369446 673091584 141693 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 164329 141693 245 25 0 160962 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 657316

[startup+822.301 s]
/proc/loadavg: 4.10 4.04 3.86 5/343 7182
/proc/meminfo: memFree=10553584/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=661328 CPUtime=822.32 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 156082 0 0 0 82182 50 0 0 25 0 1 0 590369446 677199872 147762 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 165332 147762 245 25 0 161965 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 661328

[startup+882.301 s]
/proc/loadavg: 4.15 4.06 3.87 5/343 7184
/proc/meminfo: memFree=10437596/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=661808 CPUtime=882.31 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 162087 0 0 0 88178 53 0 0 25 0 1 0 590369446 677691392 153751 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 165452 153751 245 25 0 162085 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 661808

[startup+942.301 s]
/proc/loadavg: 4.10 4.06 3.88 5/343 7185
/proc/meminfo: memFree=10523244/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=664368 CPUtime=942.31 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 169068 0 0 0 94176 55 0 0 25 0 1 0 590369446 680312832 160713 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 166092 160713 245 25 0 162725 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 664368

[startup+1002.3 s]
/proc/loadavg: 4.04 4.05 3.89 5/343 7187
/proc/meminfo: memFree=10381116/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=1015784 CPUtime=1002.32 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 175784 0 0 0 100175 57 0 0 25 0 1 0 590369446 1040162816 167402 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 253946 167402 245 25 0 250579 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1015784

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.89 5/343 7189
/proc/meminfo: memFree=10272104/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=1017412 CPUtime=1062.32 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 181982 0 0 0 106172 60 0 0 25 0 1 0 590369446 1041829888 173579 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 254353 173579 245 25 0 250986 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1017412

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 3.90 5/343 7190
/proc/meminfo: memFree=10411460/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=1019360 CPUtime=1122.33 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 187276 0 0 0 112171 62 0 0 25 0 1 0 590369446 1043824640 178854 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 254840 178854 245 25 0 251473 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1019360

[startup+1182.3 s]
/proc/loadavg: 4.07 4.05 3.91 5/343 7192
/proc/meminfo: memFree=10273420/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=1021580 CPUtime=1182.32 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 192330 0 0 0 118168 64 0 0 25 0 1 0 590369446 1046097920 183888 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 255395 183888 245 25 0 252028 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1021580

[startup+1242.3 s]
/proc/loadavg: 4.19 4.08 3.93 5/343 7193
/proc/meminfo: memFree=10284684/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=1023020 CPUtime=1242.33 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 198631 0 0 0 124166 67 0 0 25 0 1 0 590369446 1047572480 190175 33554432000 4194304 4293939 140734290490528 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 255755 190175 245 25 0 252388 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1023020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.08 3.93 5/343 7195
/proc/meminfo: memFree=10182232/32951124 swapFree=67111352/67111528
[pid=6994] ppid=6992 vsize=1025464 CPUtime=1300.04 cores=1,3
/proc/6994/stat : 6994 (ebminisat_relea) R 6992 6994 6488 0 -1 4202496 203645 0 0 0 129935 69 0 0 25 0 1 0 590369446 1050075136 195176 33554432000 4194304 4293939 140734290490528 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6994/statm: 256366 195176 245 25 0 252999 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1025464

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.36
CPU system time (s): 0.724889
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1025464

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

runsolver used 4.10938 second user time and 10.0955 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-10 00:18:58
IDJOB=3349239
IDBENCH=82431
IDSOLVER=1812
FILE ID=node143/3349239-1304979538
RUNJOBID= node143-1304979492-6926
PBS_JOBID= 13285670
Free space on /tmp= 41032 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349239-1304979538/watcher-3349239-1304979538 -o /tmp/evaluation-result-3349239-1304979538/solver-3349239-1304979538 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349239-1304979538.cnf  -verb=0

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=336088729

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:      10467532 kB
Buffers:        193780 kB
Cached:        4890060 kB
SwapCached:          0 kB
Active:       17847760 kB
Inactive:      4323268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10467532 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          234124 kB
Writeback:           0 kB
AnonPages:    17086568 kB
Mapped:          29348 kB
Slab:           192348 kB
PageTables:      55864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70961776 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= 41264 MiB
End job on node143 at 2011-05-10 00:40:40