Trace number 3349143

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.06 1300.03

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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

running on 2 cores: 5,7

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.93 3.97 3.28 4/303 12984
/proc/meminfo: memFree=25612260/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=23276 CPUtime=0 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 1472 0 0 0 0 0 0 0 22 0 1 0 590228794 23834624 1417 33554432000 4194304 4293939 140735388337136 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 5819 1418 217 25 0 2452 0

[startup+0.0336941 s]
/proc/loadavg: 3.93 3.97 3.28 4/303 12984
/proc/meminfo: memFree=25612260/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=48452 CPUtime=0.02 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 6815 0 0 0 1 1 0 0 22 0 1 0 590228794 49614848 6675 33554432000 4194304 4293939 140735388337136 18446744073709551615 4275191 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 12113 6682 217 25 0 8746 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 48452

[startup+0.100667 s]
/proc/loadavg: 3.93 3.97 3.28 4/303 12984
/proc/meminfo: memFree=25612260/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=63548 CPUtime=0.09 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 10746 0 0 0 7 2 0 0 22 0 1 0 590228794 65073152 10194 33554432000 4194304 4293939 140735388337136 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 15887 10196 219 25 0 12520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63548

[startup+0.300635 s]
/proc/loadavg: 3.93 3.97 3.28 4/303 12984
/proc/meminfo: memFree=25612260/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=95444 CPUtime=0.29 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 20619 0 0 0 26 3 0 0 23 0 1 0 590228794 97734656 18540 33554432000 4194304 4293939 140735388337136 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 23894 18541 219 25 0 20527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95444

[startup+0.700558 s]
/proc/loadavg: 3.93 3.97 3.28 4/303 12984
/proc/meminfo: memFree=25612260/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=141460 CPUtime=0.69 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 30286 0 0 0 65 4 0 0 25 0 1 0 590228794 144855040 27070 33554432000 4194304 4293939 140735388337136 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 35365 27070 225 25 0 31998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141460

[startup+1.50041 s]
/proc/loadavg: 3.93 3.97 3.28 5/304 12985
/proc/meminfo: memFree=25408028/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=208924 CPUtime=1.49 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 44514 0 0 0 143 6 0 0 25 0 1 0 590228794 213938176 40054 33554432000 4194304 4293939 140735388337136 18446744073709551615 4210169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 52231 40057 225 25 0 48864 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208924

[startup+3.10113 s]
/proc/loadavg: 3.93 3.97 3.28 5/304 12985
/proc/meminfo: memFree=25404060/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=146884 CPUtime=3.09 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 50738 0 0 0 302 7 0 0 25 0 1 0 590228794 150409216 29671 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 36721 29671 244 25 0 33354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146884

[startup+6.30057 s]
/proc/loadavg: 3.93 3.97 3.29 5/301 12988
/proc/meminfo: memFree=25536020/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=146884 CPUtime=6.29 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 50911 0 0 0 622 7 0 0 25 0 1 0 590228794 150409216 29840 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 36721 29840 245 25 0 33354 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146884

[startup+12.7003 s]
/proc/loadavg: 3.94 3.97 3.29 5/304 13012
/proc/meminfo: memFree=25513312/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=146884 CPUtime=12.69 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 51292 0 0 0 1262 7 0 0 25 0 1 0 590228794 150409216 30206 33554432000 4194304 4293939 140735388337136 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 36721 30206 245 25 0 33354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146884

[startup+25.501 s]
/proc/loadavg: 3.95 3.97 3.30 5/304 13039
/proc/meminfo: memFree=25468720/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=146884 CPUtime=25.49 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 51979 0 0 0 2541 8 0 0 25 0 1 0 590228794 150409216 30869 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 36721 30869 245 25 0 33354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146884

[startup+51.1003 s]
/proc/loadavg: 3.97 3.97 3.32 5/304 13068
/proc/meminfo: memFree=25766120/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=158560 CPUtime=51.09 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 53515 0 0 0 5101 8 0 0 25 0 1 0 590228794 162365440 32354 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 39640 32354 245 25 0 36273 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158560

[startup+102.311 s]
/proc/loadavg: 3.98 3.97 3.35 5/304 13070
/proc/meminfo: memFree=25650548/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=177528 CPUtime=102.3 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 56226 0 0 0 10221 9 0 0 25 0 1 0 590228794 181788672 34986 33554432000 4194304 4293939 140735388337136 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 44382 34986 245 25 0 41015 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 177528

[startup+162.301 s]
/proc/loadavg: 4.15 4.00 3.40 5/304 13071
/proc/meminfo: memFree=25498388/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=178924 CPUtime=162.3 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 59451 0 0 0 16219 11 0 0 25 0 1 0 590228794 183218176 38137 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 44731 38137 245 25 0 41364 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 178924

[startup+222.301 s]
/proc/loadavg: 4.05 4.00 3.43 5/304 13073
/proc/meminfo: memFree=25416836/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=212552 CPUtime=222.29 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 61937 0 0 0 22216 13 0 0 25 0 1 0 590228794 217653248 40586 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 53138 40586 245 25 0 49771 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 212552

[startup+282.301 s]
/proc/loadavg: 4.02 4.00 3.47 5/304 13074
/proc/meminfo: memFree=25322920/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=214924 CPUtime=282.3 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 64251 0 0 0 28216 14 0 0 25 0 1 0 590228794 220082176 42857 33554432000 4194304 4293939 140735388337136 18446744073709551615 4256119 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 53731 42857 245 25 0 50364 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 214924

[startup+342.301 s]
/proc/loadavg: 4.07 4.03 3.51 5/304 13085
/proc/meminfo: memFree=25176528/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=218408 CPUtime=342.3 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 67140 0 0 0 34214 16 0 0 25 0 1 0 590228794 223649792 45705 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 54602 45705 245 25 0 51235 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 218408

[startup+402.301 s]
/proc/loadavg: 3.95 4.00 3.53 5/301 13109
/proc/meminfo: memFree=25057860/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=222840 CPUtime=402.3 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 70570 0 0 0 40212 18 0 0 25 0 1 0 590228794 228188160 49087 33554432000 4194304 4293939 140735388337136 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 55710 49087 245 25 0 52343 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 222840

[startup+462.3 s]
/proc/loadavg: 3.98 4.00 3.56 5/304 13116
/proc/meminfo: memFree=24377880/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=273404 CPUtime=462.31 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 72734 0 0 0 46212 19 0 0 25 0 1 0 590228794 279965696 51208 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 68351 51208 245 25 0 64984 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 273404

[startup+522.3 s]
/proc/loadavg: 3.99 4.00 3.58 5/304 13118
/proc/meminfo: memFree=24071256/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=274892 CPUtime=522.3 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 74258 0 0 0 52211 19 0 0 25 0 1 0 590228794 281489408 52694 33554432000 4194304 4293939 140735388337136 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 68723 52694 245 25 0 65356 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 274892

[startup+582.3 s]
/proc/loadavg: 4.03 4.01 3.61 5/304 13119
/proc/meminfo: memFree=23738408/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=279452 CPUtime=582.31 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 76657 0 0 0 58211 20 0 0 25 0 1 0 590228794 286158848 55049 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 69863 55049 245 25 0 66496 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 279452

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.63 5/304 13121
/proc/meminfo: memFree=23441792/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=282572 CPUtime=642.31 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 79392 0 0 0 64210 21 0 0 25 0 1 0 590228794 289353728 57730 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 70643 57730 245 25 0 67276 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 282572

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/304 13123
/proc/meminfo: memFree=23114960/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=286216 CPUtime=702.31 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 81828 0 0 0 70209 22 0 0 25 0 1 0 590228794 293085184 60122 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 71554 60122 245 25 0 68187 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 286216

[startup+762.311 s]
/proc/loadavg: 4.04 4.01 3.68 5/304 13124
/proc/meminfo: memFree=22775764/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=286216 CPUtime=762.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 83181 0 0 0 76209 23 0 0 25 0 1 0 590228794 293085184 61442 33554432000 4194304 4293939 140735388337136 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 71554 61442 245 25 0 68187 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 286216

[startup+822.301 s]
/proc/loadavg: 4.12 4.04 3.70 5/304 13126
/proc/meminfo: memFree=22417340/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=286216 CPUtime=822.31 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 84984 0 0 0 82208 23 0 0 25 0 1 0 590228794 293085184 63195 33554432000 4194304 4293939 140735388337136 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 71554 63195 245 25 0 68187 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 286216

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 3.72 5/304 13127
/proc/meminfo: memFree=22114848/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=289456 CPUtime=882.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 87159 0 0 0 88208 24 0 0 25 0 1 0 590228794 296402944 65331 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 72364 65331 245 25 0 68997 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 289456

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 3.74 5/304 13129
/proc/meminfo: memFree=21833880/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=374084 CPUtime=942.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 89525 0 0 0 94207 25 0 0 25 0 1 0 590228794 383062016 67644 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 93521 67644 245 25 0 90154 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 374084

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.75 5/304 13131
/proc/meminfo: memFree=21500744/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=374084 CPUtime=1002.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 91521 0 0 0 100207 25 0 0 25 0 1 0 590228794 383062016 69597 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 93521 69597 245 25 0 90154 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 374084

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.76 5/304 13132
/proc/meminfo: memFree=21142700/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=374084 CPUtime=1062.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 92978 0 0 0 106206 26 0 0 25 0 1 0 590228794 383062016 71016 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255644 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 93521 71016 245 25 0 90154 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 374084

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.78 5/304 13134
/proc/meminfo: memFree=20826048/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=377684 CPUtime=1122.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 94982 0 0 0 112206 26 0 0 25 0 1 0 590228794 386748416 72966 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 94421 72966 245 25 0 91054 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 377684

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.79 5/304 13135
/proc/meminfo: memFree=20542388/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=383152 CPUtime=1182.33 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 96771 0 0 0 118206 27 0 0 25 0 1 0 590228794 392347648 74731 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 95788 74731 245 25 0 92421 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 383152

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.80 5/304 13137
/proc/meminfo: memFree=20224128/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=383152 CPUtime=1242.32 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 97718 0 0 0 124205 27 0 0 25 0 1 0 590228794 392347648 75651 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 95788 75651 245 25 0 92421 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 383152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 3.82 6/304 13138
/proc/meminfo: memFree=19914932/32951124 swapFree=63485424/67111528
[pid=12984] ppid=12982 vsize=388012 CPUtime=1300.03 cores=5,7
/proc/12984/stat : 12984 (ebminisat_relea) R 12982 12984 12669 0 -1 4202496 100140 0 0 0 129975 28 0 0 25 0 1 0 590228794 397324288 78031 33554432000 4194304 4293939 140735388337136 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12984/statm: 97003 78031 245 25 0 93636 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 388012

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.76
CPU system time (s): 0.296954
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 388012

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

runsolver used 3.63245 second user time and 8.20975 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 23:55:29
IDJOB=3349143
IDBENCH=82354
IDSOLVER=1812
FILE ID=node147/3349143-1304978128
RUNJOBID= node147-1304976740-12690
PBS_JOBID= 13285666
Free space on /tmp= 52820 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349143-1304978128/watcher-3349143-1304978128 -o /tmp/evaluation-result-3349143-1304978128/solver-3349143-1304978128 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349143-1304978128.cnf  -verb=0

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1099753003

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25613036 kB
Buffers:        170964 kB
Cached:        3407104 kB
SwapCached:      12852 kB
Active:        1389172 kB
Inactive:      5750920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25613036 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           42032 kB
Writeback:           0 kB
AnonPages:     3557452 kB
Mapped:          15340 kB
Slab:           105440 kB
PageTables:      30504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45605412 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= 52756 MiB
End job on node147 at 2011-05-10 00:17:11