Trace number 3421059

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.09 4999.96

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
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 variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.06/0.07	c Parse Cnf success: #var: 1904 #clause: 207536
0.06/0.07	c Find Units :          0
0.06/0.07	c Find Invs  :          0
0.09/0.11	c Find Ands  :       1904 AvgFaninNum: 3
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 : 1428
0.09/0.12	c Total Root : 0 Undef Var: 1428
0.09/0.12	c After covering, Total Root: 476 Leaf: 1428
0.09/0.12	c Variable( cover/uncovered/unused ): 1904 0 0
0.09/0.12	c Unit Clauses: 0
0.09/0.12	c Binary Clauses( cover/uncovered ): 1428 1428
0.09/0.12	c Clauses( cover/uncovered ): 476 204204
0.09/0.12	c Total Clauses( cover/uncovered ): 1904 205632 0.917431%
0.09/0.12	c Covered Ands: 476 Invs: 0 Xors: 0 Ites: 0
0.28/0.31	c Uncover Clauses avg size: 3.98611 max size: 4
0.28/0.31	c Final circuit: i/l/o/s    1428       0  205632    238000
0.28/0.31	c CnfToAig: Time: 0.3 s
0.59/0.62	c TmMap: Set choices finish.
0.68/0.74	c TmMap: Set big and: 237524
0.68/0.74	c TmMap: Origin: 239429 ClauseNum: 714000 --> New: 238953 ClauseNum: 713048
0.68/0.74	c TmMap: Time: 0.15
0.68/0.79	c Try to Add: #clause: 475048 #xorclause: 0
0.78/0.85	c #var: 33320 #clauses: 31893 Solving... 
5000.03/4999.91	c Time Out !!
5000.03/4999.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421059-1306609405/watcher-3421059-1306609405 -o /tmp/evaluation-result-3421059-1306609405/solver-3421059-1306609405 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421059-1306609405.cnf 1442483455 

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

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


[startup+0 s]
/proc/loadavg: 0.94 1.01 1.12 1/464 911
/proc/meminfo: memFree=12330552/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=26264 CPUtime=0 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4194304 253 0 0 0 0 0 0 0 22 0 1 0 851171027 26894336 204 33554432000 4194304 6014671 140734190827296 18446744073709551615 252453103080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/911/statm: 6566 205 170 445 0 98 0

[startup+0.0717661 s]
/proc/loadavg: 0.94 1.01 1.12 1/464 911
/proc/meminfo: memFree=12330552/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=45676 CPUtime=0.06 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 5134 0 0 0 5 1 0 0 23 0 1 0 851171027 46772224 5070 33554432000 4194304 6014671 140734190827296 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 11419 5070 378 445 0 4964 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45676

[startup+0.100741 s]
/proc/loadavg: 0.94 1.01 1.12 1/464 911
/proc/meminfo: memFree=12330552/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=45676 CPUtime=0.09 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 5194 0 0 0 8 1 0 0 23 0 1 0 851171027 46772224 5130 33554432000 4194304 6014671 140734190827296 18446744073709551615 4285927 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 11419 5130 383 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.300733 s]
/proc/loadavg: 0.94 1.01 1.12 1/464 911
/proc/meminfo: memFree=12330552/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=58476 CPUtime=0.28 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 8320 0 0 0 27 1 0 0 24 0 1 0 851171027 59879424 8256 33554432000 4194304 6014671 140734190827296 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 14619 8256 398 445 0 8164 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58476

[startup+0.700659 s]
/proc/loadavg: 0.94 1.01 1.12 1/464 911
/proc/meminfo: memFree=12330552/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=132460 CPUtime=0.68 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 27000 0 0 0 65 3 0 0 25 0 1 0 851171027 135639040 26936 33554432000 4194304 6014671 140734190827296 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 33115 26944 670 445 0 26660 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 132460

[startup+1.50051 s]
/proc/loadavg: 0.94 1.01 1.12 3/470 951
/proc/meminfo: memFree=12134700/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=146796 CPUtime=1.48 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 30690 0 0 0 145 3 0 0 25 0 1 0 851171027 150319104 30626 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 36699 30626 700 445 0 30244 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 146796

[startup+3.10018 s]
/proc/loadavg: 0.94 1.01 1.12 3/470 951
/proc/meminfo: memFree=12021248/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=162028 CPUtime=3.09 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 34283 0 0 0 305 4 0 0 25 0 1 0 851171027 165916672 34202 33554432000 4194304 6014671 140734190827296 18446744073709551615 4441088 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 40507 34202 722 445 0 34052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162028

[startup+6.30059 s]
/proc/loadavg: 1.02 1.02 1.13 3/470 952
/proc/meminfo: memFree=11825464/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=198944 CPUtime=6.29 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 42152 0 0 0 624 5 0 0 25 0 1 0 851171027 203718656 42021 33554432000 4194304 6014671 140734190827296 18446744073709551615 4534937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 49736 42021 726 445 0 43281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 198944

[startup+12.7004 s]
/proc/loadavg: 1.10 1.04 1.13 3/470 952
/proc/meminfo: memFree=11737228/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=317304 CPUtime=12.68 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 56100 0 0 0 1261 7 0 0 25 0 1 0 851171027 324919296 55831 33554432000 4194304 6014671 140734190827296 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 79326 55831 726 445 0 72871 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 317304

[startup+25.501 s]
/proc/loadavg: 1.30 1.09 1.15 3/470 952
/proc/meminfo: memFree=11571928/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=354960 CPUtime=25.48 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 76003 0 0 0 2538 10 0 0 25 0 1 0 851171027 363479040 75734 33554432000 4194304 6014671 140734190827296 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/911/statm: 88740 75734 726 445 0 82285 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 354960

[startup+51.1003 s]
/proc/loadavg: 1.54 1.16 1.17 3/470 953
/proc/meminfo: memFree=11370236/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=373628 CPUtime=51.06 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 83347 0 0 0 5094 12 0 0 25 0 1 0 851171027 382595072 82970 33554432000 4194304 6014671 140734190827296 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 93407 82970 726 445 0 86952 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 373628

[startup+102.318 s]
/proc/loadavg: 1.80 1.29 1.21 3/470 954
/proc/meminfo: memFree=11054524/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=578360 CPUtime=102.27 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 120787 0 0 0 10211 16 0 0 25 0 1 0 851171027 592240640 120207 33554432000 4194304 6014671 140734190827296 18446744073709551615 4372184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 144590 120207 726 445 0 138135 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 578360

[startup+162.301 s]
/proc/loadavg: 1.98 1.43 1.26 3/470 956
/proc/meminfo: memFree=10965352/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=665552 CPUtime=162.26 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 134259 0 0 0 16207 19 0 0 25 0 1 0 851171027 681525248 133679 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 166388 133679 726 445 0 159933 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 665552

[startup+222.3 s]
/proc/loadavg: 1.99 1.53 1.30 3/470 957
/proc/meminfo: memFree=10987400/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=757332 CPUtime=222.26 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 145952 0 0 0 22206 20 0 0 25 0 1 0 851171027 775507968 145372 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 189333 145372 726 445 0 182878 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 757332

[startup+282.3 s]
/proc/loadavg: 2.15 1.65 1.36 3/470 959
/proc/meminfo: memFree=10858168/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=757332 CPUtime=282.26 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 150554 0 0 0 28205 21 0 0 25 0 1 0 851171027 775507968 149953 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 189333 149953 726 445 0 182878 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 757332

[startup+342.301 s]
/proc/loadavg: 2.13 1.72 1.40 3/470 961
/proc/meminfo: memFree=10805080/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=757332 CPUtime=342.26 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 151181 0 0 0 34205 21 0 0 25 0 1 0 851171027 775507968 150448 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 189333 150448 726 445 0 182878 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 757332

[startup+402.301 s]
/proc/loadavg: 2.05 1.77 1.43 3/470 962
/proc/meminfo: memFree=10798984/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=757332 CPUtime=402.26 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 151510 0 0 0 40205 21 0 0 25 0 1 0 851171027 775507968 150600 33554432000 4194304 6014671 140734190827296 18446744073709551615 4380451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 189333 150600 726 445 0 182878 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 757332

[startup+462.301 s]
/proc/loadavg: 2.02 1.81 1.47 3/470 964
/proc/meminfo: memFree=10750728/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=860136 CPUtime=462.26 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 151953 0 0 0 46205 21 0 0 25 0 1 0 851171027 880779264 150794 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 215034 150794 726 445 0 208579 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 860136

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.50 3/470 965
/proc/meminfo: memFree=10714256/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=860136 CPUtime=522.27 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 165140 0 0 0 52204 23 0 0 25 0 1 0 851171027 880779264 157886 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 215034 157886 726 445 0 208579 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 860136

[startup+582.3 s]
/proc/loadavg: 2.00 1.87 1.52 3/470 967
/proc/meminfo: memFree=10709888/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=860136 CPUtime=582.27 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 165380 0 0 0 58204 23 0 0 25 0 1 0 851171027 880779264 158126 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 215034 158126 726 445 0 208579 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 860136

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1073
/proc/meminfo: memFree=9559104/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4062.41 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 282714 0 0 0 406197 44 0 0 25 0 1 0 851171027 1262858240 256714 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 256714 726 445 0 301860 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 1233260

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/470 1074
/proc/meminfo: memFree=9547304/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4122.4 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 282917 0 0 0 412196 44 0 0 25 0 1 0 851171027 1262858240 256858 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 256858 726 445 0 301860 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 1233260

[startup+4182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/470 1076
/proc/meminfo: memFree=9509332/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4182.39 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 283771 0 0 0 418195 44 0 0 25 0 1 0 851171027 1262858240 257649 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 257649 726 445 0 301860 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1233260

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1078
/proc/meminfo: memFree=9508572/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4242.39 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 283950 0 0 0 424195 44 0 0 25 0 1 0 851171027 1262858240 257761 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 257761 726 445 0 301860 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1233260

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1079
/proc/meminfo: memFree=9459936/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4302.4 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 284895 0 0 0 430195 45 0 0 25 0 1 0 851171027 1262858240 258671 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 258671 726 445 0 301860 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1233260

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1081
/proc/meminfo: memFree=9476288/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4362.4 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 284895 0 0 0 436195 45 0 0 25 0 1 0 851171027 1262858240 258671 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 258671 726 445 0 301860 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1233260

[startup+4422.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/470 1082
/proc/meminfo: memFree=9428532/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4422.4 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 285051 0 0 0 442195 45 0 0 25 0 1 0 851171027 1262858240 258750 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 258750 726 445 0 301860 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1233260

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/470 1084
/proc/meminfo: memFree=9428012/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4482.4 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 285105 0 0 0 448195 45 0 0 25 0 1 0 851171027 1262858240 258804 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 258804 726 445 0 301860 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1233260

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 1086
/proc/meminfo: memFree=9425264/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1233260 CPUtime=4542.41 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 285557 0 0 0 454196 45 0 0 25 0 1 0 851171027 1262858240 259216 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 308315 259216 726 445 0 301860 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1233260

[startup+4602.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/470 1087
/proc/meminfo: memFree=9389896/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4602.41 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 294362 0 0 0 460195 46 0 0 25 0 1 0 851171027 1420484608 267938 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 267938 726 445 0 340343 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1387192

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/470 1089
/proc/meminfo: memFree=9367424/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4662.42 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 297546 0 0 0 466194 48 0 0 25 0 1 0 851171027 1420484608 271079 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271079 726 445 0 340343 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1387192

[startup+4722.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 1090
/proc/meminfo: memFree=9368404/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4722.43 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 297735 0 0 0 472195 48 0 0 25 0 1 0 851171027 1420484608 271224 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271224 726 445 0 340343 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1387192

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 1092
/proc/meminfo: memFree=9367512/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4782.42 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 297792 0 0 0 478194 48 0 0 25 0 1 0 851171027 1420484608 271236 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271236 726 445 0 340343 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1387192

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1094
/proc/meminfo: memFree=9367116/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4842.42 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 297792 0 0 0 484194 48 0 0 25 0 1 0 851171027 1420484608 271190 33554432000 4194304 6014671 140734190827296 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271190 726 445 0 340343 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1387192

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1095
/proc/meminfo: memFree=9367584/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4902.42 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 297833 0 0 0 490194 48 0 0 25 0 1 0 851171027 1420484608 271184 33554432000 4194304 6014671 140734190827296 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271184 726 445 0 340343 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1387192

[startup+4962.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/470 1097
/proc/meminfo: memFree=9365456/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=4962.42 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 298158 0 0 0 496194 48 0 0 25 0 1 0 851171027 1420484608 271460 33554432000 4194304 6014671 140734190827296 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271460 726 445 0 340343 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1387192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/470 1098
/proc/meminfo: memFree=9365444/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=5000.03 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 298162 0 0 0 499955 48 0 0 25 0 1 0 851171027 1420484608 271351 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271351 726 445 0 340343 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1387192

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

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/470 1098
/proc/meminfo: memFree=9365444/32951124 swapFree=57414376/67111528
[pid=911] ppid=909 vsize=1387192 CPUtime=5000.03 cores=0,2,4,6
/proc/911/stat : 911 (qutersat_releas) R 909 911 31899 0 -1 4202496 298162 0 0 0 499955 48 0 0 25 0 1 0 851171027 1420484608 271351 33554432000 4194304 6014671 140734190827296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/911/statm: 346798 271351 726 445 0 340343 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1387192

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.09
CPU user time (s): 4999.57
CPU system time (s): 0.518921
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1387192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.57
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298166
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= 8
involuntary context switches= 7298

runsolver used 24.4763 second user time and 52.787 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-28 21:03:26
IDJOB=3421059
IDBENCH=83182
IDSOLVER=1868
FILE ID=node111/3421059-1306609405
RUNJOBID= node111-1306609405-873
PBS_JOBID= 13471569
Free space on /tmp= 73600 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x34.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421059-1306609405/watcher-3421059-1306609405 -o /tmp/evaluation-result-3421059-1306609405/solver-3421059-1306609405 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421059-1306609405.cnf 1442483455

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

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=1442483455

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12330716 kB
Buffers:        347484 kB
Cached:       11464564 kB
SwapCached:      19180 kB
Active:       10744056 kB
Inactive:      9585404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12330716 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            6224 kB
Writeback:           0 kB
AnonPages:     8507388 kB
Mapped:          27416 kB
Slab:           156044 kB
PageTables:      66368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149062948 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= 73584 MiB
End job on node111 at 2011-05-28 22:26:47