Trace number 3384279

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
QuteRSat 2011-05-12 (fixed)? (TO) 5000.09 4999.94

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 4656 #clause: 13871
0.00/0.01	c Find Units :          2
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :       4623 AvgFaninNum: 2
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 1 Undef Var: 33
0.00/0.01	c After covering, Total Root: 1 Leaf: 33
0.00/0.01	c Variable( cover/uncovered/unused ): 4656 0 0
0.00/0.01	c Unit Clauses: 2
0.00/0.01	c Binary Clauses( cover/uncovered ): 9246 0
0.00/0.01	c Clauses( cover/uncovered ): 4623 0
0.00/0.01	c Total Clauses( cover/uncovered ): 13871 0 100%
0.00/0.01	c Covered Ands: 4623 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: nan max size: 0
0.00/0.01	c Final circuit: i/l/o/s      32       0       1      4623
0.00/0.01	c CnfToAig: Time: 0.01 s
0.00/0.04	c TmMap: Set choices finish.
0.00/0.05	c TmMap: Set big and: 1885
0.00/0.05	c TmMap: Origin: 4656 ClauseNum: 13869 --> New: 3187 ClauseNum: 10811
0.00/0.05	c TmMap: Time: 0
0.00/0.08	c Simulation --> TransNum: 10641/10811 Try to Add: #clause: 8739 #xorclause: 0
0.00/0.08	c #var: 3185 #clauses: 6870 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3384279-1305540294/watcher-3384279-1305540294 -o /tmp/evaluation-result-3384279-1305540294/solver-3384279-1305540294 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384279-1305540294.cnf 1849567690 

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

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


[startup+0 s]
/proc/loadavg: 1.61 0.55 0.22 2/404 5074
/proc/meminfo: memFree=11136608/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 1915 0 0 0 0 0 0 0 25 0 1 0 646444854 33140736 1852 33554432000 4194304 6014671 140733693698544 18446744073709551615 228095450880 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 8091 1852 378 445 0 1636 0

[startup+0.0875779 s]
/proc/loadavg: 1.61 0.55 0.22 2/404 5074
/proc/meminfo: memFree=11136608/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=48760 CPUtime=0.08 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 4372 0 0 0 8 0 0 0 25 0 1 0 646444854 49930240 4309 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423657 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 12190 4309 696 445 0 5735 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48760

[startup+0.10057 s]
/proc/loadavg: 1.61 0.55 0.22 2/404 5074
/proc/meminfo: memFree=11136608/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=48760 CPUtime=0.09 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 4383 0 0 0 9 0 0 0 25 0 1 0 646444854 49930240 4320 33554432000 4194304 6014671 140733693698544 18446744073709551615 4564667 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 12190 4320 707 445 0 5735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48760

[startup+0.30054 s]
/proc/loadavg: 1.61 0.55 0.22 2/404 5074
/proc/meminfo: memFree=11136608/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=49784 CPUtime=0.29 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 4804 0 0 0 29 0 0 0 25 0 1 0 646444854 50978816 4741 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 12446 4741 725 445 0 5991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49784

[startup+0.700466 s]
/proc/loadavg: 1.61 0.55 0.22 2/404 5074
/proc/meminfo: memFree=11136608/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=59460 CPUtime=0.69 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 5146 0 0 0 69 0 0 0 25 0 1 0 646444854 60887040 5083 33554432000 4194304 6014671 140733693698544 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 14865 5083 726 445 0 8410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59460

[startup+1.50032 s]
/proc/loadavg: 1.61 0.55 0.22 3/405 5075
/proc/meminfo: memFree=11117140/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=68364 CPUtime=1.49 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 5708 0 0 0 149 0 0 0 25 0 1 0 646444854 70004736 5645 33554432000 4194304 6014671 140733693698544 18446744073709551615 228095147665 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 17091 5645 726 445 0 10636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68364

[startup+3.10102 s]
/proc/loadavg: 1.61 0.55 0.22 3/405 5075
/proc/meminfo: memFree=11113544/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=77328 CPUtime=3.09 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 6450 0 0 0 309 0 0 0 25 0 1 0 646444854 79183872 6387 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 19332 6387 726 445 0 12877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77328

[startup+6.30042 s]
/proc/loadavg: 1.64 0.58 0.23 3/405 5076
/proc/meminfo: memFree=11099912/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=104832 CPUtime=6.29 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 9604 0 0 0 628 1 0 0 25 0 1 0 646444854 107347968 9541 33554432000 4194304 6014671 140733693698544 18446744073709551615 4386062 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 26208 9541 729 445 0 19753 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104832

[startup+12.7002 s]
/proc/loadavg: 1.67 0.60 0.24 3/405 5076
/proc/meminfo: memFree=11082404/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=114404 CPUtime=12.69 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 11158 0 0 0 1268 1 0 0 25 0 1 0 646444854 117149696 11094 33554432000 4194304 6014671 140733693698544 18446744073709551615 4383707 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 28601 11094 729 445 0 22146 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114404

[startup+25.5009 s]
/proc/loadavg: 1.74 0.67 0.27 3/405 5076
/proc/meminfo: memFree=11067408/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=124032 CPUtime=25.49 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 15119 0 0 0 2547 2 0 0 25 0 1 0 646444854 127008768 15050 33554432000 4194304 6014671 140733693698544 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 31008 15050 729 445 0 24553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124032

[startup+51.1002 s]
/proc/loadavg: 1.89 0.79 0.32 3/405 5077
/proc/meminfo: memFree=11036212/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=124032 CPUtime=51.1 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 18794 0 0 0 5107 3 0 0 25 0 1 0 646444854 127008768 18725 33554432000 4194304 6014671 140733693698544 18446744073709551615 4422888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 31008 18725 729 445 0 24553 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 124032

[startup+102.315 s]
/proc/loadavg: 1.95 0.98 0.40 3/405 5078
/proc/meminfo: memFree=11012012/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=134640 CPUtime=102.31 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 22298 0 0 0 10228 3 0 0 25 0 1 0 646444854 137871360 22216 33554432000 4194304 6014671 140733693698544 18446744073709551615 4422699 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 33660 22216 729 445 0 27205 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 134640

[startup+162.301 s]
/proc/loadavg: 2.12 1.19 0.51 3/405 5080
/proc/meminfo: memFree=10975412/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=156344 CPUtime=162.3 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 28350 0 0 0 16226 4 0 0 25 0 1 0 646444854 160096256 28268 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 39086 28268 729 445 0 32631 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 156344

[startup+222.301 s]
/proc/loadavg: 2.10 1.35 0.61 3/405 5081
/proc/meminfo: memFree=10947112/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=200932 CPUtime=222.3 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 34597 0 0 0 22225 5 0 0 25 0 1 0 646444854 205754368 34515 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 50233 34515 729 445 0 43778 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 200932

[startup+282.301 s]
/proc/loadavg: 2.04 1.47 0.69 3/405 5083
/proc/meminfo: memFree=10926008/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=200932 CPUtime=282.3 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 36241 0 0 0 28225 5 0 0 25 0 1 0 646444854 205754368 36159 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 50233 36159 729 445 0 43778 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 200932

[startup+342.301 s]
/proc/loadavg: 2.01 1.56 0.77 3/405 5085
/proc/meminfo: memFree=10907636/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=201060 CPUtime=342.3 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 36529 0 0 0 34225 5 0 0 25 0 1 0 646444854 205885440 36447 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 50265 36447 729 445 0 43810 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 201060

[startup+402.301 s]
/proc/loadavg: 2.00 1.64 0.84 3/405 5086
/proc/meminfo: memFree=10888648/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=213236 CPUtime=402.3 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 40623 0 0 0 40224 6 0 0 25 0 1 0 646444854 218353664 40537 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 53309 40537 729 445 0 46854 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 213236

[startup+462.301 s]
/proc/loadavg: 2.00 1.70 0.91 3/405 5088
/proc/meminfo: memFree=10857376/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=262696 CPUtime=462.3 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 45959 0 0 0 46223 7 0 0 25 0 1 0 646444854 269000704 45834 33554432000 4194304 6014671 140733693698544 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 65674 45834 729 445 0 59219 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 262696

[startup+522.301 s]
/proc/loadavg: 2.00 1.75 0.98 3/405 5089
/proc/meminfo: memFree=10841612/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=313624 CPUtime=522.31 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 49797 0 0 0 52223 8 0 0 25 0 1 0 646444854 321150976 49615 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 78406 49615 729 445 0 71951 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 313624

[startup+582.301 s]
/proc/loadavg: 2.08 1.83 1.05 3/405 5091
/proc/meminfo: memFree=10838736/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=415072 CPUtime=582.31 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 50310 0 0 0 58223 8 0 0 25 0 1 0 646444854 425033728 50030 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 103768 50030 729 445 0 97313 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 415072

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.04 1.96 3/405 5196
/proc/meminfo: memFree=10338956/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4062.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 104565 0 0 0 406227 17 0 0 25 0 1 0 646444854 621858816 103631 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 103631 729 445 0 145366 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 607284

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/405 5197
/proc/meminfo: memFree=10322696/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4122.42 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 108579 0 0 0 412225 17 0 0 25 0 1 0 646444854 621858816 107645 33554432000 4194304 6014671 140733693698544 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 107645 729 445 0 145366 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 607284

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/405 5199
/proc/meminfo: memFree=10322676/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4182.42 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 108579 0 0 0 418225 17 0 0 25 0 1 0 646444854 621858816 107645 33554432000 4194304 6014671 140733693698544 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 107645 729 445 0 145366 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 607284

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/405 5201
/proc/meminfo: memFree=10311496/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4242.43 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111372 0 0 0 424225 18 0 0 25 0 1 0 646444854 621858816 110438 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110438 729 445 0 145366 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 607284

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/405 5202
/proc/meminfo: memFree=10310976/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4302.43 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111522 0 0 0 430225 18 0 0 25 0 1 0 646444854 621858816 110527 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110527 729 445 0 145366 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 607284

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/405 5204
/proc/meminfo: memFree=10310448/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4362.43 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111613 0 0 0 436225 18 0 0 25 0 1 0 646444854 621858816 110618 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110618 729 445 0 145366 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 607284

[startup+4422.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/405 5205
/proc/meminfo: memFree=10310420/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4422.43 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111628 0 0 0 442225 18 0 0 25 0 1 0 646444854 621858816 110633 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110633 729 445 0 145366 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 607284

[startup+4482.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/405 5207
/proc/meminfo: memFree=10309896/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4482.43 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111652 0 0 0 448225 18 0 0 25 0 1 0 646444854 621858816 110657 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110657 729 445 0 145366 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 607284

[startup+4542.3 s]
/proc/loadavg: 2.11 2.03 1.98 3/405 5209
/proc/meminfo: memFree=10310252/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4542.43 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111652 0 0 0 454225 18 0 0 25 0 1 0 646444854 621858816 110657 33554432000 4194304 6014671 140733693698544 18446744073709551615 4371874 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110657 729 445 0 145366 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 607284

[startup+4602.3 s]
/proc/loadavg: 2.09 2.04 1.98 3/405 5210
/proc/meminfo: memFree=10310112/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4602.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111652 0 0 0 460226 18 0 0 25 0 1 0 646444854 621858816 110551 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110551 729 445 0 145366 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 607284

[startup+4662.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/405 5212
/proc/meminfo: memFree=10309960/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4662.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111758 0 0 0 466226 18 0 0 25 0 1 0 646444854 621858816 110657 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110657 729 445 0 145366 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 607284

[startup+4722.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/405 5213
/proc/meminfo: memFree=10309944/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4722.45 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111758 0 0 0 472227 18 0 0 25 0 1 0 646444854 621858816 110657 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110657 729 445 0 145366 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 607284

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/405 5215
/proc/meminfo: memFree=10310416/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4782.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111777 0 0 0 478226 18 0 0 25 0 1 0 646444854 621858816 110676 33554432000 4194304 6014671 140733693698544 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110676 729 445 0 145366 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 607284

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/405 5220
/proc/meminfo: memFree=10308632/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4842.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 111777 0 0 0 484226 18 0 0 25 0 1 0 646444854 621858816 110676 33554432000 4194304 6014671 140733693698544 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110676 729 445 0 145366 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 607284

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5221
/proc/meminfo: memFree=10308948/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4902.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 112033 0 0 0 490226 18 0 0 25 0 1 0 646444854 621858816 110932 33554432000 4194304 6014671 140733693698544 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 110932 729 445 0 145366 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 607284

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5251
/proc/meminfo: memFree=10194608/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=4962.44 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 112287 0 0 0 496226 18 0 0 25 0 1 0 646444854 621858816 111186 33554432000 4194304 6014671 140733693698544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 111186 729 445 0 145366 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 607284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5252
/proc/meminfo: memFree=10171900/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=5000.05 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 116023 0 0 0 499986 19 0 0 25 0 1 0 646444854 621858816 114922 33554432000 4194304 6014671 140733693698544 18446744073709551615 228095147665 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 114922 729 445 0 145366 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 607284

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5252
/proc/meminfo: memFree=10171900/32951124 swapFree=65980224/67111528
[pid=5074] ppid=5072 vsize=607284 CPUtime=5000.05 cores=0,2,4,6
/proc/5074/stat : 5074 (qutersat_releas) R 5072 5074 5007 0 -1 4202496 116023 0 0 0 499986 19 0 0 25 0 1 0 646444854 621858816 114922 33554432000 4194304 6014671 140733693698544 18446744073709551615 228095147665 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5074/statm: 151821 114922 729 445 0 145366 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 607284

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.88
CPU system time (s): 0.214967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 607284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.88
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116027
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= 12
involuntary context switches= 11515

runsolver used 20.5759 second user time and 43.5034 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 12:04:54
IDJOB=3384279
IDBENCH=70785
IDSOLVER=1868
FILE ID=node142/3384279-1305540294
RUNJOBID= node142-1305540196-5025
PBS_JOBID= 13329211
Free space on /tmp= 73584 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384279-1305540294/watcher-3384279-1305540294 -o /tmp/evaluation-result-3384279-1305540294/solver-3384279-1305540294 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384279-1305540294.cnf 1849567690

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1849567690

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11136888 kB
Buffers:        348844 kB
Cached:        4881704 kB
SwapCached:      11512 kB
Active:       18385828 kB
Inactive:      3065392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11136888 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:    16218084 kB
Mapped:          26032 kB
Slab:           235832 kB
PageTables:      59916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90672344 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= 73564 MiB
End job on node142 at 2011-05-16 13:28:16