Trace number 3421449

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.07 4999.95

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.155975
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.08	c Parse Cnf success: #var: 1638 #clause: 253275
0.00/0.08	c Find Units :          0
0.00/0.09	c Find Invs  :          0
0.00/0.10	c Find Ands  :       1638 AvgFaninNum: 40.0452
0.00/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.10	c Find Ite   :          0
0.00/0.10	c UnDirect variable: 0
0.00/0.10	c UnDirect to Direct Gate: 0
0.00/0.10	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.10	c Break Cycle : 1598
0.00/0.10	c Total Root : 0 Undef Var: 1598
0.00/0.10	c After covering, Total Root: 40 Leaf: 1598
0.00/0.10	c Variable( cover/uncovered/unused ): 1638 0 0
0.00/0.10	c Unit Clauses: 0
0.00/0.10	c Binary Clauses( cover/uncovered ): 1598 251637
0.00/0.10	c Clauses( cover/uncovered ): 40 0
0.00/0.10	c Total Clauses( cover/uncovered ): 1638 251637 0.646728%
0.00/0.10	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.00/0.20	c Uncover Clauses avg size: 2 max size: 2
0.00/0.20	c Final circuit: i/l/o/s    1598       0  251637    253195
0.00/0.20	c CnfToAig: Time: 0.17 s
0.26/0.32	c TmMap: Set choices finish.
0.37/0.44	c TmMap: Set big and: 251677
0.37/0.44	c TmMap: Origin: 254794 ClauseNum: 759585 --> New: 253276 ClauseNum: 756549
0.37/0.44	c TmMap: Time: 0.12
0.37/0.47	c Try to Add: #clause: 503354 #xorclause: 0
0.46/0.51	c #var: 1638 #clauses: 41 Solving... 
5000.02/4999.91	c Time Out !!
5000.02/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-3421449-1306636013/watcher-3421449-1306636013 -o /tmp/evaluation-result-3421449-1306636013/solver-3421449-1306636013 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421449-1306636013.cnf 2008500190 

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.85 2.06 2.04 1/455 12352
/proc/meminfo: memFree=16293404/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) D 12350 12352 4716 0 -1 4194304 92 0 0 0 0 0 0 0 21 0 1 0 775199301 6574080 47 33554432000 4194304 6014671 140735275934848 18446744073709551615 228117790439 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/12352/statm: 1605 47 37 445 0 66 0

[startup+0.0246489 s]
/proc/loadavg: 1.85 2.06 2.04 1/455 12352
/proc/meminfo: memFree=16293404/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) D 12350 12352 4716 0 -1 4194304 92 0 0 0 0 0 0 0 21 0 1 0 775199301 6574080 47 33554432000 4194304 6014671 140735275934848 18446744073709551615 228117790439 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/12352/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.283605 s]
/proc/loadavg: 1.85 2.06 2.04 1/455 12352
/proc/meminfo: memFree=16293404/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=87812 CPUtime=0.25 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 15886 0 2 0 23 2 0 0 18 0 1 0 775199301 89919488 15824 33554432000 4194304 6014671 140735275934848 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 21953 15830 668 445 0 15498 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 87812

[startup+0.300592 s]
/proc/loadavg: 1.85 2.06 2.04 1/455 12352
/proc/meminfo: memFree=16293404/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=90884 CPUtime=0.26 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 16815 0 2 0 24 2 0 0 18 0 1 0 775199301 93065216 16753 33554432000 4194304 6014671 140735275934848 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 22721 16755 668 445 0 16266 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 90884

[startup+0.700558 s]
/proc/loadavg: 1.85 2.06 2.04 1/455 12352
/proc/meminfo: memFree=16293404/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=121504 CPUtime=0.66 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 24501 0 2 0 63 3 0 0 18 0 1 0 775199301 124420096 24439 33554432000 4194304 6014671 140735275934848 18446744073709551615 4557141 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 30376 24439 713 445 0 23921 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 121504

[startup+1.50041 s]
/proc/loadavg: 1.85 2.06 2.04 2/456 12353
/proc/meminfo: memFree=16196932/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=121504 CPUtime=1.46 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 24509 0 2 0 143 3 0 0 19 0 1 0 775199301 124420096 24447 33554432000 4194304 6014671 140735275934848 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 30376 24447 721 445 0 23921 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 121504

[startup+3.10108 s]
/proc/loadavg: 1.85 2.06 2.04 2/456 12353
/proc/meminfo: memFree=16196064/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=121504 CPUtime=3.06 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 24509 0 2 0 303 3 0 0 25 0 1 0 775199301 124420096 24447 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 30376 24447 721 445 0 23921 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 121504

[startup+6.30054 s]
/proc/loadavg: 1.78 2.04 2.03 2/456 12353
/proc/meminfo: memFree=16192400/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=132764 CPUtime=6.26 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 25403 0 2 0 623 3 0 0 25 0 1 0 775199301 135950336 25341 33554432000 4194304 6014671 140735275934848 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 33191 25341 725 445 0 26736 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 132764

[startup+12.7004 s]
/proc/loadavg: 1.72 2.02 2.03 2/456 12354
/proc/meminfo: memFree=16192328/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=132764 CPUtime=12.66 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 25768 0 2 0 1263 3 0 0 25 0 1 0 775199301 135950336 25706 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 33191 25706 725 445 0 26736 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 132764

[startup+25.5011 s]
/proc/loadavg: 1.56 1.97 2.01 2/456 12354
/proc/meminfo: memFree=16188996/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=144156 CPUtime=25.46 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 26272 0 2 0 2543 3 0 0 25 0 1 0 775199301 147615744 26210 33554432000 4194304 6014671 140735275934848 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 36039 26210 725 445 0 29584 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 144156

[startup+51.1004 s]
/proc/loadavg: 1.37 1.89 1.98 2/456 12355
/proc/meminfo: memFree=16143112/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=183220 CPUtime=51.07 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 37678 0 2 0 5101 6 0 0 25 0 1 0 775199301 187617280 37616 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 45805 37616 725 445 0 39350 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 183220

[startup+102.301 s]
/proc/loadavg: 1.16 1.75 1.93 2/456 12356
/proc/meminfo: memFree=16104772/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=278776 CPUtime=102.27 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 47033 0 2 0 10219 8 0 0 25 0 1 0 775199301 285466624 46971 33554432000 4194304 6014671 140735275934848 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 69694 46971 725 445 0 63239 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 278776

[startup+162.3 s]
/proc/loadavg: 1.12 1.63 1.87 2/456 12358
/proc/meminfo: memFree=16084916/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=335280 CPUtime=162.27 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 52238 0 2 0 16217 10 0 0 25 0 1 0 775199301 343326720 52155 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 83820 52155 725 445 0 77365 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 335280

[startup+222.317 s]
/proc/loadavg: 1.04 1.51 1.81 2/456 12359
/proc/meminfo: memFree=16061320/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=399896 CPUtime=222.29 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 58127 0 2 0 22218 11 0 0 25 0 1 0 775199301 409493504 57840 33554432000 4194304 6014671 140735275934848 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 99974 57840 725 445 0 93519 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 399896

[startup+282.301 s]
/proc/loadavg: 1.01 1.42 1.76 2/456 12361
/proc/meminfo: memFree=15989248/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=470832 CPUtime=282.27 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 76358 0 2 0 28213 14 0 0 25 0 1 0 775199301 482131968 76071 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 117708 76071 725 445 0 111253 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 470832

[startup+342.301 s]
/proc/loadavg: 1.00 1.34 1.71 2/456 12362
/proc/meminfo: memFree=15982636/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=470832 CPUtime=342.28 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 82025 0 2 0 34213 15 0 0 25 0 1 0 775199301 482131968 77518 33554432000 4194304 6014671 140735275934848 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 117708 77518 730 445 0 111253 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 470832

[startup+402.301 s]
/proc/loadavg: 1.00 1.27 1.66 2/456 12364
/proc/meminfo: memFree=15928052/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=633948 CPUtime=402.28 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 95832 0 2 0 40210 18 0 0 25 0 1 0 775199301 649162752 91322 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 158487 91322 727 445 0 152032 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 633948

[startup+462.301 s]
/proc/loadavg: 1.00 1.22 1.62 2/456 12366
/proc/meminfo: memFree=15917980/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=633948 CPUtime=462.28 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 98318 0 2 0 46210 18 0 0 25 0 1 0 775199301 649162752 93808 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 158487 93808 727 445 0 152032 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 633948

[startup+522.301 s]
/proc/loadavg: 1.00 1.18 1.58 2/456 12367
/proc/meminfo: memFree=15913240/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=633948 CPUtime=522.28 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 99590 0 2 0 52209 19 0 0 25 0 1 0 775199301 649162752 95061 33554432000 4194304 6014671 140735275934848 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 158487 95061 728 445 0 152032 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 633948

[startup+582.3 s]
/proc/loadavg: 1.00 1.14 1.54 2/456 12369
/proc/meminfo: memFree=15877992/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=633948 CPUtime=582.28 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 108357 0 2 0 58208 20 0 0 25 0 1 0 775199301 649162752 103828 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 158487 103828 728 445 0 152032 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 633948

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.08 1.03 1.01 2/456 12472
/proc/meminfo: memFree=15623372/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4002.38 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 178383 0 2 0 400192 46 0 0 25 0 1 0 775199301 1122062336 167410 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 167410 736 445 0 267486 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 1095764

[startup+4062.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/456 12474
/proc/meminfo: memFree=15592832/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4062.39 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 185979 0 2 0 406191 48 0 0 25 0 1 0 775199301 1122062336 174997 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 174997 736 445 0 267486 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 1095764

[startup+4122.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/456 12475
/proc/meminfo: memFree=15588960/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4122.38 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 187004 0 2 0 412190 48 0 0 25 0 1 0 775199301 1122062336 176011 33554432000 4194304 6014671 140735275934848 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 176011 736 445 0 267486 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 1095764

[startup+4182.32 s]
/proc/loadavg: 1.01 1.02 1.00 2/456 12477
/proc/meminfo: memFree=15558664/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4182.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 194594 0 2 0 418190 50 0 0 25 0 1 0 775199301 1122062336 183586 33554432000 4194304 6014671 140735275934848 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 183586 736 445 0 267486 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1095764

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/456 12478
/proc/meminfo: memFree=15558876/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4242.39 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 194594 0 2 0 424189 50 0 0 25 0 1 0 775199301 1122062336 183586 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 183586 736 445 0 267486 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1095764

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/456 12480
/proc/meminfo: memFree=15527836/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4302.39 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202305 0 2 0 430187 52 0 0 25 0 1 0 775199301 1122062336 191278 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191278 736 445 0 267486 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1095764

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12482
/proc/meminfo: memFree=15527680/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4362.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202315 0 2 0 436187 53 0 0 25 0 1 0 775199301 1122062336 191277 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191277 736 445 0 267486 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1095764

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12483
/proc/meminfo: memFree=15527908/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4422.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202315 0 2 0 442187 53 0 0 25 0 1 0 775199301 1122062336 191262 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191262 736 445 0 267486 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1095764

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12485
/proc/meminfo: memFree=15527744/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4482.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202349 0 2 0 448187 53 0 0 25 0 1 0 775199301 1122062336 191296 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191296 736 445 0 267486 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1095764

[startup+4542.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/456 12486
/proc/meminfo: memFree=15527092/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4542.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202507 0 2 0 454187 53 0 0 25 0 1 0 775199301 1122062336 191438 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191438 736 445 0 267486 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1095764

[startup+4602.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/456 12488
/proc/meminfo: memFree=15527052/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4602.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202521 0 2 0 460187 53 0 0 25 0 1 0 775199301 1122062336 191430 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191430 736 445 0 267486 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1095764

[startup+4662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/456 12490
/proc/meminfo: memFree=15526020/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4662.41 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202521 0 2 0 466187 54 0 0 25 0 1 0 775199301 1122062336 191407 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191407 736 445 0 267486 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1095764

[startup+4722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/456 12491
/proc/meminfo: memFree=15527348/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4722.42 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202548 0 2 0 472188 54 0 0 25 0 1 0 775199301 1122062336 191405 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191405 736 445 0 267486 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1095764

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/456 12493
/proc/meminfo: memFree=15527180/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4782.4 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202548 0 2 0 478186 54 0 0 25 0 1 0 775199301 1122062336 191405 33554432000 4194304 6014671 140735275934848 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191405 736 445 0 267486 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1095764

[startup+4842.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12494
/proc/meminfo: memFree=15526652/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4842.42 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202566 0 2 0 484188 54 0 0 25 0 1 0 775199301 1122062336 191391 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191391 736 445 0 267486 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1095764

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12496
/proc/meminfo: memFree=15526612/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4902.41 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202790 0 2 0 490186 55 0 0 25 0 1 0 775199301 1122062336 191582 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191582 736 445 0 267486 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1095764

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12498
/proc/meminfo: memFree=15526328/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=4962.41 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202812 0 2 0 496186 55 0 0 25 0 1 0 775199301 1122062336 191569 33554432000 4194304 6014671 140735275934848 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191569 736 445 0 267486 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1095764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/456 12499
/proc/meminfo: memFree=15526552/32951124 swapFree=49827280/67111528
[pid=12352] ppid=12350 vsize=1095764 CPUtime=5000.02 cores=0,2,4,6
/proc/12352/stat : 12352 (qutersat_releas) R 12350 12352 4716 0 -1 4202496 202814 0 2 0 499947 55 0 0 25 0 1 0 775199301 1122062336 191571 33554432000 4194304 6014671 140735275934848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/12352/statm: 273941 191571 736 445 0 267486 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1095764

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.95
CPU time (s): 5000.07
CPU user time (s): 4999.48
CPU system time (s): 0.59091
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1095764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.48
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202818
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 15878

runsolver used 23.6054 second user time and 50.0944 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-29 04:26:53
IDJOB=3421449
IDBENCH=88229
IDSOLVER=1868
FILE ID=node138/3421449-1306636013
RUNJOBID= node138-1306636013-12342
PBS_JOBID= 13471609
Free space on /tmp= 73292 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421449-1306636013/watcher-3421449-1306636013 -o /tmp/evaluation-result-3421449-1306636013/solver-3421449-1306636013 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421449-1306636013.cnf 2008500190

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=2008500190

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      16293684 kB
Buffers:        260548 kB
Cached:        5459984 kB
SwapCached:      72388 kB
Active:        4194012 kB
Inactive:     12168228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16293684 kB
SwapTotal:    67111528 kB
SwapFree:     49827280 kB
Dirty:            5080 kB
Writeback:          12 kB
AnonPages:    10579960 kB
Mapped:          18320 kB
Slab:           135136 kB
PageTables:      92904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130632724 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= 73288 MiB
End job on node138 at 2011-05-29 05:50:15