Trace number 3422139

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.11 4999.93

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
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-3422139-1306658748/watcher-3422139-1306658748 -o /tmp/evaluation-result-3422139-1306658748/solver-3422139-1306658748 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422139-1306658748.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: 1.55 0.51 0.18 2/443 17206
/proc/meminfo: memFree=15492144/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=21028 CPUtime=0 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 1106 0 0 0 0 0 0 0 23 0 1 0 856105541 21532672 1031 33554432000 4194304 4293939 140733826925664 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 5257 1031 218 25 0 1890 0

[startup+0.062478 s]
/proc/loadavg: 1.55 0.51 0.18 2/443 17206
/proc/meminfo: memFree=15492144/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=32504 CPUtime=0.06 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 4474 0 0 0 6 0 0 0 23 0 1 0 856105541 33284096 4084 33554432000 4194304 4293939 140733826925664 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 8126 4085 218 25 0 4759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32504

[startup+0.100466 s]
/proc/loadavg: 1.55 0.51 0.18 2/443 17206
/proc/meminfo: memFree=15492144/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=40248 CPUtime=0.09 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 7095 0 0 0 9 0 0 0 23 0 1 0 856105541 41213952 6270 33554432000 4194304 4293939 140733826925664 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 10062 6272 218 25 0 6695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40248

[startup+0.300438 s]
/proc/loadavg: 1.55 0.51 0.18 2/443 17206
/proc/meminfo: memFree=15492144/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=47920 CPUtime=0.29 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 10760 0 0 0 28 1 0 0 25 0 1 0 856105541 49070080 8174 33554432000 4194304 4293939 140733826925664 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 11980 8174 225 25 0 8613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47920

[startup+0.700366 s]
/proc/loadavg: 1.55 0.51 0.18 2/443 17206
/proc/meminfo: memFree=15492144/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=47308 CPUtime=0.69 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 12654 0 0 0 68 1 0 0 25 0 1 0 856105541 48443392 7795 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 11827 7795 244 25 0 8460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47308

[startup+1.50021 s]
/proc/loadavg: 1.55 0.51 0.18 3/444 17207
/proc/meminfo: memFree=15457176/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=47308 CPUtime=1.49 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 12835 0 0 0 148 1 0 0 25 0 1 0 856105541 48443392 7974 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 11827 7974 245 25 0 8460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47308

[startup+3.1009 s]
/proc/loadavg: 1.55 0.51 0.18 3/444 17207
/proc/meminfo: memFree=15451968/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=47308 CPUtime=3.09 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 13055 0 0 0 308 1 0 0 25 0 1 0 856105541 48443392 8191 33554432000 4194304 4293939 140733826925664 18446744073709551615 4263232 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 11827 8191 245 25 0 8460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47308

[startup+6.3003 s]
/proc/loadavg: 1.74 0.56 0.20 3/444 17207
/proc/meminfo: memFree=15438324/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=54380 CPUtime=6.29 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 13766 0 0 0 628 1 0 0 25 0 1 0 856105541 55685120 8888 33554432000 4194304 4293939 140733826925664 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 13595 8888 245 25 0 10228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54380

[startup+12.7011 s]
/proc/loadavg: 1.76 0.59 0.21 3/444 17207
/proc/meminfo: memFree=15399588/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=73056 CPUtime=12.69 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 18193 0 0 0 1267 2 0 0 25 0 1 0 856105541 74809344 13299 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248303 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 18264 13299 245 25 0 14897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73056

[startup+25.5006 s]
/proc/loadavg: 1.82 0.66 0.23 3/444 17208
/proc/meminfo: memFree=15342528/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=84732 CPUtime=25.49 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 21296 0 0 0 2547 2 0 0 25 0 1 0 856105541 86765568 16364 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 21183 16364 245 25 0 17816 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84732

[startup+51.1008 s]
/proc/loadavg: 1.96 0.78 0.29 3/444 17208
/proc/meminfo: memFree=15251668/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=103700 CPUtime=51.09 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 26986 0 0 0 5106 3 0 0 25 0 1 0 856105541 106188800 21985 33554432000 4194304 4293939 140733826925664 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 25925 21985 245 25 0 22558 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103700

[startup+102.317 s]
/proc/loadavg: 1.98 0.97 0.37 3/444 17210
/proc/meminfo: memFree=15158396/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=85428 CPUtime=102.31 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 41515 0 0 0 10224 7 0 0 25 0 1 0 856105541 87478272 16331 33554432000 4194304 4293939 140733826925664 18446744073709551615 4263774 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 21357 16331 245 25 0 17990 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 85428

[startup+162.301 s]
/proc/loadavg: 1.99 1.15 0.47 3/444 17211
/proc/meminfo: memFree=14988468/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=138548 CPUtime=162.3 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 55602 0 0 0 16219 11 0 0 25 0 1 0 856105541 141873152 30306 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 34637 30306 245 25 0 31270 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 138548

[startup+222.3 s]
/proc/loadavg: 1.99 1.30 0.56 3/444 17213
/proc/meminfo: memFree=15447724/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=100264 CPUtime=222.3 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 72177 0 0 0 22214 16 0 0 25 0 1 0 856105541 102670336 18641 33554432000 4194304 4293939 140733826925664 18446744073709551615 4256115 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 25066 18641 245 25 0 21699 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100264

[startup+282.301 s]
/proc/loadavg: 1.99 1.43 0.65 3/444 17215
/proc/meminfo: memFree=15268896/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=150052 CPUtime=282.31 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 83788 0 0 0 28212 19 0 0 25 0 1 0 856105541 153653248 30112 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 37513 30112 245 25 0 34146 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 150052

[startup+342.301 s]
/proc/loadavg: 2.12 1.56 0.74 3/444 17216
/proc/meminfo: memFree=15144120/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=200140 CPUtime=342.3 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 94788 0 0 0 34208 22 0 0 25 0 1 0 856105541 204943360 41036 33554432000 4194304 4293939 140733826925664 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 50035 41036 245 25 0 46668 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 200140

[startup+402.301 s]
/proc/loadavg: 2.04 1.64 0.82 3/444 17218
/proc/meminfo: memFree=15127596/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=119232 CPUtime=402.31 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 110096 0 0 0 40204 27 0 0 25 0 1 0 856105541 122093568 25736 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 29808 25736 245 25 0 26441 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 119232

[startup+462.301 s]
/proc/loadavg: 2.01 1.70 0.89 3/444 17219
/proc/meminfo: memFree=14994500/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=200760 CPUtime=462.3 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 122007 0 0 0 46200 30 0 0 25 0 1 0 856105541 205578240 37583 33554432000 4194304 4293939 140733826925664 18446744073709551615 4262959 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 50190 37583 245 25 0 46823 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 200760

[startup+522.3 s]
/proc/loadavg: 2.00 1.75 0.96 3/444 17221
/proc/meminfo: memFree=14880752/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=286012 CPUtime=522.31 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 133257 0 0 0 52197 34 0 0 25 0 1 0 856105541 292876288 48727 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 71503 48727 245 25 0 68136 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 286012

[startup+582.301 s]
/proc/loadavg: 2.10 1.83 1.03 3/444 17223
/proc/meminfo: memFree=14892636/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=156468 CPUtime=582.31 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 148011 0 0 0 58194 37 0 0 25 0 1 0 856105541 160223232 28109 33554432000 4194304 4293939 140733826925664 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 39117 28109 245 25 0 35750 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 156468

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.01 1.95 3/444 17435
/proc/meminfo: memFree=14089760/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=339356 CPUtime=4062.46 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 817003 0 0 0 406019 227 0 0 25 0 1 0 856105541 347500544 70140 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 84839 70140 245 25 0 81472 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 339356

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/444 17437
/proc/meminfo: memFree=14030836/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=340016 CPUtime=4122.44 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 827151 0 0 0 412015 229 0 0 25 0 1 0 856105541 348176384 80212 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 85004 80212 245 25 0 81637 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 340016

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/444 17439
/proc/meminfo: memFree=14162616/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=209132 CPUtime=4182.45 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 844106 0 0 0 418012 233 0 0 25 0 1 0 856105541 214151168 43573 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 52283 43573 245 25 0 48916 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 209132

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/444 17440
/proc/meminfo: memFree=14097612/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=260048 CPUtime=4242.45 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 854522 0 0 0 424007 238 0 0 25 0 1 0 856105541 266289152 53909 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 65012 53909 245 25 0 61645 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 260048

[startup+4302.3 s]
/proc/loadavg: 2.07 2.03 1.96 3/444 17442
/proc/meminfo: memFree=14042028/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=342520 CPUtime=4302.45 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 864362 0 0 0 430003 242 0 0 25 0 1 0 856105541 350740480 63613 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 85630 63613 245 25 0 82263 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 342520

[startup+4362.3 s]
/proc/loadavg: 2.06 2.03 1.96 3/444 17443
/proc/meminfo: memFree=13987932/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=343360 CPUtime=4362.45 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 873102 0 0 0 436000 245 0 0 25 0 1 0 856105541 351600640 72275 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 85840 72275 245 25 0 82473 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 343360

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/444 17445
/proc/meminfo: memFree=13940028/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=344476 CPUtime=4422.46 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 880054 0 0 0 441998 248 0 0 25 0 1 0 856105541 352743424 79146 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 86119 79146 245 25 0 82752 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 344476

[startup+4482.3 s]
/proc/loadavg: 2.15 2.05 1.97 3/444 17447
/proc/meminfo: memFree=13889904/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=477772 CPUtime=4482.46 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 887357 0 0 0 447996 250 0 0 25 0 1 0 856105541 489238528 86385 33554432000 4194304 4293939 140733826925664 18446744073709551615 4272825 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 119443 86385 245 25 0 116076 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 477772

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 1.98 3/444 17457
/proc/meminfo: memFree=14037456/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=214508 CPUtime=4542.46 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 904675 0 0 0 453992 254 0 0 25 0 1 0 856105541 219656192 44264 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 53627 44264 245 25 0 50260 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 214508

[startup+4602.3 s]
/proc/loadavg: 2.04 2.04 1.98 3/444 17459
/proc/meminfo: memFree=13973680/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=265140 CPUtime=4602.47 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 916620 0 0 0 459990 257 0 0 25 0 1 0 856105541 271503360 56100 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248602 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 66285 56100 245 25 0 62918 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 265140

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/444 17460
/proc/meminfo: memFree=13917232/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=346884 CPUtime=4662.46 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 926277 0 0 0 465987 259 0 0 25 0 1 0 856105541 355209216 65679 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 86721 65679 245 25 0 83354 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 346884

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 1.98 3/444 17462
/proc/meminfo: memFree=13859544/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=347556 CPUtime=4722.48 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 934885 0 0 0 471987 261 0 0 25 0 1 0 856105541 355897344 74205 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 86889 74205 245 25 0 83522 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 347556

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/444 17464
/proc/meminfo: memFree=13814628/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=348984 CPUtime=4782.47 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 942633 0 0 0 477984 263 0 0 25 0 1 0 856105541 357359616 81895 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 87246 81895 245 25 0 83879 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 348984

[startup+4842.3 s]
/proc/loadavg: 2.05 2.03 1.98 3/444 17465
/proc/meminfo: memFree=13942308/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=217696 CPUtime=4842.47 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 959769 0 0 0 483980 267 0 0 25 0 1 0 856105541 222920704 45485 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 54424 45485 245 25 0 51057 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 217696

[startup+4902.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/444 17467
/proc/meminfo: memFree=13875940/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=268040 CPUtime=4902.47 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 972427 0 0 0 489977 270 0 0 25 0 1 0 856105541 274472960 58065 33554432000 4194304 4293939 140733826925664 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 67010 58065 245 25 0 63643 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 268040

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/444 17468
/proc/meminfo: memFree=13816264/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=349428 CPUtime=4962.48 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 983095 0 0 0 495974 274 0 0 25 0 1 0 856105541 357814272 68692 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 87357 68692 245 25 0 83990 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 349428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 1.98 3/444 17469
/proc/meminfo: memFree=13783012/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=349796 CPUtime=5000.09 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 989371 0 0 0 499733 276 0 0 25 0 1 0 856105541 358191104 74937 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 87449 74937 245 25 0 84082 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 349796

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.00 2.01 1.98 3/444 17469
/proc/meminfo: memFree=13783012/32950928 swapFree=60044444/67111528
[pid=17206] ppid=17204 vsize=349796 CPUtime=5000.09 cores=0,2,4,6
/proc/17206/stat : 17206 (ebminisat_relea) R 17204 17206 17112 0 -1 4202496 989371 0 0 0 499733 276 0 0 25 0 1 0 856105541 358191104 74937 33554432000 4194304 4293939 140733826925664 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/17206/statm: 87449 74937 245 25 0 84082 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 349796

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4997.34
CPU system time (s): 2.77358
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 500108

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

runsolver used 22.9765 second user time and 49.7394 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 10:45:49
IDJOB=3422139
IDBENCH=70781
IDSOLVER=1914
FILE ID=node114/3422139-1306658748
RUNJOBID= node114-1306658670-17130
PBS_JOBID= 13471783
Free space on /tmp= 73204 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422139-1306658748/watcher-3422139-1306658748 -o /tmp/evaluation-result-3422139-1306658748/solver-3422139-1306658748 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422139-1306658748.cnf  -verb=0

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=683125228

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      15492300 kB
Buffers:        273584 kB
Cached:        6748960 kB
SwapCached:      48932 kB
Active:        5342756 kB
Inactive:     11844484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15492300 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            4284 kB
Writeback:           0 kB
AnonPages:    10122472 kB
Mapped:          28716 kB
Slab:           140044 kB
PageTables:      62756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108484532 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= 73188 MiB
End job on node114 at 2011-05-29 12:09:11