Trace number 3376736

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.06 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
MD5SUMcf96a8eea16f98b3cec72117cedd0285
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 variables120
Number of clauses48342
Sum of the clauses size483180
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 548
Number of clauses of size over 548294

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 120 #clause: 48342
0.00/0.04	c Find Units :          0
0.00/0.04	c Find Invs  :          0
0.00/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.04/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.05	c Find Ite   :          0
0.04/0.05	c UnDirect variable: 0
0.04/0.05	c UnDirect to Direct Gate: 0
0.04/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.05	c Break Cycle : 0
0.04/0.05	c Total Root : 0 Undef Var: 120
0.04/0.05	c After covering, Total Root: 0 Leaf: 0
0.04/0.05	c Variable( cover/uncovered/unused ): 0 120 0
0.04/0.05	c Unit Clauses: 0
0.04/0.05	c Binary Clauses( cover/uncovered ): 0 0
0.04/0.05	c Clauses( cover/uncovered ): 0 48342
0.04/0.05	c Total Clauses( cover/uncovered ): 0 48342 0%
0.04/0.05	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.09/0.19	c Uncover Clauses avg size: 9.99504 max size: 10
0.09/0.19	c Final circuit: i/l/o/s     120       0   48342     88010
0.09/0.19	c CnfToAig: Time: 0.18 s
0.29/0.38	c TmMap: Set choices finish.
0.39/0.44	c TmMap: Set big and: 63934
0.39/0.44	c TmMap: Origin: 88131 ClauseNum: 264030 --> New: 64055 ClauseNum: 222280
0.39/0.44	c TmMap: Time: 0.08
0.39/0.45	c Try to Add: #clause: 127868 #xorclause: 0
0.39/0.48	c #var: 15712 #clauses: 42347 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376736-1305475218/watcher-3376736-1305475218 -o /tmp/evaluation-result-3376736-1305475218/solver-3376736-1305475218 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376736-1305475218.cnf 124700599 

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: 0.92 1.70 2.61 5/449 24590
/proc/meminfo: memFree=21857404/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=33388 CPUtime=0.01 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 1999 0 0 0 1 0 0 0 21 0 1 0 639938114 34189312 1935 33554432000 4194304 6014671 140735341679536 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 8347 1935 377 445 0 1892 0

[startup+0.052223 s]
/proc/loadavg: 0.92 1.70 2.61 5/449 24590
/proc/meminfo: memFree=21857404/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=35436 CPUtime=0.04 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 2713 0 0 0 4 0 0 0 21 0 1 0 639938114 36286464 2649 33554432000 4194304 6014671 140735341679536 18446744073709551615 4279362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 8859 2649 392 445 0 2404 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35436

[startup+0.100217 s]
/proc/loadavg: 0.92 1.70 2.61 5/449 24590
/proc/meminfo: memFree=21857404/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=39020 CPUtime=0.09 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 3443 0 0 0 9 0 0 0 21 0 1 0 639938114 39956480 3379 33554432000 4194304 6014671 140735341679536 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 9755 3379 398 445 0 3300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39020

[startup+0.30018 s]
/proc/loadavg: 0.92 1.70 2.61 5/449 24590
/proc/meminfo: memFree=21857404/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=66188 CPUtime=0.29 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 10545 0 0 0 28 1 0 0 22 0 1 0 639938114 67776512 10481 33554432000 4194304 6014671 140735341679536 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 16547 10482 668 445 0 10092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66188

[startup+0.700103 s]
/proc/loadavg: 0.92 1.70 2.61 5/449 24590
/proc/meminfo: memFree=21857404/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=92460 CPUtime=0.69 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 15413 0 0 0 67 2 0 0 23 0 1 0 639938114 94679040 15349 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 23115 15349 696 445 0 16660 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92460

[startup+1.50096 s]
/proc/loadavg: 0.92 1.70 2.61 5/450 24591
/proc/meminfo: memFree=21755964/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=92460 CPUtime=1.49 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 15417 0 0 0 147 2 0 0 25 0 1 0 639938114 94679040 15353 33554432000 4194304 6014671 140735341679536 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 23115 15353 700 445 0 16660 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92460

[startup+3.10067 s]
/proc/loadavg: 0.92 1.70 2.61 5/450 24591
/proc/meminfo: memFree=21690444/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=160556 CPUtime=3.08 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 32302 0 0 0 305 3 0 0 25 0 1 0 639938114 164409344 32238 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 40139 32238 700 445 0 33684 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 160556

[startup+6.30111 s]
/proc/loadavg: 1.33 1.77 2.63 5/450 24591
/proc/meminfo: memFree=21632584/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=180844 CPUtime=6.29 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 35766 0 0 0 625 4 0 0 25 0 1 0 639938114 185184256 35702 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 45211 35702 726 445 0 38756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180844

[startup+12.701 s]
/proc/loadavg: 1.54 1.81 2.63 5/450 24591
/proc/meminfo: memFree=21564944/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=251284 CPUtime=12.69 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 46772 0 0 0 1264 5 0 0 25 0 1 0 639938114 257314816 46700 33554432000 4194304 6014671 140735341679536 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 62821 46700 726 445 0 56366 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 251284

[startup+25.5007 s]
/proc/loadavg: 2.08 1.91 2.66 5/450 24592
/proc/meminfo: memFree=21459532/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=278732 CPUtime=25.49 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 54520 0 0 0 2543 6 0 0 25 0 1 0 639938114 285421568 54448 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 69683 54448 726 445 0 63228 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 278732

[startup+51.1011 s]
/proc/loadavg: 2.79 2.10 2.69 5/450 24602
/proc/meminfo: memFree=21325176/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=290252 CPUtime=51.09 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 57463 0 0 0 5103 6 0 0 25 0 1 0 639938114 297218048 57386 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 72563 57386 726 445 0 66108 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 290252

[startup+102.317 s]
/proc/loadavg: 3.52 2.40 2.77 5/450 24603
/proc/meminfo: memFree=21277680/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=290252 CPUtime=102.31 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 59781 0 0 0 10224 7 0 0 25 0 1 0 639938114 297218048 59704 33554432000 4194304 6014671 140735341679536 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 72563 59704 726 445 0 66108 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 290252

[startup+162.3 s]
/proc/loadavg: 3.87 2.71 2.85 5/450 24604
/proc/meminfo: memFree=21190456/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=316300 CPUtime=162.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 67231 0 0 0 16221 9 0 0 25 0 1 0 639938114 323891200 67108 33554432000 4194304 6014671 140735341679536 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 79075 67108 726 445 0 72620 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 316300

[startup+222.301 s]
/proc/loadavg: 3.99 2.95 2.92 5/450 24606
/proc/meminfo: memFree=21018284/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=329860 CPUtime=222.29 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 70555 0 0 0 22220 9 0 0 25 0 1 0 639938114 337776640 70391 33554432000 4194304 6014671 140735341679536 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 82465 70391 726 445 0 76010 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 329860

[startup+282.301 s]
/proc/loadavg: 3.99 3.14 2.98 5/450 24608
/proc/meminfo: memFree=20972104/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=329860 CPUtime=282.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 71114 0 0 0 28220 10 0 0 25 0 1 0 639938114 337776640 70931 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 82465 70931 726 445 0 76010 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 329860

[startup+342.301 s]
/proc/loadavg: 4.07 3.31 3.05 5/450 24609
/proc/meminfo: memFree=20891796/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=344856 CPUtime=342.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 76220 0 0 0 34219 11 0 0 25 0 1 0 639938114 353132544 76017 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 86214 76017 726 445 0 79759 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 344856

[startup+402.3 s]
/proc/loadavg: 4.09 3.45 3.11 5/450 24611
/proc/meminfo: memFree=20839780/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=402.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 79487 0 0 0 40219 11 0 0 25 0 1 0 639938114 383418368 79241 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 79241 726 445 0 87153 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 374432

[startup+462.301 s]
/proc/loadavg: 4.03 3.55 3.16 5/450 24612
/proc/meminfo: memFree=20819136/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=462.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 79885 0 0 0 46219 11 0 0 25 0 1 0 639938114 383418368 79616 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 79616 726 445 0 87153 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 374432

[startup+522.301 s]
/proc/loadavg: 4.01 3.63 3.21 5/450 24614
/proc/meminfo: memFree=20800600/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=522.31 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 80110 0 0 0 52219 12 0 0 25 0 1 0 639938114 383418368 79799 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 79799 726 445 0 87153 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 374432

[startup+582.301 s]
/proc/loadavg: 4.20 3.75 3.28 5/450 24616
/proc/meminfo: memFree=20790972/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=582.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 81162 0 0 0 58218 12 0 0 25 0 1 0 639938114 383418368 80851 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 80851 736 445 0 87153 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 374432

[startup+642.3 s]
/proc/loadavg: 4.16 3.83 3.33 5/450 24617
/proc/meminfo: memFree=20779392/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=642.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 82046 0 0 0 64220 12 0 0 25 0 1 0 639938114 383418368 81730 33554432000 4194304 6014671 140735341679536 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 81730 731 445 0 87153 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 374432

[startup+702.301 s]
/proc/loadavg: 4.19 3.89 3.38 5/450 24619
/proc/meminfo: memFree=20771768/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=702.3 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 82085 0 0 0 70218 12 0 0 25 0 1 0 639938114 383418368 81719 33554432000 4194304 6014671 140735341679536 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 81719 731 445 0 87153 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 374432

[startup+762.317 s]
/proc/loadavg: 4.13 3.92 3.42 5/450 24621
/proc/meminfo: memFree=20758944/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=374432 CPUtime=762.33 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 83995 0 0 0 76220 13 0 0 25 0 1 0 639938114 383418368 83629 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 93608 83629 732 445 0 87153 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 374432

[startup+822.3 s]
/proc/loadavg: 4.05 3.93 3.46 5/450 24622
/proc/meminfo: memFree=20748344/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=390476 CPUtime=822.31 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 86458 0 0 0 82218 13 0 0 25 0 1 0 639938114 399847424 86091 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 97619 86091 731 445 0 91164 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 390476

[startup+882.301 s]
/proc/loadavg: 4.02 3.94 3.49 5/450 24624
/proc/meminfo: memFree=20735888/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=390476 CPUtime=882.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 86723 0 0 0 88218 14 0 0 25 0 1 0 639938114 399847424 86285 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 97619 86285 731 445 0 91164 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 390476

[startup+942.301 s]
/proc/loadavg: 4.08 3.98 3.53 5/450 24625
/proc/meminfo: memFree=20713628/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=390476 CPUtime=942.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 86799 0 0 0 94218 14 0 0 25 0 1 0 639938114 399847424 86361 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 97619 86361 731 445 0 91164 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 390476

[startup+1002.3 s]
/proc/loadavg: 4.06 3.99 3.56 5/450 24627
/proc/meminfo: memFree=20632972/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=390476 CPUtime=1002.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 86899 0 0 0 100218 14 0 0 25 0 1 0 639938114 399847424 86461 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 97619 86461 731 445 0 91164 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 390476

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.58 5/450 24628
/proc/meminfo: memFree=20555172/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=390476 CPUtime=1062.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 86903 0 0 0 106218 14 0 0 25 0 1 0 639938114 399847424 86465 33554432000 4194304 6014671 140735341679536 18446744073709551615 4566176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 97619 86465 731 445 0 91164 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 390476

[startup+1122.3 s]
/proc/loadavg: 4.11 4.02 3.62 5/450 24630
/proc/meminfo: memFree=20523984/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=457460 CPUtime=1122.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 87000 0 0 0 112218 14 0 0 25 0 1 0 639938114 468439040 86486 33554432000 4194304 6014671 140735341679536 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 114365 86486 731 445 0 107910 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 457460

[startup+1182.3 s]
/proc/loadavg: 4.23 4.08 3.66 5/450 24632
/proc/meminfo: memFree=20457212/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=457460 CPUtime=1182.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 87015 0 0 0 118218 14 0 0 25 0 1 0 639938114 468439040 86501 33554432000 4194304 6014671 140735341679536 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 114365 86501 733 445 0 107910 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 457460

[startup+1242.3 s]
/proc/loadavg: 4.08 4.06 3.68 5/450 24633
/proc/meminfo: memFree=20426028/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=457460 CPUtime=1242.32 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 87026 0 0 0 124218 14 0 0 25 0 1 0 639938114 468439040 86512 33554432000 4194304 6014671 140735341679536 18446744073709551615 4369541 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 114365 86512 733 445 0 107910 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 457460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.07 3.70 2/445 24638
/proc/meminfo: memFree=21573756/32951124 swapFree=51873468/67111528
[pid=24590] ppid=24588 vsize=457460 CPUtime=1300.04 cores=5,7
/proc/24590/stat : 24590 (qutersat_releas) R 24588 24590 23574 0 -1 4202496 89408 0 0 0 129990 14 0 0 25 0 1 0 639938114 468439040 88798 33554432000 4194304 6014671 140735341679536 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24590/statm: 114365 88798 733 445 0 107910 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 457460

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.9
CPU system time (s): 0.160975
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 457460

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

runsolver used 5.46417 second user time and 13.475 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 18:00:19
IDJOB=3376736
IDBENCH=83894
IDSOLVER=1856
FILE ID=node146/3376736-1305475218
RUNJOBID= node146-1305475218-24551
PBS_JOBID= 13325328
Free space on /tmp= 73284 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_24_40_2-log.shuffled-as.sat03-119.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376736-1305475218/watcher-3376736-1305475218 -o /tmp/evaluation-result-3376736-1305475218/solver-3376736-1305475218 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376736-1305475218.cnf 124700599

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

MD5SUM BENCH= cf96a8eea16f98b3cec72117cedd0285
RANDOM SEED=124700599

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21858428 kB
Buffers:        169472 kB
Cached:        1095956 kB
SwapCached:      56140 kB
Active:        8272624 kB
Inactive:      2557900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21858428 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:           10876 kB
Writeback:           0 kB
AnonPages:     9516580 kB
Mapped:          27052 kB
Slab:           112744 kB
PageTables:      81860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119098304 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= 73288 MiB
End job on node146 at 2011-05-15 18:22:01