Trace number 3251166

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
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.01	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1244 #clause: 150604
0.00/0.04	c Find Units :          0
0.00/0.05	c Find Invs  :          0
0.00/0.06	c Find Ands  :       1244 AvgFaninNum: 34.6125
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.06	c UnDirect variable: 0
0.00/0.06	c UnDirect to Direct Gate: 0
0.00/0.06	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.06	c Break Cycle : 1209
0.00/0.06	c Total Root : 0 Undef Var: 1209
0.00/0.06	c After covering, Total Root: 35 Leaf: 1209
0.00/0.06	c Variable( cover/uncovered/unused ): 1244 0 0
0.00/0.06	c Unit Clauses: 0
0.00/0.06	c Binary Clauses( cover/uncovered ): 1209 149360
0.00/0.06	c Clauses( cover/uncovered ): 35 0
0.00/0.06	c Total Clauses( cover/uncovered ): 1244 149360 0.826007%
0.00/0.06	c Covered Ands: 35 Invs: 0 Xors: 0 Ites: 0
0.09/0.13	c Uncover Clauses avg size: 2 max size: 2
0.09/0.14	c Final circuit: i/l/o/s    1209       0  149360    150534
0.09/0.14	c CnfToAig: Time: 0.13 s
0.19/0.22	c TmMap: Set choices finish.
0.19/0.29	c TmMap: Set big and: 149395
0.19/0.29	c TmMap: Origin: 151744 ClauseNum: 451602 --> New: 150605 ClauseNum: 449324
0.19/0.29	c TmMap: Time: 0.08
0.29/0.32	c Try to Add: #clause: 298790 #xorclause: 0
0.29/0.34	c #var: 1244 #clauses: 36 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3251166-1303581454/watcher-3251166-1303581454 -o /tmp/evaluation-result-3251166-1303581454/solver-3251166-1303581454 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251166-1303581454.cnf 643140626 

running on 2 cores: 0,2

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 4.00 3.94 5/189 10747
/proc/meminfo: memFree=14431176/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=32364 CPUtime=0 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 1802 0 0 0 0 0 0 0 25 0 1 0 469743398 33140736 1736 33554432000 4194304 6016207 140736881489680 18446744073709551615 228122411610 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 8091 1744 379 445 0 1635 0

[startup+0.081272 s]
/proc/loadavg: 3.99 4.00 3.94 5/189 10747
/proc/meminfo: memFree=14431176/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=43628 CPUtime=0.07 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 4581 0 0 0 7 0 0 0 25 0 1 0 469743398 44675072 4515 33554432000 4194304 6016207 140736881489680 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 10907 4515 400 445 0 4451 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43628

[startup+0.100294 s]
/proc/loadavg: 3.99 4.00 3.94 5/189 10747
/proc/meminfo: memFree=14431176/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=46700 CPUtime=0.09 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 4965 0 0 0 9 0 0 0 25 0 1 0 469743398 47820800 4899 33554432000 4194304 6016207 140736881489680 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 11675 4899 400 445 0 5219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300231 s]
/proc/loadavg: 3.99 4.00 3.94 5/189 10747
/proc/meminfo: memFree=14431176/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=94860 CPUtime=0.29 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 16911 0 0 0 28 1 0 0 25 0 1 0 469743398 97136640 16845 33554432000 4194304 6016207 140736881489680 18446744073709551615 4778178 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 23715 16845 672 445 0 17259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94860

[startup+0.701186 s]
/proc/loadavg: 3.99 4.00 3.94 5/189 10747
/proc/meminfo: memFree=14431176/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=94860 CPUtime=0.69 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 16959 0 0 0 68 1 0 0 25 0 1 0 469743398 97136640 16893 33554432000 4194304 6016207 140736881489680 18446744073709551615 4424946 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 23715 16893 718 445 0 17259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94860

[startup+1.50105 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10748
/proc/meminfo: memFree=14363096/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=105140 CPUtime=1.49 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 17478 0 0 0 148 1 0 0 25 0 1 0 469743398 107663360 17412 33554432000 4194304 6016207 140736881489680 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 26285 17412 718 445 0 19829 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105140

[startup+3.10073 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10748
/proc/meminfo: memFree=14356400/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=126324 CPUtime=3.09 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 20188 0 0 0 308 1 0 0 25 0 1 0 469743398 129355776 20122 33554432000 4194304 6016207 140736881489680 18446744073709551615 4424979 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 31581 20122 727 445 0 25125 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126324

[startup+6.30118 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10748
/proc/meminfo: memFree=14349412/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=126324 CPUtime=6.29 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 20188 0 0 0 628 1 0 0 25 0 1 0 469743398 129355776 20122 33554432000 4194304 6016207 140736881489680 18446744073709551615 4538712 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 31581 20122 727 445 0 25125 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 126324

[startup+12.701 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10748
/proc/meminfo: memFree=14334420/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=126324 CPUtime=12.69 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 21450 0 0 0 1267 2 0 0 25 0 1 0 469743398 129355776 21384 33554432000 4194304 6016207 140736881489680 18446744073709551615 4538716 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 31581 21384 727 445 0 25125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126324

[startup+25.5007 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10748
/proc/meminfo: memFree=14262868/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=150020 CPUtime=25.49 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 26510 0 0 0 2546 3 0 0 25 0 1 0 469743398 153620480 26444 33554432000 4194304 6016207 140736881489680 18446744073709551615 4385904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 37505 26444 727 445 0 31049 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150020

[startup+51.1011 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10749
/proc/meminfo: memFree=14159908/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=188808 CPUtime=51.09 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 36267 0 0 0 5105 4 0 0 25 0 1 0 469743398 193339392 36190 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425519 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 47202 36190 727 445 0 40746 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 188808

[startup+102.307 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10750
/proc/meminfo: memFree=13972516/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=318440 CPUtime=102.29 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 52292 0 0 0 10223 6 0 0 25 0 1 0 469743398 326082560 52215 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 79610 52215 727 445 0 73154 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 318440

[startup+162.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10752
/proc/meminfo: memFree=13890128/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=380184 CPUtime=162.3 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 60796 0 0 0 16222 8 0 0 25 0 1 0 469743398 389308416 60545 33554432000 4194304 6016207 140736881489680 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 95046 60545 727 445 0 88590 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 380184

[startup+222.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10763
/proc/meminfo: memFree=13775208/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=380184 CPUtime=222.29 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 66259 0 0 0 22220 9 0 0 25 0 1 0 469743398 389308416 65899 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 95046 65899 733 445 0 88590 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 380184

[startup+282.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10764
/proc/meminfo: memFree=13661572/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=380184 CPUtime=282.3 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 73657 0 0 0 28219 11 0 0 25 0 1 0 469743398 389308416 73297 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 95046 73297 733 445 0 88590 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 380184

[startup+342.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10766
/proc/meminfo: memFree=13611200/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=380184 CPUtime=342.3 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 75299 0 0 0 34219 11 0 0 25 0 1 0 469743398 389308416 74933 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 95046 74933 727 445 0 88590 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 380184

[startup+402.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10769
/proc/meminfo: memFree=13469176/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=402.3 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 89256 0 0 0 40216 14 0 0 25 0 1 0 469743398 555114496 88890 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 88890 727 445 0 129070 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 542104

[startup+462.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10772
/proc/meminfo: memFree=13436344/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=462.3 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 89832 0 0 0 46215 15 0 0 25 0 1 0 469743398 555114496 89466 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425571 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 89466 727 445 0 129070 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 542104

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 10773
/proc/meminfo: memFree=13364508/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=522.31 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92176 0 0 0 52215 16 0 0 25 0 1 0 469743398 555114496 91804 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 91804 738 445 0 129070 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 542104

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 10775
/proc/meminfo: memFree=13343892/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=582.3 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92300 0 0 0 58214 16 0 0 25 0 1 0 469743398 555114496 91928 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 91928 738 445 0 129070 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 542104

[startup+642.301 s]
/proc/loadavg: 4.05 4.02 3.95 5/190 10777
/proc/meminfo: memFree=13311364/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=642.31 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92338 0 0 0 64215 16 0 0 25 0 1 0 469743398 555114496 91966 33554432000 4194304 6016207 140736881489680 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 91966 738 445 0 129070 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 542104

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/190 10778
/proc/meminfo: memFree=13273500/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=702.31 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92721 0 0 0 70214 17 0 0 25 0 1 0 469743398 555114496 92349 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 92349 738 445 0 129070 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 542104

[startup+762.306 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 10780
/proc/meminfo: memFree=13258076/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=762.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92721 0 0 0 76215 17 0 0 25 0 1 0 469743398 555114496 92349 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 92349 738 445 0 129070 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 542104

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10782
/proc/meminfo: memFree=13174216/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=822.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92870 0 0 0 82215 17 0 0 25 0 1 0 469743398 555114496 92498 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 92498 738 445 0 129070 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 542104

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10783
/proc/meminfo: memFree=13105848/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=542104 CPUtime=882.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 92877 0 0 0 88215 17 0 0 25 0 1 0 469743398 555114496 92502 33554432000 4194304 6016207 140736881489680 18446744073709551615 4536804 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 135526 92502 735 445 0 129070 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 542104

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10785
/proc/meminfo: memFree=13042944/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=642080 CPUtime=942.31 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 103764 0 0 0 94212 19 0 0 25 0 1 0 469743398 657489920 103389 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 160520 103389 735 445 0 154064 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 642080

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.95 5/190 10786
/proc/meminfo: memFree=12960196/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=642080 CPUtime=1002.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 117793 0 0 0 100210 22 0 0 25 0 1 0 469743398 657489920 117412 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 160520 117412 735 445 0 154064 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 642080

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/190 10788
/proc/meminfo: memFree=12871872/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=742896 CPUtime=1062.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 129007 0 0 0 106208 24 0 0 25 0 1 0 469743398 760725504 128596 33554432000 4194304 6016207 140736881489680 18446744073709551615 4567808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 185724 128596 735 445 0 179268 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 742896

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/190 10790
/proc/meminfo: memFree=12963720/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=742896 CPUtime=1122.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 129688 0 0 0 112208 24 0 0 25 0 1 0 469743398 760725504 129258 33554432000 4194304 6016207 140736881489680 18446744073709551615 4381728 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 185724 129258 735 445 0 179268 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 742896

[startup+1182.3 s]
/proc/loadavg: 3.11 3.78 3.88 3/178 10827
/proc/meminfo: memFree=14172712/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=742896 CPUtime=1182.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 131768 0 0 0 118207 25 0 0 25 0 1 0 469743398 760725504 131295 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 185724 131295 735 445 0 179268 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 742896

[startup+1242.3 s]
/proc/loadavg: 2.37 3.43 3.75 3/178 10829
/proc/meminfo: memFree=14165860/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=742896 CPUtime=1242.32 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 133302 0 0 0 124207 25 0 0 25 0 1 0 469743398 760725504 132781 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 185724 132781 735 445 0 179268 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 742896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.55 3.02 3.59 2/172 10848
/proc/meminfo: memFree=14882864/32951124 swapFree=67111528/67111528
[pid=10747] ppid=10745 vsize=849532 CPUtime=1300.04 cores=0,2
/proc/10747/stat : 10747 (qutersat_releas) R 10745 10747 10374 0 -1 4202496 135510 0 0 0 129978 26 0 0 25 0 1 0 469743398 869920768 134940 33554432000 4194304 6016207 140736881489680 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10747/statm: 212383 134940 735 445 0 205927 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 849532

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.78
CPU system time (s): 0.287956
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 849532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135515
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= 6
involuntary context switches= 2653

runsolver used 2.28665 second user time and 4.72528 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 19:57:34
IDJOB=3251166
IDBENCH=88212
IDSOLVER=1607
FILE ID=node138/3251166-1303581454
RUNJOBID= node138-1303579990-10392
PBS_JOBID= 13150345
Free space on /tmp= 71912 MiB

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

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=643140626

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:      14431456 kB
Buffers:       2060016 kB
Cached:       14877616 kB
SwapCached:          0 kB
Active:       10718932 kB
Inactive:      7242964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14431456 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:     1024320 kB
Mapped:          20184 kB
Slab:           492860 kB
PageTables:       6928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1494232 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= 71940 MiB
End job on node138 at 2011-04-23 20:19:16