Trace number 3421399

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.15 5000.05

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
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.02	c Set FPU double precision.
0.07/0.19	c Parse Cnf success: #var: 2548 #clause: 582679
0.07/0.19	c Find Units :          0
0.17/0.23	c Find Invs  :          0
0.17/0.23	c Find Ands  :       2548 AvgFaninNum: 50.0204
0.17/0.23	c Find Xors  :          0 AvgFaninNum: nan
0.17/0.23	c Find Ite   :          0
0.17/0.23	c UnDirect variable: 0
0.17/0.23	c UnDirect to Direct Gate: 0
0.17/0.23	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.17/0.24	c Break Cycle : 2498
0.17/0.24	c Total Root : 0 Undef Var: 2498
0.17/0.24	c After covering, Total Root: 50 Leaf: 2498
0.17/0.24	c Variable( cover/uncovered/unused ): 2548 0 0
0.17/0.24	c Unit Clauses: 0
0.17/0.24	c Binary Clauses( cover/uncovered ): 2498 580131
0.17/0.24	c Clauses( cover/uncovered ): 50 0
0.17/0.24	c Total Clauses( cover/uncovered ): 2548 580131 0.437291%
0.17/0.24	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.47/0.52	c Uncover Clauses avg size: 2 max size: 2
0.47/0.53	c Final circuit: i/l/o/s    2498       0  580131    582579
0.47/0.53	c CnfToAig: Time: 0.5 s
0.67/0.77	c TmMap: Set choices finish.
0.97/1.03	c TmMap: Set big and: 580181
0.97/1.03	c TmMap: Origin: 585078 ClauseNum: 1747737 --> New: 582680 ClauseNum: 1742941
0.97/1.03	c TmMap: Time: 0.3
0.97/1.11	c Try to Add: #clause: 1160362 #xorclause: 0
1.09/1.18	c #var: 2548 #clauses: 51 Solving... 
5000.09/5000.01	c Time Out !!
5000.09/5000.01	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-3421399-1306632938/watcher-3421399-1306632938 -o /tmp/evaluation-result-3421399-1306632938/solver-3421399-1306632938 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421399-1306632938.cnf 185831549 

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: 1.72 1.24 1.24 3/488 609
/proc/meminfo: memFree=15932124/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/609/stat : 609 (runsolver) R 607 609 31758 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 507485109 12079104 49 33554432000 4194304 5432360 140736572192416 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/609/statm: 2949 49 30 303 0 2643 0

[startup+0.0914081 s]
/proc/loadavg: 1.72 1.24 1.24 3/488 609
/proc/meminfo: memFree=15932124/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=56940 CPUtime=0.06 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 7592 0 0 0 6 0 0 0 19 0 1 0 507485109 58306560 7528 33554432000 4194304 6014671 140736622320688 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 14235 7528 378 445 0 7780 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 56940

[startup+0.100415 s]
/proc/loadavg: 1.72 1.24 1.24 3/488 609
/proc/meminfo: memFree=15932124/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=56940 CPUtime=0.07 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 7649 0 0 0 7 0 0 0 19 0 1 0 507485109 58306560 7585 33554432000 4194304 6014671 140736622320688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 14235 7585 378 445 0 7780 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56940

[startup+0.300373 s]
/proc/loadavg: 1.72 1.24 1.24 3/488 609
/proc/meminfo: memFree=15932124/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=81516 CPUtime=0.27 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 13379 0 0 0 26 1 0 0 20 0 1 0 507485109 83472384 13315 33554432000 4194304 6014671 140736622320688 18446744073709551615 4334816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 20379 13315 398 445 0 13924 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 81516

[startup+0.700308 s]
/proc/loadavg: 1.72 1.24 1.24 3/488 609
/proc/meminfo: memFree=15932124/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=159508 CPUtime=0.67 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 33050 0 0 0 64 3 0 0 20 0 1 0 507485109 163336192 32986 33554432000 4194304 6014671 140736622320688 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 39877 32989 668 445 0 33422 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 159508

[startup+1.50016 s]
/proc/loadavg: 1.72 1.24 1.24 3/489 610
/proc/meminfo: memFree=15721192/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=261988 CPUtime=1.47 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 55151 0 0 0 141 6 0 0 23 0 1 0 507485109 268275712 55087 33554432000 4194304 6014671 140736622320688 18446744073709551615 4568342 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 65497 55087 710 445 0 59042 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 261988

[startup+3.10088 s]
/proc/loadavg: 1.72 1.24 1.24 3/489 610
/proc/meminfo: memFree=15712388/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=261988 CPUtime=3.08 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 55162 0 0 0 302 6 0 0 25 0 1 0 507485109 268275712 55098 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 65497 55098 721 445 0 59042 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 261988

[startup+6.30031 s]
/proc/loadavg: 1.75 1.25 1.24 3/489 610
/proc/meminfo: memFree=15711656/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=261988 CPUtime=6.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 55167 0 0 0 622 6 0 0 25 0 1 0 507485109 268275712 55103 33554432000 4194304 6014671 140736622320688 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 65497 55103 725 445 0 59042 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 261988

[startup+12.7002 s]
/proc/loadavg: 1.77 1.26 1.24 3/489 611
/proc/meminfo: memFree=15711044/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=261988 CPUtime=12.68 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 55167 0 0 0 1262 6 0 0 25 0 1 0 507485109 268275712 55103 33554432000 4194304 6014671 140736622320688 18446744073709551615 268660358923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 65497 55103 725 445 0 59042 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 261988

[startup+25.5009 s]
/proc/loadavg: 1.82 1.30 1.26 3/489 611
/proc/meminfo: memFree=15710748/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=261988 CPUtime=25.48 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 55167 0 0 0 2542 6 0 0 25 0 1 0 507485109 268275712 55103 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 65497 55103 725 445 0 59042 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 261988

[startup+51.1004 s]
/proc/loadavg: 1.88 1.35 1.27 3/489 612
/proc/meminfo: memFree=15709108/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=261988 CPUtime=51.08 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 55167 0 0 0 5102 6 0 0 25 0 1 0 507485109 268275712 55103 33554432000 4194304 6014671 140736622320688 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 65497 55103 725 445 0 59042 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 261988

[startup+102.318 s]
/proc/loadavg: 1.95 1.45 1.31 3/489 613
/proc/meminfo: memFree=15681408/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=465688 CPUtime=102.3 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 61791 0 0 0 10223 7 0 0 25 0 1 0 507485109 476864512 61203 33554432000 4194304 6014671 140736622320688 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 116422 61203 725 445 0 109967 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 465688

[startup+162.301 s]
/proc/loadavg: 2.12 1.59 1.37 3/489 615
/proc/meminfo: memFree=15601368/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=465688 CPUtime=162.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 81089 0 0 0 16218 10 0 0 25 0 1 0 507485109 476864512 80501 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 116422 80501 725 445 0 109967 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 465688

[startup+222.3 s]
/proc/loadavg: 2.04 1.66 1.40 3/489 616
/proc/meminfo: memFree=15558276/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=465688 CPUtime=222.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 89919 0 0 0 22217 11 0 0 25 0 1 0 507485109 476864512 89311 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 116422 89311 728 445 0 109967 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 465688

[startup+282.301 s]
/proc/loadavg: 2.01 1.72 1.44 3/489 618
/proc/meminfo: memFree=15415968/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=548500 CPUtime=282.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 99681 0 0 0 28216 12 0 0 25 0 1 0 507485109 561664000 99072 33554432000 4194304 6014671 140736622320688 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 137125 99072 727 445 0 130670 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 548500

[startup+342.301 s]
/proc/loadavg: 2.00 1.77 1.47 3/489 619
/proc/meminfo: memFree=15396696/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=636292 CPUtime=342.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 100444 0 0 0 34216 12 0 0 25 0 1 0 507485109 651563008 99791 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 159073 99791 727 445 0 152618 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 636292

[startup+402.301 s]
/proc/loadavg: 2.00 1.81 1.50 3/489 621
/proc/meminfo: memFree=15381268/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=636292 CPUtime=402.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 101113 0 0 0 40216 12 0 0 25 0 1 0 507485109 651563008 100396 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 159073 100396 727 445 0 152618 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 636292

[startup+462.301 s]
/proc/loadavg: 2.00 1.84 1.53 3/489 623
/proc/meminfo: memFree=15342752/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=636292 CPUtime=462.29 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 108056 0 0 0 46215 14 0 0 25 0 1 0 507485109 651563008 107274 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 159073 107274 725 445 0 152618 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 636292

[startup+522.3 s]
/proc/loadavg: 2.05 1.88 1.56 3/489 624
/proc/meminfo: memFree=15327668/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=736868 CPUtime=522.28 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 117537 0 0 0 52213 15 0 0 25 0 1 0 507485109 754552832 107293 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 184217 107293 725 445 0 177762 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 736868

[startup+582.301 s]
/proc/loadavg: 2.02 1.90 1.58 3/489 626
/proc/meminfo: memFree=15244388/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=736868 CPUtime=582.29 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 130792 0 0 0 58212 17 0 0 25 0 1 0 507485109 754552832 120548 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 184217 120548 725 445 0 177762 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 736868

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/489 7370
/proc/meminfo: memFree=14292840/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4002.36 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302410 0 0 0 400188 48 0 0 25 0 1 0 507485109 1858211840 248490 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248490 749 445 0 447210 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 1814660

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7372
/proc/meminfo: memFree=14248120/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4062.38 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302434 0 0 0 406190 48 0 0 25 0 1 0 507485109 1858211840 248514 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248514 749 445 0 447210 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 1814660

[startup+4122.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/489 7373
/proc/meminfo: memFree=14248172/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4122.36 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302434 0 0 0 412188 48 0 0 25 0 1 0 507485109 1858211840 248479 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248479 749 445 0 447210 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 1814660

[startup+4182.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/489 7375
/proc/meminfo: memFree=14247484/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4182.36 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302436 0 0 0 418188 48 0 0 25 0 1 0 507485109 1858211840 248444 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248444 749 445 0 447210 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 1814660

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 7376
/proc/meminfo: memFree=14247652/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4242.36 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302437 0 0 0 424188 48 0 0 25 0 1 0 507485109 1858211840 248407 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248407 749 445 0 447210 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 1814660

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7378
/proc/meminfo: memFree=14244000/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4302.37 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302542 0 0 0 430189 48 0 0 25 0 1 0 507485109 1858211840 248472 33554432000 4194304 6014671 140736622320688 18446744073709551615 4566298 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248472 749 445 0 447210 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 1814660

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 7380
/proc/meminfo: memFree=14245556/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4362.37 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302542 0 0 0 436189 48 0 0 25 0 1 0 507485109 1858211840 248472 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248472 749 445 0 447210 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 1814660

[startup+4422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/489 7381
/proc/meminfo: memFree=14245248/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4422.37 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302560 0 0 0 442189 48 0 0 25 0 1 0 507485109 1858211840 248448 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248448 749 445 0 447210 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 1814660

[startup+4482.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/489 7383
/proc/meminfo: memFree=14242812/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4482.37 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302597 0 0 0 448189 48 0 0 25 0 1 0 507485109 1858211840 248441 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248441 749 445 0 447210 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 1814660

[startup+4542.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/489 7384
/proc/meminfo: memFree=14241856/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4542.37 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302654 0 0 0 454189 48 0 0 25 0 1 0 507485109 1858211840 248453 33554432000 4194304 6014671 140736622320688 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248453 749 445 0 447210 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 1814660

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7386
/proc/meminfo: memFree=14201248/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4602.37 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302655 0 0 0 460189 48 0 0 25 0 1 0 507485109 1858211840 248454 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248454 749 445 0 447210 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 1814660

[startup+4662.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/489 7388
/proc/meminfo: memFree=14199932/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4662.38 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 302931 0 0 0 466189 49 0 0 25 0 1 0 507485109 1858211840 248684 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 248684 749 445 0 447210 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 1814660

[startup+4722.32 s]
/proc/loadavg: 2.09 2.06 2.01 3/489 7389
/proc/meminfo: memFree=14199124/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4722.4 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 303621 0 0 0 472191 49 0 0 25 0 1 0 507485109 1858211840 249327 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 249327 749 445 0 447210 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 1814660

[startup+4782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/489 7391
/proc/meminfo: memFree=14198060/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4782.38 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 303621 0 0 0 478189 49 0 0 25 0 1 0 507485109 1858211840 249327 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 249327 749 445 0 447210 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 1814660

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 7395
/proc/meminfo: memFree=14197148/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4842.38 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 303640 0 0 0 484189 49 0 0 25 0 1 0 507485109 1858211840 249298 33554432000 4194304 6014671 140736622320688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 249298 749 445 0 447210 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 1814660

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 7397
/proc/meminfo: memFree=14197412/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4902.38 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 303641 0 0 0 490189 49 0 0 25 0 1 0 507485109 1858211840 249249 33554432000 4194304 6014671 140736622320688 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 249249 749 445 0 447210 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 1814660

[startup+4962.3 s]
/proc/loadavg: 1.61 1.92 1.97 2/483 7417
/proc/meminfo: memFree=15380888/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=4962.38 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 304767 0 0 0 496189 49 0 0 25 0 1 0 507485109 1858211840 250375 33554432000 4194304 6014671 140736622320688 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 250375 829 445 0 447210 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 1814660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.31 1.81 1.92 2/483 7418
/proc/meminfo: memFree=15380988/32951124 swapFree=46575304/67111528
[pid=609] ppid=607 vsize=1814660 CPUtime=5000.09 cores=1,3,5,7
/proc/609/stat : 609 (qutersat_releas) R 607 609 31758 0 -1 4202496 304767 0 0 0 499960 49 0 0 25 0 1 0 507485109 1858211840 250375 33554432000 4194304 6014671 140736622320688 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/609/statm: 453665 250375 829 445 0 447210 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1814660

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): 5000.05
CPU time (s): 5000.15
CPU user time (s): 4999.62
CPU system time (s): 0.529919
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1814660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.62
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304771
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= 12
involuntary context switches= 8658

runsolver used 22.1996 second user time and 55.7015 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-29 03:35:38
IDJOB=3421399
IDBENCH=88204
IDSOLVER=1868
FILE ID=node107/3421399-1306632938
RUNJOBID= node107-1306632867-468
PBS_JOBID= 13471583
Free space on /tmp= 73508 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421399-1306632938/watcher-3421399-1306632938 -o /tmp/evaluation-result-3421399-1306632938/solver-3421399-1306632938 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421399-1306632938.cnf 185831549

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=185831549

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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	: 5359.47
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.829
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.829
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:      15932420 kB
Buffers:        328952 kB
Cached:        7240700 kB
SwapCached:       9840 kB
Active:       12491012 kB
Inactive:      4201552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15932420 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            8948 kB
Writeback:           0 kB
AnonPages:     9119552 kB
Mapped:          34480 kB
Slab:           161180 kB
PageTables:      95352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145562568 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= 73524 MiB
End job on node107 at 2011-05-29 04:59:00