Trace number 3348615

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: cir_minisat 2011-03-02? (TO) 1300.07 1300.03

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3348615-1304968107/watcher-3348615-1304968107 -o /tmp/evaluation-result-3348615-1304968107/solver-3348615-1304968107 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348615-1304968107.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: 0.00 0.00 0.00 2/326 11407
/proc/meminfo: memFree=27746560/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=20864 CPUtime=0 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 1142 0 0 0 0 0 0 0 21 0 1 0 608411154 21364736 1034 33554432000 4194304 4254575 140733560458096 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 5216 1035 213 15 0 1859 0

[startup+0.0748499 s]
/proc/loadavg: 0.00 0.00 0.00 2/326 11407
/proc/meminfo: memFree=27746560/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=28768 CPUtime=0.06 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 3744 0 0 0 6 0 0 0 21 0 1 0 608411154 29458432 3351 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 7225 3352 222 15 0 3868 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28768

[startup+0.100844 s]
/proc/loadavg: 0.00 0.00 0.00 2/326 11407
/proc/meminfo: memFree=27746560/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=28900 CPUtime=0.09 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 3776 0 0 0 9 0 0 0 21 0 1 0 608411154 29593600 3382 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 7225 3382 231 15 0 3868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28900

[startup+0.300808 s]
/proc/loadavg: 0.00 0.00 0.00 2/326 11407
/proc/meminfo: memFree=27746560/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=29160 CPUtime=0.29 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 3907 0 0 0 29 0 0 0 22 0 1 0 608411154 29859840 3512 33554432000 4194304 4254575 140733560458096 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 7290 3512 231 15 0 3933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29160

[startup+0.700734 s]
/proc/loadavg: 0.00 0.00 0.00 2/326 11407
/proc/meminfo: memFree=27746560/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=29420 CPUtime=0.69 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 4079 0 0 0 68 1 0 0 24 0 1 0 608411154 30126080 3680 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 7355 3680 232 15 0 3998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29420

[startup+1.50057 s]
/proc/loadavg: 0.00 0.00 0.00 3/328 11409
/proc/meminfo: memFree=27729688/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=29752 CPUtime=1.49 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 4412 0 0 0 148 1 0 0 25 0 1 0 608411154 30466048 4006 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 7438 4006 232 15 0 4081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29752

[startup+3.10029 s]
/proc/loadavg: 0.24 0.05 0.02 5/337 11428
/proc/meminfo: memFree=27692396/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=32924 CPUtime=3.09 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 5157 0 0 0 308 1 0 0 25 0 1 0 608411154 33714176 4739 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 8231 4739 232 15 0 4874 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32924

[startup+6.30069 s]
/proc/loadavg: 0.24 0.05 0.02 5/337 11428
/proc/meminfo: memFree=27671324/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=38888 CPUtime=6.29 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 6726 0 0 0 628 1 0 0 25 0 1 0 608411154 39821312 6286 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216510 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 9722 6286 232 15 0 6365 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38888

[startup+12.7005 s]
/proc/loadavg: 0.82 0.18 0.06 5/337 11428
/proc/meminfo: memFree=27630980/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=59748 CPUtime=12.69 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 9531 0 0 0 1268 1 0 0 25 0 1 0 608411154 61181952 9056 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216522 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 14937 9056 232 15 0 11580 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59748

[startup+25.5011 s]
/proc/loadavg: 1.31 0.30 0.10 5/337 11428
/proc/meminfo: memFree=27559584/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=81072 CPUtime=25.49 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 13766 0 0 0 2547 2 0 0 25 0 1 0 608411154 83017728 13255 33554432000 4194304 4254575 140733560458096 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 20268 13255 232 15 0 16911 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81072

[startup+51.1004 s]
/proc/loadavg: 2.22 0.60 0.20 5/337 11429
/proc/meminfo: memFree=27417380/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=117184 CPUtime=51.09 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 23958 0 0 0 5103 6 0 0 25 0 1 0 608411154 119996416 23345 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 29296 23345 232 15 0 25939 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117184

[startup+102.313 s]
/proc/loadavg: 3.29 1.17 0.42 5/337 11431
/proc/meminfo: memFree=27420580/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=93208 CPUtime=102.3 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 48765 0 0 0 10219 11 0 0 25 0 1 0 608411154 95444992 18856 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 23302 18856 232 15 0 19945 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93208

[startup+162.301 s]
/proc/loadavg: 3.77 1.70 0.64 5/337 11459
/proc/meminfo: memFree=27196688/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=258320 CPUtime=162.29 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 73317 0 0 0 16213 16 0 0 25 0 1 0 608411154 264519680 43280 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 64580 43280 232 15 0 61223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 258320

[startup+222.301 s]
/proc/loadavg: 3.95 2.13 0.86 5/337 11461
/proc/meminfo: memFree=27402116/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=84716 CPUtime=222.3 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 95998 0 0 0 22206 24 0 0 25 0 1 0 608411154 86749184 17009 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216717 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 21179 17009 232 15 0 17822 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 84716

[startup+282.301 s]
/proc/loadavg: 4.02 2.48 1.06 5/337 11462
/proc/meminfo: memFree=27265052/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=187036 CPUtime=282.3 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 117360 0 0 0 28201 29 0 0 25 0 1 0 608411154 191524864 38197 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 46759 38197 232 15 0 43402 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187036

[startup+342.3 s]
/proc/loadavg: 3.96 2.74 1.23 5/337 11491
/proc/meminfo: memFree=27268316/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=272660 CPUtime=342.3 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 133711 0 0 0 34197 33 0 0 25 0 1 0 608411154 279203840 54419 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 68165 54419 232 15 0 64808 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 272660

[startup+402.3 s]
/proc/loadavg: 3.98 2.97 1.40 5/337 11493
/proc/meminfo: memFree=27237400/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=194736 CPUtime=402.3 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 159897 0 0 0 40190 40 0 0 25 0 1 0 608411154 199409664 36796 33554432000 4194304 4254575 140733560458096 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 48684 36796 232 15 0 45327 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 194736

[startup+462.301 s]
/proc/loadavg: 3.99 3.15 1.56 5/337 11494
/proc/meminfo: memFree=26934168/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=281512 CPUtime=462.31 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 178189 0 0 0 46187 44 0 0 25 0 1 0 608411154 288268288 54982 33554432000 4194304 4254575 140733560458096 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 70378 54982 232 15 0 67021 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 281512

[startup+522.301 s]
/proc/loadavg: 3.99 3.30 1.71 5/337 11496
/proc/meminfo: memFree=27242744/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=102656 CPUtime=522.3 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 196295 0 0 0 52181 49 0 0 25 0 1 0 608411154 105119744 20287 33554432000 4194304 4254575 140733560458096 18446744073709551615 4223277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 25664 20287 232 15 0 22307 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 102656

[startup+582.301 s]
/proc/loadavg: 4.09 3.46 1.86 5/337 11497
/proc/meminfo: memFree=26952904/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=203680 CPUtime=582.31 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 216814 0 0 0 58176 55 0 0 25 0 1 0 608411154 208568320 40657 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 50920 40657 232 15 0 47563 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 203680

[startup+642.301 s]
/proc/loadavg: 4.03 3.55 1.99 5/337 11499
/proc/meminfo: memFree=27011152/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=286128 CPUtime=642.32 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 230921 0 0 0 64173 59 0 0 25 0 1 0 608411154 292995072 54656 33554432000 4194304 4254575 140733560458096 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 71532 54656 232 15 0 68175 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 286128

[startup+702.301 s]
/proc/loadavg: 4.06 3.65 2.12 5/337 11501
/proc/meminfo: memFree=26814060/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=423264 CPUtime=702.31 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 254545 0 0 0 70166 65 0 0 25 0 1 0 608411154 433422336 78204 33554432000 4194304 4254575 140733560458096 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 105816 78204 232 15 0 102459 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 423264

[startup+762.313 s]
/proc/loadavg: 4.07 3.72 2.24 5/337 11502
/proc/meminfo: memFree=26768356/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=160452 CPUtime=762.33 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 276202 0 0 0 76162 71 0 0 25 0 1 0 608411154 164302848 35514 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 40113 35514 232 15 0 36756 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 160452

[startup+822.3 s]
/proc/loadavg: 4.02 3.77 2.35 5/337 11504
/proc/meminfo: memFree=26617884/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=293608 CPUtime=822.32 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 293466 0 0 0 82157 75 0 0 25 0 1 0 608411154 300654592 52657 33554432000 4194304 4254575 140733560458096 18446744073709551615 4223280 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 73402 52657 232 15 0 70045 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 293608

[startup+882.3 s]
/proc/loadavg: 4.01 3.81 2.45 5/337 11505
/proc/meminfo: memFree=26999132/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=103096 CPUtime=882.31 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 311952 0 0 0 88151 80 0 0 25 0 1 0 608411154 105570304 20445 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 25774 20445 232 15 0 22417 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 103096

[startup+942.3 s]
/proc/loadavg: 4.00 3.84 2.54 5/337 11507
/proc/meminfo: memFree=27171312/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=216504 CPUtime=942.32 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 337365 0 0 0 94145 87 0 0 25 0 1 0 608411154 221700096 45731 33554432000 4194304 4254575 140733560458096 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 54126 45731 232 15 0 50769 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 216504

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.63 5/337 11509
/proc/meminfo: memFree=26882696/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=300332 CPUtime=1002.32 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 358976 0 0 0 100139 93 0 0 25 0 1 0 608411154 307539968 67230 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 75083 67230 232 15 0 71726 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 300332

[startup+1062.3 s]
/proc/loadavg: 4.27 3.95 2.74 5/337 11510
/proc/meminfo: memFree=26806140/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=435300 CPUtime=1062.32 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 376321 0 0 0 106134 98 0 0 25 0 1 0 608411154 445747200 84486 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 108825 84486 232 15 0 105468 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 435300

[startup+1122.3 s]
/proc/loadavg: 4.22 3.99 2.82 5/337 11512
/proc/meminfo: memFree=26726588/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=443952 CPUtime=1122.33 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 390012 0 0 0 112131 102 0 0 25 0 1 0 608411154 454606848 98083 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 110988 98083 232 15 0 107631 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 443952

[startup+1182.3 s]
/proc/loadavg: 4.15 4.01 2.90 5/337 11513
/proc/meminfo: memFree=26809360/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=180820 CPUtime=1182.33 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 407406 0 0 0 118125 108 0 0 25 0 1 0 608411154 185159680 34629 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 45205 34629 232 15 0 41848 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 180820

[startup+1242.3 s]
/proc/loadavg: 4.12 4.02 2.97 5/337 11515
/proc/meminfo: memFree=26750672/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=232052 CPUtime=1242.33 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 420017 0 0 0 124121 112 0 0 25 0 1 0 608411154 237621248 47109 33554432000 4194304 4254575 140733560458096 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 58013 47109 232 15 0 54656 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 232052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.03 3.03 5/337 11516
/proc/meminfo: memFree=26657116/32951124 swapFree=44485652/67111528
[pid=11407] ppid=11405 vsize=315252 CPUtime=1300.04 cores=4,6
/proc/11407/stat : 11407 (cir_minisat) R 11405 11407 11366 0 -1 4202496 433660 0 0 0 129888 116 0 0 25 0 1 0 608411154 322818048 60641 33554432000 4194304 4254575 140733560458096 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11407/statm: 78813 60641 232 15 0 75456 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 315252

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.89
CPU system time (s): 1.17782
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 444416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.89
system time used= 1.17782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 889

runsolver used 4.5963 second user time and 9.49556 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-09 21:08:27
IDJOB=3348615
IDBENCH=20521
IDSOLVER=1810
FILE ID=node105/3348615-1304968107
RUNJOBID= node105-1304968100-11385
PBS_JOBID= 13285645
Free space on /tmp= 48772 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348615-1304968107/watcher-3348615-1304968107 -o /tmp/evaluation-result-3348615-1304968107/solver-3348615-1304968107 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348615-1304968107.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1624722005

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27746716 kB
Buffers:        138816 kB
Cached:        3584592 kB
SwapCached:      39280 kB
Active:         329788 kB
Inactive:      4660160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27746716 kB
SwapTotal:    67111528 kB
SwapFree:     44485652 kB
Dirty:           18816 kB
Writeback:           0 kB
AnonPages:     1234656 kB
Mapped:          10616 kB
Slab:            84412 kB
PageTables:      66708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65402128 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= 48776 MiB
End job on node105 at 2011-05-09 21:30:09