Trace number 3384479

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)UNSAT 841.157 841.166

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark622.811
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 8756 #clause: 55571
0.00/0.03	c Find Units :         28
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.05	c Find Xors  :         70 AvgFaninNum: 2
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 210
0.00/0.05	c UnDirect to Direct Gate: 7
0.00/0.05	c Forced Direct Gate: 7 Unuse unDirect Gate: 70
0.00/0.05	c Break Cycle : 0
0.00/0.05	c Total Root : 7 Undef Var: 8749
0.00/0.06	c After covering, Total Root: 7 Leaf: 40
0.00/0.06	c Variable( cover/uncovered/unused ): 47 8709 0
0.00/0.06	c Unit Clauses: 28
0.00/0.06	c Binary Clauses( cover/uncovered ): 0 12786
0.00/0.06	c Clauses( cover/uncovered ): 28 42729
0.00/0.06	c Total Clauses( cover/uncovered ): 56 55515 0.100772%
0.00/0.06	c Covered Ands: 0 Invs: 0 Xors: 7 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 3.37988 max size: 70
0.09/0.11	c Final circuit: i/l/o/s    8722       0   55477     99301
0.09/0.11	c CnfToAig: Time: 0.1 s
0.09/0.20	c TmMap: Set choices finish.
0.19/0.25	c TmMap: Set big and: 59052
0.19/0.25	c TmMap: Origin: 108024 ClauseNum: 297903 --> New: 67781 ClauseNum: 219981
0.19/0.25	c TmMap: Time: 0.07
0.19/0.27	c Try to Add: #clause: 118129 #xorclause: 0
0.19/0.29	c #var: 12303 #clauses: 34569 Solving... 
841.10/841.12	s UNSATISFIABLE
841.10/841.13	c CPU time: 841.13 s

Verifier Data

No possible verification on an UNSAT instance

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

running on 4 cores: 1,3,5,7

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.09 2.01 2.00 2/404 6055
/proc/meminfo: memFree=8087628/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 1923 0 0 0 0 0 0 0 25 0 1 0 647543593 33140736 1859 33554432000 4194304 6014671 140735402232880 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 8091 1859 378 445 0 1636 0

[startup+0.0812141 s]
/proc/loadavg: 2.09 2.01 2.00 2/404 6055
/proc/meminfo: memFree=8087628/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=41580 CPUtime=0.07 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 4056 0 0 0 7 0 0 0 25 0 1 0 647543593 42577920 3992 33554432000 4194304 6014671 140735402232880 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 10395 3992 398 445 0 3940 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 41580

[startup+0.101201 s]
/proc/loadavg: 2.09 2.01 2.00 2/404 6055
/proc/meminfo: memFree=8087628/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=46772 CPUtime=0.09 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 5280 0 0 0 9 0 0 0 25 0 1 0 647543593 47894528 5216 33554432000 4194304 6014671 140735402232880 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 11693 5216 398 445 0 5238 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46772

[startup+0.301159 s]
/proc/loadavg: 2.09 2.01 2.00 2/404 6055
/proc/meminfo: memFree=8087628/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=77508 CPUtime=0.29 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 13035 0 0 0 28 1 0 0 25 0 1 0 647543593 79368192 12971 33554432000 4194304 6014671 140735402232880 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 19377 12971 696 445 0 12922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77508

[startup+0.701083 s]
/proc/loadavg: 2.09 2.01 2.00 2/404 6055
/proc/meminfo: memFree=8087628/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=77508 CPUtime=0.69 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 13036 0 0 0 68 1 0 0 25 0 1 0 647543593 79368192 12972 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 19377 12972 697 445 0 12922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77508

[startup+1.50094 s]
/proc/loadavg: 2.09 2.01 2.00 3/405 6056
/proc/meminfo: memFree=8037668/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=77508 CPUtime=1.49 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 13059 0 0 0 148 1 0 0 25 0 1 0 647543593 79368192 12995 33554432000 4194304 6014671 140735402232880 18446744073709551615 4515824 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 19377 12995 715 445 0 12922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77508

[startup+3.10064 s]
/proc/loadavg: 2.09 2.01 2.00 3/405 6056
/proc/meminfo: memFree=8034940/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=89204 CPUtime=3.09 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 13763 0 0 0 308 1 0 0 25 0 1 0 647543593 91344896 13699 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 22301 13699 727 445 0 15846 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89204

[startup+6.30107 s]
/proc/loadavg: 2.08 2.01 2.00 3/405 6057
/proc/meminfo: memFree=8028324/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=108812 CPUtime=6.29 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 15188 0 0 0 627 2 0 0 25 0 1 0 647543593 111423488 15124 33554432000 4194304 6014671 140735402232880 18446744073709551615 4376920 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 27203 15124 728 445 0 20748 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108812

[startup+12.7009 s]
/proc/loadavg: 2.08 2.01 2.00 3/405 6057
/proc/meminfo: memFree=8023880/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=118972 CPUtime=12.69 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 16059 0 0 0 1267 2 0 0 25 0 1 0 647543593 121827328 15995 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 29743 15995 728 445 0 23288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118972

[startup+25.5005 s]
/proc/loadavg: 2.14 2.03 2.01 3/405 6057
/proc/meminfo: memFree=8015072/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=149812 CPUtime=25.49 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 18326 0 0 0 2547 2 0 0 25 0 1 0 647543593 153407488 18262 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 37453 18262 728 445 0 30998 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149812

[startup+51.1008 s]
/proc/loadavg: 2.09 2.03 2.00 3/405 6058
/proc/meminfo: memFree=7999912/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=149812 CPUtime=51.1 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 21306 0 0 0 5107 3 0 0 25 0 1 0 647543593 153407488 21232 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 37453 21232 728 445 0 30998 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 149812

[startup+102.315 s]
/proc/loadavg: 2.17 2.05 2.01 3/405 6059
/proc/meminfo: memFree=7971872/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=161240 CPUtime=102.31 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 28057 0 0 0 10227 4 0 0 25 0 1 0 647543593 165109760 27966 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423731 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 40310 27966 728 445 0 33855 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 161240

[startup+162.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/405 6061
/proc/meminfo: memFree=7955468/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=172808 CPUtime=162.29 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 31938 0 0 0 16225 4 0 0 25 0 1 0 647543593 176955392 31833 33554432000 4194304 6014671 140735402232880 18446744073709551615 4422654 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 43202 31833 728 445 0 36747 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 172808

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/405 6062
/proc/meminfo: memFree=7952108/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=172808 CPUtime=222.29 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 32811 0 0 0 22225 4 0 0 25 0 1 0 647543593 176955392 32702 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 43202 32702 728 445 0 36747 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 172808

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 6064
/proc/meminfo: memFree=7949488/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=172808 CPUtime=282.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 33525 0 0 0 28225 5 0 0 25 0 1 0 647543593 176955392 33416 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 43202 33416 728 445 0 36747 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 172808

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/405 6066
/proc/meminfo: memFree=7922940/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283464 CPUtime=342.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 40886 0 0 0 34225 5 0 0 25 0 1 0 647543593 290267136 40711 33554432000 4194304 6014671 140735402232880 18446744073709551615 4538961 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 70866 40711 729 445 0 64411 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 283464

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 6067
/proc/meminfo: memFree=7919336/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283464 CPUtime=402.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 41504 0 0 0 40225 5 0 0 25 0 1 0 647543593 290267136 41328 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 70866 41328 744 445 0 64411 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 283464

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 6069
/proc/meminfo: memFree=7900972/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283464 CPUtime=462.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 44211 0 0 0 46224 6 0 0 25 0 1 0 647543593 290267136 43944 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 70866 43944 744 445 0 64411 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 283464

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 6070
/proc/meminfo: memFree=7927496/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283464 CPUtime=522.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 44336 0 0 0 52224 6 0 0 25 0 1 0 647543593 290267136 44069 33554432000 4194304 6014671 140735402232880 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 70866 44069 744 445 0 64411 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 283464

[startup+582.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/405 6072
/proc/meminfo: memFree=7907144/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=582.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 45241 0 0 0 58224 6 0 0 25 0 1 0 647543593 290398208 44784 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6055/statm: 70898 44784 730 445 0 64443 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 283592

[startup+642.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/405 6074
/proc/meminfo: memFree=7846868/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=642.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 45603 0 0 0 64224 6 0 0 25 0 1 0 647543593 290398208 45146 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 45146 730 445 0 64443 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 283592

[startup+702.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/405 6075
/proc/meminfo: memFree=7829004/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=702.29 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46486 0 0 0 70223 6 0 0 25 0 1 0 647543593 290398208 46000 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46000 732 445 0 64443 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 283592

[startup+762.315 s]
/proc/loadavg: 2.06 2.05 2.01 3/405 6077
/proc/meminfo: memFree=7817952/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=762.31 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46529 0 0 0 76225 6 0 0 25 0 1 0 647543593 290398208 46042 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46042 731 445 0 64443 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 283592

[startup+822.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/405 6078
/proc/meminfo: memFree=7811988/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=822.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46557 0 0 0 82224 6 0 0 25 0 1 0 647543593 290398208 45850 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 45850 731 445 0 64443 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 283592

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

[startup+831.901 s]
/proc/loadavg: 2.02 2.04 2.00 3/405 6079
/proc/meminfo: memFree=7812112/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=831.9 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46557 0 0 0 83184 6 0 0 25 0 1 0 647543593 290398208 45850 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 45850 731 445 0 64443 0
Current children cumulated CPU time (s) 831.9
Current children cumulated vsize (KiB) 283592

[startup+835.101 s]
/proc/loadavg: 2.01 2.04 2.00 3/405 6079
/proc/meminfo: memFree=7811988/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=835.1 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46772 0 0 0 83504 6 0 0 25 0 1 0 647543593 290398208 46065 33554432000 4194304 6014671 140735402232880 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46065 731 445 0 64443 0
Current children cumulated CPU time (s) 835.1
Current children cumulated vsize (KiB) 283592

[startup+838.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 6079
/proc/meminfo: memFree=7812732/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=838.3 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46777 0 0 0 83824 6 0 0 25 0 1 0 647543593 290398208 46070 33554432000 4194304 6014671 140735402232880 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46070 731 445 0 64443 0
Current children cumulated CPU time (s) 838.3
Current children cumulated vsize (KiB) 283592

[startup+839.901 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 6079
/proc/meminfo: memFree=7812608/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=839.9 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46777 0 0 0 83984 6 0 0 25 0 1 0 647543593 290398208 46070 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46070 731 445 0 64443 0
Current children cumulated CPU time (s) 839.9
Current children cumulated vsize (KiB) 283592

[startup+840.701 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 6079
/proc/meminfo: memFree=7812608/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=840.7 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46777 0 0 0 84064 6 0 0 25 0 1 0 647543593 290398208 46070 33554432000 4194304 6014671 140735402232880 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46070 731 445 0 64443 0
Current children cumulated CPU time (s) 840.7
Current children cumulated vsize (KiB) 283592

[startup+841.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 6079
/proc/meminfo: memFree=7812608/32951124 swapFree=65980224/67111528
[pid=6055] ppid=6053 vsize=283592 CPUtime=841.1 cores=1,3,5,7
/proc/6055/stat : 6055 (qutersat_releas) R 6053 6055 5007 0 -1 4202496 46782 0 0 0 84104 6 0 0 25 0 1 0 647543593 290398208 46075 33554432000 4194304 6014671 140735402232880 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6055/statm: 70898 46075 731 445 0 64443 0
Current children cumulated CPU time (s) 841.1
Current children cumulated vsize (KiB) 283592

Child status: 0
Real time (s): 841.166
CPU time (s): 841.157
CPU user time (s): 841.079
CPU system time (s): 0.077988
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 283592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 841.079
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46786
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= 13
involuntary context switches= 1215

runsolver used 3.04454 second user time and 7.67583 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 15:08:01
IDJOB=3384479
IDBENCH=84211
IDSOLVER=1868
FILE ID=node142/3384479-1305551281
RUNJOBID= node142-1305540196-5026
PBS_JOBID= 13329211
Free space on /tmp= 73492 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384479-1305551281/watcher-3384479-1305551281 -o /tmp/evaluation-result-3384479-1305551281/solver-3384479-1305551281 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384479-1305551281.cnf 419276131

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=419276131

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:       8088032 kB
Buffers:        350836 kB
Cached:        5048436 kB
SwapCached:      11512 kB
Active:       21368120 kB
Inactive:      3125816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8088032 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:    19091900 kB
Mapped:          26136 kB
Slab:           235912 kB
PageTables:      65808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93963560 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= 73488 MiB
End job on node142 at 2011-05-16 15:22:02