Trace number 3422363

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: EBMiniSAT 2011-03-02? (TO) 5000.08 4999.94

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2605.99
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.23 2.10 2.03 2/461 13639
/proc/meminfo: memFree=16161212/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=20996 CPUtime=0 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 1132 0 0 0 0 0 0 0 18 0 1 0 778013496 21499904 1057 33554432000 4194304 4293939 140735678482272 18446744073709551615 4279613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 5249 1057 218 25 0 1882 0

[startup+0.067268 s]
/proc/loadavg: 2.23 2.10 2.03 2/461 13639
/proc/meminfo: memFree=16161212/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=33436 CPUtime=0.06 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 4976 0 0 0 6 0 0 0 18 0 1 0 778013496 34238464 4440 33554432000 4194304 4293939 140735678482272 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 8359 4443 218 25 0 4992 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33436

[startup+0.100255 s]
/proc/loadavg: 2.23 2.10 2.03 2/461 13639
/proc/meminfo: memFree=16161212/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=40676 CPUtime=0.09 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 7230 0 0 0 9 0 0 0 18 0 1 0 778013496 41652224 6404 33554432000 4194304 4293939 140735678482272 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 10169 6406 218 25 0 6802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40676

[startup+0.300216 s]
/proc/loadavg: 2.23 2.10 2.03 2/461 13639
/proc/meminfo: memFree=16161212/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=67084 CPUtime=0.29 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 12535 0 0 0 28 1 0 0 18 0 1 0 778013496 68694016 11349 33554432000 4194304 4293939 140735678482272 18446744073709551615 4210114 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 16771 11351 240 25 0 13404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67084

[startup+0.701156 s]
/proc/loadavg: 2.23 2.10 2.03 2/461 13639
/proc/meminfo: memFree=16161212/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=54488 CPUtime=0.69 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 14676 0 0 0 68 1 0 0 18 0 1 0 778013496 55795712 9099 33554432000 4194304 4293939 140735678482272 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 13622 9099 259 25 0 10255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54488

[startup+1.501 s]
/proc/loadavg: 2.23 2.10 2.03 3/462 13640
/proc/meminfo: memFree=16123416/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=54488 CPUtime=1.49 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 14874 0 0 0 148 1 0 0 20 0 1 0 778013496 55795712 9295 33554432000 4194304 4293939 140735678482272 18446744073709551615 4273271 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 13622 9295 260 25 0 10255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54488

[startup+3.10071 s]
/proc/loadavg: 2.21 2.10 2.03 3/462 13640
/proc/meminfo: memFree=16120316/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=61560 CPUtime=3.09 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 15209 0 0 0 308 1 0 0 25 0 1 0 778013496 63037440 9628 33554432000 4194304 4293939 140735678482272 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 15390 9628 260 25 0 12023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61560

[startup+6.30113 s]
/proc/loadavg: 2.21 2.10 2.03 3/462 13640
/proc/meminfo: memFree=16114752/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=61560 CPUtime=6.29 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 15980 0 0 0 628 1 0 0 25 0 1 0 778013496 63037440 10391 33554432000 4194304 4293939 140735678482272 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 15390 10391 260 25 0 12023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61560

[startup+12.701 s]
/proc/loadavg: 2.18 2.10 2.03 3/462 13640
/proc/meminfo: memFree=16087796/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=80236 CPUtime=12.69 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 21135 0 0 0 1267 2 0 0 25 0 1 0 778013496 82161664 15499 33554432000 4194304 4293939 140735678482272 18446744073709551615 228122374055 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 20059 15499 260 25 0 16692 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80236

[startup+25.5006 s]
/proc/loadavg: 2.15 2.09 2.02 3/462 13640
/proc/meminfo: memFree=16055800/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=110880 CPUtime=25.49 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 26696 0 0 0 2546 3 0 0 25 0 1 0 778013496 113541120 21009 33554432000 4194304 4293939 140735678482272 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 27720 21009 260 25 0 24353 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110880

[startup+51.101 s]
/proc/loadavg: 2.10 2.08 2.02 3/462 13641
/proc/meminfo: memFree=15991160/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=191788 CPUtime=51.1 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 39075 0 0 0 5104 6 0 0 25 0 1 0 778013496 196390912 33307 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 47947 33307 260 25 0 44580 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 191788

[startup+102.318 s]
/proc/loadavg: 2.04 2.07 2.02 3/462 13643
/proc/meminfo: memFree=16011836/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=155140 CPUtime=102.31 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 70463 0 0 0 10220 11 0 0 25 0 1 0 778013496 158863360 33799 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 38785 33799 260 25 0 35418 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 155140

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/462 13644
/proc/meminfo: memFree=16016144/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=105352 CPUtime=162.29 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 106268 0 0 0 16211 18 0 0 25 0 1 0 778013496 107880448 21547 33554432000 4194304 4293939 140735678482272 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 26338 21547 260 25 0 22971 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105352

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/462 13646
/proc/meminfo: memFree=15894352/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=286616 CPUtime=222.3 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 134766 0 0 0 22206 24 0 0 25 0 1 0 778013496 293494784 49783 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 71654 49783 260 25 0 68287 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 286616

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 13647
/proc/meminfo: memFree=15847472/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=210136 CPUtime=282.29 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 176872 0 0 0 28199 30 0 0 25 0 1 0 778013496 215179264 48184 33554432000 4194304 4293939 140735678482272 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 52534 48184 260 25 0 49167 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 210136

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 13649
/proc/meminfo: memFree=15946636/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=164488 CPUtime=342.3 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 220239 0 0 0 34193 37 0 0 25 0 1 0 778013496 168435712 36525 33554432000 4194304 4293939 140735678482272 18446744073709551615 4263678 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 41122 36525 260 25 0 37755 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 164488

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 13651
/proc/meminfo: memFree=15738776/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=432080 CPUtime=402.3 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 255594 0 0 0 40185 45 0 0 25 0 1 0 778013496 442449920 71678 33554432000 4194304 4293939 140735678482272 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 108020 71678 260 25 0 104653 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 432080

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/462 13652
/proc/meminfo: memFree=15922144/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=232504 CPUtime=462.3 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 292941 0 0 0 46179 51 0 0 25 0 1 0 778013496 238084096 46945 33554432000 4194304 4293939 140735678482272 18446744073709551615 4265248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 58126 46945 260 25 0 54759 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 232504

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/462 13654
/proc/meminfo: memFree=15713664/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=446152 CPUtime=522.31 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 331988 0 0 0 52173 58 0 0 25 0 1 0 778013496 456859648 85808 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 111538 85808 260 25 0 108171 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 446152

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/462 13655
/proc/meminfo: memFree=15855388/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=317732 CPUtime=582.31 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 387696 0 0 0 58163 68 0 0 25 0 1 0 778013496 325357568 64458 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13639/statm: 79433 64458 260 25 0 76066 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 317732

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 13841
/proc/meminfo: memFree=15914668/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=226812 CPUtime=4062.43 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 2772687 0 0 0 405722 521 0 0 25 0 1 0 778013496 232255488 51772 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 56703 51772 260 25 0 53336 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 226812

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 13843
/proc/meminfo: memFree=15723040/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=522156 CPUtime=4122.41 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 2822756 0 0 0 411712 529 0 0 25 0 1 0 778013496 534687744 101624 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 130539 101624 260 25 0 127172 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 522156

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 13844
/proc/meminfo: memFree=15558236/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=737820 CPUtime=4182.41 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 2867152 0 0 0 417705 536 0 0 25 0 1 0 778013496 755527680 145870 33554432000 4194304 4293939 140735678482272 18446744073709551615 4262810 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 184455 145870 260 25 0 181088 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 737820

[startup+4242.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/462 13846
/proc/meminfo: memFree=15379892/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1087564 CPUtime=4242.41 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 2904533 0 0 0 423697 544 0 0 25 0 1 0 778013496 1113665536 183157 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 271891 183157 260 25 0 268524 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 1087564

[startup+4302.3 s]
/proc/loadavg: 2.17 2.08 2.03 3/462 13848
/proc/meminfo: memFree=15257104/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1088536 CPUtime=4302.41 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 2939005 0 0 0 429690 551 0 0 25 0 1 0 778013496 1114660864 217530 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 272134 217530 260 25 0 268767 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 1088536

[startup+4362.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/462 13849
/proc/meminfo: memFree=15841112/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=310928 CPUtime=4362.42 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3014452 0 0 0 435675 567 0 0 25 0 1 0 778013496 318390272 68682 33554432000 4194304 4293939 140735678482272 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 77732 68682 260 25 0 74365 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 310928

[startup+4422.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/462 13851
/proc/meminfo: memFree=15649508/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=740580 CPUtime=4422.42 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3076944 0 0 0 441665 577 0 0 25 0 1 0 778013496 758353920 130944 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 185145 130944 260 25 0 181778 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 740580

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/462 13852
/proc/meminfo: memFree=15407180/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1091032 CPUtime=4482.42 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3127538 0 0 0 447656 586 0 0 25 0 1 0 778013496 1117216768 181391 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 272758 181391 260 25 0 269391 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 1091032

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 13854
/proc/meminfo: memFree=15276580/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1091468 CPUtime=4542.43 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3156286 0 0 0 453650 593 0 0 25 0 1 0 778013496 1117663232 209964 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 272867 209964 260 25 0 269500 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1091468

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 13856
/proc/meminfo: memFree=15165560/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1092088 CPUtime=4602.43 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3180233 0 0 0 459647 596 0 0 25 0 1 0 778013496 1118298112 233787 33554432000 4194304 4293939 140735678482272 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 273022 233787 260 25 0 269655 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1092088

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 13857
/proc/meminfo: memFree=15830932/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=314692 CPUtime=4662.42 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3216195 0 0 0 465637 605 0 0 25 0 1 0 778013496 322244608 67839 33554432000 4194304 4293939 140735678482272 18446744073709551615 4256084 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 78673 67839 260 25 0 75306 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 314692

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 13859
/proc/meminfo: memFree=15637952/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=528492 CPUtime=4722.44 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3262555 0 0 0 471630 614 0 0 25 0 1 0 778013496 541175808 114066 33554432000 4194304 4293939 140735678482272 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 132123 114066 260 25 0 128756 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 528492

[startup+4782.3 s]
/proc/loadavg: 2.22 2.07 2.02 3/462 13860
/proc/meminfo: memFree=15529180/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=743604 CPUtime=4782.43 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3308488 0 0 0 477620 623 0 0 25 0 1 0 778013496 761450496 159848 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 185901 159848 260 25 0 182534 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 743604

[startup+4842.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/462 13862
/proc/meminfo: memFree=15339540/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1093232 CPUtime=4842.43 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3355169 0 0 0 483611 632 0 0 25 0 1 0 778013496 1119469568 206429 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 273308 206429 260 25 0 269941 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1093232

[startup+4902.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/462 13864
/proc/meminfo: memFree=15139120/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=1094020 CPUtime=4902.43 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3395610 0 0 0 489604 639 0 0 25 0 1 0 778013496 1120276480 246760 33554432000 4194304 4293939 140735678482272 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 273505 246760 260 25 0 270138 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1094020

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/462 13865
/proc/meminfo: memFree=15789344/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=416412 CPUtime=4962.44 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3444655 0 0 0 495590 654 0 0 25 0 1 0 778013496 426405888 83780 33554432000 4194304 4293939 140735678482272 18446744073709551615 4248170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 104103 83780 260 25 0 100736 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 416412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 3/462 13866
/proc/meminfo: memFree=15742464/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=548672 CPUtime=5000.05 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3466304 0 0 0 499346 659 0 0 25 0 1 0 778013496 561840128 105314 33554432000 4194304 4293939 140735678482272 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 137168 105314 260 25 0 133801 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 548672

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 3/462 13866
/proc/meminfo: memFree=15742464/32951124 swapFree=49827280/67111528
[pid=13639] ppid=13637 vsize=548672 CPUtime=5000.05 cores=0,2,4,6
/proc/13639/stat : 13639 (ebminisat_relea) R 13637 13639 13132 0 -1 4202496 3466304 0 0 0 499346 659 0 0 25 0 1 0 778013496 561840128 105314 33554432000 4194304 4293939 140735678482272 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13639/statm: 137168 105314 260 25 0 133801 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 548672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4993.47
CPU system time (s): 6.61199
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1679204

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

runsolver used 23.9184 second user time and 49.7614 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-29 12:15:55
IDJOB=3422363
IDBENCH=82462
IDSOLVER=1914
FILE ID=node138/3422363-1306664155
RUNJOBID= node138-1306658664-13150
PBS_JOBID= 13471759
Free space on /tmp= 73288 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422363-1306664155/watcher-3422363-1306664155 -o /tmp/evaluation-result-3422363-1306664155/solver-3422363-1306664155 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422363-1306664155.cnf  -verb=0

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1951024002

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.80
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.854
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.75
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.854
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.854
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:      16161492 kB
Buffers:        264972 kB
Cached:        5478556 kB
SwapCached:      72388 kB
Active:        4402384 kB
Inactive:     12090728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16161492 kB
SwapTotal:    67111528 kB
SwapFree:     49827280 kB
Dirty:            5656 kB
Writeback:           0 kB
AnonPages:    10688400 kB
Mapped:          18888 kB
Slab:           136824 kB
PageTables:      92316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130779636 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= 73288 MiB
End job on node138 at 2011-05-29 13:39:17