Trace number 3376854

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) 1300.07 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.10	c Parse Cnf success: #var: 2640 #clause: 305320
0.00/0.10	c Find Units :          0
0.09/0.12	c Find Invs  :          0
0.09/0.12	c Find Ands  :       2640 AvgFaninNum: 32
0.09/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.12	c Find Ite   :          0
0.09/0.12	c UnDirect variable: 0
0.09/0.12	c UnDirect to Direct Gate: 0
0.09/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.12	c Break Cycle : 2560
0.09/0.12	c Total Root : 0 Undef Var: 2560
0.09/0.12	c After covering, Total Root: 80 Leaf: 2560
0.09/0.12	c Variable( cover/uncovered/unused ): 2640 0 0
0.09/0.12	c Unit Clauses: 0
0.09/0.12	c Binary Clauses( cover/uncovered ): 2560 302680
0.09/0.12	c Clauses( cover/uncovered ): 80 0
0.09/0.12	c Total Clauses( cover/uncovered ): 2640 302680 0.864667%
0.09/0.12	c Covered Ands: 80 Invs: 0 Xors: 0 Ites: 0
0.19/0.27	c Uncover Clauses avg size: 2 max size: 2
0.19/0.28	c Final circuit: i/l/o/s    2560       0  302680    305160
0.19/0.28	c CnfToAig: Time: 0.27 s
0.39/0.42	c TmMap: Set choices finish.
0.49/0.56	c TmMap: Set big and: 302760
0.49/0.56	c TmMap: Origin: 307721 ClauseNum: 915480 --> New: 305321 ClauseNum: 910680
0.49/0.56	c TmMap: Time: 0.15
0.59/0.60	c Try to Add: #clause: 605520 #xorclause: 0
0.59/0.64	c #var: 2640 #clauses: 81 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	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-3376854-1305468073/watcher-3376854-1305468073 -o /tmp/evaluation-result-3376854-1305468073/solver-3376854-1305468073 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376854-1305468073.cnf 928435506 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.26 8.71 9.60 9/447 4840
/proc/meminfo: memFree=26278120/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=33388 CPUtime=0 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 2174 0 0 0 0 0 0 0 25 0 1 0 658406130 34189312 2111 33554432000 4194304 6014671 140737473311616 18446744073709551615 268272688896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 8347 2111 377 445 0 1892 0

[startup+0.105057 s]
/proc/loadavg: 6.26 8.71 9.60 9/447 4840
/proc/meminfo: memFree=26278120/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=56940 CPUtime=0.09 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 7681 0 0 0 9 0 0 0 25 0 1 0 658406130 58306560 7618 33554432000 4194304 6014671 140737473311616 18446744073709551615 4280446 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 14235 7618 381 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.200983 s]
/proc/loadavg: 6.26 8.71 9.60 9/447 4840
/proc/meminfo: memFree=26278120/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=63084 CPUtime=0.19 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 7957 0 0 0 19 0 0 0 25 0 1 0 658406130 64598016 7894 33554432000 4194304 6014671 140737473311616 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 15771 7894 398 445 0 9316 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63084

[startup+0.300968 s]
/proc/loadavg: 6.26 8.71 9.60 9/447 4840
/proc/meminfo: memFree=26278120/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=75884 CPUtime=0.29 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 12253 0 0 0 28 1 0 0 25 0 1 0 658406130 77705216 12190 33554432000 4194304 6014671 140737473311616 18446744073709551615 4259500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 18971 12190 668 445 0 12516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75884

[startup+0.700889 s]
/proc/loadavg: 6.26 8.71 9.60 9/447 4840
/proc/meminfo: memFree=26278120/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=154828 CPUtime=0.69 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 30795 0 0 0 66 3 0 0 25 0 1 0 658406130 158543872 30732 33554432000 4194304 6014671 140737473311616 18446744073709551615 4523217 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 38707 30732 705 445 0 32252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154828

[startup+1.50075 s]
/proc/loadavg: 6.26 8.71 9.60 7/448 4841
/proc/meminfo: memFree=26044140/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=154828 CPUtime=1.49 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 30811 0 0 0 146 3 0 0 25 0 1 0 658406130 158543872 30748 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 38707 30748 721 445 0 32252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154828

[startup+3.10046 s]
/proc/loadavg: 6.26 8.71 9.60 7/448 4841
/proc/meminfo: memFree=26037568/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=154828 CPUtime=3.09 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 30811 0 0 0 306 3 0 0 25 0 1 0 658406130 158543872 30748 33554432000 4194304 6014671 140737473311616 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 38707 30748 721 445 0 32252 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154828

[startup+6.30089 s]
/proc/loadavg: 6.24 8.67 9.58 8/448 4841
/proc/meminfo: memFree=26026332/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=166276 CPUtime=6.29 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 31782 0 0 0 626 3 0 0 25 0 1 0 658406130 170266624 31719 33554432000 4194304 6014671 140737473311616 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 41569 31719 725 445 0 35114 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 166276

[startup+12.7008 s]
/proc/loadavg: 6.22 8.62 9.56 8/448 4841
/proc/meminfo: memFree=26014604/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=166276 CPUtime=12.69 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 32306 0 0 0 1266 3 0 0 25 0 1 0 658406130 170266624 32243 33554432000 4194304 6014671 140737473311616 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 41569 32243 725 445 0 35114 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 166276

[startup+25.5005 s]
/proc/loadavg: 6.17 8.50 9.50 7/448 4841
/proc/meminfo: memFree=25965968/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=177868 CPUtime=25.49 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 34062 0 0 0 2545 4 0 0 25 0 1 0 658406130 182136832 33999 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 44467 33999 725 445 0 38012 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 177868

[startup+51.1009 s]
/proc/loadavg: 6.11 8.29 9.40 8/448 4842
/proc/meminfo: memFree=25885604/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=213112 CPUtime=51.09 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 39660 0 0 0 5105 4 0 0 25 0 1 0 658406130 218226688 39597 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 53278 39597 725 445 0 46823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 213112

[startup+102.301 s]
/proc/loadavg: 6.10 7.95 9.23 8/448 4843
/proc/meminfo: memFree=25717436/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=265180 CPUtime=102.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 48667 0 0 0 10225 6 0 0 25 0 1 0 658406130 271544320 48604 33554432000 4194304 6014671 140737473311616 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 66295 48604 725 445 0 59840 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 265180

[startup+162.301 s]
/proc/loadavg: 6.14 7.64 9.04 8/448 4845
/proc/meminfo: memFree=25521976/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=487736 CPUtime=162.3 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 69149 0 0 0 16220 10 0 0 25 0 1 0 658406130 499441664 68846 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 121934 68846 725 445 0 115479 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 487736

[startup+222.316 s]
/proc/loadavg: 6.20 7.38 8.86 7/448 4850
/proc/meminfo: memFree=25436892/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547160 CPUtime=222.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 75159 0 0 0 22220 11 0 0 25 0 1 0 658406130 560291840 74672 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136790 74672 725 445 0 130335 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 547160

[startup+282.301 s]
/proc/loadavg: 6.11 7.14 8.68 7/448 4851
/proc/meminfo: memFree=25379088/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547160 CPUtime=282.3 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 75518 0 0 0 28219 11 0 0 25 0 1 0 658406130 560291840 74368 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136790 74368 725 445 0 130335 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 547160

[startup+342.301 s]
/proc/loadavg: 6.14 6.96 8.52 8/448 4853
/proc/meminfo: memFree=25324236/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547160 CPUtime=342.29 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 75853 0 0 0 34218 11 0 0 25 0 1 0 658406130 560291840 74703 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136790 74703 725 445 0 130335 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 547160

[startup+402.3 s]
/proc/loadavg: 6.11 6.80 8.37 8/448 4854
/proc/meminfo: memFree=25270512/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547160 CPUtime=402.3 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 76197 0 0 0 40218 12 0 0 25 0 1 0 658406130 560291840 75047 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424982 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136790 75047 725 445 0 130335 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 547160

[startup+462.301 s]
/proc/loadavg: 6.10 6.67 8.22 8/448 4856
/proc/meminfo: memFree=25261288/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=462.3 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 76562 0 0 0 46218 12 0 0 25 0 1 0 658406130 560422912 75412 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 75412 725 445 0 130367 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 547288

[startup+522.301 s]
/proc/loadavg: 6.23 6.59 8.10 7/448 4858
/proc/meminfo: memFree=25231000/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=522.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 79281 0 0 0 52218 13 0 0 25 0 1 0 658406130 560422912 78112 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 78112 725 445 0 130367 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 547288

[startup+582.3 s]
/proc/loadavg: 6.13 6.49 7.97 7/448 4859
/proc/meminfo: memFree=25172428/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=582.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 85456 0 0 0 58217 14 0 0 25 0 1 0 658406130 560422912 84287 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 84287 725 445 0 130367 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 547288

[startup+642.301 s]
/proc/loadavg: 6.11 6.42 7.85 8/448 4861
/proc/meminfo: memFree=25077652/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=642.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 95054 0 0 0 64214 17 0 0 25 0 1 0 658406130 560422912 93885 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 93885 725 445 0 130367 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 547288

[startup+702.301 s]
/proc/loadavg: 6.20 6.39 7.74 8/448 4862
/proc/meminfo: memFree=25038792/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=702.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 95291 0 0 0 70214 17 0 0 25 0 1 0 658406130 560422912 94122 33554432000 4194304 6014671 140737473311616 18446744073709551615 4377931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 94122 725 445 0 130367 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 547288

[startup+762.3 s]
/proc/loadavg: 6.22 6.36 7.65 7/448 4864
/proc/meminfo: memFree=24986924/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=762.32 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 95707 0 0 0 76215 17 0 0 25 0 1 0 658406130 560422912 94538 33554432000 4194304 6014671 140737473311616 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 94538 725 445 0 130367 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 547288

[startup+822.301 s]
/proc/loadavg: 6.17 6.32 7.55 7/448 4866
/proc/meminfo: memFree=24966780/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=822.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 95863 0 0 0 82214 17 0 0 25 0 1 0 658406130 560422912 94694 33554432000 4194304 6014671 140737473311616 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 94694 725 445 0 130367 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 547288

[startup+882.317 s]
/proc/loadavg: 6.11 6.27 7.46 8/448 4867
/proc/meminfo: memFree=24899412/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=882.32 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 96156 0 0 0 88215 17 0 0 25 0 1 0 658406130 560422912 94962 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 94962 725 445 0 130367 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 547288

[startup+942.3 s]
/proc/loadavg: 6.07 6.24 7.37 7/448 4869
/proc/meminfo: memFree=24890936/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=942.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 96176 0 0 0 94214 17 0 0 25 0 1 0 658406130 560422912 94949 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 94949 725 445 0 130367 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 547288

[startup+1002.3 s]
/proc/loadavg: 6.06 6.20 7.29 7/448 4870
/proc/meminfo: memFree=24852216/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=547288 CPUtime=1002.32 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 101062 0 0 0 100214 18 0 0 25 0 1 0 658406130 560422912 99752 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 136822 99752 795 445 0 130367 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 547288

[startup+1062.3 s]
/proc/loadavg: 6.14 6.20 7.21 8/448 4872
/proc/meminfo: memFree=24799088/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=629672 CPUtime=1062.31 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 122614 0 0 0 106208 23 0 0 25 0 1 0 658406130 644784128 121081 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 157418 121081 795 445 0 150963 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 629672

[startup+1122.3 s]
/proc/loadavg: 6.23 6.22 7.16 8/448 4874
/proc/meminfo: memFree=24753652/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=712880 CPUtime=1122.32 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 128756 0 0 0 112207 25 0 0 25 0 1 0 658406130 729989120 127222 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 178220 127222 796 445 0 171765 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 712880

[startup+1182.3 s]
/proc/loadavg: 6.19 6.20 7.09 7/448 4875
/proc/meminfo: memFree=24743576/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=797168 CPUtime=1182.32 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 129655 0 0 0 118207 25 0 0 25 0 1 0 658406130 816300032 123022 33554432000 4194304 6014671 140737473311616 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 199292 123022 796 445 0 192837 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 797168

[startup+1242.3 s]
/proc/loadavg: 6.24 6.21 7.04 7/448 4877
/proc/meminfo: memFree=24653140/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=797168 CPUtime=1242.32 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 129824 0 0 0 124207 25 0 0 25 0 1 0 658406130 816300032 123191 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 199292 123191 796 445 0 192837 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 797168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.26 6.22 6.98 4/443 4881
/proc/meminfo: memFree=25888184/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=797168 CPUtime=1300.03 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 130237 0 0 0 129978 25 0 0 25 0 1 0 658406130 816300032 123604 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 199292 123604 796 445 0 192837 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 797168

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

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

[startup+1300 s]
/proc/loadavg: 6.26 6.22 6.98 4/443 4881
/proc/meminfo: memFree=25888184/32950928 swapFree=60199052/67111528
[pid=4840] ppid=4838 vsize=797168 CPUtime=1300.03 cores=5,7
/proc/4840/stat : 4840 (qutersat_releas) R 4838 4840 4780 0 -1 4202496 130237 0 0 0 129978 25 0 0 25 0 1 0 658406130 816300032 123604 33554432000 4194304 6014671 140737473311616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4840/statm: 199292 123604 796 445 0 192837 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 797168

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.79
CPU system time (s): 0.271958
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 797168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130241
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= 6
involuntary context switches= 3029

runsolver used 5.46717 second user time and 13.395 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 16:01:13
IDJOB=3376854
IDBENCH=71605
IDSOLVER=1856
FILE ID=node122/3376854-1305468073
RUNJOBID= node122-1305468073-4801
PBS_JOBID= 13325321
Free space on /tmp= 73396 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376854-1305468073/watcher-3376854-1305468073 -o /tmp/evaluation-result-3376854-1305468073/solver-3376854-1305468073 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376854-1305468073.cnf 928435506

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=928435506

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26278640 kB
Buffers:        321016 kB
Cached:        3923792 kB
SwapCached:      50096 kB
Active:        2302060 kB
Inactive:      4120316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26278640 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:           17240 kB
Writeback:           0 kB
AnonPages:     2138584 kB
Mapped:          28600 kB
Slab:           132424 kB
PageTables:      49284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118267156 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= 73400 MiB
End job on node122 at 2011-05-15 16:22:55