Trace number 3421265

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.08 4999.94

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
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 variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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: 226 #clause: 1078
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          1
0.00/0.00	c Find Ands  :         12 AvgFaninNum: 2
0.00/0.00	c Find Xors  :         62 AvgFaninNum: 2.83871
0.00/0.00	c Find Ite   :         69
0.00/0.00	c UnDirect variable: 145
0.00/0.00	c UnDirect to Direct Gate: 30
0.00/0.00	c Forced Direct Gate: 29 Unuse unDirect Gate: 61
0.00/0.00	c Break Cycle : 2
0.00/0.00	c Total Root : 19 Undef Var: 117
0.00/0.00	c After covering, Total Root: 18 Leaf: 81
0.00/0.00	c Variable( cover/uncovered/unused ): 190 36 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 24 2
0.00/0.00	c Clauses( cover/uncovered ): 504 548
0.00/0.00	c Total Clauses( cover/uncovered ): 528 550 48.9796%
0.00/0.00	c Covered Ands: 12 Invs: 0 Xors: 30 Ites: 67
0.00/0.00	c Uncover Clauses avg size: 3.37455 max size: 4
0.00/0.00	c Final circuit: i/l/o/s     117       0     550      1454
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: 567
0.00/0.02	c TmMap: Origin: 1572 ClauseNum: 4362 --> New: 800 ClauseNum: 2921
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1617 #xorclause: 0
0.00/0.02	c #var: 249 #clauses: 1028 Solving... 
5000.04/4999.92	c Time Out !!
5000.04/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-3421265-1306621198/watcher-3421265-1306621198 -o /tmp/evaluation-result-3421265-1306621198/solver-3421265-1306621198 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421265-1306621198.cnf 1077073537 

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: 1.93 2.01 1.99 2/524 10687
/proc/meminfo: memFree=12861612/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 1832 0 0 0 0 0 0 0 25 0 1 0 773717536 34189312 1768 33554432000 4194304 6014671 140733205408768 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 8347 1768 402 445 0 1892 0

[startup+0.0688531 s]
/proc/loadavg: 1.93 2.01 1.99 2/524 10687
/proc/meminfo: memFree=12861612/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=46712 CPUtime=0.06 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 3706 0 0 0 6 0 0 0 25 0 1 0 773717536 47833088 3642 33554432000 4194304 6014671 140733205408768 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 11678 3642 725 445 0 5223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46712

[startup+0.10085 s]
/proc/loadavg: 1.93 2.01 1.99 2/524 10687
/proc/meminfo: memFree=12861612/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=46712 CPUtime=0.09 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 3752 0 0 0 9 0 0 0 25 0 1 0 773717536 47833088 3688 33554432000 4194304 6014671 140733205408768 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 11678 3688 726 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300783 s]
/proc/loadavg: 1.93 2.01 1.99 2/524 10687
/proc/meminfo: memFree=12861612/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=55172 CPUtime=0.29 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 4039 0 0 0 29 0 0 0 25 0 1 0 773717536 56496128 3975 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 13793 3975 727 445 0 7338 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55172

[startup+0.700713 s]
/proc/loadavg: 1.93 2.01 1.99 2/524 10687
/proc/meminfo: memFree=12861612/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=72544 CPUtime=0.69 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 4570 0 0 0 69 0 0 0 25 0 1 0 773717536 74285056 4506 33554432000 4194304 6014671 140733205408768 18446744073709551615 218905427643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 18136 4506 727 445 0 11681 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72544

[startup+1.50059 s]
/proc/loadavg: 1.93 2.01 1.99 3/525 10688
/proc/meminfo: memFree=12844984/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=81388 CPUtime=1.49 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 6444 0 0 0 149 0 0 0 25 0 1 0 773717536 83341312 6377 33554432000 4194304 6014671 140733205408768 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 20347 6377 728 445 0 13892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81388

[startup+3.10031 s]
/proc/loadavg: 1.93 2.01 1.99 3/525 10688
/proc/meminfo: memFree=12834692/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=99280 CPUtime=3.09 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 7424 0 0 0 309 0 0 0 25 0 1 0 773717536 101662720 7357 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 24820 7357 728 445 0 18365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99280

[startup+6.30074 s]
/proc/loadavg: 1.93 2.01 1.99 3/525 10688
/proc/meminfo: memFree=12825984/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=108480 CPUtime=6.29 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 9423 0 0 0 629 0 0 0 25 0 1 0 773717536 111083520 9350 33554432000 4194304 6014671 140733205408768 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 27120 9350 728 445 0 20665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108480

[startup+12.7006 s]
/proc/loadavg: 1.94 2.01 1.99 3/525 10688
/proc/meminfo: memFree=12817832/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=108480 CPUtime=12.69 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 11130 0 0 0 1268 1 0 0 25 0 1 0 773717536 111083520 11057 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 27120 11057 728 445 0 20665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108480

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 1.99 3/525 10688
/proc/meminfo: memFree=12809028/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=108480 CPUtime=25.49 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 13352 0 0 0 2548 1 0 0 25 0 1 0 773717536 111083520 13279 33554432000 4194304 6014671 140733205408768 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 27120 13279 728 445 0 20665 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108480

[startup+51.1006 s]
/proc/loadavg: 1.97 2.01 1.99 3/525 10689
/proc/meminfo: memFree=12801404/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=108480 CPUtime=51.09 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 15365 0 0 0 5108 1 0 0 25 0 1 0 773717536 111083520 15292 33554432000 4194304 6014671 140733205408768 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 27120 15292 728 445 0 20665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108480

[startup+102.319 s]
/proc/loadavg: 1.98 2.00 1.99 3/525 10691
/proc/meminfo: memFree=12816372/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=108480 CPUtime=102.31 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 19506 0 0 0 10229 2 0 0 25 0 1 0 773717536 111083520 19418 33554432000 4194304 6014671 140733205408768 18446744073709551615 4422699 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 27120 19418 738 445 0 20665 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 108480

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/525 10692
/proc/meminfo: memFree=12749632/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=132372 CPUtime=162.29 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 24427 0 0 0 16227 2 0 0 25 0 1 0 773717536 135548928 24339 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 33093 24339 738 445 0 26638 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132372

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/525 10694
/proc/meminfo: memFree=12727896/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=144476 CPUtime=222.3 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 25214 0 0 0 22227 3 0 0 25 0 1 0 773717536 147943424 25122 33554432000 4194304 6014671 140733205408768 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 36119 25122 741 445 0 29664 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 144476

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/525 10695
/proc/meminfo: memFree=12713004/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=144476 CPUtime=282.3 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 28790 0 0 0 28227 3 0 0 25 0 1 0 773717536 147943424 28698 33554432000 4194304 6014671 140733205408768 18446744073709551615 4377710 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 36119 28698 741 445 0 29664 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 144476

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/525 10697
/proc/meminfo: memFree=12701708/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=157384 CPUtime=342.3 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 31238 0 0 0 34226 4 0 0 25 0 1 0 773717536 161161216 31136 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 39346 31136 741 445 0 32891 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157384

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/525 10698
/proc/meminfo: memFree=12667696/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=210148 CPUtime=402.3 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 35107 0 0 0 40225 5 0 0 25 0 1 0 773717536 215191552 34979 33554432000 4194304 6014671 140733205408768 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 52537 34979 741 445 0 46082 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 210148

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 10700
/proc/meminfo: memFree=12647208/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=210148 CPUtime=462.3 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 35629 0 0 0 46225 5 0 0 25 0 1 0 773717536 215191552 35454 33554432000 4194304 6014671 140733205408768 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 52537 35454 745 445 0 46082 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 210148

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 10702
/proc/meminfo: memFree=12643824/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=264780 CPUtime=522.3 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 36551 0 0 0 52225 5 0 0 25 0 1 0 773717536 271134720 36353 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424936 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 66195 36353 745 445 0 59740 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 264780

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 10703
/proc/meminfo: memFree=12635752/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=264780 CPUtime=582.31 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 36551 0 0 0 58226 5 0 0 25 0 1 0 773717536 271134720 36340 33554432000 4194304 6014671 140733205408768 18446744073709551615 4369663 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 66195 36340 745 445 0 59740 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 264780

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.09 2.05 2.01 3/525 10808
/proc/meminfo: memFree=12183840/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4062.42 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100292 0 0 0 406227 15 0 0 25 0 1 0 773717536 603721728 98535 33554432000 4194304 6014671 140733205408768 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98535 728 445 0 140938 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 589572

[startup+4122.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/525 10810
/proc/meminfo: memFree=12185792/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4122.4 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100292 0 0 0 412225 15 0 0 25 0 1 0 773717536 603721728 98535 33554432000 4194304 6014671 140733205408768 18446744073709551615 4425360 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98535 728 445 0 140938 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 589572

[startup+4182.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/525 10811
/proc/meminfo: memFree=12186152/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4182.41 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100294 0 0 0 418226 15 0 0 25 0 1 0 773717536 603721728 98537 33554432000 4194304 6014671 140733205408768 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98537 728 445 0 140938 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 589572

[startup+4242.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/525 10813
/proc/meminfo: memFree=12186132/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4242.41 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100302 0 0 0 424226 15 0 0 25 0 1 0 773717536 603721728 98545 33554432000 4194304 6014671 140733205408768 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98545 728 445 0 140938 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 589572

[startup+4302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/525 10815
/proc/meminfo: memFree=12184984/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4302.41 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100317 0 0 0 430226 15 0 0 25 0 1 0 773717536 603721728 98560 33554432000 4194304 6014671 140733205408768 18446744073709551615 4379248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98560 728 445 0 140938 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 589572

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 10816
/proc/meminfo: memFree=12185956/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4362.41 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100317 0 0 0 436226 15 0 0 25 0 1 0 773717536 603721728 98560 33554432000 4194304 6014671 140733205408768 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98560 728 445 0 140938 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 589572

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 10818
/proc/meminfo: memFree=12185052/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4422.41 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100329 0 0 0 442226 15 0 0 25 0 1 0 773717536 603721728 98572 33554432000 4194304 6014671 140733205408768 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98572 728 445 0 140938 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 589572

[startup+4482.3 s]
/proc/loadavg: 1.85 1.99 1.99 2/519 10837
/proc/meminfo: memFree=12699512/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4482.41 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100329 0 0 0 448226 15 0 0 25 0 1 0 773717536 603721728 98572 33554432000 4194304 6014671 140733205408768 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98572 728 445 0 140938 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 589572

[startup+4542.3 s]
/proc/loadavg: 1.47 1.84 1.94 2/519 10839
/proc/meminfo: memFree=12699632/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4542.42 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100329 0 0 0 454227 15 0 0 25 0 1 0 773717536 603721728 98572 33554432000 4194304 6014671 140733205408768 18446744073709551615 4372004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98572 728 445 0 140938 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 589572

[startup+4602.3 s]
/proc/loadavg: 1.24 1.70 1.88 2/519 10841
/proc/meminfo: memFree=12699592/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4602.43 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100330 0 0 0 460228 15 0 0 25 0 1 0 773717536 603721728 98573 33554432000 4194304 6014671 140733205408768 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98573 728 445 0 140938 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 589572

[startup+4662.3 s]
/proc/loadavg: 1.09 1.57 1.82 2/519 10842
/proc/meminfo: memFree=12699296/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4662.42 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100330 0 0 0 466227 15 0 0 25 0 1 0 773717536 603721728 98573 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98573 728 445 0 140938 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 589572

[startup+4722.32 s]
/proc/loadavg: 1.03 1.46 1.77 2/519 10844
/proc/meminfo: memFree=12699628/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4722.44 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100330 0 0 0 472229 15 0 0 25 0 1 0 773717536 603721728 98573 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98573 728 445 0 140938 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 589572

[startup+4782.3 s]
/proc/loadavg: 1.01 1.38 1.72 2/519 10845
/proc/meminfo: memFree=12699708/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4782.42 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100330 0 0 0 478227 15 0 0 25 0 1 0 773717536 603721728 98573 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98573 728 445 0 140938 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 589572

[startup+4842.3 s]
/proc/loadavg: 1.00 1.31 1.67 2/519 10847
/proc/meminfo: memFree=12699432/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4842.42 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100330 0 0 0 484227 15 0 0 25 0 1 0 773717536 603721728 98573 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98573 728 445 0 140938 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 589572

[startup+4902.3 s]
/proc/loadavg: 1.00 1.25 1.62 2/519 10848
/proc/meminfo: memFree=12699868/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4902.43 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100330 0 0 0 490228 15 0 0 25 0 1 0 773717536 603721728 98573 33554432000 4194304 6014671 140733205408768 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98573 728 445 0 140938 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 589572

[startup+4962.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/519 10850
/proc/meminfo: memFree=12699568/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=4962.43 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100394 0 0 0 496228 15 0 0 25 0 1 0 773717536 603721728 98637 33554432000 4194304 6014671 140733205408768 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98637 728 445 0 140938 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 589572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.17 1.56 2/519 10851
/proc/meminfo: memFree=12699648/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=5000.04 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100394 0 0 0 499989 15 0 0 25 0 1 0 773717536 603721728 98637 33554432000 4194304 6014671 140733205408768 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98637 728 445 0 140938 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 589572

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.17 1.56 2/519 10851
/proc/meminfo: memFree=12699648/32951124 swapFree=59247644/67111528
[pid=10687] ppid=10685 vsize=589572 CPUtime=5000.04 cores=0,2,4,6
/proc/10687/stat : 10687 (qutersat_releas) R 10685 10687 10139 0 -1 4202496 100394 0 0 0 499989 15 0 0 25 0 1 0 773717536 603721728 98637 33554432000 4194304 6014671 140733205408768 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10687/statm: 147393 98637 728 445 0 140938 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 589572

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4999.9
CPU system time (s): 0.170974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 589572

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

runsolver used 27.4338 second user time and 58.6711 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 00:19:58
IDJOB=3421265
IDBENCH=84021
IDSOLVER=1868
FILE ID=node137/3421265-1306621198
RUNJOBID= node137-1306610662-10157
PBS_JOBID= 13471596
Free space on /tmp= 73120 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421265-1306621198/watcher-3421265-1306621198 -o /tmp/evaluation-result-3421265-1306621198/solver-3421265-1306621198 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421265-1306621198.cnf 1077073537

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

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=1077073537

node137.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.844
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.68
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.844
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.844
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.844
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.844
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.82
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.844
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.844
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.844
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:     32951124 kB
MemFree:      12861776 kB
Buffers:        373204 kB
Cached:        8858816 kB
SwapCached:      17768 kB
Active:       11355348 kB
Inactive:      8435224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12861776 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:    10550208 kB
Mapped:          31664 kB
Slab:           154016 kB
PageTables:      75024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162846452 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= 73120 MiB
End job on node137 at 2011-05-29 01:43:20