Trace number 3291785

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.07 1300.03

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.27	c Parse Cnf success: #var: 6228 #clause: 484871
0.19/0.27	c Find Units :         15
0.19/0.27	c Find Invs  :          0
0.39/0.42	c Find Ands  :          0 AvgFaninNum: nan
0.39/0.45	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.46	c Find Ite   :          0
0.39/0.46	c UnDirect variable: 0
0.39/0.46	c UnDirect to Direct Gate: 0
0.39/0.46	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.46	c Break Cycle : 0
0.39/0.46	c Total Root : 0 Undef Var: 6228
0.39/0.46	c After covering, Total Root: 0 Leaf: 15
0.39/0.46	c Variable( cover/uncovered/unused ): 15 6213 0
0.39/0.46	c Unit Clauses: 15
0.39/0.46	c Binary Clauses( cover/uncovered ): 0 4651
0.39/0.46	c Clauses( cover/uncovered ): 0 480205
0.39/0.46	c Total Clauses( cover/uncovered ): 15 484856 0.00309361%
0.39/0.46	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
1.39/1.49	c Uncover Clauses avg size: 7.94243 max size: 8
1.39/1.49	c Final circuit: i/l/o/s    6213       0  478806    508394
1.39/1.49	c CnfToAig: Time: 1.49 s
2.29/2.36	c TmMap: Set choices finish.
2.59/2.63	c TmMap: Set big and: 497404
2.59/2.63	c TmMap: Origin: 514608 ClauseNum: 1525182 --> New: 503618 ClauseNum: 1511375
2.59/2.63	c TmMap: Time: 0.39
2.69/2.74	c Try to Add: #clause: 994808 #xorclause: 0
2.79/2.82	c #var: 24811 #clauses: 20964 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.38 3.87 3.91 4/183 29207
/proc/meminfo: memFree=31922616/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=32364 CPUtime=0 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 1839 0 0 0 0 0 0 0 21 0 1 0 490296597 33140736 1773 33554432000 4194304 6016207 140736086323984 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 8091 1774 378 445 0 1635 0

[startup+0.0717119 s]
/proc/loadavg: 3.38 3.87 3.91 4/183 29207
/proc/meminfo: memFree=31922616/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=47724 CPUtime=0.06 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 5404 0 0 0 6 0 0 0 21 0 1 0 490296597 48869376 5338 33554432000 4194304 6016207 140736086323984 18446744073709551615 4309883 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 11931 5338 378 445 0 5475 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47724

[startup+0.10071 s]
/proc/loadavg: 3.38 3.87 3.91 4/183 29207
/proc/meminfo: memFree=31922616/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=47724 CPUtime=0.09 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 5641 0 0 0 9 0 0 0 21 0 1 0 490296597 48869376 5575 33554432000 4194304 6016207 140736086323984 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 11931 5575 378 445 0 5475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47724

[startup+0.300682 s]
/proc/loadavg: 3.38 3.87 3.91 4/183 29207
/proc/meminfo: memFree=31922616/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=67436 CPUtime=0.29 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 10541 0 0 0 28 1 0 0 22 0 1 0 490296597 69054464 10475 33554432000 4194304 6016207 140736086323984 18446744073709551615 4288165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 16859 10475 385 445 0 10403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67436

[startup+0.700599 s]
/proc/loadavg: 3.38 3.87 3.91 4/183 29207
/proc/meminfo: memFree=31922616/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=67436 CPUtime=0.69 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 10666 0 0 0 68 1 0 0 23 0 1 0 490296597 69054464 10600 33554432000 4194304 6016207 140736086323984 18446744073709551615 4268378 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 16859 10600 400 445 0 10403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67436

[startup+1.50045 s]
/proc/loadavg: 3.38 3.87 3.91 5/187 29214
/proc/meminfo: memFree=31599012/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=92012 CPUtime=1.49 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 16773 0 0 0 147 2 0 0 25 0 1 0 490296597 94220288 16707 33554432000 4194304 6016207 140736086323984 18446744073709551615 4812168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 23003 16707 400 445 0 16547 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92012

[startup+3.10016 s]
/proc/loadavg: 3.38 3.87 3.91 5/190 29220
/proc/meminfo: memFree=31241620/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=340860 CPUtime=3.09 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 79255 0 0 0 300 9 0 0 25 0 1 0 490296597 349040640 79189 33554432000 4194304 6016207 140736086323984 18446744073709551615 4535573 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 85215 79189 706 445 0 78759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 340860

[startup+6.30058 s]
/proc/loadavg: 3.43 3.87 3.91 5/190 29220
/proc/meminfo: memFree=30808760/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=407408 CPUtime=6.29 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 79489 0 0 0 620 9 0 0 25 0 1 0 490296597 417185792 79423 33554432000 4194304 6016207 140736086323984 18446744073709551615 4513201 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 101852 79423 734 445 0 95396 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 407408

[startup+12.7004 s]
/proc/loadavg: 3.48 3.87 3.91 5/190 29221
/proc/meminfo: memFree=30623496/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=407408 CPUtime=12.69 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 81742 0 0 0 1260 9 0 0 25 0 1 0 490296597 417185792 78168 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 101852 78168 734 445 0 95396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 407408

[startup+25.5011 s]
/proc/loadavg: 3.59 3.88 3.91 5/190 29221
/proc/meminfo: memFree=30347016/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=407408 CPUtime=25.49 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 90556 0 0 0 2538 11 0 0 25 0 1 0 490296597 417185792 86982 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 101852 86982 734 445 0 95396 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 407408

[startup+51.1004 s]
/proc/loadavg: 3.73 3.89 3.91 5/190 29222
/proc/meminfo: memFree=30039412/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=435100 CPUtime=51.09 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 101725 0 0 0 5096 13 0 0 25 0 1 0 490296597 445542400 98151 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 108775 98151 748 445 0 102319 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 435100

[startup+102.307 s]
/proc/loadavg: 3.88 3.90 3.91 5/190 29226
/proc/meminfo: memFree=29155516/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=102.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 105298 0 0 0 10216 14 0 0 25 0 1 0 490296597 474476544 101648 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 101648 734 445 0 109383 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 463356

[startup+162.3 s]
/proc/loadavg: 3.95 3.92 3.91 5/190 29228
/proc/meminfo: memFree=28808964/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=162.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 106264 0 0 0 16215 15 0 0 25 0 1 0 490296597 474476544 102614 33554432000 4194304 6016207 140736086323984 18446744073709551615 4387528 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 102614 734 445 0 109383 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 463356

[startup+222.3 s]
/proc/loadavg: 4.02 3.94 3.91 5/190 29229
/proc/meminfo: memFree=28540188/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=222.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 106268 0 0 0 22215 15 0 0 25 0 1 0 490296597 474476544 102618 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 102618 734 445 0 109383 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 463356

[startup+282.3 s]
/proc/loadavg: 4.01 3.95 3.91 5/190 29231
/proc/meminfo: memFree=28237080/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=282.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 106283 0 0 0 28215 15 0 0 25 0 1 0 490296597 474476544 102633 33554432000 4194304 6016207 140736086323984 18446744073709551615 4506445 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 102633 734 445 0 109383 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 463356

[startup+342.3 s]
/proc/loadavg: 4.00 3.95 3.91 5/190 29233
/proc/meminfo: memFree=28041136/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=342.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 106536 0 0 0 34215 15 0 0 25 0 1 0 490296597 474476544 102886 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 102886 734 445 0 109383 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 463356

[startup+402.301 s]
/proc/loadavg: 4.07 3.98 3.92 5/190 29234
/proc/meminfo: memFree=27986532/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=402.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 107353 0 0 0 40214 16 0 0 25 0 1 0 490296597 474476544 103703 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 103703 734 445 0 109383 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 463356

[startup+462.301 s]
/proc/loadavg: 4.08 3.99 3.93 5/190 29236
/proc/meminfo: memFree=27792900/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=463356 CPUtime=462.3 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 107550 0 0 0 46214 16 0 0 25 0 1 0 490296597 474476544 103900 33554432000 4194304 6016207 140736086323984 18446744073709551615 4377797 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 115839 103900 734 445 0 109383 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 463356

[startup+522.301 s]
/proc/loadavg: 4.03 3.99 3.93 5/190 29237
/proc/meminfo: memFree=27633136/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=522.31 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 115568 0 0 0 52213 18 0 0 25 0 1 0 490296597 728240128 111918 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 111918 734 445 0 171337 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 711172

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.93 5/190 29239
/proc/meminfo: memFree=27524960/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=582.31 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 130909 0 0 0 58209 22 0 0 25 0 1 0 490296597 728240128 127259 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 127259 734 445 0 171337 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 711172

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 29241
/proc/meminfo: memFree=27456112/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=642.31 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 131302 0 0 0 64209 22 0 0 25 0 1 0 490296597 728240128 127652 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 127652 734 445 0 171337 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 711172

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 29242
/proc/meminfo: memFree=27204844/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=702.31 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 132008 0 0 0 70208 23 0 0 25 0 1 0 490296597 728240128 128358 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 128358 734 445 0 171337 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 711172

[startup+762.307 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 29244
/proc/meminfo: memFree=27112648/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=762.32 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 132217 0 0 0 76209 23 0 0 25 0 1 0 490296597 728240128 128567 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 128567 734 445 0 171337 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 711172

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 29245
/proc/meminfo: memFree=27061252/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=822.31 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 132543 0 0 0 82208 23 0 0 25 0 1 0 490296597 728240128 128892 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 128892 734 445 0 171337 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 711172

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29247
/proc/meminfo: memFree=27045688/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=882.32 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 133240 0 0 0 88208 24 0 0 25 0 1 0 490296597 728240128 122960 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 122960 734 445 0 171337 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 711172

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29249
/proc/meminfo: memFree=26978576/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=942.31 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 133590 0 0 0 94207 24 0 0 25 0 1 0 490296597 728240128 123310 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 123310 734 445 0 171337 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 711172

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 29250
/proc/meminfo: memFree=26876604/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=1002.32 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 136941 0 0 0 100207 25 0 0 25 0 1 0 490296597 728240128 126625 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 126625 753 445 0 171337 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 711172

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 29252
/proc/meminfo: memFree=26801152/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=1062.32 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 137291 0 0 0 106206 26 0 0 25 0 1 0 490296597 728240128 126956 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 126956 734 445 0 171337 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 711172

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 29253
/proc/meminfo: memFree=26741832/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=1122.32 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 137325 0 0 0 112206 26 0 0 25 0 1 0 490296597 728240128 126990 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 126990 734 445 0 171337 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 711172

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 29255
/proc/meminfo: memFree=26679284/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=1182.32 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 138786 0 0 0 118206 26 0 0 25 0 1 0 490296597 728240128 128451 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 128451 734 445 0 171337 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 711172

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 29257
/proc/meminfo: memFree=26526092/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=1242.33 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 152466 0 0 0 124203 30 0 0 25 0 1 0 490296597 728240128 142131 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 142131 734 445 0 171337 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 711172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 4/188 29259
/proc/meminfo: memFree=26934260/32951124 swapFree=67111348/67111528
[pid=29207] ppid=29205 vsize=711172 CPUtime=1300.03 cores=5,7
/proc/29207/stat : 29207 (qutersat_releas) R 29205 29207 28853 0 -1 4202496 153939 0 0 0 129973 30 0 0 25 0 1 0 490296597 728240128 143604 33554432000 4194304 6016207 140736086323984 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29207/statm: 177793 143604 734 445 0 171337 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 711172

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.07
CPU user time (s): 1299.73
CPU system time (s): 0.330949
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 711172

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

runsolver used 2.05669 second user time and 5.04923 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 05:02:42
IDJOB=3291785
IDBENCH=84806
IDSOLVER=1607
FILE ID=node106/3291785-1303786961
RUNJOBID= node106-1303786961-29180
PBS_JOBID= 13157240
Free space on /tmp= 72424 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291785-1303786961/watcher-3291785-1303786961 -o /tmp/evaluation-result-3291785-1303786961/solver-3291785-1303786961 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291785-1303786961.cnf 1078284851

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1078284851

node106.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	: 5226.20
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.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31922764 kB
Buffers:         87972 kB
Cached:         627364 kB
SwapCached:         96 kB
Active:         363012 kB
Inactive:       455060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31922764 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           50624 kB
Writeback:           0 kB
AnonPages:      102356 kB
Mapped:          15256 kB
Slab:           144900 kB
PageTables:       6292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251552 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= 72404 MiB
End job on node106 at 2011-04-26 05:24:24