Trace number 3376720

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.07 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0692
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.01	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 57585
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 57585 1.61456%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     900       0   57585     58440
0.00/0.04	c CnfToAig: Time: 0.03 s
0.00/0.08	c TmMap: Set choices finish.
0.09/0.10	c TmMap: Set big and: 57630
0.09/0.10	c TmMap: Origin: 59341 ClauseNum: 175320 --> New: 58531 ClauseNum: 173700
0.09/0.10	c TmMap: Time: 0.02
0.09/0.11	c Try to Add: #clause: 115260 #xorclause: 0
0.09/0.12	c #var: 945 #clauses: 46 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376720-1305467822/watcher-3376720-1305467822 -o /tmp/evaluation-result-3376720-1305467822/solver-3376720-1305467822 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376720-1305467822.cnf 2062357700 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.46 3.50 4.92 4/380 32313
/proc/meminfo: memFree=19900460/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=35436 CPUtime=0 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 2526 0 0 0 0 0 0 0 23 0 1 0 639197645 36286464 2462 33554432000 4194304 6014671 140736232744144 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 8859 2462 378 445 0 2404 0

[startup+0.100415 s]
/proc/loadavg: 3.46 3.50 4.92 4/380 32313
/proc/meminfo: memFree=19900460/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=53516 CPUtime=0.09 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 7481 0 0 0 8 1 0 0 23 0 1 0 639197645 54800384 7417 33554432000 4194304 6014671 140736232744144 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 13635 7425 670 445 0 7180 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53516

[startup+0.200393 s]
/proc/loadavg: 3.46 3.50 4.92 4/380 32313
/proc/meminfo: memFree=19900460/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=65816 CPUtime=0.19 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 8685 0 0 0 18 1 0 0 23 0 1 0 639197645 67395584 8621 33554432000 4194304 6014671 140736232744144 18446744073709551615 4629658 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 16454 8621 720 445 0 9999 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65816

[startup+0.300377 s]
/proc/loadavg: 3.46 3.50 4.92 4/380 32313
/proc/meminfo: memFree=19900460/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=65816 CPUtime=0.29 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 8769 0 0 0 28 1 0 0 24 0 1 0 639197645 67395584 8705 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 16454 8705 720 445 0 9999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65816

[startup+0.700315 s]
/proc/loadavg: 3.46 3.50 4.92 4/380 32313
/proc/meminfo: memFree=19900460/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=84308 CPUtime=0.69 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 9519 0 0 0 68 1 0 0 25 0 1 0 639197645 86331392 9455 33554432000 4194304 6014671 140736232744144 18446744073709551615 4378080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 21077 9455 721 445 0 14622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84308

[startup+1.50017 s]
/proc/loadavg: 3.46 3.50 4.92 5/381 32314
/proc/meminfo: memFree=19860656/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=102632 CPUtime=1.49 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 10408 0 0 0 148 1 0 0 25 0 1 0 639197645 105095168 10344 33554432000 4194304 6014671 140736232744144 18446744073709551615 4377883 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 25658 10344 721 445 0 19203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102632

[startup+3.10086 s]
/proc/loadavg: 3.46 3.50 4.92 5/381 32314
/proc/meminfo: memFree=19854940/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=102760 CPUtime=3.09 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 10534 0 0 0 308 1 0 0 25 0 1 0 639197645 105226240 10470 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423308 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 25690 10470 725 445 0 19235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102760

[startup+6.30029 s]
/proc/loadavg: 3.50 3.51 4.92 5/381 32314
/proc/meminfo: memFree=19850812/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=102760 CPUtime=6.29 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 11964 0 0 0 628 1 0 0 25 0 1 0 639197645 105226240 11900 33554432000 4194304 6014671 140736232744144 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 25690 11900 725 445 0 19235 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102760

[startup+12.7011 s]
/proc/loadavg: 3.54 3.52 4.91 5/381 32314
/proc/meminfo: memFree=19840120/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=121656 CPUtime=12.69 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 13812 0 0 0 1267 2 0 0 25 0 1 0 639197645 124575744 13748 33554432000 4194304 6014671 140736232744144 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 30414 13748 725 445 0 23959 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121656

[startup+25.5007 s]
/proc/loadavg: 3.64 3.54 4.90 5/381 32315
/proc/meminfo: memFree=19823704/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=121656 CPUtime=25.49 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 15000 0 0 0 2547 2 0 0 25 0 1 0 639197645 124575744 14936 33554432000 4194304 6014671 140736232744144 18446744073709551615 4536984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 30414 14936 725 445 0 23959 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121656

[startup+51.101 s]
/proc/loadavg: 3.76 3.57 4.87 5/381 32315
/proc/meminfo: memFree=19779536/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=121656 CPUtime=51.09 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 16603 0 0 0 5107 2 0 0 25 0 1 0 639197645 124575744 16539 33554432000 4194304 6014671 140736232744144 18446744073709551615 4378975 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 30414 16539 725 445 0 23959 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121656

[startup+102.301 s]
/proc/loadavg: 3.90 3.64 4.82 5/381 32317
/proc/meminfo: memFree=19653656/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=143896 CPUtime=102.31 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 24794 0 0 0 10227 4 0 0 25 0 1 0 639197645 147349504 24715 33554432000 4194304 6014671 140736232744144 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 35974 24715 740 445 0 29519 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143896

[startup+162.301 s]
/proc/loadavg: 3.96 3.70 4.77 5/381 32318
/proc/meminfo: memFree=19555924/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=155572 CPUtime=162.3 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 29608 0 0 0 16225 5 0 0 25 0 1 0 639197645 159305728 29528 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 38893 29528 743 445 0 32438 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 155572

[startup+222.315 s]
/proc/loadavg: 4.02 3.77 4.72 5/381 32320
/proc/meminfo: memFree=19522028/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=155572 CPUtime=222.32 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 31777 0 0 0 22226 6 0 0 25 0 1 0 639197645 159305728 31697 33554432000 4194304 6014671 140736232744144 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 38893 31697 743 445 0 32438 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 155572

[startup+282.3 s]
/proc/loadavg: 4.01 3.81 4.68 5/381 32330
/proc/meminfo: memFree=19497432/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=181020 CPUtime=282.3 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 35734 0 0 0 28223 7 0 0 25 0 1 0 639197645 185364480 35638 33554432000 4194304 6014671 140736232744144 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 45255 35638 733 445 0 38800 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181020

[startup+342.3 s]
/proc/loadavg: 4.06 3.85 4.63 5/381 32332
/proc/meminfo: memFree=19461068/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=233268 CPUtime=342.3 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 36148 0 0 0 34223 7 0 0 25 0 1 0 639197645 238866432 36019 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 58317 36019 731 445 0 51862 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 233268

[startup+402.3 s]
/proc/loadavg: 4.18 3.91 4.60 5/381 32334
/proc/meminfo: memFree=19388756/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=260072 CPUtime=402.3 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 45967 0 0 0 40221 9 0 0 25 0 1 0 639197645 266313728 45778 33554432000 4194304 6014671 140736232744144 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 65018 45778 731 445 0 58563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 260072

[startup+462.3 s]
/proc/loadavg: 4.15 3.95 4.57 5/381 32335
/proc/meminfo: memFree=19342348/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=314416 CPUtime=462.31 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 53505 0 0 0 46219 12 0 0 25 0 1 0 639197645 321961984 53136 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 78604 53136 731 445 0 72149 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 314416

[startup+522.3 s]
/proc/loadavg: 4.05 3.96 4.53 5/381 32337
/proc/meminfo: memFree=19285780/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=314416 CPUtime=522.31 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 54690 0 0 0 52219 12 0 0 25 0 1 0 639197645 321961984 54321 33554432000 4194304 6014671 140736232744144 18446744073709551615 4378511 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 78604 54321 731 445 0 72149 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 314416

[startup+582.3 s]
/proc/loadavg: 4.02 3.97 4.50 5/381 32338
/proc/meminfo: memFree=19238876/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=314416 CPUtime=582.31 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 56019 0 0 0 58219 12 0 0 25 0 1 0 639197645 321961984 55501 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 78604 55501 729 445 0 72149 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 314416

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 4.46 5/381 32340
/proc/meminfo: memFree=19235264/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=314416 CPUtime=642.31 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 56064 0 0 0 64219 12 0 0 25 0 1 0 639197645 321961984 55540 33554432000 4194304 6014671 140736232744144 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 78604 55540 729 445 0 72149 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 314416

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 4.43 5/381 32342
/proc/meminfo: memFree=19225684/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=374284 CPUtime=702.31 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 59762 0 0 0 70217 14 0 0 25 0 1 0 639197645 383266816 51658 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 93571 51658 729 445 0 87116 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 374284

[startup+762.301 s]
/proc/loadavg: 4.05 3.99 4.41 5/381 32343
/proc/meminfo: memFree=19166032/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=434452 CPUtime=762.33 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 64357 0 0 0 76217 16 0 0 25 0 1 0 639197645 444878848 56253 33554432000 4194304 6014671 140736232744144 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 108613 56253 729 445 0 102158 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 434452

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 4.38 5/381 32345
/proc/meminfo: memFree=19099524/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=822.32 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 69282 0 0 0 82214 18 0 0 25 0 1 0 639197645 507052032 61178 33554432000 4194304 6014671 140736232744144 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 61178 729 445 0 117337 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 495168

[startup+882.314 s]
/proc/loadavg: 4.15 4.03 4.37 5/381 32346
/proc/meminfo: memFree=19071240/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=882.33 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 69309 0 0 0 88215 18 0 0 25 0 1 0 639197645 507052032 61205 33554432000 4194304 6014671 140736232744144 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 61205 729 445 0 117337 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 495168

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 4.34 5/381 32348
/proc/meminfo: memFree=19049384/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=942.32 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 69455 0 0 0 94214 18 0 0 25 0 1 0 639197645 507052032 61351 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 61351 729 445 0 117337 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 495168

[startup+1002.3 s]
/proc/loadavg: 4.12 4.05 4.33 5/381 32350
/proc/meminfo: memFree=19029900/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1002.32 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 69966 0 0 0 100214 18 0 0 25 0 1 0 639197645 507052032 61862 33554432000 4194304 6014671 140736232744144 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 61862 729 445 0 117337 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 495168

[startup+1062.3 s]
/proc/loadavg: 4.04 4.04 4.31 5/381 32351
/proc/meminfo: memFree=18962656/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1062.32 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 70018 0 0 0 106214 18 0 0 25 0 1 0 639197645 507052032 61914 33554432000 4194304 6014671 140736232744144 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 61914 729 445 0 117337 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 495168

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 4.28 5/381 32353
/proc/meminfo: memFree=18908824/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1122.32 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 71374 0 0 0 112214 18 0 0 25 0 1 0 639197645 507052032 63267 33554432000 4194304 6014671 140736232744144 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 63267 726 445 0 117337 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 495168

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.26 5/381 32354
/proc/meminfo: memFree=18898752/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1182.33 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 72319 0 0 0 118214 19 0 0 25 0 1 0 639197645 507052032 64212 33554432000 4194304 6014671 140736232744144 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 64212 726 445 0 117337 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 495168

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.24 5/381 32440
/proc/meminfo: memFree=20802804/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1242.33 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 72405 0 0 0 124214 19 0 0 25 0 1 0 639197645 507052032 64298 33554432000 4194304 6014671 140736232744144 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 64298 726 445 0 117337 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 495168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 4.23 5/381 32441
/proc/meminfo: memFree=20598292/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1300.04 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 72815 0 0 0 129985 19 0 0 25 0 1 0 639197645 507052032 64708 33554432000 4194304 6014671 140736232744144 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 64708 726 445 0 117337 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 495168

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

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

[startup+1300 s]
/proc/loadavg: 4.07 4.03 4.23 5/381 32441
/proc/meminfo: memFree=20598292/32951124 swapFree=65980216/67111528
[pid=32313] ppid=32311 vsize=495168 CPUtime=1300.04 cores=5,7
/proc/32313/stat : 32313 (qutersat_releas) R 32311 32313 32196 0 -1 4202496 72815 0 0 0 129985 19 0 0 25 0 1 0 639197645 507052032 64708 33554432000 4194304 6014671 140736232744144 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32313/statm: 123792 64708 726 445 0 117337 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 495168

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.86
CPU system time (s): 0.210967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 495168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72819
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= 12
involuntary context switches= 1902

runsolver used 4.41833 second user time and 10.9893 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 15:57:02
IDJOB=3376720
IDBENCH=71301
IDSOLVER=1856
FILE ID=node142/3376720-1305467822
RUNJOBID= node142-1305467718-32217
PBS_JOBID= 13325296
Free space on /tmp= 73504 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376720-1305467822/watcher-3376720-1305467822 -o /tmp/evaluation-result-3376720-1305467822/solver-3376720-1305467822 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376720-1305467822.cnf 2062357700

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=2062357700

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      19900624 kB
Buffers:        339592 kB
Cached:        4870492 kB
SwapCached:      11520 kB
Active:        9607716 kB
Inactive:      3100676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19900624 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           10880 kB
Writeback:           0 kB
AnonPages:     7495576 kB
Mapped:          26416 kB
Slab:           234836 kB
PageTables:      39860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80699952 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= 73540 MiB
End job on node142 at 2011-05-15 16:18:44