Trace number 3376594

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) 1300.06 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 952 #clause: 84809
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        952 AvgFaninNum: 30.7395
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 922
0.00/0.02	c Total Root : 0 Undef Var: 922
0.00/0.02	c After covering, Total Root: 30 Leaf: 922
0.00/0.02	c Variable( cover/uncovered/unused ): 952 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 922 83857
0.00/0.02	c Clauses( cover/uncovered ): 30 0
0.00/0.02	c Total Clauses( cover/uncovered ): 952 83857 1.12252%
0.00/0.02	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 2 max size: 2
0.00/0.06	c Final circuit: i/l/o/s     922       0   83857     84749
0.00/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.15	c TmMap: Set big and: 83887
0.09/0.15	c TmMap: Origin: 85672 ClauseNum: 254247 --> New: 84810 ClauseNum: 252523
0.09/0.15	c TmMap: Time: 0.04
0.09/0.16	c Try to Add: #clause: 167774 #xorclause: 0
0.09/0.17	c #var: 952 #clauses: 31 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.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-3376594-1305476297/watcher-3376594-1305476297 -o /tmp/evaluation-result-3376594-1305476297/solver-3376594-1305476297 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376594-1305476297.cnf 533872292 

running on 2 cores: 4,6

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: 0.85 1.72 2.86 4/316 20059
/proc/meminfo: memFree=15784532/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=34412 CPUtime=0.01 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 2462 0 0 0 1 0 0 0 21 0 1 0 659232509 35237888 2398 33554432000 4194304 6014671 140734722966912 18446744073709551615 218370957056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 8603 2398 378 445 0 2148 0

[startup+0.09845 s]
/proc/loadavg: 0.85 1.72 2.86 4/316 20059
/proc/meminfo: memFree=15784532/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=53552 CPUtime=0.09 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 7536 0 0 0 8 1 0 0 21 0 1 0 659232509 54837248 7472 33554432000 4194304 6014671 140734722966912 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 13388 7476 668 445 0 6933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53552

[startup+0.100453 s]
/proc/loadavg: 0.85 1.72 2.86 4/316 20059
/proc/meminfo: memFree=15784532/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=54576 CPUtime=0.09 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 7651 0 0 0 8 1 0 0 21 0 1 0 659232509 55885824 7587 33554432000 4194304 6014671 140734722966912 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 13644 7588 668 445 0 7189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54576

[startup+0.300416 s]
/proc/loadavg: 0.85 1.72 2.86 4/316 20059
/proc/meminfo: memFree=15784532/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=69000 CPUtime=0.29 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 11097 0 0 0 28 1 0 0 22 0 1 0 659232509 70656000 11033 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 17250 11033 720 445 0 10795 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69000

[startup+0.700348 s]
/proc/loadavg: 0.85 1.72 2.86 4/316 20059
/proc/meminfo: memFree=15784532/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=78112 CPUtime=0.69 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 11483 0 0 0 68 1 0 0 24 0 1 0 659232509 79986688 11419 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 19528 11419 721 445 0 13073 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78112

[startup+1.50019 s]
/proc/loadavg: 0.85 1.72 2.86 5/320 20066
/proc/meminfo: memFree=15473252/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=87488 CPUtime=1.49 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 11554 0 0 0 148 1 0 0 25 0 1 0 659232509 89587712 11490 33554432000 4194304 6014671 140734722966912 18446744073709551615 4380784 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 21872 11490 721 445 0 15417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87488

[startup+3.10092 s]
/proc/loadavg: 1.10 1.76 2.87 5/320 20066
/proc/meminfo: memFree=15468424/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=87488 CPUtime=3.09 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 12103 0 0 0 308 1 0 0 25 0 1 0 659232509 89587712 12039 33554432000 4194304 6014671 140734722966912 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 21872 12039 725 445 0 15417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87488

[startup+6.30035 s]
/proc/loadavg: 1.10 1.76 2.87 5/320 20066
/proc/meminfo: memFree=15455300/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=87488 CPUtime=6.29 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 13955 0 0 0 627 2 0 0 25 0 1 0 659232509 89587712 13891 33554432000 4194304 6014671 140734722966912 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 21872 13891 725 445 0 15417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87488

[startup+12.7002 s]
/proc/loadavg: 1.55 1.83 2.88 5/320 20066
/proc/meminfo: memFree=15437868/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=106812 CPUtime=12.69 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 15830 0 0 0 1267 2 0 0 25 0 1 0 659232509 109375488 15766 33554432000 4194304 6014671 140734722966912 18446744073709551615 4369663 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 26703 15766 725 445 0 20248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106812

[startup+25.5009 s]
/proc/loadavg: 1.92 1.90 2.89 5/320 20066
/proc/meminfo: memFree=15394860/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=126780 CPUtime=25.49 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 18157 0 0 0 2547 2 0 0 25 0 1 0 659232509 129822720 18093 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 31695 18093 725 445 0 25240 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 126780

[startup+51.1004 s]
/proc/loadavg: 2.63 2.07 2.92 5/320 20067
/proc/meminfo: memFree=15319096/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=138132 CPUtime=51.09 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 25557 0 0 0 5106 3 0 0 25 0 1 0 659232509 141447168 25489 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 34533 25489 725 445 0 28078 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138132

[startup+102.311 s]
/proc/loadavg: 3.45 2.39 2.98 5/320 20068
/proc/meminfo: memFree=15110764/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=266748 CPUtime=102.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 35746 0 0 0 10226 5 0 0 25 0 1 0 659232509 273149952 35678 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 66687 35678 725 445 0 60232 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 266748

[startup+162.301 s]
/proc/loadavg: 3.67 2.64 3.03 4/314 20087
/proc/meminfo: memFree=15106360/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=388464 CPUtime=162.29 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 55593 0 0 0 16222 7 0 0 25 0 1 0 659232509 397787136 55388 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 97116 55388 725 445 0 90661 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 388464

[startup+222.301 s]
/proc/loadavg: 3.30 2.73 3.03 4/314 20089
/proc/meminfo: memFree=15058180/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=388464 CPUtime=222.3 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 64339 0 0 0 22221 9 0 0 25 0 1 0 659232509 397787136 60431 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 97116 60431 725 445 0 90661 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 388464

[startup+282.3 s]
/proc/loadavg: 3.12 2.77 3.02 4/314 20090
/proc/meminfo: memFree=14943056/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=533564 CPUtime=282.3 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 76612 0 0 0 28219 11 0 0 25 0 1 0 659232509 546369536 72704 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 133391 72704 725 445 0 126936 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 533564

[startup+342.301 s]
/proc/loadavg: 3.04 2.81 3.02 4/314 20092
/proc/meminfo: memFree=14894040/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=533564 CPUtime=342.3 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 82359 0 0 0 34218 12 0 0 25 0 1 0 659232509 546369536 78443 33554432000 4194304 6014671 140734722966912 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 133391 78443 725 445 0 126936 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 533564

[startup+402.301 s]
/proc/loadavg: 3.01 2.84 3.01 4/314 20093
/proc/meminfo: memFree=14831628/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=533564 CPUtime=402.29 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 90622 0 0 0 40217 12 0 0 25 0 1 0 659232509 546369536 86706 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 133391 86706 725 445 0 126936 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 533564

[startup+462.3 s]
/proc/loadavg: 3.00 2.87 3.00 4/314 20095
/proc/meminfo: memFree=14800068/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=533564 CPUtime=462.3 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 90831 0 0 0 46218 12 0 0 25 0 1 0 659232509 546369536 86915 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 133391 86915 725 445 0 126936 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 533564

[startup+522.301 s]
/proc/loadavg: 3.00 2.89 3.00 4/314 20097
/proc/meminfo: memFree=14785396/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=533564 CPUtime=522.3 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 93191 0 0 0 52218 12 0 0 25 0 1 0 659232509 546369536 89275 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 133391 89275 725 445 0 126936 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 533564

[startup+582.301 s]
/proc/loadavg: 3.07 2.94 3.01 4/314 20098
/proc/meminfo: memFree=14727072/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=582.3 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 97071 0 0 0 58217 13 0 0 25 0 1 0 659232509 721022976 93155 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 93155 725 445 0 169576 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 704124

[startup+642.3 s]
/proc/loadavg: 3.02 2.94 3.00 4/314 20100
/proc/meminfo: memFree=14614184/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=642.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 97088 0 0 0 64218 13 0 0 25 0 1 0 659232509 721022976 93172 33554432000 4194304 6014671 140734722966912 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 93172 725 445 0 169576 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 704124

[startup+702.301 s]
/proc/loadavg: 3.07 2.97 3.00 4/314 20101
/proc/meminfo: memFree=14532056/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=702.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 99098 0 0 0 70217 14 0 0 25 0 1 0 659232509 721022976 95182 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 95182 725 445 0 169576 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 704124

[startup+762.311 s]
/proc/loadavg: 3.02 2.97 3.00 4/314 20103
/proc/meminfo: memFree=14429468/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=762.32 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 110688 0 0 0 76216 16 0 0 25 0 1 0 659232509 721022976 106772 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 106772 725 445 0 169576 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 704124

[startup+822.301 s]
/proc/loadavg: 3.04 2.99 3.00 4/314 20105
/proc/meminfo: memFree=14416892/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=822.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 110688 0 0 0 82215 16 0 0 25 0 1 0 659232509 721022976 106772 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 106772 725 445 0 169576 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 704124

[startup+882.301 s]
/proc/loadavg: 3.01 2.99 3.00 4/314 20106
/proc/meminfo: memFree=14410280/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=882.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 111730 0 0 0 88215 16 0 0 25 0 1 0 659232509 721022976 107814 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 107814 725 445 0 169576 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 704124

[startup+942.3 s]
/proc/loadavg: 3.00 2.99 3.00 4/314 20108
/proc/meminfo: memFree=14371428/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=942.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 111730 0 0 0 94215 16 0 0 25 0 1 0 659232509 721022976 107793 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 107793 725 445 0 169576 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 704124

[startup+1002.3 s]
/proc/loadavg: 3.00 2.99 3.00 4/314 20109
/proc/meminfo: memFree=14338888/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=1002.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 111733 0 0 0 100215 16 0 0 25 0 1 0 659232509 721022976 107772 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 107772 725 445 0 169576 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 704124

[startup+1062.3 s]
/proc/loadavg: 3.00 2.99 3.00 4/314 20111
/proc/meminfo: memFree=14332760/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=1062.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 112588 0 0 0 106215 16 0 0 25 0 1 0 659232509 721022976 108617 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 108617 725 445 0 169576 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 704124

[startup+1122.3 s]
/proc/loadavg: 3.05 3.00 3.00 4/314 20113
/proc/meminfo: memFree=14319080/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=1122.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 112588 0 0 0 112215 16 0 0 25 0 1 0 659232509 721022976 108594 33554432000 4194304 6014671 140734722966912 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 108594 725 445 0 169576 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 704124

[startup+1182.3 s]
/proc/loadavg: 3.02 3.00 3.00 4/314 20114
/proc/meminfo: memFree=14316804/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=1182.31 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 112591 0 0 0 118215 16 0 0 25 0 1 0 659232509 721022976 108570 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 108570 725 445 0 169576 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 704124

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/314 20116
/proc/meminfo: memFree=14343408/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=1242.32 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 113401 0 0 0 124215 17 0 0 25 0 1 0 659232509 721022976 109364 33554432000 4194304 6014671 140734722966912 18446744073709551615 4633330 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 109364 725 445 0 169576 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 704124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.03 3.01 3/312 20118
/proc/meminfo: memFree=14710284/32951124 swapFree=52307768/67111528
[pid=20059] ppid=20057 vsize=704124 CPUtime=1300.04 cores=4,6
/proc/20059/stat : 20059 (qutersat_releas) R 20057 20059 18887 0 -1 4202496 120143 0 0 0 129986 18 0 0 25 0 1 0 659232509 721022976 116068 33554432000 4194304 6014671 140734722966912 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/20059/statm: 176031 116068 725 445 0 169576 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 704124

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.06
CPU user time (s): 1299.86
CPU system time (s): 0.197969
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 704124

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

runsolver used 4.13537 second user time and 8.69668 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 18:18:17
IDJOB=3376594
IDBENCH=88227
IDSOLVER=1856
FILE ID=node101/3376594-1305476297
RUNJOBID= node101-1305476297-20024
PBS_JOBID= 13325315
Free space on /tmp= 73748 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376594-1305476297/watcher-3376594-1305476297 -o /tmp/evaluation-result-3376594-1305476297/solver-3376594-1305476297 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376594-1305476297.cnf 533872292

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=533872292

node101.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.841
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.68
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.841
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.83
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.841
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.841
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:      15784928 kB
Buffers:        345948 kB
Cached:        6222648 kB
SwapCached:      14848 kB
Active:       11677908 kB
Inactive:      5199396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15784928 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           13336 kB
Writeback:           0 kB
AnonPages:    10305468 kB
Mapped:          17836 kB
Slab:           159188 kB
PageTables:      65324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42718832 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= 73748 MiB
End job on node101 at 2011-05-15 18:39:59