Trace number 3421267

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.1 4999.93

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3326.88
Satisfiable
(Un)Satisfiability was proved
Number of variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 194 #clause: 954
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          1
0.00/0.00	c Find Ands  :          4 AvgFaninNum: 2
0.00/0.00	c Find Xors  :         52 AvgFaninNum: 2.96154
0.00/0.00	c Find Ite   :         58
0.00/0.00	c UnDirect variable: 130
0.00/0.00	c UnDirect to Direct Gate: 28
0.00/0.00	c Forced Direct Gate: 28 Unuse unDirect Gate: 52
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 12 Undef Var: 104
0.00/0.00	c After covering, Total Root: 12 Leaf: 76
0.00/0.00	c Variable( cover/uncovered/unused ): 166 28 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 8 2
0.00/0.00	c Clauses( cover/uncovered ): 456 488
0.00/0.00	c Total Clauses( cover/uncovered ): 464 490 48.6373%
0.00/0.00	c Covered Ands: 4 Invs: 0 Xors: 28 Ites: 58
0.00/0.00	c Uncover Clauses avg size: 3.37143 max size: 4
0.00/0.00	c Final circuit: i/l/o/s     104       0     490      1293
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 500
0.00/0.02	c TmMap: Origin: 1398 ClauseNum: 3879 --> New: 710 ClauseNum: 2602
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1446 #xorclause: 0
0.00/0.02	c #var: 219 #clauses: 929 Solving... 
5000.07/4999.92	c Time Out !!
5000.07/4999.92	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-3421267-1306621233/watcher-3421267-1306621233 -o /tmp/evaluation-result-3421267-1306621233/solver-3421267-1306621233 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421267-1306621233.cnf 669855549 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.04 2.01 3/498 8069
/proc/meminfo: memFree=12684640/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 1943 0 0 0 0 0 0 0 25 0 1 0 852354014 34189312 1880 33554432000 4194304 6014671 140737334829552 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 8347 1883 427 445 0 1892 0

[startup+0.0772261 s]
/proc/loadavg: 2.11 2.04 2.01 3/498 8069
/proc/meminfo: memFree=12684640/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=46712 CPUtime=0.07 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 3686 0 0 0 7 0 0 0 18 0 1 0 852354014 47833088 3623 33554432000 4194304 6014671 140737334829552 18446744073709551615 251367243409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 11678 3623 726 445 0 5223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46712

[startup+0.101214 s]
/proc/loadavg: 2.11 2.04 2.01 3/498 8069
/proc/meminfo: memFree=12684640/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=46712 CPUtime=0.09 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 3723 0 0 0 9 0 0 0 18 0 1 0 852354014 47833088 3660 33554432000 4194304 6014671 140737334829552 18446744073709551615 251367243420 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 11678 3660 726 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.301176 s]
/proc/loadavg: 2.11 2.04 2.01 3/498 8069
/proc/meminfo: memFree=12684640/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=55152 CPUtime=0.29 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 3997 0 0 0 29 0 0 0 18 0 1 0 852354014 56475648 3934 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 13788 3934 727 445 0 7333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55152

[startup+0.701099 s]
/proc/loadavg: 2.11 2.04 2.01 3/498 8069
/proc/meminfo: memFree=12684640/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=72476 CPUtime=0.69 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 4556 0 0 0 69 0 0 0 18 0 1 0 852354014 74215424 4493 33554432000 4194304 6014671 140737334829552 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 18119 4493 727 445 0 11664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72476

[startup+1.50095 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 8070
/proc/meminfo: memFree=12667024/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=81292 CPUtime=1.49 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 5507 0 0 0 149 0 0 0 19 0 1 0 852354014 83243008 5441 33554432000 4194304 6014671 140737334829552 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 20323 5441 728 445 0 13868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81292

[startup+3.10066 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 8070
/proc/meminfo: memFree=12661444/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=99184 CPUtime=3.09 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 7120 0 0 0 309 0 0 0 25 0 1 0 852354014 101564416 7054 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 24796 7054 728 445 0 18341 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99184

[startup+6.30106 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 8070
/proc/meminfo: memFree=12648288/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=108264 CPUtime=6.29 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 9336 0 0 0 629 0 0 0 25 0 1 0 852354014 110862336 9270 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 27066 9270 728 445 0 20611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108264

[startup+12.7009 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 8070
/proc/meminfo: memFree=12640816/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=117532 CPUtime=12.69 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 11145 0 0 0 1268 1 0 0 25 0 1 0 852354014 120352768 11079 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 29383 11079 728 445 0 22928 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117532

[startup+25.5005 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 8070
/proc/meminfo: memFree=12631764/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=127384 CPUtime=25.49 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 13574 0 0 0 2548 1 0 0 25 0 1 0 852354014 130441216 13508 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 31846 13508 728 445 0 25391 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127384

[startup+51.1008 s]
/proc/loadavg: 2.05 2.03 2.00 3/499 8071
/proc/meminfo: memFree=12624036/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=127384 CPUtime=51.09 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 15322 0 0 0 5108 1 0 0 25 0 1 0 852354014 130441216 15256 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423657 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 31846 15256 728 445 0 25391 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127384

[startup+102.318 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 8072
/proc/meminfo: memFree=12597976/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=127384 CPUtime=102.31 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 21532 0 0 0 10230 1 0 0 25 0 1 0 852354014 130441216 21462 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 31846 21462 750 445 0 25391 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 127384

[startup+162.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/499 8074
/proc/meminfo: memFree=12590764/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=127384 CPUtime=162.3 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 23171 0 0 0 16228 2 0 0 25 0 1 0 852354014 130441216 23101 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 31846 23101 750 445 0 25391 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 127384

[startup+222.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/499 8076
/proc/meminfo: memFree=12573864/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=139472 CPUtime=222.29 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 27555 0 0 0 22227 2 0 0 25 0 1 0 852354014 142819328 27485 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 34868 27485 750 445 0 28413 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 139472

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 8077
/proc/meminfo: memFree=12549780/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=152300 CPUtime=282.29 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 28124 0 0 0 28227 2 0 0 25 0 1 0 852354014 155955200 28049 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 38075 28049 745 445 0 31620 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 152300

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8079
/proc/meminfo: memFree=12546780/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=152300 CPUtime=342.3 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 28713 0 0 0 34227 3 0 0 25 0 1 0 852354014 155955200 28628 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 38075 28628 752 445 0 31620 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152300

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8080
/proc/meminfo: memFree=12528524/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=152300 CPUtime=402.3 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 31237 0 0 0 40227 3 0 0 25 0 1 0 852354014 155955200 31109 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 38075 31109 735 445 0 31620 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 152300

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8082
/proc/meminfo: memFree=12525140/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=205324 CPUtime=462.3 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 31830 0 0 0 46227 3 0 0 25 0 1 0 852354014 210251776 31682 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423023 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 51331 31682 735 445 0 44876 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 205324

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/499 8084
/proc/meminfo: memFree=12514816/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=205324 CPUtime=522.3 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 34504 0 0 0 52227 3 0 0 25 0 1 0 852354014 210251776 34341 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 51331 34341 735 445 0 44876 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 205324

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 8085
/proc/meminfo: memFree=12511684/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=259900 CPUtime=582.31 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 35251 0 0 0 58227 4 0 0 25 0 1 0 852354014 266137600 35050 33554432000 4194304 6014671 140737334829552 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 64975 35050 731 445 0 58520 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 259900

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.02 1.10 1.43 2/493 8209
/proc/meminfo: memFree=12699544/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4062.44 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85041 0 0 0 406233 11 0 0 25 0 1 0 852354014 627634176 83500 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83500 728 445 0 146776 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 612924

[startup+4122.3 s]
/proc/loadavg: 1.01 1.08 1.40 2/493 8211
/proc/meminfo: memFree=12700620/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4122.42 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85041 0 0 0 412231 11 0 0 25 0 1 0 852354014 627634176 83500 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83500 728 445 0 146776 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 612924

[startup+4182.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/493 8212
/proc/meminfo: memFree=12700584/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4182.42 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85132 0 0 0 418231 11 0 0 25 0 1 0 852354014 627634176 83591 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83591 728 445 0 146776 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 612924

[startup+4242.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/493 8214
/proc/meminfo: memFree=12700544/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4242.43 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85140 0 0 0 424232 11 0 0 25 0 1 0 852354014 627634176 83499 33554432000 4194304 6014671 140737334829552 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83499 728 445 0 146776 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 612924

[startup+4302.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/493 8215
/proc/meminfo: memFree=12700632/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4302.43 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85140 0 0 0 430232 11 0 0 25 0 1 0 852354014 627634176 83499 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83499 728 445 0 146776 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 612924

[startup+4362.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/493 8217
/proc/meminfo: memFree=12700592/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4362.43 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85140 0 0 0 436232 11 0 0 25 0 1 0 852354014 627634176 83499 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83499 728 445 0 146776 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 612924

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/493 8219
/proc/meminfo: memFree=12700552/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4422.43 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85145 0 0 0 442232 11 0 0 25 0 1 0 852354014 627634176 83504 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83504 728 445 0 146776 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 612924

[startup+4482.3 s]
/proc/loadavg: 1.12 1.05 1.27 2/493 8220
/proc/meminfo: memFree=12700884/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4482.44 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85320 0 0 0 448232 12 0 0 25 0 1 0 852354014 627634176 83556 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83556 728 445 0 146776 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 612924

[startup+4542.3 s]
/proc/loadavg: 1.10 1.05 1.25 2/493 8222
/proc/meminfo: memFree=12700712/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4542.44 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85336 0 0 0 454232 12 0 0 25 0 1 0 852354014 627634176 83572 33554432000 4194304 6014671 140737334829552 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83572 728 445 0 146776 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 612924

[startup+4602.3 s]
/proc/loadavg: 1.04 1.04 1.24 2/493 8223
/proc/meminfo: memFree=12700796/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4602.45 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85340 0 0 0 460233 12 0 0 25 0 1 0 852354014 627634176 83576 33554432000 4194304 6014671 140737334829552 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83576 728 445 0 146776 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 612924

[startup+4662.3 s]
/proc/loadavg: 1.01 1.03 1.22 2/493 8225
/proc/meminfo: memFree=12700388/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4662.45 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85347 0 0 0 466233 12 0 0 25 0 1 0 852354014 627634176 83583 33554432000 4194304 6014671 140737334829552 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83583 728 445 0 146776 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 612924

[startup+4722.32 s]
/proc/loadavg: 1.00 1.02 1.20 2/493 8230
/proc/meminfo: memFree=12700576/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4722.47 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85352 0 0 0 472235 12 0 0 25 0 1 0 852354014 627634176 83448 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83448 728 445 0 146776 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 612924

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/493 8231
/proc/meminfo: memFree=12700756/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4782.45 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85493 0 0 0 478233 12 0 0 25 0 1 0 852354014 627634176 83589 33554432000 4194304 6014671 140737334829552 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83589 728 445 0 146776 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 612924

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/493 8233
/proc/meminfo: memFree=12700220/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4842.45 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85493 0 0 0 484233 12 0 0 25 0 1 0 852354014 627634176 83589 33554432000 4194304 6014671 140737334829552 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83589 728 445 0 146776 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 612924

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/493 8234
/proc/meminfo: memFree=12700052/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4902.46 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85772 0 0 0 490234 12 0 0 25 0 1 0 852354014 627634176 83755 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83755 731 445 0 146776 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 612924

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/493 8236
/proc/meminfo: memFree=12699884/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=4962.46 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85772 0 0 0 496234 12 0 0 25 0 1 0 852354014 627634176 83755 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83755 731 445 0 146776 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 612924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.14 2/493 8237
/proc/meminfo: memFree=12699852/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=5000.07 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85772 0 0 0 499995 12 0 0 25 0 1 0 852354014 627634176 83755 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83755 731 445 0 146776 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 612924

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.14 2/493 8237
/proc/meminfo: memFree=12699852/32950928 swapFree=38710956/67111528
[pid=8069] ppid=8067 vsize=612924 CPUtime=5000.07 cores=0,2,4,6
/proc/8069/stat : 8069 (qutersat_releas) R 8067 8069 7378 0 -1 4202496 85772 0 0 0 499995 12 0 0 25 0 1 0 852354014 627634176 83755 33554432000 4194304 6014671 140737334829552 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8069/statm: 153231 83755 731 445 0 146776 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 612924

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4999.96
CPU system time (s): 0.133979
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 612924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85776
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= 13
involuntary context switches= 7497

runsolver used 25.8531 second user time and 55.0436 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-29 00:20:33
IDJOB=3421267
IDBENCH=84028
IDSOLVER=1868
FILE ID=node113/3421267-1306621233
RUNJOBID= node113-1306609415-7396
PBS_JOBID= 13471581
Free space on /tmp= 73284 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421267-1306621233/watcher-3421267-1306621233 -o /tmp/evaluation-result-3421267-1306621233/solver-3421267-1306621233 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421267-1306621233.cnf 669855549

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=669855549

node113.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	: 5332.76
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.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.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.75
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.74
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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12684796 kB
Buffers:        347532 kB
Cached:        9826764 kB
SwapCached:      93760 kB
Active:        9900412 kB
Inactive:     10018400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12684796 kB
SwapTotal:    67111528 kB
SwapFree:     38710956 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:     9662500 kB
Mapped:          27556 kB
Slab:           161504 kB
PageTables:     117436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 155478256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73284 MiB
End job on node113 at 2011-05-29 01:43:55