Trace number 3362688

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 reference: minisat 2.2.0? (TO) 1300.07 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-3362688-1305306594/watcher-3362688-1305306594 -o /tmp/evaluation-result-3362688-1305306594/solver-3362688-1305306594 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362688-1305306594.cnf 

running on 2 cores: 4,6

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.79 3.89 3.88 4/250 2263
/proc/meminfo: memFree=17013960/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=19400 CPUtime=0 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 676 0 0 0 0 0 0 0 25 0 1 0 642260167 19865600 615 33554432000 4194304 4291037 140733824195072 18446744073709551615 222921473803 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 4850 616 213 24 0 1484 0

[startup+0.0233549 s]
/proc/loadavg: 3.79 3.89 3.88 4/250 2263
/proc/meminfo: memFree=17013960/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=23580 CPUtime=0.02 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 1959 0 0 0 2 0 0 0 25 0 1 0 642260167 24145920 1814 33554432000 4194304 4291037 140733824195072 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 5895 1816 215 24 0 2529 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23580

[startup+0.100354 s]
/proc/loadavg: 3.79 3.89 3.88 4/250 2263
/proc/meminfo: memFree=17013960/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=40412 CPUtime=0.09 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 7136 0 0 0 8 1 0 0 25 0 1 0 642260167 41381888 6312 33554432000 4194304 4291037 140733824195072 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 10136 6313 215 24 0 6770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40412

[startup+0.300312 s]
/proc/loadavg: 3.79 3.89 3.88 4/250 2263
/proc/meminfo: memFree=17013960/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=68500 CPUtime=0.29 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 11993 0 0 0 27 2 0 0 25 0 1 0 642260167 70144000 10962 33554432000 4194304 4291037 140733824195072 18446744073709551615 4211841 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 17125 10962 253 24 0 13759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68500

[startup+0.700257 s]
/proc/loadavg: 3.79 3.89 3.88 4/250 2263
/proc/meminfo: memFree=17013960/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=55312 CPUtime=0.69 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 15034 0 0 0 67 2 0 0 25 0 1 0 642260167 56639488 9298 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 13828 9298 271 24 0 10462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55312

[startup+1.50109 s]
/proc/loadavg: 3.79 3.89 3.88 5/251 2264
/proc/meminfo: memFree=16973524/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=55312 CPUtime=1.49 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 15267 0 0 0 147 2 0 0 25 0 1 0 642260167 56639488 9524 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 13828 9524 272 24 0 10462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55312

[startup+3.10079 s]
/proc/loadavg: 3.81 3.89 3.88 5/251 2264
/proc/meminfo: memFree=16967816/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=62384 CPUtime=3.09 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 15652 0 0 0 307 2 0 0 25 0 1 0 642260167 63881216 9899 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 15596 9899 272 24 0 12230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62384

[startup+6.30023 s]
/proc/loadavg: 3.81 3.89 3.88 5/251 2264
/proc/meminfo: memFree=16948860/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=62384 CPUtime=6.29 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 16428 0 0 0 627 2 0 0 25 0 1 0 642260167 63881216 10664 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 15596 10664 272 24 0 12230 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62384

[startup+12.701 s]
/proc/loadavg: 3.84 3.90 3.89 5/251 2264
/proc/meminfo: memFree=16897456/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=81060 CPUtime=12.69 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 21640 0 0 0 1266 3 0 0 25 0 1 0 642260167 83005440 15847 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 20265 15847 272 24 0 16899 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81060

[startup+25.5007 s]
/proc/loadavg: 3.86 3.90 3.89 5/248 2276
/proc/meminfo: memFree=17128296/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=111704 CPUtime=25.49 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 26191 0 0 0 2545 4 0 0 25 0 1 0 642260167 114384896 20330 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 27926 20330 272 24 0 24560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111704

[startup+51.101 s]
/proc/loadavg: 4.07 3.94 3.90 5/251 2301
/proc/meminfo: memFree=16285464/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=142524 CPUtime=51.09 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 35288 0 0 0 5103 6 0 0 25 0 1 0 642260167 145944576 29323 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 35631 29323 272 24 0 32265 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142524

[startup+102.309 s]
/proc/loadavg: 4.03 3.95 3.90 5/251 2302
/proc/meminfo: memFree=13002568/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=155648 CPUtime=102.3 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 62952 0 0 0 10218 12 0 0 25 0 1 0 642260167 159383552 30058 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 38912 30059 272 24 0 35546 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 155648

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.91 5/248 2307
/proc/meminfo: memFree=15889328/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=287124 CPUtime=162.3 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 89442 0 0 0 16211 19 0 0 25 0 1 0 642260167 294014976 56355 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248404 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 71781 56355 272 24 0 68415 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 287124

[startup+222.301 s]
/proc/loadavg: 4.06 3.99 3.92 5/251 2362
/proc/meminfo: memFree=16655272/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=213012 CPUtime=222.29 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 125042 0 0 0 22203 26 0 0 25 0 1 0 642260167 218124288 44911 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 53253 44911 272 24 0 49887 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 213012

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.92 5/251 2363
/proc/meminfo: memFree=16453776/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=426660 CPUtime=282.3 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 153524 0 0 0 28200 30 0 0 25 0 1 0 642260167 436899840 73189 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 106665 73189 272 24 0 103299 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 426660

[startup+342.301 s]
/proc/loadavg: 4.04 4.00 3.92 5/251 2365
/proc/meminfo: memFree=16418420/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=231616 CPUtime=342.3 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 181231 0 0 0 34195 35 0 0 25 0 1 0 642260167 237174784 42920 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 57904 42920 272 24 0 54538 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 231616

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/251 2366
/proc/meminfo: memFree=16504832/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=150708 CPUtime=402.31 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 208246 0 0 0 40190 41 0 0 25 0 1 0 642260167 154324992 29440 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 37677 29440 272 24 0 34311 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 150708

[startup+462.301 s]
/proc/loadavg: 4.07 4.02 3.93 5/251 2368
/proc/meminfo: memFree=16085448/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=445264 CPUtime=462.31 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 256544 0 0 0 46181 50 0 0 25 0 1 0 642260167 455950336 77518 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 111316 77518 272 24 0 107950 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 445264

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/251 2370
/proc/meminfo: memFree=15921752/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=660188 CPUtime=522.31 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 287576 0 0 0 52175 56 0 0 25 0 1 0 642260167 676032512 108352 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 165047 108352 272 24 0 161681 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 660188

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/251 2371
/proc/meminfo: memFree=15962656/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=313004 CPUtime=582.31 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 329800 0 0 0 58165 66 0 0 25 0 1 0 642260167 320516096 62520 33554432000 4194304 4291037 140733824195072 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 78251 62520 272 24 0 74885 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 313004

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/251 2373
/proc/meminfo: memFree=16072752/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=445264 CPUtime=642.31 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 358089 0 0 0 64159 72 0 0 25 0 1 0 642260167 455950336 90611 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 111316 90611 272 24 0 107950 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 445264

[startup+702.301 s]
/proc/loadavg: 4.12 4.03 3.94 5/251 2402
/proc/meminfo: memFree=15541508/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=244084 CPUtime=702.32 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 392350 0 0 0 70148 84 0 0 25 0 1 0 642260167 249942016 49991 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 61021 49991 272 24 0 57655 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 244084

[startup+762.309 s]
/proc/loadavg: 4.11 4.04 3.94 5/251 2404
/proc/meminfo: memFree=15290528/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=457732 CPUtime=762.32 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 433525 0 0 0 76143 89 0 0 25 0 1 0 642260167 468717568 90942 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 114433 90942 272 24 0 111067 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 457732

[startup+822.301 s]
/proc/loadavg: 4.04 4.03 3.94 5/251 2406
/proc/meminfo: memFree=14974808/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=672656 CPUtime=822.32 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 469841 0 0 0 82135 97 0 0 25 0 1 0 642260167 688799744 127130 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 168164 127130 272 24 0 164798 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 672656

[startup+882.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/251 2407
/proc/meminfo: memFree=15107560/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=325472 CPUtime=882.32 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 508775 0 0 0 88128 104 0 0 25 0 1 0 642260167 333283328 57306 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 81368 57306 272 24 0 78002 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 325472

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/251 2409
/proc/meminfo: memFree=14869704/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=457732 CPUtime=942.32 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 546509 0 0 0 94119 113 0 0 25 0 1 0 642260167 468717568 94864 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 114433 94864 272 24 0 111067 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 457732

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/251 2410
/proc/meminfo: memFree=14913456/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=194180 CPUtime=1002.33 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 589646 0 0 0 100110 123 0 0 25 0 1 0 642260167 198840320 42907 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 48545 42907 272 24 0 45179 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 194180

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.95 5/251 2412
/proc/meminfo: memFree=15262740/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=328220 CPUtime=1062.33 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 613855 0 0 0 106105 128 0 0 25 0 1 0 642260167 336097280 66934 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 82055 66934 272 24 0 78689 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 328220

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/251 2414
/proc/meminfo: memFree=14986328/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=462420 CPUtime=1122.33 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 647000 0 0 0 112100 133 0 0 25 0 1 0 642260167 473518080 99931 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 115605 99931 272 24 0 112239 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 462420

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/251 2415
/proc/meminfo: memFree=15071256/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=170496 CPUtime=1182.33 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 674337 0 0 0 118093 140 0 0 25 0 1 0 642260167 174587904 34944 33554432000 4194304 4291037 140733824195072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 42624 34944 272 24 0 39258 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 170496

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/251 2445
/proc/meminfo: memFree=15088652/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=333264 CPUtime=1242.33 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 717084 0 0 0 124085 148 0 0 25 0 1 0 642260167 341262336 77501 33554432000 4194304 4291037 140733824195072 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 83316 77501 272 24 0 79950 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 333264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.95 5/251 2446
/proc/meminfo: memFree=14683400/32951124 swapFree=66522240/67111528
[pid=2263] ppid=2261 vsize=466572 CPUtime=1300.03 cores=4,6
/proc/2263/stat : 2263 (minisat_release) R 2261 2263 2147 0 -1 4202496 749776 0 0 0 129849 154 0 0 25 0 1 0 642260167 477769728 110050 33554432000 4194304 4291037 140733824195072 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2263/statm: 116643 110050 272 24 0 113277 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 466572

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.07
CPU user time (s): 1298.5
CPU system time (s): 1.56576
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 703192

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

runsolver used 3.04454 second user time and 6.42702 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 19:09:54
IDJOB=3362688
IDBENCH=70799
IDSOLVER=1840
FILE ID=node109/3362688-1305306594
RUNJOBID= node109-1305306527-2166
PBS_JOBID= 13321474
Free space on /tmp= 36452 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362688-1305306594/watcher-3362688-1305306594 -o /tmp/evaluation-result-3362688-1305306594/solver-3362688-1305306594 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362688-1305306594.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=774479509

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17014240 kB
Buffers:        221548 kB
Cached:        4052800 kB
SwapCached:      19036 kB
Active:        6893384 kB
Inactive:      8783376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17014240 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           22276 kB
Writeback:           0 kB
AnonPages:    11389628 kB
Mapped:          18672 kB
Slab:           164680 kB
PageTables:      32336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18503004 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= 36300 MiB
End job on node109 at 2011-05-13 19:31:36