Trace number 3264544

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-03-01? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 260 #clause: 486
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 260
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 260 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 421
0.00/0.01	c Clauses( cover/uncovered ): 0 65
0.00/0.01	c Total Clauses( cover/uncovered ): 0 486 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 2.26749 max size: 4
0.00/0.01	c Final circuit: i/l/o/s     260       0     486       616
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 486
0.00/0.02	c TmMap: Origin: 877 ClauseNum: 1848 --> New: 747 ClauseNum: 1588
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 972 #xorclause: 0
0.00/0.02	c #var: 260 #clauses: 66 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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-3264544-1303572182/watcher-3264544-1303572182 -o /tmp/evaluation-result-3264544-1303572182/solver-3264544-1303572182 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3264544-1303572182.cnf 144214296 

running on 2 cores: 4,6

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: 2.88 5.28 7.71 2/174 1565
/proc/meminfo: memFree=12964936/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=11800 CPUtime=0 cores=4,6
/proc/1565/stat : 1565 (runsolver) R 1563 1565 504 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 468820556 12083200 51 33554432000 4194304 5434984 140734812150016 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1565/statm: 2950 51 31 303 0 2644 0

[startup+0.0733019 s]
/proc/loadavg: 2.88 5.28 7.71 2/174 1565
/proc/meminfo: memFree=12964936/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=45688 CPUtime=0.06 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 3652 0 0 0 6 0 0 0 22 0 1 0 468820556 46784512 3586 33554432000 4194304 6016207 140734646015488 18446744073709551615 4379211 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 11422 3586 722 445 0 4966 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45688

[startup+0.100291 s]
/proc/loadavg: 2.88 5.28 7.71 2/174 1565
/proc/meminfo: memFree=12964936/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=45688 CPUtime=0.08 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 3712 0 0 0 8 0 0 0 22 0 1 0 468820556 46784512 3646 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 11422 3646 722 445 0 4966 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45688

[startup+0.300252 s]
/proc/loadavg: 2.88 5.28 7.71 2/174 1565
/proc/meminfo: memFree=12964936/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=55264 CPUtime=0.28 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 4084 0 0 0 28 0 0 0 23 0 1 0 468820556 56590336 4018 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 13816 4019 722 445 0 7360 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55264

[startup+0.7002 s]
/proc/loadavg: 2.88 5.28 7.71 2/174 1565
/proc/meminfo: memFree=12964936/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=72920 CPUtime=0.68 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 4829 0 0 0 68 0 0 0 25 0 1 0 468820556 74670080 4763 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 18230 4763 722 445 0 11774 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72920

[startup+1.50105 s]
/proc/loadavg: 2.88 5.28 7.71 5/190 1596
/proc/meminfo: memFree=12870540/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=91076 CPUtime=1.48 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 7511 0 0 0 148 0 0 0 25 0 1 0 468820556 93261824 7445 33554432000 4194304 6016207 140734646015488 18446744073709551615 4381066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 22769 7445 730 445 0 16313 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91076

[startup+3.10076 s]
/proc/loadavg: 2.88 5.28 7.71 5/190 1596
/proc/meminfo: memFree=12849584/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=109652 CPUtime=3.08 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 9086 0 0 0 308 0 0 0 25 0 1 0 468820556 112283648 9020 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 27413 9020 730 445 0 20957 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109652

[startup+6.30112 s]
/proc/loadavg: 2.97 5.26 7.69 5/190 1596
/proc/meminfo: memFree=12812756/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=119228 CPUtime=6.28 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 11686 0 0 0 627 1 0 0 25 0 1 0 468820556 122089472 11620 33554432000 4194304 6016207 140734646015488 18446744073709551615 4387567 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 29807 11620 730 445 0 23351 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 119228

[startup+12.7009 s]
/proc/loadavg: 3.05 5.24 7.67 5/190 1596
/proc/meminfo: memFree=12765112/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=119228 CPUtime=12.68 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 15207 0 0 0 1267 1 0 0 25 0 1 0 468820556 122089472 15141 33554432000 4194304 6016207 140734646015488 18446744073709551615 4373525 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 29807 15141 730 445 0 23351 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119228

[startup+25.5005 s]
/proc/loadavg: 3.26 5.18 7.61 5/190 1596
/proc/meminfo: memFree=12691828/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=140116 CPUtime=25.48 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 19369 0 0 0 2546 2 0 0 25 0 1 0 468820556 143478784 19303 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 35029 19303 730 445 0 28573 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140116

[startup+51.1007 s]
/proc/loadavg: 3.51 5.08 7.52 5/190 1597
/proc/meminfo: memFree=12632744/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=140116 CPUtime=51.09 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 22922 0 0 0 5105 4 0 0 25 0 1 0 468820556 143478784 22856 33554432000 4194304 6016207 140734646015488 18446744073709551615 4536356 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 35029 22856 730 445 0 28573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 140116

[startup+102.307 s]
/proc/loadavg: 3.79 4.91 7.33 5/190 1598
/proc/meminfo: memFree=12519272/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=165104 CPUtime=102.29 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 32581 0 0 0 10224 5 0 0 25 0 1 0 468820556 169066496 32515 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 41276 32515 730 445 0 34820 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 165104

[startup+162.301 s]
/proc/loadavg: 3.92 4.74 7.12 5/190 1600
/proc/meminfo: memFree=12452168/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=177684 CPUtime=162.28 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 36779 0 0 0 16222 6 0 0 25 0 1 0 468820556 181948416 36713 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 44421 36713 730 445 0 37965 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 177684

[startup+222.3 s]
/proc/loadavg: 3.97 4.60 6.92 5/190 1628
/proc/meminfo: memFree=12447160/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=190788 CPUtime=222.29 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 39950 0 0 0 22221 8 0 0 25 0 1 0 468820556 195366912 39884 33554432000 4194304 6016207 140734646015488 18446744073709551615 4371155 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 47697 39884 730 445 0 41241 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 190788

[startup+282.301 s]
/proc/loadavg: 3.99 4.49 6.74 5/190 1630
/proc/meminfo: memFree=12382616/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=282.29 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 43974 0 0 0 28220 9 0 0 25 0 1 0 468820556 369790976 43880 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 43880 730 445 0 83825 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 361124

[startup+342.3 s]
/proc/loadavg: 3.99 4.40 6.56 5/190 1632
/proc/meminfo: memFree=12194000/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=342.29 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 57856 0 0 0 34215 14 0 0 25 0 1 0 468820556 369790976 57724 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 57724 730 445 0 83825 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 361124

[startup+402.301 s]
/proc/loadavg: 3.99 4.32 6.40 5/190 1633
/proc/meminfo: memFree=12095372/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=402.3 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 66006 0 0 0 40213 17 0 0 25 0 1 0 468820556 369790976 65794 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 65794 730 445 0 83825 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 361124

[startup+462.301 s]
/proc/loadavg: 3.99 4.26 6.25 5/190 1635
/proc/meminfo: memFree=12028632/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=462.3 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 67525 0 0 0 46212 18 0 0 25 0 1 0 468820556 369790976 67156 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 67156 730 445 0 83825 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 361124

[startup+522.3 s]
/proc/loadavg: 3.99 4.21 6.10 5/190 1636
/proc/meminfo: memFree=11993016/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=522.3 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 68680 0 0 0 52212 18 0 0 25 0 1 0 468820556 369790976 68311 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 68311 730 445 0 83825 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 361124

[startup+582.301 s]
/proc/loadavg: 3.99 4.17 5.97 5/190 1638
/proc/meminfo: memFree=11949824/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=582.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 68776 0 0 0 58213 18 0 0 25 0 1 0 468820556 369790976 68270 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 68270 730 445 0 83825 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 361124

[startup+642.301 s]
/proc/loadavg: 3.99 4.14 5.84 5/190 1640
/proc/meminfo: memFree=11942360/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=642.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 69087 0 0 0 64213 18 0 0 25 0 1 0 468820556 369790976 68581 33554432000 4194304 6016207 140734646015488 18446744073709551615 4536272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 68581 730 445 0 83825 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 361124

[startup+702.3 s]
/proc/loadavg: 3.99 4.11 5.72 5/190 1641
/proc/meminfo: memFree=11907232/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=702.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 69544 0 0 0 70213 18 0 0 25 0 1 0 468820556 369790976 68894 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 68894 730 445 0 83825 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 361124

[startup+762.307 s]
/proc/loadavg: 4.08 4.12 5.62 5/190 1643
/proc/meminfo: memFree=11868272/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=762.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 78720 0 0 0 76212 19 0 0 25 0 1 0 468820556 369790976 78070 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 78070 730 445 0 83825 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 361124

[startup+822.301 s]
/proc/loadavg: 4.03 4.09 5.52 5/190 1644
/proc/meminfo: memFree=11860164/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=822.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 78941 0 0 0 82212 19 0 0 25 0 1 0 468820556 369790976 78050 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 78050 730 445 0 83825 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 361124

[startup+882.301 s]
/proc/loadavg: 4.01 4.07 5.42 5/190 1646
/proc/meminfo: memFree=11836940/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=882.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 81007 0 0 0 88211 20 0 0 25 0 1 0 468820556 369790976 80116 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 80116 730 445 0 83825 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 361124

[startup+942.301 s]
/proc/loadavg: 4.15 4.09 5.34 5/190 1648
/proc/meminfo: memFree=11821788/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=942.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 82566 0 0 0 94211 20 0 0 25 0 1 0 468820556 369790976 81675 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 81675 730 445 0 83825 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 361124

[startup+1002.3 s]
/proc/loadavg: 4.05 4.07 5.25 5/190 1649
/proc/meminfo: memFree=11811092/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=361124 CPUtime=1002.31 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 82566 0 0 0 100211 20 0 0 25 0 1 0 468820556 369790976 81675 33554432000 4194304 6016207 140734646015488 18446744073709551615 4382356 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 90281 81675 730 445 0 83825 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 361124

[startup+1062.3 s]
/proc/loadavg: 4.02 4.05 5.17 5/190 1651
/proc/meminfo: memFree=11803616/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=432824 CPUtime=1062.32 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 84301 0 0 0 106211 21 0 0 25 0 1 0 468820556 443211776 83410 33554432000 4194304 6016207 140734646015488 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 108206 83410 730 445 0 101750 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 432824

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 5.10 5/190 1652
/proc/meminfo: memFree=11797012/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=504680 CPUtime=1122.32 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 85686 0 0 0 112210 22 0 0 25 0 1 0 468820556 516792320 83264 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 126170 83264 730 445 0 119714 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 504680

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 5.02 5/190 1654
/proc/meminfo: memFree=11747620/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=577292 CPUtime=1182.33 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 94008 0 0 0 118210 23 0 0 25 0 1 0 468820556 591147008 91586 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 144323 91586 730 445 0 137867 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 577292

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.96 5/190 1656
/proc/meminfo: memFree=11724904/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=577292 CPUtime=1242.32 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 99537 0 0 0 124208 24 0 0 25 0 1 0 468820556 591147008 97115 33554432000 4194304 6016207 140734646015488 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 144323 97115 730 445 0 137867 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 577292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.90 5/190 1657
/proc/meminfo: memFree=11663864/32951124 swapFree=67111528/67111528
[pid=1565] ppid=1563 vsize=577292 CPUtime=1300.03 cores=4,6
/proc/1565/stat : 1565 (qutersat_releas) R 1563 1565 504 0 -1 4202496 103204 0 0 0 129978 25 0 0 25 0 1 0 468820556 591147008 100782 33554432000 4194304 6016207 140734646015488 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1565/statm: 144323 100782 730 445 0 137867 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 577292

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.79
CPU system time (s): 0.271958
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 577292

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

runsolver used 2.25366 second user time and 4.84926 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-23 17:23:02
IDJOB=3264544
IDBENCH=84715
IDSOLVER=1607
FILE ID=node102/3264544-1303572182
RUNJOBID= node102-1303572182-1554
PBS_JOBID= 13150307
Free space on /tmp= 70732 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264544-1303572182/watcher-3264544-1303572182 -o /tmp/evaluation-result-3264544-1303572182/solver-3264544-1303572182 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3264544-1303572182.cnf 144214296

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=144214296

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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.82
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.828
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.828
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.82
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.828
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:      12965216 kB
Buffers:       1838144 kB
Cached:       17527884 kB
SwapCached:          0 kB
Active:        9781224 kB
Inactive:      9648996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12965216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1680 kB
Writeback:           0 kB
AnonPages:       64136 kB
Mapped:          14400 kB
Slab:           493240 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194060 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= 70724 MiB
End job on node102 at 2011-04-23 17:44:44