Trace number 3291739

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) 1299.88 1300.03

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
abb313GPIA-9-tr.used-as.sat04-321.cnf
MD5SUM6c3ea795f258ba82c81e44969c0c5fb4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.211967
Satisfiable
(Un)Satisfiability was proved
Number of variables14013
Number of clauses481761
Sum of the clauses size974385
Maximum clause length9
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2480205
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 51552

Solver Data

0.00/0.18	c Set FPU double precision.
0.11/0.30	c Parse Cnf success: #var: 14013 #clause: 481761
0.11/0.30	c Find Units :          1
0.11/0.34	c Find Invs  :          0
0.11/0.34	c Find Ands  :          0 AvgFaninNum: nan
0.11/0.34	c Find Xors  :          0 AvgFaninNum: nan
0.11/0.34	c Find Ite   :          0
0.11/0.34	c UnDirect variable: 0
0.11/0.34	c UnDirect to Direct Gate: 0
0.11/0.34	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.11/0.34	c Break Cycle : 0
0.11/0.34	c Total Root : 0 Undef Var: 14013
0.11/0.35	c After covering, Total Root: 0 Leaf: 1
0.11/0.35	c Variable( cover/uncovered/unused ): 1 14012 0
0.11/0.35	c Unit Clauses: 1
0.11/0.35	c Binary Clauses( cover/uncovered ): 0 480205
0.11/0.35	c Clauses( cover/uncovered ): 0 1555
0.11/0.35	c Total Clauses( cover/uncovered ): 1 481760 0.000207572%
0.11/0.35	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.31/0.56	c Uncover Clauses avg size: 2.02255 max size: 9
0.31/0.57	c Final circuit: i/l/o/s   14012       0  479649    490421
0.31/0.57	c CnfToAig: Time: 0.38 s
0.51/0.78	c TmMap: Set choices finish.
0.71/0.98	c TmMap: Set big and: 479583
0.71/0.98	c TmMap: Origin: 504434 ClauseNum: 1471263 --> New: 493596 ClauseNum: 1449587
0.71/0.98	c TmMap: Time: 0.22
0.81/1.04	c Try to Add: #clause: 959166 #xorclause: 0
0.91/1.11	c #var: 13946 #clauses: 1555 Solving... 
1299.85/1300.00	c Time Out !!
1299.85/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-3291739-1303786961/watcher-3291739-1303786961 -o /tmp/evaluation-result-3291739-1303786961/solver-3291739-1303786961 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291739-1303786961.cnf 1078284851 

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: 3.38 3.87 3.91 4/180 29201
/proc/meminfo: memFree=31977852/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=11800 CPUtime=0 cores=4,6
/proc/29201/stat : 29201 (runsolver) R 29199 29201 28853 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 490296565 12083200 53 33554432000 4194304 5434984 140734092546720 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/29201/statm: 2950 53 31 303 0 2644 0

[startup+0.0439481 s]
/proc/loadavg: 3.38 3.87 3.91 4/180 29201
/proc/meminfo: memFree=31977852/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=6420 CPUtime=0 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) D 29199 29201 28853 0 -1 4194304 94 0 0 0 0 0 0 0 22 0 1 0 490296565 6574080 48 33554432000 4194304 6016207 140734980293776 18446744073709551615 253635935879 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/29201/statm: 1605 48 37 445 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100923 s]
/proc/loadavg: 3.38 3.87 3.91 4/180 29201
/proc/meminfo: memFree=31977852/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=6420 CPUtime=0 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) D 29199 29201 28853 0 -1 4194304 94 0 0 0 0 0 0 0 22 0 1 0 490296565 6574080 48 33554432000 4194304 6016207 140734980293776 18446744073709551615 253635935879 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/29201/statm: 1605 48 37 445 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.300909 s]
/proc/loadavg: 3.38 3.87 3.91 4/180 29201
/proc/meminfo: memFree=31977852/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=56940 CPUtime=0.11 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 7953 0 2 0 11 0 0 0 17 0 1 0 490296565 58306560 7890 33554432000 4194304 6016207 140734980293776 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 14235 7890 378 445 0 7779 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 56940

[startup+0.700835 s]
/proc/loadavg: 3.38 3.87 3.91 4/180 29201
/proc/meminfo: memFree=31977852/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=132876 CPUtime=0.51 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 27287 0 2 0 49 2 0 0 18 0 1 0 490296565 136065024 27225 33554432000 4194304 6016207 140734980293776 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 33219 27227 670 445 0 26763 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 132876

[startup+1.50069 s]
/proc/loadavg: 3.38 3.87 3.91 5/187 29214
/proc/meminfo: memFree=31672684/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=200972 CPUtime=1.31 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 44200 0 2 0 127 4 0 0 19 0 1 0 490296565 205795328 44137 33554432000 4194304 6016207 140734980293776 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 50243 44137 711 445 0 43787 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 200972

[startup+3.10041 s]
/proc/loadavg: 3.38 3.87 3.91 5/190 29220
/proc/meminfo: memFree=31359792/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=200972 CPUtime=2.91 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 44208 0 2 0 287 4 0 0 24 0 1 0 490296565 205795328 44145 33554432000 4194304 6016207 140734980293776 18446744073709551615 4385143 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 50243 44145 719 445 0 43787 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 200972

[startup+6.30084 s]
/proc/loadavg: 3.43 3.87 3.91 5/190 29220
/proc/meminfo: memFree=30808264/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=200972 CPUtime=6.11 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 44232 0 2 0 607 4 0 0 25 0 1 0 490296565 205795328 44169 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425519 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 50243 44169 732 445 0 43787 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 200972

[startup+12.7007 s]
/proc/loadavg: 3.48 3.87 3.91 5/190 29221
/proc/meminfo: memFree=30623496/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=200972 CPUtime=12.51 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 44246 0 2 0 1247 4 0 0 25 0 1 0 490296565 205795328 44183 33554432000 4194304 6016207 140734980293776 18446744073709551615 4538504 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 50243 44183 732 445 0 43787 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 200972

[startup+25.5003 s]
/proc/loadavg: 3.59 3.88 3.91 5/190 29221
/proc/meminfo: memFree=30348132/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=214932 CPUtime=25.31 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 46006 0 2 0 2527 4 0 0 25 0 1 0 490296565 220090368 45943 33554432000 4194304 6016207 140734980293776 18446744073709551615 4712820 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 53733 45943 732 445 0 47277 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 214932

[startup+51.1007 s]
/proc/loadavg: 3.73 3.89 3.91 5/190 29222
/proc/meminfo: memFree=30039884/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=243808 CPUtime=50.91 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 51522 0 2 0 5086 5 0 0 25 0 1 0 490296565 249659392 51449 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 60952 51449 732 445 0 54496 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 243808

[startup+102.306 s]
/proc/loadavg: 3.88 3.90 3.91 5/190 29226
/proc/meminfo: memFree=29161220/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=303408 CPUtime=102.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 58579 0 2 0 10206 6 0 0 25 0 1 0 490296565 310689792 58494 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 75852 58494 732 445 0 69396 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 303408

[startup+162.3 s]
/proc/loadavg: 3.95 3.92 3.91 5/190 29228
/proc/meminfo: memFree=28808964/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=334632 CPUtime=162.11 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 69025 0 2 0 16203 8 0 0 25 0 1 0 490296565 342663168 66852 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425542 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 83658 66852 732 445 0 77202 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 334632

[startup+222.301 s]
/proc/loadavg: 4.02 3.94 3.91 5/190 29229
/proc/meminfo: memFree=28540436/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=480584 CPUtime=222.11 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 77634 0 2 0 22202 9 0 0 25 0 1 0 490296565 492118016 75456 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 120146 75456 745 445 0 113690 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 480584

[startup+282.301 s]
/proc/loadavg: 4.01 3.95 3.91 5/190 29231
/proc/meminfo: memFree=28237204/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548108 CPUtime=282.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 87259 0 2 0 28201 11 0 0 25 0 1 0 490296565 561262592 85068 33554432000 4194304 6016207 140734980293776 18446744073709551615 4378259 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137027 85068 732 445 0 130571 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 548108

[startup+342.301 s]
/proc/loadavg: 4.00 3.95 3.91 5/190 29233
/proc/meminfo: memFree=28041632/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548108 CPUtime=342.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 87761 0 2 0 34201 11 0 0 25 0 1 0 490296565 561262592 85570 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137027 85570 732 445 0 130571 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 548108

[startup+402.301 s]
/proc/loadavg: 4.07 3.98 3.92 5/190 29234
/proc/meminfo: memFree=27986656/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=402.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 88827 0 2 0 40201 11 0 0 25 0 1 0 490296565 561393664 86614 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 86614 734 445 0 130603 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 548236

[startup+462.301 s]
/proc/loadavg: 4.08 3.99 3.93 5/190 29236
/proc/meminfo: memFree=27812492/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=462.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 88908 0 2 0 46201 11 0 0 25 0 1 0 490296565 561393664 86695 33554432000 4194304 6016207 140734980293776 18446744073709551615 4370927 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 86695 734 445 0 130603 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 548236

[startup+522.301 s]
/proc/loadavg: 4.03 3.99 3.93 5/190 29237
/proc/meminfo: memFree=27633508/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=522.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 88908 0 2 0 52201 11 0 0 25 0 1 0 490296565 561393664 86695 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 86695 734 445 0 130603 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 548236

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.93 5/190 29239
/proc/meminfo: memFree=27525580/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=582.12 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 89151 0 2 0 58201 11 0 0 25 0 1 0 490296565 561393664 86938 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 86938 734 445 0 130603 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 548236

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 29241
/proc/meminfo: memFree=27456608/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=642.13 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 89240 0 2 0 64202 11 0 0 25 0 1 0 490296565 561393664 87027 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 87027 734 445 0 130603 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 548236

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 29242
/proc/meminfo: memFree=27204844/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=702.13 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 94219 0 2 0 70201 12 0 0 25 0 1 0 490296565 561393664 92006 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425571 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 92006 734 445 0 130603 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 548236

[startup+762.306 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 29244
/proc/meminfo: memFree=27113144/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=762.14 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 98967 0 2 0 76201 13 0 0 25 0 1 0 490296565 561393664 96754 33554432000 4194304 6016207 140734980293776 18446744073709551615 4424891 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 96754 734 445 0 130603 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 548236

[startup+822.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 29245
/proc/meminfo: memFree=27061376/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=822.13 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 99291 0 2 0 82200 13 0 0 25 0 1 0 490296565 561393664 96890 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 96890 734 445 0 130603 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 548236

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29247
/proc/meminfo: memFree=27045688/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=882.13 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 99541 0 2 0 88200 13 0 0 25 0 1 0 490296565 561393664 97140 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 97140 734 445 0 130603 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 548236

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29249
/proc/meminfo: memFree=26978576/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=942.13 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 99928 0 2 0 94200 13 0 0 25 0 1 0 490296565 561393664 91147 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 91147 734 445 0 130603 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 548236

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 29250
/proc/meminfo: memFree=26877100/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=1002.14 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 107215 0 2 0 100199 15 0 0 25 0 1 0 490296565 561393664 98390 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 98390 748 445 0 130603 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 548236

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 29252
/proc/meminfo: memFree=26801648/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=1062.14 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 107641 0 2 0 106199 15 0 0 25 0 1 0 490296565 561393664 98805 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 98805 737 445 0 130603 0
Current children cumulated CPU time (s) 1062.14
Current children cumulated vsize (KiB) 548236

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 29253
/proc/meminfo: memFree=26741832/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=1122.14 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 107763 0 2 0 112199 15 0 0 25 0 1 0 490296565 561393664 98924 33554432000 4194304 6016207 140734980293776 18446744073709551615 4380188 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 98924 734 445 0 130603 0
Current children cumulated CPU time (s) 1122.14
Current children cumulated vsize (KiB) 548236

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 29255
/proc/meminfo: memFree=26679532/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=548236 CPUtime=1182.14 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 107763 0 2 0 118199 15 0 0 25 0 1 0 490296565 561393664 98924 33554432000 4194304 6016207 140734980293776 18446744073709551615 4424247 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 137059 98924 734 445 0 130603 0
Current children cumulated CPU time (s) 1182.14
Current children cumulated vsize (KiB) 548236

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 29257
/proc/meminfo: memFree=26526340/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=630920 CPUtime=1242.15 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 121972 0 2 0 124198 17 0 0 25 0 1 0 490296565 646062080 113133 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 157730 113133 734 445 0 151274 0
Current children cumulated CPU time (s) 1242.15
Current children cumulated vsize (KiB) 630920



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 29258
/proc/meminfo: memFree=26448660/32951124 swapFree=67111348/67111528
[pid=29201] ppid=29199 vsize=798084 CPUtime=1299.85 cores=4,6
/proc/29201/stat : 29201 (qutersat_releas) R 29199 29201 28853 0 -1 4202496 130904 0 2 0 129967 18 0 0 25 0 1 0 490296565 817238016 122065 33554432000 4194304 6016207 140734980293776 18446744073709551615 4425701 0 0 4096 16386 0 0 0 17 4 0 0 17
/proc/29201/statm: 199521 122065 734 445 0 193065 0
Current children cumulated CPU time (s) 1299.85
Current children cumulated vsize (KiB) 798084

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): 1299.88
CPU user time (s): 1299.67
CPU system time (s): 0.206968
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 798084

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

runsolver used 2.29565 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 05:02:42
IDJOB=3291739
IDBENCH=84802
IDSOLVER=1607
FILE ID=node106/3291739-1303786961
RUNJOBID= node106-1303786961-29178
PBS_JOBID= 13157240
Free space on /tmp= 72448 MiB

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

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

MD5SUM BENCH= 6c3ea795f258ba82c81e44969c0c5fb4
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:      31978132 kB
Buffers:         87928 kB
Cached:         600248 kB
SwapCached:         96 kB
Active:         311568 kB
Inactive:       451716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31978132 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           27732 kB
Writeback:           0 kB
AnonPages:       74808 kB
Mapped:          14480 kB
Slab:           144640 kB
PageTables:       5904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   202312 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= 72396 MiB
End job on node106 at 2011-04-26 05:24:24