Trace number 3376693

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.04

General information on the benchmark

NameSAT03/handmade/anton/SAT/
SGI_30_80_15_90_4-dir.shuffled-as.sat03-6.cnf
MD5SUM22bbcb4a25a1da66113c240898c75509
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19197
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses28508
Sum of the clauses size57436
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228493
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

Solver Data

0.00/0.07	c Set FPU double precision.
0.00/0.07	c Parse Cnf success: #var: 450 #clause: 28508
0.00/0.07	c Find Units :          0
0.00/0.07	c Find Invs  :          0
0.00/0.07	c Find Ands  :        450 AvgFaninNum: 29
0.00/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.07	c Find Ite   :          0
0.00/0.07	c UnDirect variable: 0
0.00/0.07	c UnDirect to Direct Gate: 0
0.00/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.07	c Break Cycle : 435
0.00/0.07	c Total Root : 0 Undef Var: 435
0.00/0.07	c After covering, Total Root: 15 Leaf: 435
0.00/0.07	c Variable( cover/uncovered/unused ): 450 0 0
0.00/0.07	c Unit Clauses: 0
0.00/0.07	c Binary Clauses( cover/uncovered ): 435 28058
0.00/0.07	c Clauses( cover/uncovered ): 15 0
0.00/0.07	c Total Clauses( cover/uncovered ): 450 28058 1.5785%
0.00/0.07	c Covered Ands: 15 Invs: 0 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 2 max size: 2
0.00/0.07	c Final circuit: i/l/o/s     435       0   28058     28478
0.00/0.07	c CnfToAig: Time: 0.02 s
0.00/0.07	c TmMap: Set choices finish.
0.07/0.10	c TmMap: Set big and: 28073
0.07/0.10	c TmMap: Origin: 28914 ClauseNum: 85434 --> New: 28509 ClauseNum: 84624
0.07/0.10	c TmMap: Time: 0.01
0.07/0.10	c Try to Add: #clause: 56146 #xorclause: 0
0.07/0.10	c #var: 450 #clauses: 16 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/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-3376693-1305475436/watcher-3376693-1305475436 -o /tmp/evaluation-result-3376693-1305475436/solver-3376693-1305475436 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376693-1305475436.cnf 395228166 

running on 2 cores: 0,2

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: 0.99 1.44 2.42 3/467 12294
/proc/meminfo: memFree=29776344/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=16508 CPUtime=0 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 659142299 16904192 65 33554432000 4194304 6014671 140736172884832 18446744073709551615 251809316487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12294/statm: 4127 65 49 445 0 89 0

[startup+0.077515 s]
/proc/loadavg: 0.99 1.44 2.42 3/467 12294
/proc/meminfo: memFree=29776344/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=46700 CPUtime=0.05 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 5741 0 0 0 5 0 0 0 19 0 1 0 659142299 47820800 5678 33554432000 4194304 6014671 140736172884832 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 11675 5681 670 445 0 5220 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46700

[startup+0.100533 s]
/proc/loadavg: 0.99 1.44 2.42 3/467 12294
/proc/meminfo: memFree=29776344/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=54904 CPUtime=0.07 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 5845 0 0 0 7 0 0 0 19 0 1 0 659142299 56221696 5782 33554432000 4194304 6014671 140736172884832 18446744073709551615 4711796 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 13726 5782 707 445 0 7271 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54904

[startup+0.300376 s]
/proc/loadavg: 0.99 1.44 2.42 3/467 12294
/proc/meminfo: memFree=29776344/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=54904 CPUtime=0.27 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 6220 0 0 0 27 0 0 0 20 0 1 0 659142299 56221696 6157 33554432000 4194304 6014671 140736172884832 18446744073709551615 4376479 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 13726 6157 720 445 0 7271 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 54904

[startup+0.700363 s]
/proc/loadavg: 0.99 1.44 2.42 3/467 12294
/proc/meminfo: memFree=29776344/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=64124 CPUtime=0.67 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 6975 0 0 0 67 0 0 0 20 0 1 0 659142299 65662976 6912 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 16031 6912 721 445 0 9576 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 64124

[startup+1.50017 s]
/proc/loadavg: 0.99 1.44 2.42 5/483 12320
/proc/meminfo: memFree=29693436/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=74076 CPUtime=1.47 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 8194 0 0 0 147 0 0 0 23 0 1 0 659142299 75853824 8131 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 18519 8131 721 445 0 12064 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 74076

[startup+3.1009 s]
/proc/loadavg: 0.99 1.44 2.42 5/483 12320
/proc/meminfo: memFree=29659584/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=84584 CPUtime=3.07 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 9785 0 0 0 307 0 0 0 25 0 1 0 659142299 86614016 9722 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 21146 9722 721 445 0 14691 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 84584

[startup+6.30042 s]
/proc/loadavg: 1.23 1.48 2.43 5/483 12320
/proc/meminfo: memFree=29626960/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=84584 CPUtime=6.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 12047 0 0 0 627 1 0 0 25 0 1 0 659142299 86614016 11984 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 21146 11984 725 445 0 14691 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84584

[startup+12.7003 s]
/proc/loadavg: 1.45 1.52 2.44 5/483 12321
/proc/meminfo: memFree=29575836/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=107540 CPUtime=12.67 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 17404 0 0 0 1266 1 0 0 25 0 1 0 659142299 110120960 17341 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 26885 17341 725 445 0 20430 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 107540

[startup+25.5002 s]
/proc/loadavg: 2.01 1.64 2.46 5/483 12323
/proc/meminfo: memFree=29509980/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=132292 CPUtime=25.48 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 24428 0 0 0 2545 3 0 0 25 0 1 0 659142299 135467008 24365 33554432000 4194304 6014671 140736172884832 18446744073709551615 4534932 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 33073 24365 725 445 0 26618 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 132292

[startup+51.1008 s]
/proc/loadavg: 2.69 1.83 2.50 5/483 12325
/proc/meminfo: memFree=29452196/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=159928 CPUtime=51.07 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 32214 0 0 0 5104 3 0 0 25 0 1 0 659142299 163766272 32151 33554432000 4194304 6014671 140736172884832 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 39982 32151 725 445 0 33527 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 159928

[startup+102.318 s]
/proc/loadavg: 3.43 2.16 2.58 5/483 12326
/proc/meminfo: memFree=29343792/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=248412 CPUtime=102.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 40406 0 0 0 10225 4 0 0 25 0 1 0 659142299 254373888 40343 33554432000 4194304 6014671 140736172884832 18446744073709551615 4377683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 62103 40343 725 445 0 55648 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 248412

[startup+162.3 s]
/proc/loadavg: 3.79 2.49 2.67 5/483 12328
/proc/meminfo: memFree=29290576/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=315560 CPUtime=162.27 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 44266 0 0 0 16222 5 0 0 25 0 1 0 659142299 323133440 44202 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 78890 44202 725 445 0 72435 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 315560

[startup+222.301 s]
/proc/loadavg: 3.96 2.78 2.75 5/483 12329
/proc/meminfo: memFree=29248276/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=222.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 46075 0 0 0 22222 6 0 0 25 0 1 0 659142299 393297920 45967 33554432000 4194304 6014671 140736172884832 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 45967 725 445 0 89565 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 384080

[startup+282.301 s]
/proc/loadavg: 4.07 3.03 2.84 5/483 12331
/proc/meminfo: memFree=29176204/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=282.27 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 60477 0 0 0 28219 8 0 0 25 0 1 0 659142299 393297920 60320 33554432000 4194304 6014671 140736172884832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 60320 725 445 0 89565 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 384080

[startup+342.301 s]
/proc/loadavg: 4.16 3.23 2.92 5/483 12332
/proc/meminfo: memFree=29164764/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=342.27 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 61136 0 0 0 34219 8 0 0 25 0 1 0 659142299 393297920 60909 33554432000 4194304 6014671 140736172884832 18446744073709551615 4367427 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 60909 742 445 0 89565 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 384080

[startup+402.301 s]
/proc/loadavg: 4.18 3.40 2.99 5/483 12334
/proc/meminfo: memFree=29068396/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=402.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76129 0 0 0 40216 12 0 0 25 0 1 0 659142299 393297920 75827 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 75827 742 445 0 89565 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 384080

[startup+462.301 s]
/proc/loadavg: 4.06 3.51 3.05 5/483 12336
/proc/meminfo: memFree=29047908/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=462.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76701 0 0 0 46216 12 0 0 25 0 1 0 659142299 393297920 76360 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 76360 742 445 0 89565 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 384080

[startup+522.301 s]
/proc/loadavg: 4.02 3.59 3.11 5/483 12337
/proc/meminfo: memFree=29007096/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=522.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76781 0 0 0 52216 12 0 0 25 0 1 0 659142299 393297920 76359 33554432000 4194304 6014671 140736172884832 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 76359 742 445 0 89565 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 384080

[startup+582.301 s]
/proc/loadavg: 4.01 3.67 3.16 5/483 12339
/proc/meminfo: memFree=28989964/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=582.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76783 0 0 0 58216 13 0 0 25 0 1 0 659142299 393297920 76319 33554432000 4194304 6014671 140736172884832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 76319 742 445 0 89565 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 384080

[startup+642.301 s]
/proc/loadavg: 4.00 3.72 3.21 5/483 12340
/proc/meminfo: memFree=28957824/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=642.3 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76930 0 0 0 64217 13 0 0 25 0 1 0 659142299 393297920 76423 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 76423 742 445 0 89565 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 384080

[startup+702.3 s]
/proc/loadavg: 4.00 3.77 3.26 5/483 12342
/proc/meminfo: memFree=28939332/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=702.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76982 0 0 0 70216 13 0 0 25 0 1 0 659142299 393297920 76383 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 76383 742 445 0 89565 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 384080

[startup+762.319 s]
/proc/loadavg: 4.00 3.81 3.30 5/483 12344
/proc/meminfo: memFree=28904952/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=762.31 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 76999 0 0 0 76218 13 0 0 25 0 1 0 659142299 393297920 76400 33554432000 4194304 6014671 140736172884832 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 76400 742 445 0 89565 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 384080

[startup+822.3 s]
/proc/loadavg: 4.11 3.87 3.35 5/483 12345
/proc/meminfo: memFree=28891536/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=384080 CPUtime=822.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 80545 0 0 0 82216 13 0 0 25 0 1 0 659142299 393297920 79892 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 96020 79892 740 445 0 89565 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 384080

[startup+882.3 s]
/proc/loadavg: 4.14 3.92 3.40 5/483 12347
/proc/meminfo: memFree=28851820/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=882.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 86175 0 0 0 88215 14 0 0 25 0 1 0 659142299 481918976 85469 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 85469 740 445 0 111201 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 470624

[startup+942.3 s]
/proc/loadavg: 4.21 3.98 3.45 5/483 12348
/proc/meminfo: memFree=28820308/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=942.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 87910 0 0 0 94214 14 0 0 25 0 1 0 659142299 481918976 87150 33554432000 4194304 6014671 140736172884832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 87150 740 445 0 111201 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 470624

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 3.49 5/483 12350
/proc/meminfo: memFree=28796964/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=1002.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 89193 0 0 0 100213 15 0 0 25 0 1 0 659142299 481918976 88377 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 88377 740 445 0 111201 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 470624

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.52 5/483 12352
/proc/meminfo: memFree=28763964/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=1062.28 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 89418 0 0 0 106213 15 0 0 25 0 1 0 659142299 481918976 88593 33554432000 4194304 6014671 140736172884832 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 88593 731 445 0 111201 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 470624

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.55 5/483 12353
/proc/meminfo: memFree=28743116/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=1122.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 92839 0 0 0 112213 16 0 0 25 0 1 0 659142299 481918976 91956 33554432000 4194304 6014671 140736172884832 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 91956 731 445 0 111201 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 470624

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/483 12355
/proc/meminfo: memFree=28699568/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=1182.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 98942 0 0 0 118211 18 0 0 25 0 1 0 659142299 481918976 98000 33554432000 4194304 6014671 140736172884832 18446744073709551615 4379727 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 98000 731 445 0 111201 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 470624

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/483 12356
/proc/meminfo: memFree=28640396/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=1242.29 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 98983 0 0 0 124211 18 0 0 25 0 1 0 659142299 481918976 97980 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 97980 731 445 0 111201 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 470624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.62 5/483 12358
/proc/meminfo: memFree=28616060/32950928 swapFree=41934216/67111528
[pid=12294] ppid=12292 vsize=470624 CPUtime=1300.01 cores=0,2
/proc/12294/stat : 12294 (qutersat_releas) R 12292 12294 11356 0 -1 4202496 102665 0 0 0 129982 19 0 0 25 0 1 0 659142299 481918976 101662 33554432000 4194304 6014671 140736172884832 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12294/statm: 117656 101662 731 445 0 111201 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 470624

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.04
CPU time (s): 1300.04
CPU user time (s): 1299.83
CPU system time (s): 0.210967
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 470624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
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= 102669
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= 9
involuntary context switches= 2656

runsolver used 6.00509 second user time and 14.6748 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 18:03:56
IDJOB=3376693
IDBENCH=84010
IDSOLVER=1856
FILE ID=node126/3376693-1305475436
RUNJOBID= node126-1305475436-12277
PBS_JOBID= 13325302
Free space on /tmp= 73312 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/SAT/SGI_30_80_15_90_4-dir.shuffled-as.sat03-6.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376693-1305475436/watcher-3376693-1305475436 -o /tmp/evaluation-result-3376693-1305475436/solver-3376693-1305475436 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376693-1305475436.cnf 395228166

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

MD5SUM BENCH= 22bbcb4a25a1da66113c240898c75509
RANDOM SEED=395228166

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29776360 kB
Buffers:        187528 kB
Cached:        1836448 kB
SwapCached:      49680 kB
Active:         621920 kB
Inactive:      2285512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29776360 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:            3504 kB
Writeback:           0 kB
AnonPages:      846396 kB
Mapped:          16548 kB
Slab:           111472 kB
PageTables:      87012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133635724 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= 73304 MiB
End job on node126 at 2011-05-15 18:25:38