Trace number 3421377

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

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095984
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
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: 170 #clause: 2924
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 170
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 170 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 2924
0.00/0.00	c Total Clauses( cover/uncovered ): 0 2924 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4.94425 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     170       0    2924     11042
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 3374
0.00/0.03	c TmMap: Origin: 11213 ClauseNum: 33126 --> New: 3545 ClauseNum: 17793
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 6748 #xorclause: 0
0.00/0.03	c #var: 620 #clauses: 3372 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	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-3421377-1306632134/watcher-3421377-1306632134 -o /tmp/evaluation-result-3421377-1306632134/solver-3421377-1306632134 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421377-1306632134.cnf 913416570 

running on 4 cores: 1,3,5,7

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.00 2.01 2.00 2/455 3812
/proc/meminfo: memFree=13419572/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 1784 0 0 0 0 0 0 0 25 0 1 0 755629322 33140736 1720 33554432000 4194304 6014671 140734372113776 18446744073709551615 4285408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 8091 1720 383 445 0 1636 0

[startup+0.111512 s]
/proc/loadavg: 2.00 2.01 2.00 2/455 3812
/proc/meminfo: memFree=13419572/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=48760 CPUtime=0.1 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 4446 0 0 0 10 0 0 0 25 0 1 0 755629322 49930240 4382 33554432000 4194304 6014671 140734372113776 18446744073709551615 220815933084 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 12190 4382 722 445 0 5735 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 48760

[startup+0.200494 s]
/proc/loadavg: 2.00 2.01 2.00 2/455 3812
/proc/meminfo: memFree=13419572/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=48760 CPUtime=0.19 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 4542 0 0 0 19 0 0 0 25 0 1 0 755629322 49930240 4478 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 12190 4478 722 445 0 5735 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48760

[startup+0.300477 s]
/proc/loadavg: 2.00 2.01 2.00 2/455 3812
/proc/meminfo: memFree=13419572/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=57392 CPUtime=0.29 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 4735 0 0 0 29 0 0 0 25 0 1 0 755629322 58769408 4671 33554432000 4194304 6014671 140734372113776 18446744073709551615 4379118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 14348 4671 723 445 0 7893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57392

[startup+0.700413 s]
/proc/loadavg: 2.00 2.01 2.00 2/455 3812
/proc/meminfo: memFree=13419572/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=66224 CPUtime=0.69 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 5189 0 0 0 69 0 0 0 25 0 1 0 755629322 67813376 5125 33554432000 4194304 6014671 140734372113776 18446744073709551615 220815933115 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 16556 5125 723 445 0 10101 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66224

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 3813
/proc/meminfo: memFree=13398620/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=75232 CPUtime=1.49 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 6126 0 0 0 149 0 0 0 25 0 1 0 755629322 77037568 6062 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 18808 6062 727 445 0 12353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75232

[startup+3.10096 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 3813
/proc/meminfo: memFree=13390816/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=75232 CPUtime=3.09 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 7383 0 0 0 309 0 0 0 25 0 1 0 755629322 77037568 7319 33554432000 4194304 6014671 140734372113776 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 18808 7319 727 445 0 12353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75232

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 3813
/proc/meminfo: memFree=13382968/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=84692 CPUtime=6.29 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 10841 0 0 0 628 1 0 0 25 0 1 0 755629322 86724608 10777 33554432000 4194304 6014671 140734372113776 18446744073709551615 4639879 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 21173 10777 727 445 0 14718 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84692

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 3813
/proc/meminfo: memFree=13356340/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=104316 CPUtime=12.69 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 14857 0 0 0 1268 1 0 0 25 0 1 0 755629322 106819584 14793 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 26079 14793 727 445 0 19624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104316

[startup+25.5008 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 3813
/proc/meminfo: memFree=13346540/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=114304 CPUtime=25.49 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 16953 0 0 0 2548 1 0 0 25 0 1 0 755629322 117047296 16889 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 28576 16889 727 445 0 22121 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114304

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 3814
/proc/meminfo: memFree=13320620/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=135708 CPUtime=51.1 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 21382 0 0 0 5108 2 0 0 25 0 1 0 755629322 138964992 21318 33554432000 4194304 6014671 140734372113776 18446744073709551615 4378616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 33927 21318 727 445 0 27472 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 135708

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 3815
/proc/meminfo: memFree=13277576/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=146804 CPUtime=102.3 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 27841 0 0 0 10227 3 0 0 25 0 1 0 755629322 150327296 27775 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 36701 27775 727 445 0 30246 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 146804

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/456 3817
/proc/meminfo: memFree=13253636/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=170196 CPUtime=162.29 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 33174 0 0 0 16226 3 0 0 25 0 1 0 755629322 174280704 33108 33554432000 4194304 6014671 140734372113776 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 42549 33108 727 445 0 36094 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170196

[startup+222.318 s]
/proc/loadavg: 2.06 2.03 2.01 3/456 3822
/proc/meminfo: memFree=13235548/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=182376 CPUtime=222.32 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 35822 0 0 0 22228 4 0 0 25 0 1 0 755629322 186753024 35756 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 45594 35756 727 445 0 39139 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 182376

[startup+282.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 3823
/proc/meminfo: memFree=13225356/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=182376 CPUtime=282.3 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 38183 0 0 0 28226 4 0 0 25 0 1 0 755629322 186753024 38117 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 45594 38117 727 445 0 39139 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182376

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 3852
/proc/meminfo: memFree=13372108/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=284628 CPUtime=342.3 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 38693 0 0 0 34226 4 0 0 25 0 1 0 755629322 291459072 38599 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 71157 38599 727 445 0 64702 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 284628

[startup+402.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/456 3853
/proc/meminfo: memFree=13342452/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=337060 CPUtime=402.31 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 42474 0 0 0 40226 5 0 0 25 0 1 0 755629322 345149440 42329 33554432000 4194304 6014671 140734372113776 18446744073709551615 4378661 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 84265 42329 727 445 0 77810 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 337060

[startup+462.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/456 3855
/proc/meminfo: memFree=13334612/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=389900 CPUtime=462.31 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 42832 0 0 0 46226 5 0 0 25 0 1 0 755629322 399257600 42628 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 97475 42628 727 445 0 91020 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 389900

[startup+522.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/456 3857
/proc/meminfo: memFree=13308552/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=389900 CPUtime=522.31 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 48548 0 0 0 52226 5 0 0 25 0 1 0 755629322 399257600 48296 33554432000 4194304 6014671 140734372113776 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 97475 48296 727 445 0 91020 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 389900

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/456 3858
/proc/meminfo: memFree=13257688/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=389900 CPUtime=582.31 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 55968 0 0 0 58225 6 0 0 25 0 1 0 755629322 399257600 55655 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 97475 55655 727 445 0 91020 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 389900

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.07 2.04 3/456 10464
/proc/meminfo: memFree=12742980/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4002.41 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 128005 0 0 0 400220 21 0 0 25 0 1 0 755629322 823930880 126209 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 126209 750 445 0 194700 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 804620

[startup+4062.3 s]
/proc/loadavg: 2.01 2.05 2.03 3/456 10466
/proc/meminfo: memFree=12737132/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4062.43 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 129412 0 0 0 406221 22 0 0 25 0 1 0 755629322 823930880 127616 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 127616 750 445 0 194700 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 804620

[startup+4122.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/456 10468
/proc/meminfo: memFree=12729928/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4122.42 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 131170 0 0 0 412220 22 0 0 25 0 1 0 755629322 823930880 129321 33554432000 4194304 6014671 140734372113776 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 129321 727 445 0 194700 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 804620

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.02 3/456 10469
/proc/meminfo: memFree=12730280/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4182.44 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 131170 0 0 0 418222 22 0 0 25 0 1 0 755629322 823930880 129321 33554432000 4194304 6014671 140734372113776 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 129321 727 445 0 194700 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 804620

[startup+4242.3 s]
/proc/loadavg: 2.08 2.05 2.02 3/456 10471
/proc/meminfo: memFree=12730136/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4242.42 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 131170 0 0 0 424220 22 0 0 25 0 1 0 755629322 823930880 129321 33554432000 4194304 6014671 140734372113776 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 129321 727 445 0 194700 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 804620

[startup+4302.3 s]
/proc/loadavg: 2.03 2.04 2.02 3/456 10472
/proc/meminfo: memFree=12716104/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4302.43 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 134726 0 0 0 430220 23 0 0 25 0 1 0 755629322 823930880 132846 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 132846 727 445 0 194700 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 804620

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/456 10474
/proc/meminfo: memFree=12712488/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4362.43 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135558 0 0 0 436220 23 0 0 25 0 1 0 755629322 823930880 133678 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133678 727 445 0 194700 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 804620

[startup+4422.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/456 10476
/proc/meminfo: memFree=12713576/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4422.43 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135558 0 0 0 442220 23 0 0 25 0 1 0 755629322 823930880 133678 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133678 727 445 0 194700 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 804620

[startup+4482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 10477
/proc/meminfo: memFree=12713184/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4482.43 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135593 0 0 0 448220 23 0 0 25 0 1 0 755629322 823930880 133681 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133681 727 445 0 194700 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 804620

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 10479
/proc/meminfo: memFree=12712920/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4542.43 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135647 0 0 0 454220 23 0 0 25 0 1 0 755629322 823930880 133735 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133735 727 445 0 194700 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 804620

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 10480
/proc/meminfo: memFree=12709672/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4602.44 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135687 0 0 0 460221 23 0 0 25 0 1 0 755629322 823930880 133741 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133741 727 445 0 194700 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 804620

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 10482
/proc/meminfo: memFree=12708284/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4662.44 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135687 0 0 0 466221 23 0 0 25 0 1 0 755629322 823930880 133706 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133706 727 445 0 194700 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 804620

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 10484
/proc/meminfo: memFree=12709504/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4722.45 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135687 0 0 0 472222 23 0 0 25 0 1 0 755629322 823930880 133706 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133706 727 445 0 194700 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 804620

[startup+4782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/456 10485
/proc/meminfo: memFree=12708372/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4782.44 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135816 0 0 0 478221 23 0 0 25 0 1 0 755629322 823930880 133835 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133835 727 445 0 194700 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 804620

[startup+4842.32 s]
/proc/loadavg: 2.02 2.01 2.00 3/456 10487
/proc/meminfo: memFree=12708108/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4842.46 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135852 0 0 0 484223 23 0 0 25 0 1 0 755629322 823930880 133834 33554432000 4194304 6014671 140734372113776 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133834 727 445 0 194700 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 804620

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 10488
/proc/meminfo: memFree=12708340/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4902.44 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135877 0 0 0 490221 23 0 0 25 0 1 0 755629322 823930880 133821 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133821 727 445 0 194700 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 804620

[startup+4962.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/456 10490
/proc/meminfo: memFree=12707324/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=4962.45 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135908 0 0 0 496222 23 0 0 25 0 1 0 755629322 823930880 133852 33554432000 4194304 6014671 140734372113776 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133852 727 445 0 194700 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 804620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.04 2.01 3/456 10491
/proc/meminfo: memFree=12707808/32951124 swapFree=63485464/67111528
[pid=3812] ppid=3810 vsize=804620 CPUtime=5000.05 cores=1,3,5,7
/proc/3812/stat : 3812 (qutersat_releas) R 3810 3812 2619 0 -1 4202496 135956 0 0 0 499982 23 0 0 25 0 1 0 755629322 823930880 133900 33554432000 4194304 6014671 140734372113776 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3812/statm: 201155 133900 728 445 0 194700 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 804620

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): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.84
CPU system time (s): 0.25696
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 804620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.84
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135960
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= 8
involuntary context switches= 8006

runsolver used 20.9918 second user time and 52.498 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-29 03:22:14
IDJOB=3421377
IDBENCH=87447
IDSOLVER=1868
FILE ID=node147/3421377-1306632134
RUNJOBID= node147-1306631561-3588
PBS_JOBID= 13471614
Free space on /tmp= 73616 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_170.shuffled.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421377-1306632134/watcher-3421377-1306632134 -o /tmp/evaluation-result-3421377-1306632134/solver-3421377-1306632134 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421377-1306632134.cnf 913416570

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=913416570

node147.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.836
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.67
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.836
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.836
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.76
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.836
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13419720 kB
Buffers:        370984 kB
Cached:        9357972 kB
SwapCached:      13096 kB
Active:       10191984 kB
Inactive:      9050320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13419720 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            1860 kB
Writeback:           4 kB
AnonPages:     9508276 kB
Mapped:          29224 kB
Slab:           163984 kB
PageTables:      58792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121040908 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= 73616 MiB
End job on node147 at 2011-05-29 04:45:36