Trace number 3420855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.13 4999.99

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.2837
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.10	c Parse Cnf success: #var: 12584 #clause: 155712
0.00/0.10	c Find Units :          0
0.00/0.10	c Find Invs  :         44
0.10/0.12	c Find Ands  :        880 AvgFaninNum: 3
0.10/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.10/0.14	c Find Ite   :          0
0.10/0.16	c UnDirect variable: 88
0.10/0.16	c UnDirect to Direct Gate: 1
0.10/0.16	c Forced Direct Gate: 1 Unuse unDirect Gate: 44
0.10/0.16	c Break Cycle : 660
0.10/0.16	c Total Root : 1 Undef Var: 12363
0.10/0.16	c After covering, Total Root: 221 Leaf: 661
0.10/0.16	c Variable( cover/uncovered/unused ): 882 11702 0
0.10/0.16	c Unit Clauses: 0
0.10/0.16	c Binary Clauses( cover/uncovered ): 662 16742
0.10/0.16	c Clauses( cover/uncovered ): 220 129288
0.10/0.16	c Total Clauses( cover/uncovered ): 882 146030 0.600359%
0.10/0.16	c Covered Ands: 220 Invs: 1 Xors: 0 Ites: 0
0.29/0.30	c Uncover Clauses avg size: 3.39188 max size: 100
0.29/0.30	c Final circuit: i/l/o/s   12363       0  146030    247526
0.29/0.30	c CnfToAig: Time: 0.3 s
0.49/0.51	c TmMap: Set choices finish.
0.59/0.62	c TmMap: Set big and: 153050
0.59/0.62	c TmMap: Origin: 259890 ClauseNum: 742578 --> New: 165414 ClauseNum: 563126
0.59/0.62	c TmMap: Time: 0.14
0.59/0.66	c Try to Add: #clause: 306100 #xorclause: 0
0.69/0.70	c #var: 19383 #clauses: 83809 Solving... 
5000.03/4999.92	c Time Out !!
5000.03/4999.92	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-3420855-1306594453/watcher-3420855-1306594453 -o /tmp/evaluation-result-3420855-1306594453/solver-3420855-1306594453 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420855-1306594453.cnf 1447408697 

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

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


[startup+0 s]
/proc/loadavg: 0.97 1.05 1.34 2/535 5413
/proc/meminfo: memFree=14317764/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 1885 0 0 0 0 0 0 0 22 0 1 0 751861590 33140736 1821 33554432000 4194304 6014671 140734986044560 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 8091 1822 377 445 0 1636 0

[startup+0.116353 s]
/proc/loadavg: 0.97 1.05 1.34 2/535 5413
/proc/meminfo: memFree=14317764/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=52972 CPUtime=0.1 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 6758 0 0 0 10 0 0 0 23 0 1 0 751861590 54243328 6694 33554432000 4194304 6014671 140734986044560 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 13243 6694 382 445 0 6788 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52972

[startup+0.200343 s]
/proc/loadavg: 0.97 1.05 1.34 2/535 5413
/proc/meminfo: memFree=14317764/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=52972 CPUtime=0.19 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 6895 0 0 0 19 0 0 0 23 0 1 0 751861590 54243328 6831 33554432000 4194304 6014671 140734986044560 18446744073709551615 4266942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 14011 6832 398 445 0 7556 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 52972

[startup+0.300333 s]
/proc/loadavg: 0.97 1.05 1.34 2/535 5413
/proc/meminfo: memFree=14317764/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=65316 CPUtime=0.29 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 9704 0 0 0 28 1 0 0 23 0 1 0 751861590 66883584 9640 33554432000 4194304 6014671 140734986044560 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 16329 9641 398 445 0 9874 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65316

[startup+0.700255 s]
/proc/loadavg: 0.97 1.05 1.34 2/535 5413
/proc/meminfo: memFree=14317764/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=135972 CPUtime=0.69 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 27438 0 0 0 66 3 0 0 25 0 1 0 751861590 139235328 27374 33554432000 4194304 6014671 140734986044560 18446744073709551615 4457824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 33993 27374 691 445 0 27538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135972

[startup+1.50111 s]
/proc/loadavg: 0.97 1.05 1.34 3/536 5414
/proc/meminfo: memFree=14152888/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=135972 CPUtime=1.49 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 27456 0 0 0 146 3 0 0 25 0 1 0 751861590 139235328 27392 33554432000 4194304 6014671 140734986044560 18446744073709551615 4536536 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 33993 27392 709 445 0 27538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135972

[startup+3.10079 s]
/proc/loadavg: 0.97 1.05 1.34 3/536 5414
/proc/meminfo: memFree=14151768/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=168788 CPUtime=3.09 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 28338 0 0 0 306 3 0 0 25 0 1 0 751861590 172838912 28274 33554432000 4194304 6014671 140734986044560 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 42197 28274 723 445 0 35742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 168788

[startup+6.30025 s]
/proc/loadavg: 1.05 1.07 1.35 3/536 5414
/proc/meminfo: memFree=14146312/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=168788 CPUtime=6.29 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 28734 0 0 0 626 3 0 0 25 0 1 0 751861590 172838912 28670 33554432000 4194304 6014671 140734986044560 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 42197 28670 723 445 0 35742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168788

[startup+12.7011 s]
/proc/loadavg: 1.12 1.08 1.35 3/536 5415
/proc/meminfo: memFree=14083768/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=168788 CPUtime=12.69 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 29382 0 0 0 1266 3 0 0 25 0 1 0 751861590 172838912 29318 33554432000 4194304 6014671 140734986044560 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 42197 29318 724 445 0 35742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168788

[startup+25.5008 s]
/proc/loadavg: 1.32 1.13 1.36 3/536 5415
/proc/meminfo: memFree=13991140/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=235036 CPUtime=25.5 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 39837 0 0 0 2545 5 0 0 25 0 1 0 751861590 240676864 39773 33554432000 4194304 6014671 140734986044560 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 58759 39773 728 445 0 52304 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 235036

[startup+51.1012 s]
/proc/loadavg: 1.63 1.21 1.38 3/536 5416
/proc/meminfo: memFree=13791812/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=453100 CPUtime=51.09 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 70113 0 0 0 5100 9 0 0 25 0 1 0 751861590 463974400 70048 33554432000 4194304 6014671 140734986044560 18446744073709551615 4527391 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 113275 70048 728 445 0 106820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 453100

[startup+102.301 s]
/proc/loadavg: 1.84 1.33 1.41 3/536 5417
/proc/meminfo: memFree=13444720/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=619576 CPUtime=102.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 129430 0 0 0 10213 17 0 0 25 0 1 0 751861590 634445824 129178 33554432000 4194304 6014671 140734986044560 18446744073709551615 212039352075 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 154894 129178 728 445 0 148439 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 619576

[startup+162.3 s]
/proc/loadavg: 1.94 1.45 1.45 3/536 5419
/proc/meminfo: memFree=13227180/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=885388 CPUtime=162.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 169637 0 0 0 16207 23 0 0 25 0 1 0 751861590 906637312 169250 33554432000 4194304 6014671 140734986044560 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 221347 169250 728 445 0 214892 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 885388

[startup+222.321 s]
/proc/loadavg: 1.98 1.55 1.48 3/536 5420
/proc/meminfo: memFree=13091352/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1014300 CPUtime=222.31 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 182771 0 0 0 22207 24 0 0 25 0 1 0 751861590 1038643200 182244 33554432000 4194304 6014671 140734986044560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 253575 182244 728 445 0 247120 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1014300

[startup+282.301 s]
/proc/loadavg: 1.99 1.63 1.51 3/536 5422
/proc/meminfo: memFree=13056216/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1014428 CPUtime=282.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 190639 0 0 0 28204 26 0 0 25 0 1 0 751861590 1038774272 190016 33554432000 4194304 6014671 140734986044560 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 253607 190016 728 445 0 247152 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1014428

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.54 3/536 5423
/proc/meminfo: memFree=12910716/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1014428 CPUtime=342.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 216072 0 0 0 34202 28 0 0 25 0 1 0 751861590 1038774272 215344 33554432000 4194304 6014671 140734986044560 18446744073709551615 4371896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 253607 215344 728 445 0 247152 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1014428

[startup+402.3 s]
/proc/loadavg: 1.99 1.75 1.56 3/536 5425
/proc/meminfo: memFree=12777996/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1196080 CPUtime=402.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 237397 0 0 0 40198 32 0 0 25 0 1 0 751861590 1224785920 236515 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 299020 236515 728 445 0 292565 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1196080

[startup+462.301 s]
/proc/loadavg: 2.14 1.82 1.60 3/536 5436
/proc/meminfo: memFree=12751768/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1394552 CPUtime=462.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 243117 0 0 0 46197 33 0 0 25 0 1 0 751861590 1428021248 242058 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 348638 242058 728 445 0 342183 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1394552

[startup+522.301 s]
/proc/loadavg: 2.12 1.87 1.62 3/536 5437
/proc/meminfo: memFree=12747636/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1394552 CPUtime=522.3 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 244019 0 0 0 52197 33 0 0 25 0 1 0 751861590 1428021248 242865 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 348638 242865 728 445 0 342183 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1394552

[startup+582.3 s]
/proc/loadavg: 2.15 1.92 1.66 3/536 5439
/proc/meminfo: memFree=12725520/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=1394552 CPUtime=582.31 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 249108 0 0 0 58196 35 0 0 25 0 1 0 751861590 1428021248 247804 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 348638 247804 728 445 0 342183 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1394552

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 5533
/proc/meminfo: memFree=10871652/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4002.4 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 466516 0 0 0 400173 67 0 0 25 0 1 0 751861590 2060079104 461079 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 461079 728 445 0 496494 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 2011796

[startup+4062.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 5544
/proc/meminfo: memFree=10868940/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4062.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 466845 0 0 0 406174 67 0 0 25 0 1 0 751861590 2060079104 461408 33554432000 4194304 6014671 140734986044560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 461408 728 445 0 496494 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 2011796

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 5545
/proc/meminfo: memFree=10869644/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4122.4 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 467195 0 0 0 412173 67 0 0 25 0 1 0 751861590 2060079104 461639 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 461639 728 445 0 496494 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 2011796

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 5547
/proc/meminfo: memFree=10869716/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4182.42 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 467203 0 0 0 418175 67 0 0 25 0 1 0 751861590 2060079104 461647 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 461647 728 445 0 496494 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 2011796

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5548
/proc/meminfo: memFree=10867448/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4242.4 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 467969 0 0 0 424173 67 0 0 25 0 1 0 751861590 2060079104 462293 33554432000 4194304 6014671 140734986044560 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 462293 728 445 0 496494 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 2011796

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5550
/proc/meminfo: memFree=10866916/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4302.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 468014 0 0 0 430174 67 0 0 25 0 1 0 751861590 2060079104 462338 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 462338 728 445 0 496494 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 2011796

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5552
/proc/meminfo: memFree=10863772/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4362.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 468865 0 0 0 436174 67 0 0 25 0 1 0 751861590 2060079104 463189 33554432000 4194304 6014671 140734986044560 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 463189 728 445 0 496494 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 2011796

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/536 5553
/proc/meminfo: memFree=10861732/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4422.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 469283 0 0 0 442174 67 0 0 25 0 1 0 751861590 2060079104 463486 33554432000 4194304 6014671 140734986044560 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 463486 728 445 0 496494 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 2011796

[startup+4482.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/536 5555
/proc/meminfo: memFree=10859464/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4482.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 469939 0 0 0 448174 67 0 0 25 0 1 0 751861590 2060079104 464142 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 464142 728 445 0 496494 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 2011796

[startup+4542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/536 5556
/proc/meminfo: memFree=10859296/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2011796 CPUtime=4542.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 469942 0 0 0 454174 67 0 0 25 0 1 0 751861590 2060079104 464145 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 502949 464145 728 445 0 496494 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 2011796

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 5558
/proc/meminfo: memFree=10734388/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4602.41 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 500764 0 0 0 460170 71 0 0 25 0 1 0 751861590 2186317824 494844 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 494844 728 445 0 527314 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2135076

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 5560
/proc/meminfo: memFree=10733968/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4662.42 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 501149 0 0 0 466171 71 0 0 25 0 1 0 751861590 2186317824 495104 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 495104 728 445 0 527314 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 2135076

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5561
/proc/meminfo: memFree=10734296/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4722.42 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 501151 0 0 0 472171 71 0 0 25 0 1 0 751861590 2186317824 495106 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 495106 728 445 0 527314 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 2135076

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5563
/proc/meminfo: memFree=10732504/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4782.42 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 501732 0 0 0 478171 71 0 0 25 0 1 0 751861590 2186317824 495687 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 495687 728 445 0 527314 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 2135076

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5564
/proc/meminfo: memFree=10731836/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4842.44 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 501818 0 0 0 484173 71 0 0 25 0 1 0 751861590 2186317824 495773 33554432000 4194304 6014671 140734986044560 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 495773 728 445 0 527314 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 2135076

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5566
/proc/meminfo: memFree=10729196/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4902.42 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 502686 0 0 0 490171 71 0 0 25 0 1 0 751861590 2186317824 496515 33554432000 4194304 6014671 140734986044560 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 496515 728 445 0 527314 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 2135076

[startup+4962.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/536 5568
/proc/meminfo: memFree=10710304/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=4962.43 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 507445 0 0 0 496171 72 0 0 25 0 1 0 751861590 2186317824 501274 33554432000 4194304 6014671 140734986044560 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 501274 728 445 0 527314 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 2135076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.23 2.07 2.02 5/536 5569
/proc/meminfo: memFree=10710140/32951124 swapFree=51873512/67111528
[pid=5413] ppid=5411 vsize=2135076 CPUtime=5000.03 cores=0,2,4,6
/proc/5413/stat : 5413 (qutersat_releas) R 5411 5413 4676 0 -1 4202496 507445 0 0 0 499931 72 0 0 25 0 1 0 751861590 2186317824 501274 33554432000 4194304 6014671 140734986044560 18446744073709551615 4534878 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5413/statm: 533769 501274 728 445 0 527314 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2135076

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): 4999.99
CPU time (s): 5000.13
CPU user time (s): 4999.33
CPU system time (s): 0.793879
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2135076

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

runsolver used 27.2229 second user time and 59.502 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-28 16:54:13
IDJOB=3420855
IDBENCH=70908
IDSOLVER=1868
FILE ID=node146/3420855-1306594453
RUNJOBID= node146-1306594453-5393
PBS_JOBID= 13471534
Free space on /tmp= 73364 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420855-1306594453/watcher-3420855-1306594453 -o /tmp/evaluation-result-3420855-1306594453/solver-3420855-1306594453 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420855-1306594453.cnf 1447408697

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1447408697

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14317912 kB
Buffers:        339772 kB
Cached:        5927176 kB
SwapCached:      56236 kB
Active:       12978288 kB
Inactive:      5339292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14317912 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            8560 kB
Writeback:           0 kB
AnonPages:    12000808 kB
Mapped:          30212 kB
Slab:           147280 kB
PageTables:      97864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160713156 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= 73364 MiB
End job on node146 at 2011-05-28 18:17:35