Trace number 3376845

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.08 1300.05

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

0.00/0.00	c Set FPU double precision.
0.03/0.06	c Parse Cnf success: #var: 8713 #clause: 99699
0.03/0.06	c Find Units :          0
0.03/0.06	c Find Invs  :          0
0.03/0.08	c Find Ands  :        840 AvgFaninNum: 2.85714
0.03/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.03/0.09	c Find Ite   :          0
0.09/0.10	c UnDirect variable: 0
0.09/0.10	c UnDirect to Direct Gate: 0
0.09/0.10	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.10	c Break Cycle : 620
0.09/0.10	c Total Root : 0 Undef Var: 8493
0.09/0.10	c After covering, Total Root: 220 Leaf: 620
0.09/0.10	c Variable( cover/uncovered/unused ): 840 7873 0
0.09/0.10	c Unit Clauses: 0
0.09/0.10	c Binary Clauses( cover/uncovered ): 620 10246
0.09/0.10	c Clauses( cover/uncovered ): 220 83429
0.09/0.10	c Total Clauses( cover/uncovered ): 840 93675 0.888748%
0.09/0.10	c Covered Ands: 220 Invs: 0 Xors: 0 Ites: 0
0.09/0.19	c Uncover Clauses avg size: 3.39165 max size: 81
0.09/0.20	c Final circuit: i/l/o/s    8493       0   93675    164579
0.09/0.20	c CnfToAig: Time: 0.18 s
0.29/0.34	c TmMap: Set choices finish.
0.39/0.41	c TmMap: Set big and: 100051
0.39/0.41	c TmMap: Origin: 173073 ClauseNum: 493737 --> New: 108545 ClauseNum: 370189
0.39/0.41	c TmMap: Time: 0.09
0.39/0.44	c Try to Add: #clause: 200102 #xorclause: 0
0.39/0.47	c #var: 14869 #clauses: 56637 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376845-1305467736/watcher-3376845-1305467736 -o /tmp/evaluation-result-3376845-1305467736/solver-3376845-1305467736 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376845-1305467736.cnf 1423662893 

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: 6.96 7.90 7.51 2/374 6424
/proc/meminfo: memFree=23745420/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=33388 CPUtime=0 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 2102 0 0 0 0 0 0 0 25 0 1 0 658374050 34189312 2038 33554432000 4194304 6014671 140734785973376 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 8347 2039 378 445 0 1892 0

[startup+0.0368251 s]
/proc/loadavg: 6.96 7.90 7.51 2/374 6424
/proc/meminfo: memFree=23745420/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=40556 CPUtime=0.03 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 3932 0 0 0 3 0 0 0 25 0 1 0 658374050 41529344 3868 33554432000 4194304 6014671 140734785973376 18446744073709551615 4303733 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 10139 3868 378 445 0 3684 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40556

[startup+0.10085 s]
/proc/loadavg: 6.96 7.90 7.51 2/374 6424
/proc/meminfo: memFree=23745420/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=44652 CPUtime=0.09 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 4987 0 0 0 9 0 0 0 25 0 1 0 658374050 45723648 4923 33554432000 4194304 6014671 140734785973376 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 11163 4923 395 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.300825 s]
/proc/loadavg: 6.96 7.90 7.51 2/374 6424
/proc/meminfo: memFree=23745420/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=80856 CPUtime=0.29 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 14182 0 0 0 28 1 0 0 25 0 1 0 658374050 82796544 14118 33554432000 4194304 6014671 140734785973376 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 20214 14120 668 445 0 13759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80856

[startup+0.700752 s]
/proc/loadavg: 6.96 7.90 7.51 2/374 6424
/proc/meminfo: memFree=23745420/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=101632 CPUtime=0.69 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 19254 0 0 0 68 1 0 0 25 0 1 0 658374050 104071168 19190 33554432000 4194304 6014671 140734785973376 18446744073709551615 4422724 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 25408 19190 696 445 0 18953 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101632

[startup+1.5006 s]
/proc/loadavg: 6.96 7.90 7.51 5/385 6443
/proc/meminfo: memFree=23506536/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=101632 CPUtime=1.49 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 19282 0 0 0 148 1 0 0 25 0 1 0 658374050 104071168 19218 33554432000 4194304 6014671 140734785973376 18446744073709551615 4385748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 25408 19218 723 445 0 18953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101632

[startup+3.1003 s]
/proc/loadavg: 6.96 7.90 7.51 5/385 6443
/proc/meminfo: memFree=23488308/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=101632 CPUtime=3.09 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 19282 0 0 0 308 1 0 0 25 0 1 0 658374050 104071168 19218 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 25408 19218 723 445 0 18953 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101632

[startup+6.30071 s]
/proc/loadavg: 6.73 7.83 7.49 5/385 6443
/proc/meminfo: memFree=23457460/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=101632 CPUtime=6.29 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 19283 0 0 0 627 2 0 0 25 0 1 0 658374050 104071168 19219 33554432000 4194304 6014671 140734785973376 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 25408 19219 724 445 0 18953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101632

[startup+12.7005 s]
/proc/loadavg: 6.51 7.77 7.47 5/385 6443
/proc/meminfo: memFree=23263936/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=217256 CPUtime=12.69 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 34219 0 0 0 1265 4 0 0 25 0 1 0 658374050 222470144 34155 33554432000 4194304 6014671 140734785973376 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 54314 34155 728 445 0 47859 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 217256

[startup+25.5011 s]
/proc/loadavg: 5.95 7.59 7.41 5/385 6471
/proc/meminfo: memFree=22543912/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=327064 CPUtime=25.49 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 49625 0 0 0 2542 7 0 0 25 0 1 0 658374050 334913536 49561 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 81766 49561 728 445 0 75311 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 327064

[startup+51.1004 s]
/proc/loadavg: 5.28 7.30 7.32 5/385 6472
/proc/meminfo: memFree=22295872/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=384340 CPUtime=51.09 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 65010 0 0 0 5101 8 0 0 25 0 1 0 658374050 393564160 64910 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 96085 64910 728 445 0 89630 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 384340

[startup+102.315 s]
/proc/loadavg: 4.56 6.79 7.14 5/385 6473
/proc/meminfo: memFree=21655496/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=447776 CPUtime=102.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 90296 0 0 0 10218 12 0 0 25 0 1 0 658374050 458522624 90075 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 111944 90075 728 445 0 105489 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 447776

[startup+162.301 s]
/proc/loadavg: 4.24 6.29 6.95 5/385 6474
/proc/meminfo: memFree=21266384/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=531056 CPUtime=162.28 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 102946 0 0 0 16214 14 0 0 25 0 1 0 658374050 543801344 102453 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 132764 102453 728 445 0 126309 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 531056

[startup+222.301 s]
/proc/loadavg: 4.09 5.87 6.76 5/385 6476
/proc/meminfo: memFree=21071308/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=700600 CPUtime=222.29 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 125169 0 0 0 22212 17 0 0 25 0 1 0 658374050 717414400 117563 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 175150 117563 728 445 0 168695 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 700600

[startup+282.3 s]
/proc/loadavg: 4.08 5.54 6.59 5/385 6478
/proc/meminfo: memFree=20863940/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=700600 CPUtime=282.29 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 150101 0 0 0 28208 21 0 0 25 0 1 0 658374050 717414400 142495 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 175150 142495 728 445 0 168695 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 700600

[startup+342.301 s]
/proc/loadavg: 4.03 5.26 6.43 5/385 6488
/proc/meminfo: memFree=20809848/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=700600 CPUtime=342.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 153207 0 0 0 34208 22 0 0 25 0 1 0 658374050 717414400 145601 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 175150 145601 728 445 0 168695 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 700600

[startup+402.301 s]
/proc/loadavg: 4.01 5.03 6.27 5/385 6490
/proc/meminfo: memFree=20669920/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=700600 CPUtime=402.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 160821 0 0 0 40207 23 0 0 25 0 1 0 658374050 717414400 153210 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 175150 153210 737 445 0 168695 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 700600

[startup+462.301 s]
/proc/loadavg: 4.09 4.87 6.14 5/385 6491
/proc/meminfo: memFree=20539556/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=914900 CPUtime=462.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 175023 0 0 0 46204 26 0 0 25 0 1 0 658374050 936857600 167412 33554432000 4194304 6014671 140734785973376 18446744073709551615 4378535 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 228725 167412 737 445 0 222270 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 914900

[startup+522.301 s]
/proc/loadavg: 4.03 4.71 6.00 5/385 6496
/proc/meminfo: memFree=20456180/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=522.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 179663 0 0 0 52204 26 0 0 25 0 1 0 658374050 1056866304 172052 33554432000 4194304 6014671 140734785973376 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 172052 737 445 0 251569 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1032096

[startup+582.3 s]
/proc/loadavg: 4.01 4.57 5.87 5/385 6498
/proc/meminfo: memFree=20389488/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=582.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 181014 0 0 0 58203 27 0 0 25 0 1 0 658374050 1056866304 173403 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 173403 737 445 0 251569 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1032096

[startup+642.301 s]
/proc/loadavg: 4.06 4.48 5.76 5/385 6499
/proc/meminfo: memFree=20376924/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=642.31 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 181666 0 0 0 64204 27 0 0 25 0 1 0 658374050 1056866304 174055 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 174055 737 445 0 251569 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1032096

[startup+702.301 s]
/proc/loadavg: 4.07 4.41 5.65 5/385 6501
/proc/meminfo: memFree=20375276/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=702.3 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 181668 0 0 0 70203 27 0 0 25 0 1 0 658374050 1056866304 174057 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 174057 737 445 0 251569 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1032096

[startup+762.315 s]
/proc/loadavg: 4.08 4.35 5.55 5/385 6529
/proc/meminfo: memFree=22004912/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=762.32 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 181669 0 0 0 76203 29 0 0 25 0 1 0 658374050 1056866304 174052 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 174052 737 445 0 251569 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1032096

[startup+822.301 s]
/proc/loadavg: 4.10 4.30 5.45 5/385 6531
/proc/meminfo: memFree=21881760/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=822.31 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 181684 0 0 0 82202 29 0 0 25 0 1 0 658374050 1056866304 174036 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 174036 728 445 0 251569 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1032096

[startup+882.3 s]
/proc/loadavg: 4.04 4.24 5.36 5/385 6533
/proc/meminfo: memFree=21733400/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=882.31 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 182118 0 0 0 88202 29 0 0 25 0 1 0 658374050 1056866304 174444 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 174444 728 445 0 251569 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1032096

[startup+942.3 s]
/proc/loadavg: 4.18 4.24 5.29 5/385 6534
/proc/meminfo: memFree=21671364/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=942.31 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 182131 0 0 0 94202 29 0 0 25 0 1 0 658374050 1056866304 174434 33554432000 4194304 6014671 140734785973376 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 174434 728 445 0 251569 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1032096

[startup+1002.3 s]
/proc/loadavg: 4.11 4.21 5.21 5/385 6536
/proc/meminfo: memFree=21467844/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1032096 CPUtime=1002.31 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 189519 0 0 0 100201 30 0 0 25 0 1 0 658374050 1056866304 181791 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 258024 181791 728 445 0 251569 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1032096

[startup+1062.3 s]
/proc/loadavg: 4.04 4.17 5.13 5/385 6537
/proc/meminfo: memFree=21365272/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1174476 CPUtime=1062.32 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 218168 0 0 0 106197 35 0 0 25 0 1 0 658374050 1202663424 210250 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 293619 210250 728 445 0 287164 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1174476

[startup+1122.3 s]
/proc/loadavg: 4.01 4.13 5.06 5/385 6539
/proc/meminfo: memFree=21231820/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1174476 CPUtime=1122.32 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 221151 0 0 0 112196 36 0 0 25 0 1 0 658374050 1202663424 213233 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 293619 213233 728 445 0 287164 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1174476

[startup+1182.3 s]
/proc/loadavg: 4.08 4.12 4.99 5/385 6541
/proc/meminfo: memFree=21222488/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1324472 CPUtime=1182.32 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 221319 0 0 0 118196 36 0 0 25 0 1 0 658374050 1356259328 213265 33554432000 4194304 6014671 140734785973376 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 331118 213265 728 445 0 324663 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1324472

[startup+1242.3 s]
/proc/loadavg: 4.03 4.10 4.93 5/385 6542
/proc/meminfo: memFree=21126848/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1324472 CPUtime=1242.33 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 224576 0 0 0 124196 37 0 0 25 0 1 0 658374050 1356259328 216522 33554432000 4194304 6014671 140734785973376 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 331118 216522 728 445 0 324663 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1324472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.08 4.87 4/383 6545
/proc/meminfo: memFree=21297940/32951124 swapFree=44485772/67111528
[pid=6424] ppid=6422 vsize=1324472 CPUtime=1300.03 cores=4,6
/proc/6424/stat : 6424 (qutersat_releas) R 6422 6424 6382 0 -1 4202496 234812 0 0 0 129964 39 0 0 25 0 1 0 658374050 1356259328 220162 33554432000 4194304 6014671 140734785973376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6424/statm: 331118 220162 728 445 0 324663 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1324472

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.05
CPU time (s): 1300.08
CPU user time (s): 1299.65
CPU system time (s): 0.424935
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1324472

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

runsolver used 5.13422 second user time and 10.8074 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 15:55:36
IDJOB=3376845
IDBENCH=70910
IDSOLVER=1856
FILE ID=node105/3376845-1305467736
RUNJOBID= node105-1305467736-6401
PBS_JOBID= 13325311
Free space on /tmp= 73576 MiB

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

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
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:      23745824 kB
Buffers:        308996 kB
Cached:        6759412 kB
SwapCached:      39648 kB
Active:        1585300 kB
Inactive:      7336736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23745824 kB
SwapTotal:    67111528 kB
SwapFree:     44485772 kB
Dirty:            5972 kB
Writeback:           0 kB
AnonPages:     1821760 kB
Mapped:          17512 kB
Slab:           142076 kB
PageTables:      73320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91374392 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= 73560 MiB
End job on node105 at 2011-05-15 16:17:18