Trace number 3349291

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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-3349291-1304976846/watcher-3349291-1304976846 -o /tmp/evaluation-result-3349291-1304976846/solver-3349291-1304976846 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349291-1304976846.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.38 1.22 0.86 4/342 6631
/proc/meminfo: memFree=11514152/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=20504 CPUtime=0 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 969 0 0 0 0 0 0 0 23 0 1 0 590100215 20996096 900 33554432000 4194304 4293939 140734548700544 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 5126 900 217 25 0 1759 0

[startup+0.029523 s]
/proc/loadavg: 3.38 1.22 0.86 4/342 6631
/proc/meminfo: memFree=11514152/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=25224 CPUtime=0.02 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 2347 0 0 0 2 0 0 0 23 0 1 0 590100215 25829376 2190 33554432000 4194304 4293939 140734548700544 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 6306 2192 218 25 0 2939 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25224

[startup+0.100511 s]
/proc/loadavg: 3.38 1.22 0.86 4/342 6631
/proc/meminfo: memFree=11514152/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=40540 CPUtime=0.09 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 7174 0 0 0 9 0 0 0 23 0 1 0 590100215 41512960 6351 33554432000 4194304 4293939 140734548700544 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 10135 6352 218 25 0 6768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40540

[startup+0.300473 s]
/proc/loadavg: 3.38 1.22 0.86 4/342 6631
/proc/meminfo: memFree=11514152/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=68496 CPUtime=0.29 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 11975 0 0 0 28 1 0 0 25 0 1 0 590100215 70139904 10946 33554432000 4194304 4293939 140734548700544 18446744073709551615 4212037 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 17124 10946 238 25 0 13757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68496

[startup+0.700403 s]
/proc/loadavg: 3.38 1.22 0.86 4/342 6631
/proc/meminfo: memFree=11514152/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=55308 CPUtime=0.69 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 15017 0 0 0 68 1 0 0 25 0 1 0 590100215 56635392 9280 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 13827 9280 255 25 0 10460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55308

[startup+1.50023 s]
/proc/loadavg: 3.38 1.22 0.86 5/343 6633
/proc/meminfo: memFree=11458244/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=55308 CPUtime=1.49 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 15172 0 0 0 148 1 0 0 25 0 1 0 590100215 56635392 9430 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 13827 9430 258 25 0 10460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55308

[startup+3.10092 s]
/proc/loadavg: 3.51 1.28 0.89 6/343 6633
/proc/meminfo: memFree=11452664/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=62380 CPUtime=3.1 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 15529 0 0 0 308 2 0 0 25 0 1 0 590100215 63877120 9780 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 15595 9780 258 25 0 12228 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 62380

[startup+6.30028 s]
/proc/loadavg: 3.51 1.28 0.89 5/343 6633
/proc/meminfo: memFree=11436660/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=62380 CPUtime=6.3 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 16543 0 0 0 628 2 0 0 25 0 1 0 590100215 63877120 10776 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 15595 10776 258 25 0 12228 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 62380

[startup+12.701 s]
/proc/loadavg: 3.59 1.37 0.92 5/343 6633
/proc/meminfo: memFree=11391692/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=81056 CPUtime=12.7 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 21381 0 0 0 1267 3 0 0 25 0 1 0 590100215 83001344 15590 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 20264 15590 258 25 0 16897 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 81056

[startup+25.5005 s]
/proc/loadavg: 3.65 1.46 0.95 5/343 6633
/proc/meminfo: memFree=11336476/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=111700 CPUtime=25.49 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 25869 0 0 0 2545 4 0 0 25 0 1 0 590100215 114380800 20020 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 27925 20020 258 25 0 24558 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111700

[startup+51.1004 s]
/proc/loadavg: 3.77 1.66 1.03 5/343 6634
/proc/meminfo: memFree=11235100/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=192608 CPUtime=51.09 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 37754 0 0 0 5102 7 0 0 25 0 1 0 590100215 197230592 31812 33554432000 4194304 4293939 140734548700544 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 48152 31812 258 25 0 44785 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 192608

[startup+102.313 s]
/proc/loadavg: 3.91 2.05 1.20 5/343 6635
/proc/meminfo: memFree=11170476/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=146196 CPUtime=102.31 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 68188 0 0 0 10218 13 0 0 25 0 1 0 590100215 149704704 24827 33554432000 4194304 4293939 140734548700544 18446744073709551615 4256106 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 36549 24827 258 25 0 33182 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 146196

[startup+162.3 s]
/proc/loadavg: 3.96 2.40 1.37 5/343 6637
/proc/meminfo: memFree=10955048/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=282280 CPUtime=162.3 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 107090 0 0 0 16206 24 0 0 25 0 1 0 590100215 289054720 63524 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 70570 63524 258 25 0 67203 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 282280

[startup+222.3 s]
/proc/loadavg: 4.06 2.72 1.54 5/343 6638
/proc/meminfo: memFree=10925740/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=204160 CPUtime=222.3 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 149716 0 0 0 22196 34 0 0 25 0 1 0 590100215 209059840 45148 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 51040 45148 258 25 0 47673 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 204160

[startup+282.3 s]
/proc/loadavg: 4.15 2.99 1.71 5/343 6640
/proc/meminfo: memFree=10906116/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=422204 CPUtime=282.31 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 186992 0 0 0 28187 44 0 0 25 0 1 0 590100215 432336896 82242 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 105551 82242 258 25 0 102184 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 422204

[startup+342.301 s]
/proc/loadavg: 4.21 3.21 1.86 5/343 6642
/proc/meminfo: memFree=10978364/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=223712 CPUtime=342.3 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 226464 0 0 0 34176 54 0 0 25 0 1 0 590100215 229081088 40359 33554432000 4194304 4293939 140734548700544 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 55928 40359 258 25 0 52561 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 223712

[startup+402.301 s]
/proc/loadavg: 4.08 3.35 1.99 5/343 6643
/proc/meminfo: memFree=10764052/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=305100 CPUtime=402.3 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 257698 0 0 0 40168 62 0 0 25 0 1 0 590100215 312422400 71422 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 76275 71422 258 25 0 72908 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 305100

[startup+462.301 s]
/proc/loadavg: 4.03 3.47 2.12 5/343 6645
/proc/meminfo: memFree=10903264/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=223712 CPUtime=462.31 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 293647 0 0 0 46159 72 0 0 25 0 1 0 590100215 229081088 45017 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 55928 45017 258 25 0 52561 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 223712

[startup+522.301 s]
/proc/loadavg: 4.07 3.58 2.24 5/343 6646
/proc/meminfo: memFree=10929648/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=437360 CPUtime=522.31 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 332803 0 0 0 52149 82 0 0 25 0 1 0 590100215 447856640 83963 33554432000 4194304 4293939 140734548700544 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 109340 83963 258 25 0 105973 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 437360

[startup+582.301 s]
/proc/loadavg: 4.02 3.65 2.34 5/343 6648
/proc/meminfo: memFree=10992972/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=225232 CPUtime=582.32 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 379749 0 0 0 58136 96 0 0 25 0 1 0 590100215 230637568 44682 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 56308 44682 258 25 0 52941 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 225232

[startup+642.301 s]
/proc/loadavg: 4.01 3.71 2.44 5/343 6650
/proc/meminfo: memFree=10684284/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=439972 CPUtime=642.33 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 426273 0 0 0 64126 107 0 0 25 0 1 0 590100215 450531328 91066 33554432000 4194304 4293939 140734548700544 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 109993 91066 258 25 0 106626 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 439972

[startup+702.301 s]
/proc/loadavg: 4.12 3.79 2.55 5/343 6651
/proc/meminfo: memFree=10533968/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=657744 CPUtime=702.33 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 457650 0 0 0 70118 115 0 0 25 0 1 0 590100215 673529856 122312 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 164436 122312 258 25 0 161069 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 657744

[startup+762.313 s]
/proc/loadavg: 4.24 3.87 2.65 5/343 6653
/proc/meminfo: memFree=10759980/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=199264 CPUtime=762.33 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 492120 0 0 0 76108 125 0 0 25 0 1 0 590100215 204046336 43582 33554432000 4194304 4293939 140734548700544 18446744073709551615 4265188 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 49816 43582 258 25 0 46449 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 199264

[startup+822.3 s]
/proc/loadavg: 4.09 3.89 2.73 5/343 6654
/proc/meminfo: memFree=10846248/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=330740 CPUtime=822.33 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 520464 0 0 0 82100 133 0 0 25 0 1 0 590100215 338677760 71727 33554432000 4194304 4293939 140734548700544 18446744073709551615 4263997 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 82685 71727 258 25 0 79318 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 330740

[startup+882.3 s]
/proc/loadavg: 4.12 3.94 2.82 5/343 6656
/proc/meminfo: memFree=10826488/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=249352 CPUtime=882.33 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 565265 0 0 0 88090 143 0 0 25 0 1 0 590100215 255336448 48438 33554432000 4194304 4293939 140734548700544 18446744073709551615 4256115 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 62338 48438 258 25 0 58971 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 249352

[startup+942.3 s]
/proc/loadavg: 4.04 3.95 2.89 5/343 6658
/proc/meminfo: memFree=10486936/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=463000 CPUtime=942.34 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 604319 0 0 0 94080 154 0 0 25 0 1 0 590100215 474112000 87281 33554432000 4194304 4293939 140734548700544 18446744073709551615 4263101 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 115750 87281 258 25 0 112383 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 463000

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 2.96 5/343 6659
/proc/meminfo: memFree=10498680/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=677924 CPUtime=1002.34 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 640125 0 0 0 100071 163 0 0 25 0 1 0 590100215 694194176 122960 33554432000 4194304 4293939 140734548700544 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 169481 122960 258 25 0 166114 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 677924

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.03 5/343 6661
/proc/meminfo: memFree=10680548/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=142356 CPUtime=1062.34 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 668554 0 0 0 106061 173 0 0 25 0 1 0 590100215 145772544 31128 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 35589 31128 258 25 0 32222 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 142356

[startup+1122.3 s]
/proc/loadavg: 4.02 3.99 3.09 5/343 6662
/proc/meminfo: memFree=10901968/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=335296 CPUtime=1122.34 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 707164 0 0 0 112051 183 0 0 25 0 1 0 590100215 343343104 69496 33554432000 4194304 4293939 140734548700544 18446744073709551615 4263176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 83824 69496 258 25 0 80457 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 335296

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.14 5/343 6664
/proc/meminfo: memFree=10630608/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=467556 CPUtime=1182.34 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 745753 0 0 0 118042 192 0 0 25 0 1 0 590100215 478777344 107912 33554432000 4194304 4293939 140734548700544 18446744073709551615 4251544 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 116889 107912 258 25 0 113522 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 467556

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.20 5/343 6694
/proc/meminfo: memFree=10824444/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=203820 CPUtime=1242.34 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 798676 0 0 0 124029 205 0 0 25 0 1 0 590100215 208711680 45580 33554432000 4194304 4293939 140734548700544 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 50955 45580 258 25 0 47588 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 203820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.86 3.97 3.23 5/343 6751
/proc/meminfo: memFree=10799320/32951124 swapFree=67111352/67111528
[pid=6631] ppid=6629 vsize=467556 CPUtime=1300.06 cores=5,7
/proc/6631/stat : 6631 (ebminisat_relea) R 6629 6631 6488 0 -1 4202496 834075 0 0 0 129792 214 0 0 25 0 1 0 590100215 478777344 80795 33554432000 4194304 4293939 140734548700544 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6631/statm: 116889 80795 258 25 0 113522 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 467556

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.09
CPU user time (s): 1297.93
CPU system time (s): 2.15767
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 731800

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

runsolver used 4.11337 second user time and 10.0925 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 23:34:06
IDJOB=3349291
IDBENCH=70799
IDSOLVER=1812
FILE ID=node143/3349291-1304976846
RUNJOBID= node143-1304976740-6509
PBS_JOBID= 13285670
Free space on /tmp= 41268 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349291-1304976846/watcher-3349291-1304976846 -o /tmp/evaluation-result-3349291-1304976846/solver-3349291-1304976846 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349291-1304976846.cnf  -verb=0

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1865231830

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11514432 kB
Buffers:        191484 kB
Cached:        4571604 kB
SwapCached:          0 kB
Active:       16857200 kB
Inactive:      4268684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11514432 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           13576 kB
Writeback:           0 kB
AnonPages:    16363164 kB
Mapped:          29292 kB
Slab:           192116 kB
PageTables:      54376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70176008 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= 41176 MiB
End job on node143 at 2011-05-09 23:55:48