Trace number 3421355

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 1407.09 1407.08

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn004.shuffled-as.sat05-3844.cnf
MD5SUM7d96ba103689bec761c9e7df7b158323
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1407.09
Satisfiable
(Un)Satisfiability was proved
Number of variables2731
Number of clauses17983
Sum of the clauses size126997
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32370
Number of clauses of size 4477
Number of clauses of size 5642
Number of clauses of size over 514010

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 2731 #clause: 17983
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 20
0.00/0.02	c Forced Direct Gate: 20 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 20 Undef Var: 2711
0.00/0.02	c After covering, Total Root: 20 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 55 2676 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 40 381
0.00/0.02	c Clauses( cover/uncovered ): 0 17152
0.00/0.02	c Total Clauses( cover/uncovered ): 75 17533 0.425943%
0.00/0.02	c Covered Ands: 0 Invs: 20 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7.06576 max size: 13
0.00/0.06	c Final circuit: i/l/o/s    2686       0   16104     55256
0.00/0.06	c CnfToAig: Time: 0.05 s
0.09/0.13	c TmMap: Set choices finish.
0.09/0.16	c TmMap: Set big and: 26462
0.09/0.16	c TmMap: Origin: 57943 ClauseNum: 165768 --> New: 29149 ClauseNum: 111095
0.09/0.16	c TmMap: Time: 0.04
0.09/0.17	c Try to Add: #clause: 52924 #xorclause: 0
0.09/0.19	c #var: 13044 #clauses: 24982 Solving... 
1406.99/1407.06	s UNSATISFIABLE
1406.99/1407.07	c CPU time: 1407.06 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-3421355-1306631754/watcher-3421355-1306631754 -o /tmp/evaluation-result-3421355-1306631754/solver-3421355-1306631754 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421355-1306631754.cnf 207537879 

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.05 2.05 2.01 2/532 7119
/proc/meminfo: memFree=14330728/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 1778 0 0 0 0 0 0 0 22 0 1 0 755591707 33140736 1714 33554432000 4194304 6014671 140734200749904 18446744073709551615 212039655168 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 8091 1715 377 445 0 1636 0

[startup+0.089767 s]
/proc/loadavg: 2.05 2.05 2.01 2/532 7119
/proc/meminfo: memFree=14330728/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=47868 CPUtime=0.08 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 5896 0 0 0 8 0 0 0 22 0 1 0 755591707 49016832 5832 33554432000 4194304 6014671 140734200749904 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 11967 5837 668 445 0 5512 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47868

[startup+0.100771 s]
/proc/loadavg: 2.05 2.05 2.01 2/532 7119
/proc/meminfo: memFree=14330728/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=49916 CPUtime=0.09 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 6458 0 0 0 9 0 0 0 22 0 1 0 755591707 51113984 6394 33554432000 4194304 6014671 140734200749904 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 12479 6396 668 445 0 6024 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49916

[startup+0.30072 s]
/proc/loadavg: 2.05 2.05 2.01 2/532 7119
/proc/meminfo: memFree=14330728/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=67800 CPUtime=0.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 9188 0 0 0 29 0 0 0 23 0 1 0 755591707 69427200 9124 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 16950 9124 697 445 0 10495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67800

[startup+0.700655 s]
/proc/loadavg: 2.05 2.05 2.01 2/532 7119
/proc/meminfo: memFree=14330728/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=67800 CPUtime=0.69 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 9193 0 0 0 69 0 0 0 25 0 1 0 755591707 69427200 9129 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 16950 9129 701 445 0 10495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67800

[startup+1.50049 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 7126
/proc/meminfo: memFree=14252900/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=86036 CPUtime=1.49 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 9993 0 0 0 149 0 0 0 25 0 1 0 755591707 88100864 9929 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 21509 9929 724 445 0 15054 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86036

[startup+3.1002 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 7126
/proc/meminfo: memFree=14242236/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=95420 CPUtime=3.08 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 12434 0 0 0 308 0 0 0 25 0 1 0 755591707 97710080 12368 33554432000 4194304 6014671 140734200749904 18446744073709551615 4386072 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 23855 12368 730 445 0 17400 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95420

[startup+6.30063 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 7126
/proc/meminfo: memFree=14227348/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=113936 CPUtime=6.28 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 13254 0 0 0 628 0 0 0 25 0 1 0 755591707 116670464 13188 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 28484 13188 730 445 0 22029 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 113936

[startup+12.7005 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 7126
/proc/meminfo: memFree=14206688/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=113936 CPUtime=12.68 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 14989 0 0 0 1268 0 0 0 25 0 1 0 755591707 116670464 14921 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 28484 14921 728 445 0 22029 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 113936

[startup+25.5002 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 7127
/proc/meminfo: memFree=14189584/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=123560 CPUtime=25.49 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 17925 0 0 0 2548 1 0 0 25 0 1 0 755591707 126525440 17833 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 30890 17833 730 445 0 24435 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123560

[startup+51.1006 s]
/proc/loadavg: 2.02 2.04 2.01 3/536 7127
/proc/meminfo: memFree=14155164/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=154816 CPUtime=51.09 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 23216 0 0 0 5107 2 0 0 25 0 1 0 755591707 158531584 23122 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 38704 23122 731 445 0 32249 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 154816

[startup+102.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 7129
/proc/meminfo: memFree=14106136/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=198892 CPUtime=102.31 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 30676 0 0 0 10228 3 0 0 25 0 1 0 755591707 203665408 30580 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 49723 30580 729 445 0 43268 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 198892

[startup+162.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/536 7130
/proc/meminfo: memFree=14076336/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=210104 CPUtime=162.28 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 33981 0 0 0 16225 3 0 0 25 0 1 0 755591707 215146496 33874 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 52526 33874 730 445 0 46071 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 210104

[startup+222.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/536 7132
/proc/meminfo: memFree=14072584/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=210104 CPUtime=222.28 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 34727 0 0 0 22225 3 0 0 25 0 1 0 755591707 215146496 34620 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7119/statm: 52526 34620 730 445 0 46071 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 210104

[startup+282.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/536 7134
/proc/meminfo: memFree=14058920/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=210104 CPUtime=282.27 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 36921 0 0 0 28223 4 0 0 25 0 1 0 755591707 215146496 36807 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 52526 36807 731 445 0 46071 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 210104

[startup+342.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 7135
/proc/meminfo: memFree=14053920/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=210104 CPUtime=342.27 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 37733 0 0 0 34223 4 0 0 25 0 1 0 755591707 215146496 37619 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 52526 37619 731 445 0 46071 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 210104

[startup+402.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/536 7137
/proc/meminfo: memFree=14037020/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=210104 CPUtime=402.27 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 40933 0 0 0 40223 4 0 0 25 0 1 0 755591707 215146496 40786 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 52526 40786 738 445 0 46071 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 210104

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/536 7138
/proc/meminfo: memFree=14015396/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=210104 CPUtime=462.27 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 40941 0 0 0 46223 4 0 0 25 0 1 0 755591707 215146496 40794 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 52526 40794 738 445 0 46071 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 210104

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 7140
/proc/meminfo: memFree=14002216/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=223140 CPUtime=522.27 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 43766 0 0 0 52223 4 0 0 25 0 1 0 755591707 228495360 43604 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 55785 43604 733 445 0 49330 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 223140

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 7145
/proc/meminfo: memFree=13991724/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=289432 CPUtime=582.28 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 45444 0 0 0 58223 5 0 0 25 0 1 0 755591707 296378368 45263 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 72358 45263 732 445 0 65903 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 289432

[startup+642.301 s]

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

/proc/meminfo: memFree=13978452/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=289432 CPUtime=762.3 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 46086 0 0 0 76225 5 0 0 25 0 1 0 755591707 296378368 45890 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 72358 45890 732 445 0 65903 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 289432

[startup+822.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 7151
/proc/meminfo: memFree=13977056/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=289432 CPUtime=822.28 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 46110 0 0 0 82223 5 0 0 25 0 1 0 755591707 296378368 45887 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 72358 45887 732 445 0 65903 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 289432

[startup+882.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/536 7153
/proc/meminfo: memFree=13953712/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=289432 CPUtime=882.28 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 46110 0 0 0 88223 5 0 0 25 0 1 0 755591707 296378368 45872 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 72358 45872 732 445 0 65903 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 289432

[startup+942.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/536 7154
/proc/meminfo: memFree=13913740/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=289432 CPUtime=942.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 49499 0 0 0 94223 6 0 0 25 0 1 0 755591707 296378368 49230 33554432000 4194304 6014671 140734200749904 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 72358 49230 732 445 0 65903 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 289432

[startup+1002.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 7156
/proc/meminfo: memFree=13896960/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1002.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 53411 0 0 0 100223 6 0 0 25 0 1 0 755591707 355917824 53120 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 53120 732 445 0 80439 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 347576

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 7157
/proc/meminfo: memFree=13896168/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1062.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 53411 0 0 0 106223 6 0 0 25 0 1 0 755591707 355917824 53090 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 53090 732 445 0 80439 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 347576

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 7159
/proc/meminfo: memFree=13892904/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1122.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54014 0 0 0 112223 6 0 0 25 0 1 0 755591707 355917824 53650 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 53650 732 445 0 80439 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 347576

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 7161
/proc/meminfo: memFree=13890876/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1182.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54146 0 0 0 118223 6 0 0 25 0 1 0 755591707 355917824 53782 33554432000 4194304 6014671 140734200749904 18446744073709551615 4371728 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 53782 736 445 0 80439 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 347576

[startup+1242.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 7162
/proc/meminfo: memFree=13889224/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1242.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54338 0 0 0 124223 6 0 0 25 0 1 0 755591707 355917824 53820 33554432000 4194304 6014671 140734200749904 18446744073709551615 4372328 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 53820 732 445 0 80439 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 347576

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/536 7164
/proc/meminfo: memFree=13888820/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1302.3 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54426 0 0 0 130224 6 0 0 25 0 1 0 755591707 355917824 53908 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 53908 732 445 0 80439 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 347576

[startup+1362.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/536 7165
/proc/meminfo: memFree=13887660/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1362.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54730 0 0 0 136223 6 0 0 25 0 1 0 755591707 355917824 54212 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54212 732 445 0 80439 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 347576

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

[startup+1382.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 7166
/proc/meminfo: memFree=13887764/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1382.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54730 0 0 0 138223 6 0 0 25 0 1 0 755591707 355917824 54212 33554432000 4194304 6014671 140734200749904 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54212 732 445 0 80439 0
Current children cumulated CPU time (s) 1382.29
Current children cumulated vsize (KiB) 347576

[startup+1395.1 s]
/proc/loadavg: 2.09 2.06 2.01 3/536 7166
/proc/meminfo: memFree=13887632/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1395.09 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 139503 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1395.09
Current children cumulated vsize (KiB) 347576

[startup+1401.5 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 7193
/proc/meminfo: memFree=14033672/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1401.49 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 140143 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1401.49
Current children cumulated vsize (KiB) 347576

[startup+1404.72 s]
/proc/loadavg: 2.15 2.07 2.01 3/536 7193
/proc/meminfo: memFree=14025312/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1404.71 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 140465 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1404.71
Current children cumulated vsize (KiB) 347576

[startup+1406.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/536 7194
/proc/meminfo: memFree=14024320/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1406.29 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 140623 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1406.29
Current children cumulated vsize (KiB) 347576

[startup+1406.7 s]
/proc/loadavg: 2.15 2.07 2.01 3/536 7194
/proc/meminfo: memFree=14024320/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1406.69 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 140663 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1406.69
Current children cumulated vsize (KiB) 347576

[startup+1406.92 s]
/proc/loadavg: 2.14 2.07 2.01 3/536 7194
/proc/meminfo: memFree=14024324/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1406.91 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 140685 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424575 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1406.91
Current children cumulated vsize (KiB) 347576

[startup+1407 s]
/proc/loadavg: 2.14 2.07 2.01 3/536 7194
/proc/meminfo: memFree=14024324/32951124 swapFree=51873512/67111528
[pid=7119] ppid=7117 vsize=347576 CPUtime=1406.99 cores=1,3,5,7
/proc/7119/stat : 7119 (qutersat_releas) R 7117 7119 6029 0 -1 4202496 54738 0 0 0 140693 6 0 0 25 0 1 0 755591707 355917824 54220 33554432000 4194304 6014671 140734200749904 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7119/statm: 86894 54220 732 445 0 80439 0
Current children cumulated CPU time (s) 1406.99
Current children cumulated vsize (KiB) 347576

Child status: 0
Real time (s): 1407.08
CPU time (s): 1407.09
CPU user time (s): 1407.01
CPU system time (s): 0.078987
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 347576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1407.01
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54742
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= 11
involuntary context switches= 14184

runsolver used 6.81996 second user time and 17.5333 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-29 03:15:54
IDJOB=3421355
IDBENCH=85805
IDSOLVER=1868
FILE ID=node146/3421355-1306631754
RUNJOBID= node146-1306631754-7106
PBS_JOBID= 13471585
Free space on /tmp= 73372 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn004.shuffled-as.sat05-3844.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421355-1306631754/watcher-3421355-1306631754 -o /tmp/evaluation-result-3421355-1306631754/solver-3421355-1306631754 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421355-1306631754.cnf 207537879

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

MD5SUM BENCH= 7d96ba103689bec761c9e7df7b158323
RANDOM SEED=207537879

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:      14331140 kB
Buffers:        345668 kB
Cached:        5923840 kB
SwapCached:      56236 kB
Active:       12968292 kB
Inactive:      5335640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14331140 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            2368 kB
Writeback:           0 kB
AnonPages:    11985176 kB
Mapped:          29800 kB
Slab:           147548 kB
PageTables:      97320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160675768 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= 73364 MiB
End job on node146 at 2011-05-29 03:39:22