Trace number 3376644

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.08 1300.07

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Set FPU double precision.
0.19/0.27	c Parse Cnf success: #var: 3276 #clause: 628173
0.19/0.27	c Find Units :          0
0.19/0.27	c Find Invs  :          0
0.39/0.40	c Find Ands  :       3276 AvgFaninNum: 3
0.39/0.41	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.43	c Find Ite   :          0
0.39/0.43	c UnDirect variable: 0
0.39/0.43	c UnDirect to Direct Gate: 0
0.39/0.43	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.43	c Break Cycle : 2457
0.39/0.43	c Total Root : 0 Undef Var: 2457
0.39/0.43	c After covering, Total Root: 819 Leaf: 2457
0.39/0.43	c Variable( cover/uncovered/unused ): 3276 0 0
0.39/0.43	c Unit Clauses: 0
0.39/0.43	c Binary Clauses( cover/uncovered ): 2457 2457
0.39/0.43	c Clauses( cover/uncovered ): 819 622440
0.39/0.43	c Total Clauses( cover/uncovered ): 3276 624897 0.521512%
0.39/0.43	c Covered Ands: 819 Invs: 0 Xors: 0 Ites: 0
1.00/1.07	c Uncover Clauses avg size: 3.99214 max size: 4
1.00/1.08	c Final circuit: i/l/o/s    2457       0  624897    688779
1.00/1.08	c CnfToAig: Time: 1.07 s
1.99/2.01	c TmMap: Set choices finish.
2.29/2.36	c TmMap: Set big and: 687960
2.29/2.36	c TmMap: Origin: 691237 ClauseNum: 2066337 --> New: 690418 ClauseNum: 2064699
2.29/2.36	c TmMap: Time: 0.47
2.49/2.51	c Try to Add: #clause: 1375920 #xorclause: 0
2.59/2.67	c #var: 65520 #clauses: 63064 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-3376644-1305474543/watcher-3376644-1305474543 -o /tmp/evaluation-result-3376644-1305474543/solver-3376644-1305474543 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376644-1305474543.cnf 548265103 

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: 3.27 3.86 3.48 4/444 23572
/proc/meminfo: memFree=16831740/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=35436 CPUtime=0 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 2546 0 0 0 0 0 0 0 25 0 1 0 737685027 36286464 2482 33554432000 4194304 6014671 140734345927744 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 8859 2482 378 445 0 2404 0

[startup+0.0681561 s]
/proc/loadavg: 3.27 3.86 3.48 4/444 23572
/proc/meminfo: memFree=16831740/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=45676 CPUtime=0.05 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 5108 0 0 0 5 0 0 0 25 0 1 0 737685027 46772224 5044 33554432000 4194304 6014671 140734345927744 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 11419 5044 378 445 0 4964 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45676

[startup+0.101143 s]
/proc/loadavg: 3.27 3.86 3.48 4/444 23572
/proc/meminfo: memFree=16831740/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=58988 CPUtime=0.09 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 6166 0 0 0 8 1 0 0 25 0 1 0 737685027 60403712 6102 33554432000 4194304 6014671 140734345927744 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 14747 6132 378 445 0 8292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58988

[startup+0.301119 s]
/proc/loadavg: 3.27 3.86 3.48 4/444 23572
/proc/meminfo: memFree=16831740/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=85740 CPUtime=0.29 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 14501 0 0 0 27 2 0 0 25 0 1 0 737685027 87797760 14437 33554432000 4194304 6014671 140734345927744 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 21435 14437 383 445 0 14980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85740

[startup+0.70104 s]
/proc/loadavg: 3.27 3.86 3.48 4/444 23572
/proc/meminfo: memFree=16831740/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=98028 CPUtime=0.69 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 17590 0 0 0 67 2 0 0 25 0 1 0 737685027 100380672 17526 33554432000 4194304 6014671 140734345927744 18446744073709551615 4331694 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 24507 17526 398 445 0 18052 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98028

[startup+1.50091 s]
/proc/loadavg: 3.27 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16706772/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=212888 CPUtime=1.49 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 47146 0 0 0 144 5 0 0 25 0 1 0 737685027 217997312 47082 33554432000 4194304 6014671 140734345927744 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 53222 47084 668 445 0 46767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212888

[startup+3.10065 s]
/proc/loadavg: 3.33 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16490640/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=378016 CPUtime=3.09 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 85926 0 0 0 300 9 0 0 25 0 1 0 737685027 387088384 85862 33554432000 4194304 6014671 140734345927744 18446744073709551615 4667447 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 94504 85862 700 445 0 88049 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 378016

[startup+6.30112 s]
/proc/loadavg: 3.33 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16376476/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=390172 CPUtime=6.29 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 88681 0 0 0 620 9 0 0 25 0 1 0 737685027 399536128 88524 33554432000 4194304 6014671 140734345927744 18446744073709551615 4731856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 97543 88524 713 445 0 91088 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 390172

[startup+12.701 s]
/proc/loadavg: 3.43 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16193480/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=390172 CPUtime=12.69 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 89084 0 0 0 1260 9 0 0 25 0 1 0 737685027 399536128 88927 33554432000 4194304 6014671 140734345927744 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 97543 88927 726 445 0 91088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 390172

[startup+25.5009 s]
/proc/loadavg: 3.52 3.87 3.49 5/445 23575
/proc/meminfo: memFree=15936572/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=610444 CPUtime=25.49 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 116131 0 0 0 2536 13 0 0 25 0 1 0 737685027 625094656 115720 33554432000 4194304 6014671 140734345927744 18446744073709551615 4534720 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 152611 115720 726 445 0 146156 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 610444

[startup+51.1006 s]
/proc/loadavg: 3.68 3.88 3.50 5/445 23575
/proc/meminfo: memFree=15700136/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=740744 CPUtime=51.09 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 152954 0 0 0 5091 18 0 0 25 0 1 0 737685027 758521856 152117 33554432000 4194304 6014671 140734345927744 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 185186 152117 726 445 0 178731 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 740744

[startup+102.317 s]
/proc/loadavg: 3.87 3.89 3.53 5/445 23577
/proc/meminfo: memFree=15289888/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1180108 CPUtime=102.31 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 186100 0 0 0 10209 22 0 0 25 0 1 0 737685027 1208430592 185263 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 295027 185263 726 445 0 288572 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1180108

[startup+162.301 s]
/proc/loadavg: 3.98 3.92 3.56 5/445 23577
/proc/meminfo: memFree=15008368/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330820 CPUtime=162.29 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 216268 0 0 0 16203 26 0 0 25 0 1 0 737685027 1362759680 215431 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332705 215431 726 445 0 326250 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1330820

[startup+222.301 s]
/proc/loadavg: 3.99 3.94 3.58 5/445 23579
/proc/meminfo: memFree=14910852/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330820 CPUtime=222.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 216671 0 0 0 22203 27 0 0 25 0 1 0 737685027 1362759680 215668 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332705 215668 726 445 0 326250 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1330820

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.61 5/445 23581
/proc/meminfo: memFree=14812984/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330820 CPUtime=282.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 229828 0 0 0 28201 29 0 0 25 0 1 0 737685027 1362759680 219482 33554432000 4194304 6014671 140734345927744 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332705 219482 726 445 0 326250 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1330820

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.63 5/445 23583
/proc/meminfo: memFree=14745232/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330948 CPUtime=342.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 231418 0 0 0 34201 29 0 0 25 0 1 0 737685027 1362890752 221072 33554432000 4194304 6014671 140734345927744 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332737 221072 726 445 0 326282 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1330948

[startup+402.301 s]
/proc/loadavg: 4.14 3.99 3.66 5/445 23585
/proc/meminfo: memFree=14697592/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330948 CPUtime=402.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 240237 0 0 0 40199 31 0 0 25 0 1 0 737685027 1362890752 229863 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424575 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332737 229863 726 445 0 326282 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1330948

[startup+462.301 s]
/proc/loadavg: 4.25 4.05 3.70 5/445 23585
/proc/meminfo: memFree=14691724/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330948 CPUtime=462.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 240429 0 0 0 46199 31 0 0 25 0 1 0 737685027 1362890752 229871 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332737 229871 726 445 0 326282 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1330948

[startup+522.301 s]
/proc/loadavg: 4.09 4.04 3.72 5/445 23587
/proc/meminfo: memFree=14639000/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1330948 CPUtime=522.29 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 248051 0 0 0 52197 32 0 0 25 0 1 0 737685027 1362890752 228780 33554432000 4194304 6014671 140734345927744 18446744073709551615 224284622362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 332737 228795 726 445 0 326282 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1330948

[startup+582.301 s]
/proc/loadavg: 4.03 4.03 3.73 5/445 23589
/proc/meminfo: memFree=14367524/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=582.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 259889 0 0 0 58195 35 0 0 25 0 1 0 737685027 1895079936 240618 33554432000 4194304 6014671 140734345927744 18446744073709551615 4371827 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 240618 726 445 0 456211 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1850664

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.74 5/445 23591
/proc/meminfo: memFree=14345532/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=642.32 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 262973 0 0 0 64196 36 0 0 25 0 1 0 737685027 1895079936 243702 33554432000 4194304 6014671 140734345927744 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 243702 726 445 0 456211 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1850664

[startup+702.301 s]
/proc/loadavg: 4.10 4.05 3.77 5/445 23593
/proc/meminfo: memFree=14274940/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=702.31 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 274482 0 0 0 70193 38 0 0 25 0 1 0 737685027 1895079936 255148 33554432000 4194304 6014671 140734345927744 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 255148 726 445 0 456211 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1850664

[startup+762.317 s]
/proc/loadavg: 4.08 4.05 3.78 5/445 23602
/proc/meminfo: memFree=14246092/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=762.32 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 275661 0 0 0 76194 38 0 0 25 0 1 0 737685027 1895079936 256169 33554432000 4194304 6014671 140734345927744 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 256169 726 445 0 456211 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1850664

[startup+822.301 s]
/proc/loadavg: 4.03 4.04 3.80 5/445 23604
/proc/meminfo: memFree=14228460/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=822.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 276839 0 0 0 82192 38 0 0 25 0 1 0 737685027 1895079936 257203 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 257203 726 445 0 456211 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1850664

[startup+882.301 s]
/proc/loadavg: 4.01 4.03 3.81 5/445 23606
/proc/meminfo: memFree=14207216/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=882.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 282145 0 0 0 88191 39 0 0 25 0 1 0 737685027 1895079936 259550 33554432000 4194304 6014671 140734345927744 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 259550 728 445 0 456211 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1850664

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.82 5/445 23608
/proc/meminfo: memFree=14124944/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=1850664 CPUtime=942.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 296746 0 0 0 94189 41 0 0 25 0 1 0 737685027 1895079936 274149 33554432000 4194304 6014671 140734345927744 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 462666 274149 726 445 0 456211 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1850664

[startup+1002.3 s]
/proc/loadavg: 4.10 4.05 3.84 5/445 23610
/proc/meminfo: memFree=13986388/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=2034756 CPUtime=1002.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 328746 0 0 0 100185 45 0 0 25 0 1 0 737685027 2083590144 306149 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 508689 306149 726 445 0 502234 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2034756

[startup+1062.3 s]
/proc/loadavg: 4.29 4.12 3.87 5/445 23610
/proc/meminfo: memFree=13884536/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=2220000 CPUtime=1062.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 348306 0 0 0 106182 48 0 0 25 0 1 0 737685027 2273280000 325709 33554432000 4194304 6014671 140734345927744 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 555000 325709 726 445 0 548545 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2220000

[startup+1122.3 s]
/proc/loadavg: 4.17 4.13 3.89 5/445 23612
/proc/meminfo: memFree=13847796/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=2406420 CPUtime=1122.31 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 350604 0 0 0 112182 49 0 0 25 0 1 0 737685027 2464174080 327992 33554432000 4194304 6014671 140734345927744 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 601605 327992 726 445 0 595150 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2406420

[startup+1182.3 s]
/proc/loadavg: 4.06 4.10 3.90 5/445 23614
/proc/meminfo: memFree=13844644/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=2406420 CPUtime=1182.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 350962 0 0 0 118181 49 0 0 25 0 1 0 737685027 2464174080 328260 33554432000 4194304 6014671 140734345927744 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 601605 328260 726 445 0 595150 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2406420

[startup+1242.3 s]
/proc/loadavg: 4.02 4.08 3.90 5/445 23616
/proc/meminfo: memFree=13872612/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=2406420 CPUtime=1242.3 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 351380 0 0 0 124181 49 0 0 25 0 1 0 737685027 2464174080 328608 33554432000 4194304 6014671 140734345927744 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 601605 328608 726 445 0 595150 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 2406420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.10 3.92 2/439 23621
/proc/meminfo: memFree=15817808/32951124 swapFree=45193372/67111528
[pid=23572] ppid=23570 vsize=2406420 CPUtime=1300.03 cores=5,7
/proc/23572/stat : 23572 (qutersat_releas) R 23570 23572 22441 0 -1 4202496 353943 0 0 0 129953 50 0 0 25 0 1 0 737685027 2464174080 331130 33554432000 4194304 6014671 140734345927744 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23572/statm: 601605 331130 726 445 0 595150 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2406420

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

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

Child status: 1
Real time (s): 1300.07
CPU time (s): 1300.08
CPU user time (s): 1299.53
CPU system time (s): 0.552915
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2406420

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

runsolver used 5.30219 second user time and 13.6399 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 17:49:04
IDJOB=3376644
IDBENCH=83184
IDSOLVER=1856
FILE ID=node118/3376644-1305474543
RUNJOBID= node118-1305474542-23452
PBS_JOBID= 13325305
Free space on /tmp= 73236 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376644-1305474543/watcher-3376644-1305474543 -o /tmp/evaluation-result-3376644-1305474543/solver-3376644-1305474543 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376644-1305474543.cnf 548265103

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=548265103

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16832012 kB
Buffers:        309488 kB
Cached:        4741784 kB
SwapCached:      22076 kB
Active:       13149480 kB
Inactive:      2644440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16832012 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:           34188 kB
Writeback:           0 kB
AnonPages:    10733840 kB
Mapped:          26636 kB
Slab:           159576 kB
PageTables:      99828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126245316 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= 73252 MiB
End job on node118 at 2011-05-15 18:10:46