Trace number 3376705

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

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_3_6_cmp.cnf
MD5SUMc848a5766cfcc1d1c3f26c7818e48eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.7412
Satisfiable
(Un)Satisfiability was proved
Number of variables1473
Number of clauses11563
Sum of the clauses size37576
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 37024
Number of clauses of size 4708
Number of clauses of size 51300
Number of clauses of size over 5150

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1473 #clause: 11563
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :        432 AvgFaninNum: 4.5
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 0
0.00/0.04	c UnDirect to Direct Gate: 0
0.00/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.04	c Break Cycle : 348
0.00/0.04	c Total Root : 0 Undef Var: 1389
0.00/0.04	c After covering, Total Root: 84 Leaf: 348
0.00/0.04	c Variable( cover/uncovered/unused ): 432 1041 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 348 2033
0.00/0.04	c Clauses( cover/uncovered ): 84 8748
0.00/0.04	c Total Clauses( cover/uncovered ): 432 10781 3.85267%
0.00/0.04	c Covered Ands: 84 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 3.28337 max size: 25
0.00/0.05	c Final circuit: i/l/o/s    1389       0   10781     20406
0.00/0.05	c CnfToAig: Time: 0.02 s
0.00/0.08	c TmMap: Set choices finish.
0.05/0.09	c TmMap: Set big and: 11299
0.05/0.09	c TmMap: Origin: 21796 ClauseNum: 61218 --> New: 12701 ClauseNum: 44386
0.05/0.09	c TmMap: Time: 0.01
0.05/0.09	c Try to Add: #clause: 22646 #xorclause: 0
0.05/0.09	c #var: 1919 #clauses: 8434 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/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-3376705-1305467736/watcher-3376705-1305467736 -o /tmp/evaluation-result-3376705-1305467736/solver-3376705-1305467736 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376705-1305467736.cnf 1423662893 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 6.96 7.90 7.51 2/369 6412
/proc/meminfo: memFree=23770000/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=6420 CPUtime=0 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) D 6410 6412 6382 0 -1 4194304 91 0 0 0 0 0 0 0 23 0 1 0 658374035 6574080 46 33554432000 4194304 6014671 140736443724800 18446744073709551615 244442021607 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/6412/statm: 1605 46 37 445 0 66 0

[startup+0.0868891 s]
/proc/loadavg: 6.96 7.90 7.51 2/369 6412
/proc/meminfo: memFree=23770000/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=44652 CPUtime=0.05 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 5062 0 2 0 5 0 0 0 18 0 1 0 658374035 45723648 5000 33554432000 4194304 6014671 140736443724800 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 11163 5004 670 445 0 4708 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44652

[startup+0.100867 s]
/proc/loadavg: 6.96 7.90 7.51 2/369 6412
/proc/meminfo: memFree=23770000/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=52856 CPUtime=0.06 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 5364 0 2 0 6 0 0 0 18 0 1 0 658374035 54124544 5302 33554432000 4194304 6014671 140736443724800 18446744073709551615 4367522 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 13214 5302 696 445 0 6759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 52856

[startup+0.300828 s]
/proc/loadavg: 6.96 7.90 7.51 2/369 6412
/proc/meminfo: memFree=23770000/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=52856 CPUtime=0.26 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 5606 0 2 0 26 0 0 0 18 0 1 0 658374035 54124544 5544 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 13214 5544 724 445 0 6759 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 52856

[startup+0.700781 s]
/proc/loadavg: 6.96 7.90 7.51 2/369 6412
/proc/meminfo: memFree=23770000/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=71208 CPUtime=0.66 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 6392 0 2 0 66 0 0 0 18 0 1 0 658374035 72916992 6330 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 17802 6330 725 445 0 11347 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 71208

[startup+1.50063 s]
/proc/loadavg: 6.96 7.90 7.51 5/385 6443
/proc/meminfo: memFree=23508644/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=71208 CPUtime=1.46 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 6896 0 2 0 146 0 0 0 20 0 1 0 658374035 72916992 6834 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 17802 6834 725 445 0 11347 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 71208

[startup+3.10034 s]
/proc/loadavg: 6.96 7.90 7.51 5/385 6443
/proc/meminfo: memFree=23489548/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=80512 CPUtime=3.06 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 9905 0 2 0 305 1 0 0 25 0 1 0 658374035 82444288 9843 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 20128 9843 729 445 0 13673 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 80512

[startup+6.30074 s]
/proc/loadavg: 6.73 7.83 7.49 5/385 6443
/proc/meminfo: memFree=23458576/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=89804 CPUtime=6.26 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 11802 0 2 0 625 1 0 0 25 0 1 0 658374035 91959296 11737 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 22451 11737 729 445 0 15996 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 89804

[startup+12.7005 s]
/proc/loadavg: 6.51 7.77 7.47 5/385 6443
/proc/meminfo: memFree=23264060/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=108324 CPUtime=12.67 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 14438 0 2 0 1265 2 0 0 25 0 1 0 658374035 110923776 14373 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 27081 14373 729 445 0 20626 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 108324

[startup+25.5012 s]
/proc/loadavg: 5.95 7.59 7.41 5/385 6471
/proc/meminfo: memFree=22544532/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=127160 CPUtime=25.46 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 17535 0 2 0 2544 2 0 0 25 0 1 0 658374035 130211840 17460 33554432000 4194304 6014671 140736443724800 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 31790 17460 729 445 0 25335 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 127160

[startup+51.1004 s]
/proc/loadavg: 5.28 7.30 7.32 5/385 6472
/proc/meminfo: memFree=22303188/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=127160 CPUtime=51.06 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 18830 0 2 0 5104 2 0 0 25 0 1 0 658374035 130211840 18755 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 31790 18755 729 445 0 25335 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 127160

[startup+102.315 s]
/proc/loadavg: 4.56 6.79 7.14 5/385 6473
/proc/meminfo: memFree=21655496/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=127160 CPUtime=102.28 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 20796 0 2 0 10225 3 0 0 25 0 1 0 658374035 130211840 20721 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 31790 20721 729 445 0 25335 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 127160

[startup+162.301 s]
/proc/loadavg: 4.24 6.29 6.95 5/385 6474
/proc/meminfo: memFree=21268616/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=169116 CPUtime=162.27 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 31284 0 2 0 16222 5 0 0 25 0 1 0 658374035 173174784 31209 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423565 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 42279 31209 729 445 0 35824 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 169116

[startup+222.301 s]
/proc/loadavg: 4.09 5.87 6.76 5/385 6476
/proc/meminfo: memFree=21072052/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=212636 CPUtime=222.27 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 35092 0 2 0 22221 6 0 0 25 0 1 0 658374035 217739264 35017 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 53159 35017 729 445 0 46704 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 212636

[startup+282.3 s]
/proc/loadavg: 4.08 5.54 6.59 5/385 6478
/proc/meminfo: memFree=20864188/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=256800 CPUtime=282.27 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 35723 0 2 0 28221 6 0 0 25 0 1 0 658374035 262963200 35633 33554432000 4194304 6014671 140736443724800 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 64200 35633 729 445 0 57745 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 256800

[startup+342.301 s]
/proc/loadavg: 4.03 5.26 6.43 5/385 6488
/proc/meminfo: memFree=20810096/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=256800 CPUtime=342.27 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 42107 0 2 0 34219 8 0 0 25 0 1 0 658374035 262963200 39297 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424943 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 64200 39297 729 445 0 57745 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 256800

[startup+402.301 s]
/proc/loadavg: 4.01 5.03 6.27 5/385 6490
/proc/meminfo: memFree=20670540/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303096 CPUtime=402.28 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 43754 0 2 0 40219 9 0 0 25 0 1 0 658374035 310370304 40944 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75774 40944 729 445 0 69319 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 303096

[startup+462.301 s]
/proc/loadavg: 4.09 4.87 6.14 5/385 6491
/proc/meminfo: memFree=20540300/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303096 CPUtime=462.28 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 46619 0 2 0 46218 10 0 0 25 0 1 0 658374035 310370304 43809 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75774 43809 729 445 0 69319 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 303096

[startup+522.301 s]
/proc/loadavg: 4.03 4.71 6.00 5/385 6496
/proc/meminfo: memFree=20456180/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303096 CPUtime=522.27 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 51229 0 2 0 52216 11 0 0 25 0 1 0 658374035 310370304 48419 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75774 48419 729 445 0 69319 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 303096

[startup+582.3 s]
/proc/loadavg: 4.01 4.57 5.87 5/385 6498
/proc/meminfo: memFree=20389488/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303096 CPUtime=582.28 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 52107 0 2 0 58216 12 0 0 25 0 1 0 658374035 310370304 49297 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75774 49297 729 445 0 69319 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 303096

[startup+642.301 s]
/proc/loadavg: 4.06 4.48 5.76 5/385 6499
/proc/meminfo: memFree=20376924/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303096 CPUtime=642.29 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 52378 0 2 0 64217 12 0 0 25 0 1 0 658374035 310370304 49568 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75774 49568 729 445 0 69319 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 303096

[startup+702.301 s]
/proc/loadavg: 4.07 4.41 5.65 5/385 6501
/proc/meminfo: memFree=20375276/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303096 CPUtime=702.28 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 52756 0 2 0 70216 12 0 0 25 0 1 0 658374035 310370304 49946 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75774 49946 729 445 0 69319 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 303096

[startup+762.315 s]
/proc/loadavg: 4.08 4.35 5.55 5/385 6529
/proc/meminfo: memFree=22005056/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=762.3 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 53006 0 2 0 76218 12 0 0 25 0 1 0 658374035 310501376 50196 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 50196 729 445 0 69351 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 303224

[startup+822.301 s]
/proc/loadavg: 4.10 4.30 5.45 5/385 6531
/proc/meminfo: memFree=21881760/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=822.29 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 58982 0 2 0 82214 15 0 0 25 0 1 0 658374035 310501376 56172 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 56172 729 445 0 69351 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 303224

[startup+882.3 s]
/proc/loadavg: 4.04 4.24 5.36 5/385 6533
/proc/meminfo: memFree=21733400/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=882.29 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 59588 0 2 0 88214 15 0 0 25 0 1 0 658374035 310501376 56778 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 56778 729 445 0 69351 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 303224

[startup+942.3 s]
/proc/loadavg: 4.18 4.24 5.29 5/385 6534
/proc/meminfo: memFree=21671736/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=942.29 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 61476 0 2 0 94212 17 0 0 25 0 1 0 658374035 310501376 58666 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 58666 729 445 0 69351 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 303224

[startup+1002.3 s]
/proc/loadavg: 4.11 4.21 5.21 5/385 6536
/proc/meminfo: memFree=21467844/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=1002.3 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 63001 0 2 0 100212 18 0 0 25 0 1 0 658374035 310501376 60191 33554432000 4194304 6014671 140736443724800 18446744073709551615 4378509 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 60191 729 445 0 69351 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 303224

[startup+1062.3 s]
/proc/loadavg: 4.04 4.17 5.13 5/385 6537
/proc/meminfo: memFree=21365644/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=1062.3 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 63001 0 2 0 106212 18 0 0 25 0 1 0 658374035 310501376 60191 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 60191 729 445 0 69351 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 303224

[startup+1122.3 s]
/proc/loadavg: 4.01 4.13 5.06 5/385 6539
/proc/meminfo: memFree=21231820/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=1122.3 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 63477 0 2 0 112212 18 0 0 25 0 1 0 658374035 310501376 60667 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 60667 729 445 0 69351 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 303224

[startup+1182.3 s]
/proc/loadavg: 4.08 4.12 4.99 5/385 6541
/proc/meminfo: memFree=21222488/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=1182.3 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 63480 0 2 0 118212 18 0 0 25 0 1 0 658374035 310501376 60670 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 60670 729 445 0 69351 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 303224

[startup+1242.3 s]
/proc/loadavg: 4.03 4.10 4.93 5/385 6542
/proc/meminfo: memFree=21126848/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=1242.3 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 63997 0 2 0 124212 18 0 0 25 0 1 0 658374035 310501376 61187 33554432000 4194304 6014671 140736443724800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 61187 729 445 0 69351 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 303224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.08 4.87 5/385 6544
/proc/meminfo: memFree=21056252/32951124 swapFree=44485772/67111528
[pid=6412] ppid=6410 vsize=303224 CPUtime=1300.01 cores=0,2
/proc/6412/stat : 6412 (qutersat_releas) R 6410 6412 6382 0 -1 4202496 64004 0 2 0 129983 18 0 0 25 0 1 0 658374035 310501376 61194 33554432000 4194304 6014671 140736443724800 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/6412/statm: 75806 61194 729 445 0 69351 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 303224

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.04
CPU user time (s): 1299.84
CPU system time (s): 0.197969
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 303224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64008
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 2755

runsolver used 5.13422 second user time and 10.6864 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 15:55:36
IDJOB=3376705
IDBENCH=70907
IDSOLVER=1856
FILE ID=node105/3376705-1305467736
RUNJOBID= node105-1305467736-6400
PBS_JOBID= 13325311
Free space on /tmp= 73580 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_7_3_6_cmp.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376705-1305467736/watcher-3376705-1305467736 -o /tmp/evaluation-result-3376705-1305467736/solver-3376705-1305467736 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376705-1305467736.cnf 1423662893

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

MD5SUM BENCH= c848a5766cfcc1d1c3f26c7818e48eb2
RANDOM SEED=1423662893

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      23770280 kB
Buffers:        308952 kB
Cached:        6755188 kB
SwapCached:      39648 kB
Active:        1560048 kB
Inactive:      7337920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23770280 kB
SwapTotal:    67111528 kB
SwapFree:     44485772 kB
Dirty:            2092 kB
Writeback:           0 kB
AnonPages:     1802360 kB
Mapped:          15184 kB
Slab:           141816 kB
PageTables:      73320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91325660 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= 73556 MiB
End job on node105 at 2011-05-15 16:17:18