Trace number 3384487

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.08 4999.95

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 benchmark1.40479
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.00	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 14013 #clause: 481761
0.09/0.11	c Find Units :          1
0.09/0.15	c Find Invs  :          0
0.09/0.15	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.15	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.15	c Find Ite   :          0
0.09/0.15	c UnDirect variable: 0
0.09/0.15	c UnDirect to Direct Gate: 0
0.09/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.15	c Break Cycle : 0
0.09/0.15	c Total Root : 0 Undef Var: 14013
0.09/0.15	c After covering, Total Root: 0 Leaf: 1
0.09/0.15	c Variable( cover/uncovered/unused ): 1 14012 0
0.09/0.15	c Unit Clauses: 1
0.09/0.15	c Binary Clauses( cover/uncovered ): 0 480205
0.09/0.15	c Clauses( cover/uncovered ): 0 1555
0.09/0.15	c Total Clauses( cover/uncovered ): 1 481760 0.000207572%
0.09/0.15	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.29/0.36	c Uncover Clauses avg size: 2.02255 max size: 9
0.29/0.37	c Final circuit: i/l/o/s   14012       0  479649    490421
0.29/0.37	c CnfToAig: Time: 0.36 s
0.48/0.58	c TmMap: Set choices finish.
0.69/0.78	c TmMap: Set big and: 479583
0.69/0.78	c TmMap: Origin: 504434 ClauseNum: 1471263 --> New: 493596 ClauseNum: 1449587
0.69/0.78	c TmMap: Time: 0.22
0.79/0.84	c Try to Add: #clause: 959166 #xorclause: 0
0.89/0.90	c #var: 13946 #clauses: 1555 Solving... 
5000.04/4999.91	c Time Out !!
5000.04/4999.91	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-3384487-1305551850/watcher-3384487-1305551850 -o /tmp/evaluation-result-3384487-1305551850/solver-3384487-1305551850 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384487-1305551850.cnf 44339324 

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: 1.93 2.00 1.99 2/437 29134
/proc/meminfo: memFree=21266280/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=35436 CPUtime=0.01 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 2663 0 0 0 1 0 0 0 25 0 1 0 647601304 36286464 2600 33554432000 4194304 6014671 140734225851328 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 8859 2601 377 445 0 2404 0

[startup+0.0542699 s]
/proc/loadavg: 1.93 2.00 1.99 2/437 29134
/proc/meminfo: memFree=21266280/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=44652 CPUtime=0.04 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 4962 0 0 0 4 0 0 0 25 0 1 0 647601304 45723648 4899 33554432000 4194304 6014671 140734225851328 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 11163 4899 377 445 0 4708 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44652

[startup+0.100242 s]
/proc/loadavg: 1.93 2.00 1.99 2/437 29134
/proc/meminfo: memFree=21266280/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=56940 CPUtime=0.09 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 7824 0 0 0 9 0 0 0 25 0 1 0 647601304 58306560 7761 33554432000 4194304 6014671 140734225851328 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 14235 7761 377 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.301231 s]
/proc/loadavg: 1.93 2.00 1.99 2/437 29134
/proc/meminfo: memFree=21266280/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=78876 CPUtime=0.29 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 12746 0 0 0 29 0 0 0 18 0 1 0 647601304 80769024 12683 33554432000 4194304 6014671 140734225851328 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 19719 12683 398 445 0 13264 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78876

[startup+0.701163 s]
/proc/loadavg: 1.93 2.00 1.99 2/437 29134
/proc/meminfo: memFree=21266280/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=172684 CPUtime=0.69 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 37182 0 0 0 66 3 0 0 18 0 1 0 647601304 176828416 37119 33554432000 4194304 6014671 140734225851328 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 43171 37122 670 445 0 36716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 172684

[startup+1.50102 s]
/proc/loadavg: 1.93 2.00 1.99 3/438 29135
/proc/meminfo: memFree=21090812/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=201484 CPUtime=1.49 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 44337 0 0 0 145 4 0 0 19 0 1 0 647601304 206319616 44274 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 50371 44274 721 445 0 43916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201484

[startup+3.10073 s]
/proc/loadavg: 1.93 2.00 1.99 3/438 29135
/proc/meminfo: memFree=21089820/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=201484 CPUtime=3.09 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 44338 0 0 0 305 4 0 0 24 0 1 0 647601304 206319616 44275 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 50371 44275 722 445 0 43916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201484

[startup+6.30116 s]
/proc/loadavg: 1.93 2.00 1.99 3/438 29135
/proc/meminfo: memFree=21089200/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=201484 CPUtime=6.29 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 44351 0 0 0 625 4 0 0 25 0 1 0 647601304 206319616 44288 33554432000 4194304 6014671 140734225851328 18446744073709551615 4537169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 50371 44288 726 445 0 43916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201484

[startup+12.701 s]
/proc/loadavg: 1.94 2.00 1.99 3/438 29135
/proc/meminfo: memFree=21088472/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=201484 CPUtime=12.69 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 44367 0 0 0 1265 4 0 0 25 0 1 0 647601304 206319616 44304 33554432000 4194304 6014671 140734225851328 18446744073709551615 4536996 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 50371 44304 726 445 0 43916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201484

[startup+25.5007 s]
/proc/loadavg: 1.95 2.00 1.99 3/438 29135
/proc/meminfo: memFree=21088588/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=201612 CPUtime=25.49 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 44379 0 0 0 2545 4 0 0 25 0 1 0 647601304 206450688 44316 33554432000 4194304 6014671 140734225851328 18446744073709551615 4810489 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 50403 44316 726 445 0 43948 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 201612

[startup+51.1011 s]
/proc/loadavg: 1.97 2.00 1.99 3/438 29136
/proc/meminfo: memFree=21079304/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=230088 CPUtime=51.09 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 46717 0 0 0 5105 4 0 0 25 0 1 0 647601304 235610112 46654 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 57522 46654 726 445 0 51067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 230088

[startup+102.316 s]
/proc/loadavg: 1.98 2.00 1.99 3/438 29137
/proc/meminfo: memFree=21049880/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=259544 CPUtime=102.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 53520 0 0 0 10225 5 0 0 25 0 1 0 647601304 265773056 53457 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 64886 53457 726 445 0 58431 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 259544

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/438 29139
/proc/meminfo: memFree=21042528/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=259672 CPUtime=162.29 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 55729 0 0 0 16223 6 0 0 25 0 1 0 647601304 265904128 55511 33554432000 4194304 6014671 140734225851328 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 64918 55511 726 445 0 58463 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 259672

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/438 29141
/proc/meminfo: memFree=20999724/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=473940 CPUtime=222.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 65778 0 0 0 22222 8 0 0 25 0 1 0 647601304 485314560 65424 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 118485 65424 726 445 0 112030 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 473940

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/438 29142
/proc/meminfo: memFree=20969804/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=608204 CPUtime=282.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 77249 0 0 0 28219 11 0 0 25 0 1 0 647601304 622800896 72753 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 152051 72753 726 445 0 145596 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 608204

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/438 29144
/proc/meminfo: memFree=20946328/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=745336 CPUtime=342.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 83050 0 0 0 34218 12 0 0 25 0 1 0 647601304 763224064 78554 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 186334 78554 726 445 0 179879 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 745336

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/438 29145
/proc/meminfo: memFree=20932028/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=745336 CPUtime=402.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 86670 0 0 0 40217 13 0 0 25 0 1 0 647601304 763224064 82174 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 186334 82174 726 445 0 179879 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 745336

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/438 29150
/proc/meminfo: memFree=20881268/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=745336 CPUtime=462.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 99469 0 0 0 46215 15 0 0 25 0 1 0 647601304 763224064 94973 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 186334 94973 726 445 0 179879 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 745336

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/438 29152
/proc/meminfo: memFree=20874100/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=745336 CPUtime=522.3 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 101021 0 0 0 52215 15 0 0 25 0 1 0 647601304 763224064 96525 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 186334 96525 726 445 0 179879 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 745336

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 29153
/proc/meminfo: memFree=20864272/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=745336 CPUtime=582.31 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 103501 0 0 0 58215 16 0 0 25 0 1 0 647601304 763224064 99002 33554432000 4194304 6014671 140734225851328 18446744073709551615 4378396 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 186334 99002 753 445 0 179879 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 745336

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.02 2/432 29276
/proc/meminfo: memFree=20935760/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1098396 CPUtime=4062.42 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 173084 0 0 0 406213 29 0 0 25 0 1 0 647601304 1124757504 165008 33554432000 4194304 6014671 140734225851328 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 274599 165008 726 445 0 268144 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1098396

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/432 29278
/proc/meminfo: memFree=20935904/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1098396 CPUtime=4122.4 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 173088 0 0 0 412211 29 0 0 25 0 1 0 647601304 1124757504 165002 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 274599 165002 726 445 0 268144 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 1098396

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/432 29279
/proc/meminfo: memFree=20935012/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1098396 CPUtime=4182.4 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 173339 0 0 0 418211 29 0 0 25 0 1 0 647601304 1124757504 165242 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 274599 165242 726 445 0 268144 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1098396

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29281
/proc/meminfo: memFree=20934708/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1098396 CPUtime=4242.4 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 173410 0 0 0 424211 29 0 0 25 0 1 0 647601304 1124757504 165229 33554432000 4194304 6014671 140734225851328 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 274599 165229 726 445 0 268144 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1098396

[startup+4302.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/432 29282
/proc/meminfo: memFree=20929716/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1098396 CPUtime=4302.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 174689 0 0 0 430211 30 0 0 25 0 1 0 647601304 1124757504 166508 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 274599 166508 726 445 0 268144 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 1098396

[startup+4362.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/432 29284
/proc/meminfo: memFree=20929416/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1098396 CPUtime=4362.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 175106 0 0 0 436211 30 0 0 25 0 1 0 647601304 1124757504 166789 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 274599 166789 726 445 0 268144 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 1098396

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29286
/proc/meminfo: memFree=20924792/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4422.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 176070 0 0 0 442211 30 0 0 25 0 1 0 647601304 1232826368 167753 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 167753 726 445 0 294528 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 1203932

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29287
/proc/meminfo: memFree=20924492/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4482.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 176087 0 0 0 448211 30 0 0 25 0 1 0 647601304 1232826368 167770 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 167770 726 445 0 294528 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1203932

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29289
/proc/meminfo: memFree=20923844/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4542.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 176313 0 0 0 454211 30 0 0 25 0 1 0 647601304 1232826368 167996 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 167996 726 445 0 294528 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1203932

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29290
/proc/meminfo: memFree=20894148/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4602.43 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 183411 0 0 0 460211 32 0 0 25 0 1 0 647601304 1232826368 175094 33554432000 4194304 6014671 140734225851328 18446744073709551615 212039679895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 175094 726 445 0 294528 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1203932

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29292
/proc/meminfo: memFree=20879480/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4662.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 190634 0 0 0 466208 33 0 0 25 0 1 0 647601304 1232826368 178915 33554432000 4194304 6014671 140734225851328 18446744073709551615 4386095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 178915 726 445 0 294528 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1203932

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29294
/proc/meminfo: memFree=20852884/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4722.43 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 197336 0 0 0 472209 34 0 0 25 0 1 0 647601304 1232826368 185617 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 185617 726 445 0 294528 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1203932

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29295
/proc/meminfo: memFree=20852456/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4782.42 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 197387 0 0 0 478208 34 0 0 25 0 1 0 647601304 1232826368 185668 33554432000 4194304 6014671 140734225851328 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 185668 726 445 0 294528 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1203932

[startup+4842.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/432 29297
/proc/meminfo: memFree=20848548/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4842.41 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 198412 0 0 0 484207 34 0 0 25 0 1 0 647601304 1232826368 186664 33554432000 4194304 6014671 140734225851328 18446744073709551615 4378509 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 186664 752 445 0 294528 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 1203932

[startup+4902.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/432 29298
/proc/meminfo: memFree=20848736/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4902.42 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 198416 0 0 0 490208 34 0 0 25 0 1 0 647601304 1232826368 186668 33554432000 4194304 6014671 140734225851328 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 186668 752 445 0 294528 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1203932

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29300
/proc/meminfo: memFree=20846080/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=4962.42 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 199103 0 0 0 496208 34 0 0 25 0 1 0 647601304 1232826368 187336 33554432000 4194304 6014671 140734225851328 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 187336 733 445 0 294528 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1203932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29301
/proc/meminfo: memFree=20838372/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=5000.04 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 200951 0 0 0 499969 35 0 0 25 0 1 0 647601304 1232826368 189182 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 189182 731 445 0 294528 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1203932

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/432 29301
/proc/meminfo: memFree=20838372/32951124 swapFree=51873468/67111528
[pid=29134] ppid=29132 vsize=1203932 CPUtime=5000.04 cores=0,2,4,6
/proc/29134/stat : 29134 (qutersat_releas) R 29132 29134 28584 0 -1 4202496 200951 0 0 0 499969 35 0 0 25 0 1 0 647601304 1232826368 189182 33554432000 4194304 6014671 140734225851328 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29134/statm: 300983 189182 731 445 0 294528 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1203932

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.08
CPU user time (s): 4999.7
CPU system time (s): 0.379942
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1203932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.7
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200955
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= 14
involuntary context switches= 7863

runsolver used 22.2976 second user time and 47.6538 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-16 15:17:30
IDJOB=3384487
IDBENCH=84802
IDSOLVER=1868
FILE ID=node146/3384487-1305551850
RUNJOBID= node146-1305540196-28602
PBS_JOBID= 13329207
Free space on /tmp= 73212 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3384487-1305551850/watcher-3384487-1305551850 -o /tmp/evaluation-result-3384487-1305551850/solver-3384487-1305551850 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384487-1305551850.cnf 44339324

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

MD5SUM BENCH= 6c3ea795f258ba82c81e44969c0c5fb4
RANDOM SEED=44339324

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:      21266436 kB
Buffers:        204024 kB
Cached:        1408108 kB
SwapCached:      56140 kB
Active:        8586348 kB
Inactive:      2834504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21266436 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:            8560 kB
Writeback:           8 kB
AnonPages:     9759472 kB
Mapped:          25124 kB
Slab:           113288 kB
PageTables:      82408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119611880 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= 73216 MiB
End job on node146 at 2011-05-16 16:40:52