Trace number 3251298

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-03-01? (TO) 1300.02 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84587
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1295 #clause: 148400
0.00/0.04	c Find Units :          0
0.00/0.04	c Find Invs  :          0
0.00/0.05	c Find Ands  :       1295 AvgFaninNum: 36
0.00/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 0
0.00/0.05	c UnDirect to Direct Gate: 0
0.00/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.05	c Break Cycle : 1260
0.00/0.05	c Total Root : 0 Undef Var: 1260
0.00/0.05	c After covering, Total Root: 35 Leaf: 1260
0.00/0.05	c Variable( cover/uncovered/unused ): 1295 0 0
0.00/0.05	c Unit Clauses: 0
0.00/0.05	c Binary Clauses( cover/uncovered ): 1260 147105
0.00/0.05	c Clauses( cover/uncovered ): 35 0
0.00/0.05	c Total Clauses( cover/uncovered ): 1295 147105 0.872642%
0.00/0.05	c Covered Ands: 35 Invs: 0 Xors: 0 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 2 max size: 2
0.09/0.12	c Final circuit: i/l/o/s    1260       0  147105    148330
0.09/0.12	c CnfToAig: Time: 0.11 s
0.09/0.19	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 147140
0.19/0.26	c TmMap: Origin: 149591 ClauseNum: 444990 --> New: 148401 ClauseNum: 442610
0.19/0.26	c TmMap: Time: 0.08
0.19/0.28	c Try to Add: #clause: 294280 #xorclause: 0
0.29/0.30	c #var: 1295 #clauses: 36 Solving... 
1299.99/1300.00	c Time Out !!
1299.99/1300.00	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: 935)

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-3251298-1303582245/watcher-3251298-1303582245 -o /tmp/evaluation-result-3251298-1303582245/solver-3251298-1303582245 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251298-1303582245.cnf 1030020637 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.99 3.92 3.90 4/189 21743
/proc/meminfo: memFree=14671608/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=32364 CPUtime=0 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 1787 0 0 0 0 0 0 0 25 0 1 0 469822219 33140736 1722 33554432000 4194304 6016207 140735352157024 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 8091 1723 379 445 0 1635 0

[startup+0.0839989 s]
/proc/loadavg: 3.99 3.92 3.90 4/189 21743
/proc/meminfo: memFree=14671608/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=46700 CPUtime=0.08 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 5085 0 0 0 8 0 0 0 25 0 1 0 469822219 47820800 5020 33554432000 4194304 6016207 140735352157024 18446744073709551615 4277555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 11675 5020 400 445 0 5219 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46700

[startup+0.100997 s]
/proc/loadavg: 3.99 3.92 3.90 4/189 21743
/proc/meminfo: memFree=14671608/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=46700 CPUtime=0.09 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 5085 0 0 0 9 0 0 0 25 0 1 0 469822219 47820800 5020 33554432000 4194304 6016207 140735352157024 18446744073709551615 4323660 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 11675 5020 400 445 0 5219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300959 s]
/proc/loadavg: 3.99 3.92 3.90 4/189 21743
/proc/meminfo: memFree=14671608/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=94656 CPUtime=0.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 16968 0 0 0 28 1 0 0 25 0 1 0 469822219 96927744 16903 33554432000 4194304 6016207 140735352157024 18446744073709551615 4778224 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 23664 16903 687 445 0 17208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94656

[startup+0.70089 s]
/proc/loadavg: 3.99 3.92 3.90 4/189 21743
/proc/meminfo: memFree=14671608/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=94656 CPUtime=0.69 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 16999 0 0 0 68 1 0 0 25 0 1 0 469822219 96927744 16934 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 23664 16934 718 445 0 17208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94656

[startup+1.50074 s]
/proc/loadavg: 3.99 3.92 3.90 5/190 21744
/proc/meminfo: memFree=14606144/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=104724 CPUtime=1.49 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 17806 0 0 0 148 1 0 0 25 0 1 0 469822219 107237376 17741 33554432000 4194304 6016207 140735352157024 18446744073709551615 4378157 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 26181 17741 718 445 0 19725 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104724

[startup+3.10044 s]
/proc/loadavg: 3.99 3.92 3.90 5/190 21744
/proc/meminfo: memFree=14602300/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=115284 CPUtime=3.09 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 17871 0 0 0 308 1 0 0 25 0 1 0 469822219 118050816 17806 33554432000 4194304 6016207 140735352157024 18446744073709551615 4538696 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 28821 17806 727 445 0 22365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115284

[startup+6.30086 s]
/proc/loadavg: 3.99 3.92 3.90 5/190 21744
/proc/meminfo: memFree=14592272/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=115284 CPUtime=6.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 20076 0 0 0 628 1 0 0 25 0 1 0 469822219 118050816 20011 33554432000 4194304 6016207 140735352157024 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 28821 20011 727 445 0 22365 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115284

[startup+12.7007 s]
/proc/loadavg: 3.99 3.92 3.90 5/190 21744
/proc/meminfo: memFree=14580560/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=126412 CPUtime=12.69 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 22037 0 0 0 1267 2 0 0 25 0 1 0 469822219 129445888 21972 33554432000 4194304 6016207 140735352157024 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 31603 21972 727 445 0 25147 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126412

[startup+25.5004 s]
/proc/loadavg: 3.99 3.92 3.90 5/190 21745
/proc/meminfo: memFree=14543116/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=161444 CPUtime=25.49 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 28268 0 0 0 2547 2 0 0 25 0 1 0 469822219 165318656 28203 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 40361 28203 727 445 0 33905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161444

[startup+51.1007 s]
/proc/loadavg: 3.99 3.93 3.90 5/190 21745
/proc/meminfo: memFree=14495204/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=175072 CPUtime=51.09 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 35064 0 0 0 5106 3 0 0 25 0 1 0 469822219 179273728 34999 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 43768 34999 727 445 0 37312 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175072

[startup+102.306 s]
/proc/loadavg: 4.04 3.95 3.91 5/190 21747
/proc/meminfo: memFree=14412472/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=201544 CPUtime=102.3 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 40114 0 0 0 10225 5 0 0 25 0 1 0 469822219 206381056 40049 33554432000 4194304 6016207 140735352157024 18446744073709551615 4426499 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 50386 40049 727 445 0 43930 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 201544

[startup+162.3 s]
/proc/loadavg: 4.01 3.96 3.91 5/190 21748
/proc/meminfo: memFree=14246920/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=368564 CPUtime=162.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 61130 0 0 0 16221 8 0 0 25 0 1 0 469822219 377409536 61023 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 92141 61023 727 445 0 85685 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 368564

[startup+222.3 s]
/proc/loadavg: 4.00 3.96 3.91 5/190 21750
/proc/meminfo: memFree=14154892/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=433252 CPUtime=222.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 74987 0 0 0 22218 10 0 0 25 0 1 0 469822219 443650048 74678 33554432000 4194304 6016207 140735352157024 18446744073709551615 212687371966 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 108313 74678 727 445 0 101857 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 433252

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21752
/proc/meminfo: memFree=14103540/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=433252 CPUtime=282.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 87210 0 0 0 28216 13 0 0 25 0 1 0 469822219 443650048 83224 33554432000 4194304 6016207 140735352157024 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 108313 83224 727 445 0 101857 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 433252

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21753
/proc/meminfo: memFree=14050332/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=433252 CPUtime=342.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 88251 0 0 0 34216 13 0 0 25 0 1 0 469822219 443650048 84265 33554432000 4194304 6016207 140735352157024 18446744073709551615 4373438 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 108313 84265 727 445 0 101857 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 433252

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21755
/proc/meminfo: memFree=13984476/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=433252 CPUtime=402.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 89962 0 0 0 40216 13 0 0 25 0 1 0 469822219 443650048 85976 33554432000 4194304 6016207 140735352157024 18446744073709551615 4378248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 108313 85976 727 445 0 101857 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 433252

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21756
/proc/meminfo: memFree=13927796/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=592228 CPUtime=462.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 94030 0 0 0 46215 14 0 0 25 0 1 0 469822219 606441472 90044 33554432000 4194304 6016207 140735352157024 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 148057 90044 727 445 0 141601 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 592228

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21758
/proc/meminfo: memFree=13916372/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=592228 CPUtime=522.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 95740 0 0 0 52214 14 0 0 25 0 1 0 469822219 606441472 91754 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 148057 91754 727 445 0 141601 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 592228

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21760
/proc/meminfo: memFree=13788392/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=592228 CPUtime=582.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 101698 0 0 0 58214 14 0 0 25 0 1 0 469822219 606441472 97712 33554432000 4194304 6016207 140735352157024 18446744073709551615 4380234 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 148057 97712 727 445 0 141601 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 592228

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 21761
/proc/meminfo: memFree=13758620/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=592228 CPUtime=642.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 113104 0 0 0 64211 18 0 0 25 0 1 0 469822219 606441472 109118 33554432000 4194304 6016207 140735352157024 18446744073709551615 4377930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 148057 109118 727 445 0 141601 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 592228

[startup+702.301 s]
/proc/loadavg: 4.06 3.99 3.91 5/190 21763
/proc/meminfo: memFree=13649732/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=680192 CPUtime=702.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 119017 0 0 0 70209 19 0 0 25 0 1 0 469822219 696516608 115031 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 170048 115031 727 445 0 163592 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 680192

[startup+762.307 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 21764
/proc/meminfo: memFree=13580652/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=680192 CPUtime=762.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 131247 0 0 0 76207 22 0 0 25 0 1 0 469822219 696516608 127261 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 170048 127261 727 445 0 163592 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 680192

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 21766
/proc/meminfo: memFree=13573572/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=680192 CPUtime=822.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 131558 0 0 0 82206 22 0 0 25 0 1 0 469822219 696516608 127544 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 170048 127544 727 445 0 163592 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 680192

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 21768
/proc/meminfo: memFree=13566240/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=680192 CPUtime=882.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 132363 0 0 0 88206 22 0 0 25 0 1 0 469822219 696516608 128308 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 170048 128308 727 445 0 163592 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 680192

[startup+942.301 s]
/proc/loadavg: 3.84 3.95 3.90 3/180 21805
/proc/meminfo: memFree=14702000/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=680192 CPUtime=942.29 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 132453 0 0 0 94206 23 0 0 25 0 1 0 469822219 696516608 128363 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 170048 128363 727 445 0 163592 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 680192

[startup+1002.3 s]
/proc/loadavg: 2.23 3.48 3.75 2/172 21825
/proc/meminfo: memFree=15429908/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=781028 CPUtime=1002.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 142119 0 0 0 100203 25 0 0 25 0 1 0 469822219 799772672 137947 33554432000 4194304 6016207 140735352157024 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 195257 137947 727 445 0 188801 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 781028

[startup+1062.3 s]
/proc/loadavg: 1.45 3.03 3.57 2/172 21826
/proc/meminfo: memFree=15415884/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=781028 CPUtime=1062.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 145690 0 0 0 106202 26 0 0 25 0 1 0 469822219 799772672 141469 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 195257 141469 727 445 0 188801 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 781028

[startup+1122.3 s]
/proc/loadavg: 1.16 2.66 3.41 2/172 21828
/proc/meminfo: memFree=15359456/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=781028 CPUtime=1122.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 159846 0 0 0 112200 28 0 0 25 0 1 0 469822219 799772672 155569 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 195257 155569 727 445 0 188801 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 781028

[startup+1182.3 s]
/proc/loadavg: 1.06 2.35 3.25 2/172 21830
/proc/meminfo: memFree=15354104/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=781028 CPUtime=1182.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 161256 0 0 0 118199 29 0 0 25 0 1 0 469822219 799772672 156910 33554432000 4194304 6016207 140735352157024 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 195257 156910 727 445 0 188801 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 781028

[startup+1242.3 s]
/proc/loadavg: 1.02 2.10 3.11 2/172 21831
/proc/meminfo: memFree=15353596/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=781028 CPUtime=1242.28 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 161373 0 0 0 124199 29 0 0 25 0 1 0 469822219 799772672 156989 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 195257 156989 727 445 0 188801 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 781028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.90 2.97 2/172 21833
/proc/meminfo: memFree=15353576/32951124 swapFree=67111528/67111528
[pid=21743] ppid=21741 vsize=781028 CPUtime=1299.99 cores=5,7
/proc/21743/stat : 21743 (qutersat_releas) R 21741 21743 21120 0 -1 4202496 161404 0 0 0 129970 29 0 0 25 0 1 0 469822219 799772672 156978 33554432000 4194304 6016207 140735352157024 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21743/statm: 195257 156978 727 445 0 188801 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 781028

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): 1300.04
CPU time (s): 1300.02
CPU user time (s): 1299.7
CPU system time (s): 0.320951
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 781028

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

runsolver used 1.9807 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-23 20:10:45
IDJOB=3251298
IDBENCH=88218
IDSOLVER=1607
FILE ID=node139/3251298-1303582245
RUNJOBID= node139-1303581881-21640
PBS_JOBID= 13150340
Free space on /tmp= 72356 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251298-1303582245/watcher-3251298-1303582245 -o /tmp/evaluation-result-3251298-1303582245/solver-3251298-1303582245 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3251298-1303582245.cnf 1030020637

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=1030020637

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14671764 kB
Buffers:       2142320 kB
Cached:       14269824 kB
SwapCached:          0 kB
Active:       11139488 kB
Inactive:      6616552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14671764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:     1343380 kB
Mapped:          20192 kB
Slab:           457776 kB
PageTables:       8172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1964268 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= 72380 MiB
End job on node139 at 2011-04-23 20:32:27