Trace number 3376742

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

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 184 #clause: 896
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          1
0.00/0.01	c Find Ands  :          6 AvgFaninNum: 2
0.00/0.01	c Find Xors  :         50 AvgFaninNum: 2.92
0.00/0.01	c Find Ite   :         55
0.00/0.01	c UnDirect variable: 121
0.00/0.01	c UnDirect to Direct Gate: 21
0.00/0.01	c Forced Direct Gate: 21 Unuse unDirect Gate: 50
0.00/0.01	c Break Cycle : 1
0.00/0.01	c Total Root : 16 Undef Var: 103
0.00/0.01	c After covering, Total Root: 15 Leaf: 64
0.00/0.01	c Variable( cover/uncovered/unused ): 145 39 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 12 2
0.00/0.01	c Clauses( cover/uncovered ): 386 496
0.00/0.01	c Total Clauses( cover/uncovered ): 398 498 44.4196%
0.00/0.01	c Covered Ands: 6 Invs: 0 Xors: 21 Ites: 54
0.00/0.01	c Uncover Clauses avg size: 3.41365 max size: 4
0.00/0.01	c Final circuit: i/l/o/s     103       0     498      1275
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 510
0.00/0.02	c TmMap: Origin: 1379 ClauseNum: 3825 --> New: 701 ClauseNum: 2590
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1394 #xorclause: 0
0.00/0.02	c #var: 202 #clauses: 865 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-3376742-1305475436/watcher-3376742-1305475436 -o /tmp/evaluation-result-3376742-1305475436/solver-3376742-1305475436 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376742-1305475436.cnf 395228166 

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: 0.99 1.44 2.42 4/471 12298
/proc/meminfo: memFree=29775824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=34412 CPUtime=0 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 2257 0 0 0 0 0 0 0 21 0 1 0 659142299 35237888 2193 33554432000 4194304 6014671 140736032153680 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 8603 2196 483 445 0 2148 0

[startup+0.050493 s]
/proc/loadavg: 0.99 1.44 2.42 4/471 12298
/proc/meminfo: memFree=29775824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=46712 CPUtime=0.03 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 3615 0 0 0 3 0 0 0 21 0 1 0 659142299 47833088 3551 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 11678 3551 725 445 0 5223 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 46712

[startup+0.100483 s]
/proc/loadavg: 0.99 1.44 2.42 4/471 12298
/proc/meminfo: memFree=29775824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=46712 CPUtime=0.08 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 3704 0 0 0 8 0 0 0 21 0 1 0 659142299 47833088 3640 33554432000 4194304 6014671 140736032153680 18446744073709551615 4379309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 11678 3640 726 445 0 5223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46712

[startup+0.300449 s]
/proc/loadavg: 0.99 1.44 2.42 4/471 12298
/proc/meminfo: memFree=29775824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=55136 CPUtime=0.28 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 3969 0 0 0 28 0 0 0 22 0 1 0 659142299 56459264 3905 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 13784 3905 727 445 0 7329 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55136

[startup+0.700382 s]
/proc/loadavg: 0.99 1.44 2.42 4/471 12298
/proc/meminfo: memFree=29775824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=72420 CPUtime=0.68 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 4511 0 0 0 68 0 0 0 24 0 1 0 659142299 74158080 4447 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 18105 4448 727 445 0 11650 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72420

[startup+1.50025 s]
/proc/loadavg: 0.99 1.44 2.42 6/483 12320
/proc/meminfo: memFree=29693188/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=90084 CPUtime=1.48 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 6531 0 0 0 148 0 0 0 25 0 1 0 659142299 92246016 6467 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 22521 6467 728 445 0 16066 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90084

[startup+3.10098 s]
/proc/loadavg: 0.99 1.44 2.42 6/483 12320
/proc/meminfo: memFree=29659708/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=99008 CPUtime=3.09 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 7427 0 0 0 308 1 0 0 25 0 1 0 659142299 101384192 7363 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 24752 7363 728 445 0 18297 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99008

[startup+6.30044 s]
/proc/loadavg: 1.23 1.48 2.43 6/483 12320
/proc/meminfo: memFree=29627208/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=108136 CPUtime=6.28 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 8793 0 0 0 627 1 0 0 25 0 1 0 659142299 110731264 8719 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 27034 8719 728 445 0 20579 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 108136

[startup+12.7004 s]
/proc/loadavg: 1.45 1.52 2.44 6/483 12321
/proc/meminfo: memFree=29575836/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=108136 CPUtime=12.68 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 10732 0 0 0 1267 1 0 0 25 0 1 0 659142299 110731264 10658 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422943 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 27034 10658 728 445 0 20579 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108136

[startup+25.5002 s]
/proc/loadavg: 2.01 1.64 2.46 6/483 12323
/proc/meminfo: memFree=29509980/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=118024 CPUtime=25.49 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 13383 0 0 0 2547 2 0 0 25 0 1 0 659142299 120856576 13309 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 29506 13309 728 445 0 23051 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118024

[startup+51.1009 s]
/proc/loadavg: 2.69 1.83 2.50 6/483 12325
/proc/meminfo: memFree=29452196/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=118024 CPUtime=51.09 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 15063 0 0 0 5107 2 0 0 25 0 1 0 659142299 120856576 14989 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 29506 14989 728 445 0 23051 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118024

[startup+102.318 s]
/proc/loadavg: 3.43 2.16 2.58 6/483 12326
/proc/meminfo: memFree=29343792/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=118024 CPUtime=102.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 20972 0 0 0 10227 3 0 0 25 0 1 0 659142299 120856576 20866 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 29506 20866 729 445 0 23051 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118024

[startup+162.3 s]
/proc/loadavg: 3.79 2.49 2.67 6/483 12328
/proc/meminfo: memFree=29290824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=141252 CPUtime=162.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 24511 0 0 0 16225 4 0 0 25 0 1 0 659142299 144642048 24401 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 35313 24401 729 445 0 28858 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141252

[startup+222.3 s]
/proc/loadavg: 3.96 2.78 2.75 6/483 12329
/proc/meminfo: memFree=29248276/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=153212 CPUtime=222.28 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 27461 0 0 0 22224 4 0 0 25 0 1 0 659142299 156889088 27351 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 38303 27351 729 445 0 31848 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 153212

[startup+282.3 s]
/proc/loadavg: 4.07 3.03 2.84 6/483 12331
/proc/meminfo: memFree=29176204/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=153212 CPUtime=282.28 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 28985 0 0 0 28224 4 0 0 25 0 1 0 659142299 156889088 28874 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 38303 28874 728 445 0 31848 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 153212

[startup+342.301 s]
/proc/loadavg: 4.16 3.23 2.92 6/483 12332
/proc/meminfo: memFree=29164764/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=153212 CPUtime=342.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 29105 0 0 0 34224 5 0 0 25 0 1 0 659142299 156889088 28984 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 38303 28984 728 445 0 31848 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 153212

[startup+402.301 s]
/proc/loadavg: 4.18 3.40 2.99 6/483 12334
/proc/meminfo: memFree=29068396/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=153212 CPUtime=402.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 29608 0 0 0 40224 5 0 0 25 0 1 0 659142299 156889088 29469 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 38303 29469 728 445 0 31848 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 153212

[startup+462.301 s]
/proc/loadavg: 4.06 3.51 3.05 6/483 12336
/proc/meminfo: memFree=29047908/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=153212 CPUtime=462.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 32104 0 0 0 46224 5 0 0 25 0 1 0 659142299 156889088 31948 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 38303 31948 728 445 0 31848 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 153212

[startup+522.301 s]
/proc/loadavg: 4.02 3.59 3.11 6/483 12337
/proc/meminfo: memFree=29007096/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=166784 CPUtime=522.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 34942 0 0 0 52224 5 0 0 25 0 1 0 659142299 170786816 34765 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 41696 34765 728 445 0 35241 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 166784

[startup+582.301 s]
/proc/loadavg: 4.01 3.67 3.16 6/483 12339
/proc/meminfo: memFree=28989964/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=235676 CPUtime=582.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 38145 0 0 0 58223 6 0 0 25 0 1 0 659142299 241332224 37941 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 58919 37941 728 445 0 52464 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 235676

[startup+642.301 s]
/proc/loadavg: 4.00 3.72 3.21 6/483 12340
/proc/meminfo: memFree=28957824/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=235676 CPUtime=642.31 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 44611 0 0 0 64224 7 0 0 25 0 1 0 659142299 241332224 44392 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 58919 44392 728 445 0 52464 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 235676

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 3.26 6/483 12342
/proc/meminfo: memFree=28939332/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=235676 CPUtime=702.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 45264 0 0 0 70222 8 0 0 25 0 1 0 659142299 241332224 45029 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 58919 45029 728 445 0 52464 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 235676

[startup+762.318 s]
/proc/loadavg: 4.00 3.81 3.30 6/483 12344
/proc/meminfo: memFree=28904952/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=235676 CPUtime=762.32 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 45891 0 0 0 76224 8 0 0 25 0 1 0 659142299 241332224 45635 33554432000 4194304 6014671 140736032153680 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 58919 45635 728 445 0 52464 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 235676

[startup+822.3 s]
/proc/loadavg: 4.11 3.87 3.35 6/483 12345
/proc/meminfo: memFree=28891536/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=235676 CPUtime=822.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 46084 0 0 0 82222 8 0 0 25 0 1 0 659142299 241332224 45828 33554432000 4194304 6014671 140736032153680 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 58919 45828 728 445 0 52464 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 235676

[startup+882.3 s]
/proc/loadavg: 4.14 3.92 3.40 6/483 12347
/proc/meminfo: memFree=28851944/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=882.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 46189 0 0 0 88222 8 0 0 25 0 1 0 659142299 301936640 45888 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 45888 728 445 0 67260 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 294860

[startup+942.3 s]
/proc/loadavg: 4.21 3.98 3.45 6/483 12348
/proc/meminfo: memFree=28820308/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=942.29 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 52780 0 0 0 94221 8 0 0 25 0 1 0 659142299 301936640 52479 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 52479 728 445 0 67260 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 294860

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 3.49 6/483 12350
/proc/meminfo: memFree=28796964/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=1002.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 57126 0 0 0 100221 9 0 0 25 0 1 0 659142299 301936640 56801 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 56801 728 445 0 67260 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 294860

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.52 6/483 12352
/proc/meminfo: memFree=28763964/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=1062.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 57496 0 0 0 106221 9 0 0 25 0 1 0 659142299 301936640 57171 33554432000 4194304 6014671 140736032153680 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 57171 733 445 0 67260 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 294860

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.55 6/483 12353
/proc/meminfo: memFree=28743116/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=1122.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 59222 0 0 0 112221 9 0 0 25 0 1 0 659142299 301936640 58872 33554432000 4194304 6014671 140736032153680 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 58872 733 445 0 67260 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 294860

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.57 6/483 12355
/proc/meminfo: memFree=28699692/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=1182.3 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 60118 0 0 0 118221 9 0 0 25 0 1 0 659142299 301936640 59742 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 59742 733 445 0 67260 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 294860

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.59 6/483 12356
/proc/meminfo: memFree=28640396/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=1242.31 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 62881 0 0 0 124221 10 0 0 25 0 1 0 659142299 301936640 62505 33554432000 4194304 6014671 140736032153680 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 62505 733 445 0 67260 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 294860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.62 6/483 12358
/proc/meminfo: memFree=28616184/32950928 swapFree=41934216/67111528
[pid=12298] ppid=12296 vsize=294860 CPUtime=1300.02 cores=5,7
/proc/12298/stat : 12298 (qutersat_releas) R 12296 12298 11356 0 -1 4202496 62916 0 0 0 129992 10 0 0 25 0 1 0 659142299 301936640 62540 33554432000 4194304 6014671 140736032153680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12298/statm: 73715 62540 733 445 0 67260 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 294860

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.93
CPU system time (s): 0.111982
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 294860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62920
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= 10
involuntary context switches= 16027

runsolver used 5.79412 second user time and 14.9847 second system time

The end

Launcher Data

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

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376742-1305475436/watcher-3376742-1305475436 -o /tmp/evaluation-result-3376742-1305475436/solver-3376742-1305475436 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376742-1305475436.cnf 395228166

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
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:      29776096 kB
Buffers:        187528 kB
Cached:        1836448 kB
SwapCached:      49680 kB
Active:         624080 kB
Inactive:      2283768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29776096 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:            3504 kB
Writeback:           0 kB
AnonPages:      846784 kB
Mapped:          17324 kB
Slab:           111472 kB
PageTables:      87012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133646516 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