Trace number 3376847

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.04 1300.03

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark689.141
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 526 #clause: 146535
0.00/0.06	c Find Units :         64
0.00/0.06	c Find Invs  :          0
0.09/0.10	c Find Ands  :        232 AvgFaninNum: 8.82759
0.09/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.11	c Find Ite   :          0
0.09/0.11	c UnDirect variable: 0
0.09/0.11	c UnDirect to Direct Gate: 0
0.09/0.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.11	c Break Cycle : 204
0.09/0.11	c Total Root : 0 Undef Var: 498
0.09/0.11	c After covering, Total Root: 28 Leaf: 268
0.09/0.11	c Variable( cover/uncovered/unused ): 296 230 0
0.09/0.11	c Unit Clauses: 64
0.09/0.11	c Binary Clauses( cover/uncovered ): 204 1370
0.09/0.11	c Clauses( cover/uncovered ): 28 143967
0.09/0.11	c Total Clauses( cover/uncovered ): 296 145337 0.203251%
0.09/0.11	c Covered Ands: 28 Invs: 0 Xors: 0 Ites: 0
0.19/0.24	c Uncover Clauses avg size: 5.89283 max size: 6
0.19/0.24	c Final circuit: i/l/o/s     434       0   65785    130385
0.19/0.24	c CnfToAig: Time: 0.23 s
0.39/0.40	c TmMap: Set choices finish.
0.39/0.45	c TmMap: Set big and: 77719
0.39/0.45	c TmMap: Origin: 130820 ClauseNum: 391155 --> New: 78172 ClauseNum: 309531
0.39/0.45	c TmMap: Time: 0.08
0.39/0.48	c Try to Add: #clause: 155504 #xorclause: 0
0.49/0.51	c #var: 12386 #clauses: 71714 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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.77 5.75 6.63 5/437 26332
/proc/meminfo: memFree=13608236/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=33388 CPUtime=0.01 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 2204 0 0 0 1 0 0 0 22 0 1 0 737008430 34189312 2140 33554432000 4194304 6014671 140736617149408 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 8347 2140 378 445 0 1892 0

[startup+0.0701631 s]
/proc/loadavg: 3.77 5.75 6.63 5/437 26332
/proc/meminfo: memFree=13608236/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=45676 CPUtime=0.06 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 4981 0 0 0 6 0 0 0 22 0 1 0 737008430 46772224 4917 33554432000 4194304 6014671 140736617149408 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 11419 4917 383 445 0 4964 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45676

[startup+0.101172 s]
/proc/loadavg: 3.77 5.75 6.63 5/437 26332
/proc/meminfo: memFree=13608236/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=45676 CPUtime=0.09 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 4984 0 0 0 9 0 0 0 22 0 1 0 737008430 46772224 4920 33554432000 4194304 6014671 140736617149408 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 11419 4920 383 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.301166 s]
/proc/loadavg: 3.77 5.75 6.63 5/437 26332
/proc/meminfo: memFree=13608236/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=64224 CPUtime=0.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 10072 0 0 0 29 0 0 0 23 0 1 0 737008430 65765376 10008 33554432000 4194304 6014671 140736617149408 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 16056 10010 668 445 0 9601 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64224

[startup+0.701077 s]
/proc/loadavg: 3.77 5.75 6.63 5/437 26332
/proc/meminfo: memFree=13608236/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=95068 CPUtime=0.69 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 17563 0 0 0 68 1 0 0 25 0 1 0 737008430 97349632 17499 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 23767 17499 696 445 0 17312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95068

[startup+1.50094 s]
/proc/loadavg: 3.77 5.75 6.63 5/438 26333
/proc/meminfo: memFree=13469968/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=96512 CPUtime=1.49 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 17836 0 0 0 148 1 0 0 25 0 1 0 737008430 98828288 17772 33554432000 4194304 6014671 140736617149408 18446744073709551615 4529428 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 24128 17772 710 445 0 17673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96512

[startup+3.10067 s]
/proc/loadavg: 3.77 5.75 6.63 5/438 26333
/proc/meminfo: memFree=13447148/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=115068 CPUtime=3.09 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 20149 0 0 0 308 1 0 0 25 0 1 0 737008430 117829632 20084 33554432000 4194304 6014671 140736617149408 18446744073709551615 216734875162 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 28767 20084 724 445 0 22312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115068

[startup+6.30111 s]
/proc/loadavg: 3.78 5.72 6.61 5/438 26333
/proc/meminfo: memFree=13197172/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=128804 CPUtime=6.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 24229 0 0 0 627 2 0 0 25 0 1 0 737008430 131895296 24164 33554432000 4194304 6014671 140736617149408 18446744073709551615 4535071 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 32201 24164 728 445 0 25746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128804

[startup+12.701 s]
/proc/loadavg: 3.80 5.69 6.60 5/438 26333
/proc/meminfo: memFree=13046948/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=174088 CPUtime=12.69 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 30261 0 0 0 1267 2 0 0 25 0 1 0 737008430 178266112 30192 33554432000 4194304 6014671 140736617149408 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 43522 30192 728 445 0 37067 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 174088

[startup+25.5007 s]
/proc/loadavg: 3.84 5.60 6.56 5/438 26360
/proc/meminfo: memFree=13423556/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=197144 CPUtime=25.49 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 32490 0 0 0 2546 3 0 0 25 0 1 0 737008430 201875456 32421 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 49286 32421 728 445 0 42831 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 197144

[startup+51.1003 s]
/proc/loadavg: 3.90 5.47 6.49 5/438 26361
/proc/meminfo: memFree=13397076/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=197144 CPUtime=51.08 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 33689 0 0 0 5105 3 0 0 25 0 1 0 737008430 201875456 33617 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 49286 33617 728 445 0 42831 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 197144

[startup+102.316 s]
/proc/loadavg: 3.95 5.24 6.35 5/438 26362
/proc/meminfo: memFree=13325500/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=221736 CPUtime=102.3 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 40255 0 0 0 10225 5 0 0 25 0 1 0 737008430 227057664 40183 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 55434 40183 728 445 0 48979 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 221736

[startup+162.301 s]
/proc/loadavg: 3.98 5.02 6.20 5/438 26364
/proc/meminfo: memFree=13263120/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=221736 CPUtime=162.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 42796 0 0 0 16223 5 0 0 25 0 1 0 737008430 227057664 42721 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 55434 42721 728 445 0 48979 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 221736

[startup+222.3 s]
/proc/loadavg: 4.03 4.84 6.07 5/438 26366
/proc/meminfo: memFree=13205652/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=235444 CPUtime=222.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 48064 0 0 0 22222 6 0 0 25 0 1 0 737008430 241094656 47956 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 58861 47956 728 445 0 52406 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 235444

[startup+282.301 s]
/proc/loadavg: 4.22 4.75 5.96 5/438 26394
/proc/meminfo: memFree=13157132/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=235444 CPUtime=282.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 48374 0 0 0 28222 6 0 0 25 0 1 0 737008430 241094656 48242 33554432000 4194304 6014671 140736617149408 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 58861 48242 728 445 0 52406 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 235444

[startup+342.3 s]
/proc/loadavg: 4.13 4.62 5.84 5/438 26405
/proc/meminfo: memFree=13113708/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=235444 CPUtime=342.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 48672 0 0 0 34222 6 0 0 25 0 1 0 737008430 241094656 45973 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 58861 45973 728 445 0 52406 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 235444

[startup+402.301 s]
/proc/loadavg: 4.05 4.51 5.72 5/438 26406
/proc/meminfo: memFree=13067920/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=263368 CPUtime=402.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 52167 0 0 0 40221 7 0 0 25 0 1 0 737008430 269688832 49468 33554432000 4194304 6014671 140736617149408 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 65842 49468 728 445 0 59387 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 263368

[startup+462.3 s]
/proc/loadavg: 4.02 4.41 5.61 5/438 26408
/proc/meminfo: memFree=12965212/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=319972 CPUtime=462.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 52651 0 0 0 46221 7 0 0 25 0 1 0 737008430 327651328 49952 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 79993 49952 728 445 0 73538 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 319972

[startup+522.301 s]
/proc/loadavg: 4.00 4.33 5.50 5/438 26410
/proc/meminfo: memFree=12894136/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=319972 CPUtime=522.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 59566 0 0 0 52221 8 0 0 25 0 1 0 737008430 327651328 56867 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 79993 56867 728 445 0 73538 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 319972

[startup+582.3 s]
/proc/loadavg: 4.07 4.30 5.42 5/438 26411
/proc/meminfo: memFree=12809420/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=582.28 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 73562 0 0 0 58217 11 0 0 25 0 1 0 737008430 387239936 70863 33554432000 4194304 6014671 140736617149408 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 70863 728 445 0 88086 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 378164

[startup+642.301 s]
/proc/loadavg: 4.13 4.28 5.34 5/438 26413
/proc/meminfo: memFree=12759420/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=642.31 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 75134 0 0 0 64219 12 0 0 25 0 1 0 737008430 387239936 72435 33554432000 4194304 6014671 140736617149408 18446744073709551615 4369532 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 72435 728 445 0 88086 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 378164

[startup+702.3 s]
/proc/loadavg: 4.08 4.24 5.26 5/438 26414
/proc/meminfo: memFree=12743892/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=702.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 77205 0 0 0 70217 12 0 0 25 0 1 0 737008430 387239936 74506 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 74506 728 445 0 88086 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 378164

[startup+762.317 s]
/proc/loadavg: 4.12 4.23 5.19 5/438 26416
/proc/meminfo: memFree=12702944/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=762.31 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 80153 0 0 0 76218 13 0 0 25 0 1 0 737008430 387239936 77454 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 77454 728 445 0 88086 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 378164

[startup+822.3 s]
/proc/loadavg: 4.09 4.20 5.12 5/438 26418
/proc/meminfo: memFree=12669440/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=822.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 80771 0 0 0 82216 13 0 0 25 0 1 0 737008430 387239936 78072 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 78072 728 445 0 88086 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 378164

[startup+882.301 s]
/proc/loadavg: 4.11 4.18 5.05 5/438 26419
/proc/meminfo: memFree=12661356/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=882.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 80771 0 0 0 88216 13 0 0 25 0 1 0 737008430 387239936 78072 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 78072 728 445 0 88086 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 378164

[startup+942.3 s]
/proc/loadavg: 4.04 4.14 4.98 5/438 26421
/proc/meminfo: memFree=12657600/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=378164 CPUtime=942.29 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 80907 0 0 0 94216 13 0 0 25 0 1 0 737008430 387239936 78208 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 94541 78208 728 445 0 88086 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 378164

[startup+1002.3 s]
/proc/loadavg: 4.01 4.11 4.92 5/438 26422
/proc/meminfo: memFree=12621108/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=441908 CPUtime=1002.3 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 84772 0 0 0 100216 14 0 0 25 0 1 0 737008430 452513792 82073 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 110477 82073 728 445 0 104022 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 441908

[startup+1062.3 s]
/proc/loadavg: 4.00 4.09 4.86 5/438 26424
/proc/meminfo: memFree=12555604/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=441908 CPUtime=1062.3 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 92981 0 0 0 106214 16 0 0 25 0 1 0 737008430 452513792 90282 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 110477 90282 728 445 0 104022 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 441908

[startup+1122.3 s]
/proc/loadavg: 4.05 4.09 4.80 5/438 26426
/proc/meminfo: memFree=12521108/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=441908 CPUtime=1122.3 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 93063 0 0 0 112214 16 0 0 25 0 1 0 737008430 452513792 90364 33554432000 4194304 6014671 140736617149408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 110477 90364 728 445 0 104022 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 441908

[startup+1182.3 s]
/proc/loadavg: 4.16 4.11 4.77 5/438 26427
/proc/meminfo: memFree=12499868/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=441908 CPUtime=1182.3 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 93493 0 0 0 118214 16 0 0 25 0 1 0 737008430 452513792 90794 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 110477 90794 728 445 0 104022 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 441908

[startup+1242.3 s]
/proc/loadavg: 4.11 4.11 4.72 5/438 26429
/proc/meminfo: memFree=12498604/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=441908 CPUtime=1242.3 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 94422 0 0 0 124214 16 0 0 25 0 1 0 737008430 452513792 91723 33554432000 4194304 6014671 140736617149408 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 110477 91723 728 445 0 104022 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 441908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.12 4.68 4/436 26431
/proc/meminfo: memFree=12646888/32951124 swapFree=65586204/67111528
[pid=26332] ppid=26330 vsize=441908 CPUtime=1300.02 cores=4,6
/proc/26332/stat : 26332 (qutersat_releas) R 26330 26332 26272 0 -1 4202496 94883 0 0 0 129986 16 0 0 25 0 1 0 737008430 452513792 92184 33554432000 4194304 6014671 140736617149408 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26332/statm: 110477 92184 728 445 0 104022 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 441908

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.04
CPU user time (s): 1299.86
CPU system time (s): 0.181972
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 441908

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

runsolver used 5.66814 second user time and 12.2791 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 15:56:18
IDJOB=3376847
IDBENCH=71153
IDSOLVER=1856
FILE ID=node119/3376847-1305467777
RUNJOBID= node119-1305467777-26291
PBS_JOBID= 13325316
Free space on /tmp= 73284 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376847-1305467777/watcher-3376847-1305467777 -o /tmp/evaluation-result-3376847-1305467777/solver-3376847-1305467777 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376847-1305467777.cnf 770788796

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=770788796

node119.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.815
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.63
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.815
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.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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:      13608756 kB
Buffers:        307700 kB
Cached:        4881468 kB
SwapCached:       4756 kB
Active:       15799344 kB
Inactive:      3196128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13608756 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           19684 kB
Writeback:           0 kB
AnonPages:    13804172 kB
Mapped:          37868 kB
Slab:           215744 kB
PageTables:      63612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120990820 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= 73284 MiB
End job on node119 at 2011-05-15 16:18:00