Trace number 3420925

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark114.827
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 1150 #clause: 84314
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :       1150 AvgFaninNum: 22
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 1100
0.00/0.02	c Total Root : 0 Undef Var: 1100
0.00/0.03	c After covering, Total Root: 50 Leaf: 1100
0.00/0.03	c Variable( cover/uncovered/unused ): 1150 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 1100 79013
0.00/0.03	c Clauses( cover/uncovered ): 50 0
0.00/0.03	c Total Clauses( cover/uncovered ): 1150 79013 1.43458%
0.00/0.03	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 2 max size: 2
0.00/0.06	c Final circuit: i/l/o/s    1100       0   79013     80063
0.00/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 79063
0.09/0.14	c TmMap: Origin: 81164 ClauseNum: 240189 --> New: 80164 ClauseNum: 238189
0.09/0.14	c TmMap: Time: 0.04
0.09/0.16	c Try to Add: #clause: 158126 #xorclause: 0
0.09/0.17	c #var: 1150 #clauses: 51 Solving... 
5000.03/4999.91	c Time Out !!
5000.03/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-3420925-1306599824/watcher-3420925-1306599824 -o /tmp/evaluation-result-3420925-1306599824/solver-3420925-1306599824 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420925-1306599824.cnf 544039558 

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.03 2.02 2.00 2/498 22008
/proc/meminfo: memFree=26675952/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=35436 CPUtime=0.01 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 2563 0 0 0 1 0 0 0 25 0 1 0 771583354 36286464 2500 33554432000 4194304 6014671 140734752279424 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 8859 2501 377 445 0 2404 0

[startup+0.0835771 s]
/proc/loadavg: 2.03 2.02 2.00 2/498 22008
/proc/meminfo: memFree=26675952/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=51492 CPUtime=0.07 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 6537 0 0 0 7 0 0 0 25 0 1 0 771583354 52727808 6474 33554432000 4194304 6014671 140734752279424 18446744073709551615 4258234 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 12873 6474 668 445 0 6418 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51492

[startup+0.100572 s]
/proc/loadavg: 2.03 2.02 2.00 2/498 22008
/proc/meminfo: memFree=26675952/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=53540 CPUtime=0.09 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 7456 0 0 0 9 0 0 0 25 0 1 0 771583354 54824960 7393 33554432000 4194304 6014671 140734752279424 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 13385 7395 668 445 0 6930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53540

[startup+0.300537 s]
/proc/loadavg: 2.03 2.02 2.00 2/498 22008
/proc/meminfo: memFree=26675952/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=67860 CPUtime=0.29 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 10676 0 0 0 28 1 0 0 25 0 1 0 771583354 69488640 10613 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 16965 10613 720 445 0 10510 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67860

[startup+0.700464 s]
/proc/loadavg: 2.03 2.02 2.00 2/498 22008
/proc/meminfo: memFree=26675952/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=76944 CPUtime=0.69 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 11006 0 0 0 68 1 0 0 25 0 1 0 771583354 78790656 10943 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424051 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 19236 10943 721 445 0 12781 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76944

[startup+1.50032 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 22010
/proc/meminfo: memFree=26633672/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=86240 CPUtime=1.49 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 11090 0 0 0 148 1 0 0 25 0 1 0 771583354 88309760 11027 33554432000 4194304 6014671 140734752279424 18446744073709551615 4381067 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 21560 11027 721 445 0 15105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86240

[startup+3.10104 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 22010
/proc/meminfo: memFree=26632184/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=86240 CPUtime=3.09 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 11176 0 0 0 308 1 0 0 25 0 1 0 771583354 88309760 11113 33554432000 4194304 6014671 140734752279424 18446744073709551615 4537140 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 21560 11113 725 445 0 15105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86240

[startup+6.30048 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 22010
/proc/meminfo: memFree=26624184/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=86240 CPUtime=6.29 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 13107 0 0 0 628 1 0 0 25 0 1 0 771583354 88309760 13044 33554432000 4194304 6014671 140734752279424 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 21560 13044 725 445 0 15105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86240

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 22010
/proc/meminfo: memFree=26615392/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=125052 CPUtime=12.69 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 15847 0 0 0 1267 2 0 0 25 0 1 0 771583354 128053248 15784 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 31263 15784 725 445 0 24808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125052

[startup+25.5011 s]
/proc/loadavg: 2.18 2.05 2.01 3/499 22011
/proc/meminfo: memFree=26607712/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=125052 CPUtime=25.49 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 17187 0 0 0 2547 2 0 0 25 0 1 0 771583354 128053248 17124 33554432000 4194304 6014671 140734752279424 18446744073709551615 4377880 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 31263 17124 725 445 0 24808 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125052

[startup+51.1005 s]
/proc/loadavg: 2.12 2.04 2.01 3/499 22011
/proc/meminfo: memFree=26598256/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=125052 CPUtime=51.09 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 19359 0 0 0 5107 2 0 0 25 0 1 0 771583354 128053248 19296 33554432000 4194304 6014671 140734752279424 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 31263 19296 725 445 0 24808 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125052

[startup+102.318 s]
/proc/loadavg: 2.11 2.05 2.01 3/499 22014
/proc/meminfo: memFree=26571456/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=158208 CPUtime=102.31 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 25930 0 0 0 10228 3 0 0 25 0 1 0 771583354 162004992 25837 33554432000 4194304 6014671 140734752279424 18446744073709551615 4376392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 39552 25837 731 445 0 33097 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 158208

[startup+162.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 22015
/proc/meminfo: memFree=26479788/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=158208 CPUtime=162.29 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 29278 0 0 0 16226 3 0 0 25 0 1 0 771583354 162004992 29182 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 39552 29182 731 445 0 33097 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 158208

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 22017
/proc/meminfo: memFree=26423580/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=182956 CPUtime=222.29 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 35607 0 0 0 22224 5 0 0 25 0 1 0 771583354 187346944 35507 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 45739 35507 727 445 0 39284 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 182956

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 22019
/proc/meminfo: memFree=26391432/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=233820 CPUtime=282.3 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 40286 0 0 0 28224 6 0 0 25 0 1 0 771583354 239431680 40165 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 58455 40165 727 445 0 52000 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 233820

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 22020
/proc/meminfo: memFree=26350612/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=233820 CPUtime=342.3 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 44514 0 0 0 34224 6 0 0 25 0 1 0 771583354 239431680 44346 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 58455 44346 725 445 0 52000 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 233820

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 22022
/proc/meminfo: memFree=26308684/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=287744 CPUtime=402.3 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 54989 0 0 0 40222 8 0 0 25 0 1 0 771583354 294649856 54624 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 71936 54624 725 445 0 65481 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 287744

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 22023
/proc/meminfo: memFree=26305792/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=287744 CPUtime=462.3 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 55632 0 0 0 46222 8 0 0 25 0 1 0 771583354 294649856 54630 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 71936 54630 725 445 0 65481 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 287744

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 22025
/proc/meminfo: memFree=26304404/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=287744 CPUtime=522.3 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 56248 0 0 0 52222 8 0 0 25 0 1 0 771583354 294649856 55246 33554432000 4194304 6014671 140734752279424 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 71936 55246 725 445 0 65481 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 287744

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/499 22027
/proc/meminfo: memFree=26280560/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=287744 CPUtime=582.31 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 62200 0 0 0 58221 10 0 0 25 0 1 0 771583354 294649856 61198 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 71936 61198 725 445 0 65481 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 287744

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.02 1.02 1.14 2/493 22158
/proc/meminfo: memFree=26671352/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4062.41 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 127571 0 0 0 406215 26 0 0 25 0 1 0 771583354 635502592 115359 33554432000 4194304 6014671 140734752279424 18446744073709551615 4422727 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115359 725 445 0 148697 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 620608

[startup+4122.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/493 22160
/proc/meminfo: memFree=26672072/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4122.4 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 127571 0 0 0 412214 26 0 0 25 0 1 0 771583354 635502592 115359 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115359 725 445 0 148697 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 620608

[startup+4182.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/493 22162
/proc/meminfo: memFree=26672172/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4182.4 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 127571 0 0 0 418214 26 0 0 25 0 1 0 771583354 635502592 115359 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115359 725 445 0 148697 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 620608

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/493 22164
/proc/meminfo: memFree=26672268/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4242.4 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 127571 0 0 0 424214 26 0 0 25 0 1 0 771583354 635502592 115359 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115359 725 445 0 148697 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 620608

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/493 22166
/proc/meminfo: memFree=26672252/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4302.39 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 127571 0 0 0 430213 26 0 0 25 0 1 0 771583354 635502592 115359 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115359 725 445 0 148697 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 620608

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/493 22168
/proc/meminfo: memFree=26670376/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4362.39 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 436213 26 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 620608

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/493 22170
/proc/meminfo: memFree=26670348/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4422.41 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 442214 27 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 620608

[startup+4482.3 s]
/proc/loadavg: 1.09 1.03 1.09 2/493 22173
/proc/meminfo: memFree=26670332/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4482.4 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 448213 27 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 620608

[startup+4542.3 s]
/proc/loadavg: 1.07 1.03 1.09 2/493 22174
/proc/meminfo: memFree=26670180/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4542.4 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 454213 27 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 620608

[startup+4602.3 s]
/proc/loadavg: 1.02 1.03 1.08 2/493 22177
/proc/meminfo: memFree=26670288/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4602.42 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 460215 27 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 620608

[startup+4662.3 s]
/proc/loadavg: 1.01 1.02 1.07 2/493 22178
/proc/meminfo: memFree=26669272/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4662.41 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 466214 27 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 620608

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.07 2/493 22180
/proc/meminfo: memFree=26669124/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4722.42 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128055 0 0 0 472215 27 0 0 25 0 1 0 771583354 635502592 115843 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115843 725 445 0 148697 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 620608

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/493 22183
/proc/meminfo: memFree=26669224/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4782.41 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128076 0 0 0 478213 28 0 0 25 0 1 0 771583354 635502592 115849 33554432000 4194304 6014671 140734752279424 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115849 725 445 0 148697 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 620608

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/493 22184
/proc/meminfo: memFree=26669076/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4842.42 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128080 0 0 0 484214 28 0 0 25 0 1 0 771583354 635502592 115835 33554432000 4194304 6014671 140734752279424 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 115835 725 445 0 148697 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 620608

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/493 22187
/proc/meminfo: memFree=26668316/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4902.41 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128290 0 0 0 490213 28 0 0 25 0 1 0 771583354 635502592 116018 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 116018 725 445 0 148697 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 620608

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/493 22188
/proc/meminfo: memFree=26669416/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=4962.41 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128345 0 0 0 496213 28 0 0 25 0 1 0 771583354 635502592 116057 33554432000 4194304 6014671 140734752279424 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 116057 725 445 0 148697 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 620608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.04 2/493 22189
/proc/meminfo: memFree=26669140/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=5000.03 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128407 0 0 0 499975 28 0 0 25 0 1 0 771583354 635502592 116102 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 116102 725 445 0 148697 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 620608

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.04 2/493 22189
/proc/meminfo: memFree=26669140/32951124 swapFree=53876548/67111528
[pid=22008] ppid=22006 vsize=620608 CPUtime=5000.03 cores=1,3,5,7
/proc/22008/stat : 22008 (qutersat_releas) R 22006 22008 20812 0 -1 4202496 128407 0 0 0 499975 28 0 0 25 0 1 0 771583354 635502592 116102 33554432000 4194304 6014671 140734752279424 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/22008/statm: 155152 116102 725 445 0 148697 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 620608

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4999.76
CPU system time (s): 0.302953
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 620608

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

runsolver used 21.7457 second user time and 56.4734 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-28 18:23:44
IDJOB=3420925
IDBENCH=71433
IDSOLVER=1868
FILE ID=node108/3420925-1306599824
RUNJOBID= node108-1306594822-21731
PBS_JOBID= 13471572
Free space on /tmp= 73420 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420925-1306599824/watcher-3420925-1306599824 -o /tmp/evaluation-result-3420925-1306599824/solver-3420925-1306599824 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420925-1306599824.cnf 544039558

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=544039558

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26676240 kB
Buffers:        211828 kB
Cached:        4367828 kB
SwapCached:      16500 kB
Active:        1893920 kB
Inactive:      4132336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26676240 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:            2340 kB
Writeback:           0 kB
AnonPages:     1440272 kB
Mapped:          14352 kB
Slab:           112800 kB
PageTables:      66708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135334760 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= 73424 MiB
End job on node108 at 2011-05-28 19:47:06