Trace number 3422364

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: contrasat 2011-03-02? (TO) 5000.06 4999.93

General information on the benchmark

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

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3422364-1306664098/watcher-3422364-1306664098 -o /tmp/evaluation-result-3422364-1306664098/solver-3422364-1306664098 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422364-1306664098.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9388
/proc/meminfo: memFree=26592392/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=20040 CPUtime=0 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 864 0 0 0 0 0 0 0 23 0 1 0 778007996 20520960 781 33554432000 4194304 4298156 140734064448208 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 5010 782 214 26 0 1642 0

[startup+0.0906399 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9388
/proc/meminfo: memFree=26592392/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=42152 CPUtime=0.08 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7059 0 0 0 8 0 0 0 23 0 1 0 778007996 43163648 6108 33554432000 4194304 4298156 140734064448208 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 10538 6110 227 26 0 7170 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42152

[startup+0.100625 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9388
/proc/meminfo: memFree=26592392/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=44292 CPUtime=0.09 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7921 0 0 0 8 1 0 0 23 0 1 0 778007996 45355008 6904 33554432000 4194304 4298156 140734064448208 18446744073709551615 4245781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 11073 6919 221 26 0 7705 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44292

[startup+0.300624 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9388
/proc/meminfo: memFree=26592392/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=70524 CPUtime=0.29 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 13578 0 0 0 28 1 0 0 25 0 1 0 778007996 72216576 11696 33554432000 4194304 4298156 140734064448208 18446744073709551615 4211203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 17631 11699 238 26 0 14263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70524

[startup+0.700549 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 9388
/proc/meminfo: memFree=26592392/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=57916 CPUtime=0.69 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 18275 0 0 0 67 2 0 0 25 0 1 0 778007996 59305984 9564 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 14479 9564 255 26 0 11111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57916

[startup+1.50039 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9389
/proc/meminfo: memFree=26552844/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=57916 CPUtime=1.49 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 18547 0 0 0 147 2 0 0 25 0 1 0 778007996 59305984 9816 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 14479 9816 258 26 0 11111 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57916

[startup+3.10112 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9389
/proc/meminfo: memFree=26541924/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=62268 CPUtime=3.09 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 20424 0 0 0 307 2 0 0 25 0 1 0 778007996 63762432 11217 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 15567 11217 258 26 0 12199 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62268

[startup+6.30057 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9389
/proc/meminfo: memFree=26532752/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=64988 CPUtime=6.29 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 21246 0 0 0 627 2 0 0 25 0 1 0 778007996 66547712 11994 33554432000 4194304 4298156 140734064448208 18446744073709551615 4253699 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 16247 11994 258 26 0 12879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64988

[startup+12.7004 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9389
/proc/meminfo: memFree=26529384/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=76480 CPUtime=12.69 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 23390 0 0 0 1267 2 0 0 25 0 1 0 778007996 78315520 13923 33554432000 4194304 4298156 140734064448208 18446744073709551615 4261474 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 19120 13923 258 26 0 15752 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76480

[startup+25.5011 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9390
/proc/meminfo: memFree=26507916/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=81164 CPUtime=25.49 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 28600 0 0 0 2546 3 0 0 25 0 1 0 778007996 83111936 15973 33554432000 4194304 4298156 140734064448208 18446744073709551615 4252096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 20291 15973 258 26 0 16923 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81164

[startup+51.1006 s]
/proc/loadavg: 2.06 2.06 2.00 3/459 9390
/proc/meminfo: memFree=26502716/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=88348 CPUtime=51.09 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 43033 0 0 0 5105 4 0 0 25 0 1 0 778007996 90468352 13842 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 22087 13842 258 26 0 18719 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88348

[startup+102.316 s]
/proc/loadavg: 2.16 2.08 2.01 3/459 9392
/proc/meminfo: memFree=26471052/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=118876 CPUtime=102.31 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 68908 0 0 0 10223 8 0 0 25 0 1 0 778007996 121729024 24071 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 29719 24071 258 26 0 26351 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 118876

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.00 3/459 9393
/proc/meminfo: memFree=26451568/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=126668 CPUtime=162.3 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 141916 0 0 0 16213 17 0 0 25 0 1 0 778007996 129708032 22262 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 31667 22262 258 26 0 28299 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 126668

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 9395
/proc/meminfo: memFree=26449924/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=138340 CPUtime=222.3 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 256661 0 0 0 22198 32 0 0 25 0 1 0 778007996 141660160 29458 33554432000 4194304 4298156 140734064448208 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 34585 29458 258 26 0 31217 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 138340

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/459 9396
/proc/meminfo: memFree=26427444/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=157312 CPUtime=282.29 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 343794 0 0 0 28187 42 0 0 25 0 1 0 778007996 161087488 34900 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256583 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 39328 34900 258 26 0 35960 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 157312

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 9398
/proc/meminfo: memFree=26433480/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=138340 CPUtime=342.3 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 453456 0 0 0 34173 57 0 0 25 0 1 0 778007996 141660160 29597 33554432000 4194304 4298156 140734064448208 18446744073709551615 4251984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 34585 29597 258 26 0 31217 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138340

[startup+402.301 s]
/proc/loadavg: 2.25 2.08 2.02 3/459 9400
/proc/meminfo: memFree=26371208/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=157312 CPUtime=402.3 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 570561 0 0 0 40158 72 0 0 25 0 1 0 778007996 161087488 33153 33554432000 4194304 4298156 140734064448208 18446744073709551615 4252179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 39328 33153 258 26 0 35960 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 157312

[startup+462.3 s]
/proc/loadavg: 2.20 2.10 2.02 3/459 9401
/proc/meminfo: memFree=26366976/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=157312 CPUtime=462.3 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 712921 0 0 0 46138 92 0 0 25 0 1 0 778007996 161087488 34512 33554432000 4194304 4298156 140734064448208 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 39328 34512 258 26 0 35960 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157312

[startup+522.301 s]
/proc/loadavg: 2.07 2.08 2.02 3/459 9403
/proc/meminfo: memFree=26359756/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=188132 CPUtime=522.3 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 811363 0 0 0 52124 106 0 0 25 0 1 0 778007996 192647168 39170 33554432000 4194304 4298156 140734064448208 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 47033 39170 258 26 0 43665 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 188132

[startup+582.301 s]
/proc/loadavg: 2.09 2.08 2.02 3/459 9404
/proc/meminfo: memFree=26294884/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=188132 CPUtime=582.31 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 906457 0 0 0 58111 120 0 0 25 0 1 0 778007996 192647168 39639 33554432000 4194304 4298156 140734064448208 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 47033 39639 258 26 0 43665 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 188132

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.06 2.02 3/459 9509
/proc/meminfo: memFree=26286636/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=238220 CPUtime=4062.42 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7701430 0 0 0 405146 1096 0 0 25 0 1 0 778007996 243937280 52077 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 59555 52077 258 26 0 56187 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 238220

[startup+4122.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/459 9511
/proc/meminfo: memFree=26222988/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=319896 CPUtime=4122.4 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7751493 0 0 0 411135 1105 0 0 25 0 1 0 778007996 327573504 59612 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 79974 59612 258 26 0 76606 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 319896

[startup+4182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/459 9512
/proc/meminfo: memFree=26237608/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=239920 CPUtime=4182.4 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7827017 0 0 0 417126 1114 0 0 25 0 1 0 778007996 245678080 53569 33554432000 4194304 4298156 140734064448208 18446744073709551615 4252044 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 59980 53570 258 26 0 56612 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 239920

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 9514
/proc/meminfo: memFree=26166408/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=240172 CPUtime=4242.4 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7914716 0 0 0 423112 1128 0 0 25 0 1 0 778007996 245936128 52965 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 60043 52965 258 26 0 56675 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 240172

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 9516
/proc/meminfo: memFree=26124348/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=321756 CPUtime=4302.4 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 7996175 0 0 0 429100 1140 0 0 25 0 1 0 778007996 329478144 64780 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 80439 64780 258 26 0 77071 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 321756

[startup+4362.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/459 9517
/proc/meminfo: memFree=26246096/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=321888 CPUtime=4362.4 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8086247 0 0 0 435086 1154 0 0 25 0 1 0 778007996 329613312 57415 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 80472 57415 258 26 0 77104 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 321888

[startup+4422.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/459 9519
/proc/meminfo: memFree=26193868/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=322348 CPUtime=4422.4 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8146322 0 0 0 441076 1164 0 0 25 0 1 0 778007996 330084352 69141 33554432000 4194304 4298156 140734064448208 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 80587 69141 258 26 0 77219 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 322348

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/459 9520
/proc/meminfo: memFree=26171388/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=454904 CPUtime=4482.41 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8219363 0 0 0 447066 1175 0 0 25 0 1 0 778007996 465821696 80595 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 113726 80595 258 26 0 110358 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 454904

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/459 9522
/proc/meminfo: memFree=26165044/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=323488 CPUtime=4542.41 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8325499 0 0 0 453051 1190 0 0 25 0 1 0 778007996 331251712 65442 33554432000 4194304 4298156 140734064448208 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 80872 65443 258 26 0 77504 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 323488

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/459 9552
/proc/meminfo: memFree=26398892/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=323488 CPUtime=4602.42 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8393505 0 0 0 459043 1199 0 0 25 0 1 0 778007996 331251712 74242 33554432000 4194304 4298156 140734064448208 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 80872 74242 258 26 0 77504 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 323488

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 9553
/proc/meminfo: memFree=26360424/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=456560 CPUtime=4662.41 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8450937 0 0 0 465034 1207 0 0 25 0 1 0 778007996 467517440 77551 33554432000 4194304 4298156 140734064448208 18446744073709551615 4251830 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 114140 77551 258 26 0 110772 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 456560

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 9555
/proc/meminfo: memFree=26395240/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=324300 CPUtime=4722.43 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8560899 0 0 0 471020 1223 0 0 25 0 1 0 778007996 332083200 70853 33554432000 4194304 4298156 140734064448208 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 81075 70853 258 26 0 77707 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 324300

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/459 9556
/proc/meminfo: memFree=26304324/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=456856 CPUtime=4782.41 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8639502 0 0 0 477008 1233 0 0 25 0 1 0 778007996 467820544 87987 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256599 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 114214 87987 258 26 0 110846 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 456856

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/459 9558
/proc/meminfo: memFree=26380676/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=324748 CPUtime=4842.41 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8738246 0 0 0 482994 1247 0 0 25 0 1 0 778007996 332541952 68681 33554432000 4194304 4298156 140734064448208 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 81187 68681 258 26 0 77819 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 324748

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/459 9560
/proc/meminfo: memFree=26375192/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=324748 CPUtime=4902.42 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8879391 0 0 0 488977 1265 0 0 25 0 1 0 778007996 332541952 69829 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256623 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 81187 69829 258 26 0 77819 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 324748

[startup+4962.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/459 9561
/proc/meminfo: memFree=26351616/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=324888 CPUtime=4962.42 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 8983809 0 0 0 494965 1277 0 0 25 0 1 0 778007996 332685312 74347 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 81222 74347 258 26 0 77854 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 324888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.01 3/459 9562
/proc/meminfo: memFree=26393884/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=325356 CPUtime=5000.03 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 9065342 0 0 0 498716 1287 0 0 25 0 1 0 778007996 333164544 59083 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 81339 59083 258 26 0 77971 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 325356

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.01 3/459 9562
/proc/meminfo: memFree=26393884/32951124 swapFree=60688864/67111528
[pid=9388] ppid=9386 vsize=325356 CPUtime=5000.03 cores=0,2,4,6
/proc/9388/stat : 9388 (contrasat_relea) R 9386 9388 8990 0 -1 4202496 9065342 0 0 0 498716 1287 0 0 25 0 1 0 778007996 333164544 59083 33554432000 4194304 4298156 140734064448208 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9388/statm: 81339 59083 258 26 0 77971 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 325356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4987.17
CPU system time (s): 12.882
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 668472

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

runsolver used 23.4484 second user time and 49.4705 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-29 12:14:58
IDJOB=3422364
IDBENCH=82462
IDSOLVER=1915
FILE ID=node132/3422364-1306664098
RUNJOBID= node132-1306658665-9008
PBS_JOBID= 13471765
Free space on /tmp= 73088 MiB

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

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1674882143

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      26592548 kB
Buffers:        217192 kB
Cached:        2739932 kB
SwapCached:      14980 kB
Active:        1089716 kB
Inactive:      5046164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26592548 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            5684 kB
Writeback:           0 kB
AnonPages:     3171436 kB
Mapped:          19280 kB
Slab:           104856 kB
PageTables:      50276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109361804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73100 MiB
End job on node132 at 2011-05-29 13:38:20