Trace number 3421261

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.07 4999.95

General information on the benchmark

NameSAT03/handmade/anton/SAT/
SGI_30_80_15_90_4-dir.shuffled-as.sat03-6.cnf
MD5SUM22bbcb4a25a1da66113c240898c75509
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.35479
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses28508
Sum of the clauses size57436
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228493
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 450 #clause: 28508
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        450 AvgFaninNum: 29
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 435
0.00/0.01	c Total Root : 0 Undef Var: 435
0.00/0.01	c After covering, Total Root: 15 Leaf: 435
0.00/0.01	c Variable( cover/uncovered/unused ): 450 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 435 28058
0.00/0.01	c Clauses( cover/uncovered ): 15 0
0.00/0.01	c Total Clauses( cover/uncovered ): 450 28058 1.5785%
0.00/0.01	c Covered Ands: 15 Invs: 0 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 2 max size: 2
0.00/0.02	c Final circuit: i/l/o/s     435       0   28058     28478
0.00/0.02	c CnfToAig: Time: 0.01 s
0.03/0.05	c TmMap: Set choices finish.
0.03/0.06	c TmMap: Set big and: 28073
0.03/0.06	c TmMap: Origin: 28914 ClauseNum: 85434 --> New: 28509 ClauseNum: 84624
0.03/0.06	c TmMap: Time: 0.02
0.03/0.06	c Try to Add: #clause: 56146 #xorclause: 0
0.03/0.06	c #var: 450 #clauses: 16 Solving... 
5000.03/4999.92	c Time Out !!
5000.03/4999.92	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-3421261-1306620899/watcher-3421261-1306620899 -o /tmp/evaluation-result-3421261-1306620899/solver-3421261-1306620899 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421261-1306620899.cnf 295070644 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/568 14398
/proc/meminfo: memFree=24327540/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=33388 CPUtime=0.01 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 2216 0 0 0 1 0 0 0 18 0 1 0 773688723 34189312 2152 33554432000 4194304 6014671 140736019967472 18446744073709551615 4331707 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 8347 2152 398 445 0 1892 0

[startup+0.0482741 s]
/proc/loadavg: 2.00 2.02 2.00 3/568 14398
/proc/meminfo: memFree=24327540/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=43628 CPUtime=0.03 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 4890 0 0 0 3 0 0 0 18 0 1 0 773688723 44675072 4826 33554432000 4194304 6014671 140736019967472 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 10907 4828 668 445 0 4452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43628

[startup+0.100312 s]
/proc/loadavg: 2.00 2.02 2.00 3/568 14398
/proc/meminfo: memFree=24327540/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=54904 CPUtime=0.08 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 5907 0 0 0 8 0 0 0 18 0 1 0 773688723 56221696 5843 33554432000 4194304 6014671 140736019967472 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 13726 5843 720 445 0 7271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54904

[startup+0.300335 s]
/proc/loadavg: 2.00 2.02 2.00 3/568 14398
/proc/meminfo: memFree=24327540/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=54904 CPUtime=0.28 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 6250 0 0 0 28 0 0 0 18 0 1 0 773688723 56221696 6186 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424966 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 13726 6187 720 445 0 7271 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54904

[startup+0.700268 s]
/proc/loadavg: 2.00 2.02 2.00 3/568 14398
/proc/meminfo: memFree=24327540/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=64164 CPUtime=0.69 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 6970 0 0 0 68 1 0 0 18 0 1 0 773688723 65703936 6906 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 16041 6906 721 445 0 9586 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64164

[startup+1.50108 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24281764/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=74056 CPUtime=1.49 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 8155 0 0 0 148 1 0 0 20 0 1 0 773688723 75833344 8091 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 18514 8091 721 445 0 12059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74056

[startup+3.10073 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24262172/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=84488 CPUtime=3.09 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 9700 0 0 0 308 1 0 0 25 0 1 0 773688723 86515712 9636 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 21122 9636 721 445 0 14667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84488

[startup+6.30027 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24245636/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=84488 CPUtime=6.29 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 11872 0 0 0 628 1 0 0 25 0 1 0 773688723 86515712 11808 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 21122 11808 725 445 0 14667 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84488

[startup+12.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24220268/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=95524 CPUtime=12.69 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 16730 0 0 0 1267 2 0 0 25 0 1 0 773688723 97816576 16666 33554432000 4194304 6014671 140736019967472 18446744073709551615 4536712 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 23881 16666 725 445 0 17426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95524

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14410
/proc/meminfo: memFree=24186672/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=121208 CPUtime=25.49 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 22520 0 0 0 2546 3 0 0 25 0 1 0 773688723 124116992 22456 33554432000 4194304 6014671 140736019967472 18446744073709551615 4535056 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 30302 22456 725 445 0 23847 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121208

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 14411
/proc/meminfo: memFree=24152652/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=134520 CPUtime=51.09 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 27696 0 0 0 5105 4 0 0 25 0 1 0 773688723 137748480 27632 33554432000 4194304 6014671 140736019967472 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 33630 27632 725 445 0 27175 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134520

[startup+102.321 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 14412
/proc/meminfo: memFree=24094968/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=223800 CPUtime=102.31 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 35160 0 0 0 10226 5 0 0 25 0 1 0 773688723 229171200 35096 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 55950 35096 725 445 0 49495 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 223800

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/573 14414
/proc/meminfo: memFree=24037396/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=162.3 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 47014 0 0 0 16223 7 0 0 25 0 1 0 773688723 356904960 46944 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 46944 725 445 0 80680 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 348540

[startup+222.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/573 14415
/proc/meminfo: memFree=23980808/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=222.3 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 58052 0 0 0 22221 9 0 0 25 0 1 0 773688723 356904960 57932 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 57932 725 445 0 80680 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 348540

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/573 14417
/proc/meminfo: memFree=23945676/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=282.3 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 65247 0 0 0 28220 10 0 0 25 0 1 0 773688723 356904960 65032 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 65032 725 445 0 80680 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 348540

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14419
/proc/meminfo: memFree=23929136/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=342.29 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 68532 0 0 0 34219 10 0 0 25 0 1 0 773688723 356904960 68283 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 68283 743 445 0 80680 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 348540

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14420
/proc/meminfo: memFree=23923044/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=402.3 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 70085 0 0 0 40220 10 0 0 25 0 1 0 773688723 356904960 69761 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 69761 743 445 0 80680 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 348540

[startup+462.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/573 14422
/proc/meminfo: memFree=23912588/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=462.3 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 70087 0 0 0 46220 10 0 0 25 0 1 0 773688723 356904960 69684 33554432000 4194304 6014671 140736019967472 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 69684 743 445 0 80680 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 348540

[startup+522.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/573 14423
/proc/meminfo: memFree=23885036/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=348540 CPUtime=522.3 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 70342 0 0 0 52220 10 0 0 25 0 1 0 773688723 356904960 69892 33554432000 4194304 6014671 140736019967472 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 87135 69892 737 445 0 80680 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 348540

[startup+582.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/573 14425
/proc/meminfo: memFree=23875064/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=436376 CPUtime=582.31 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 71839 0 0 0 58220 11 0 0 25 0 1 0 773688723 446849024 71368 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 109094 71368 737 445 0 102639 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 436376

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14530
/proc/meminfo: memFree=23353512/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=880672 CPUtime=4062.42 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 156758 0 0 0 406217 25 0 0 25 0 1 0 773688723 901808128 154208 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 220168 154208 725 445 0 213713 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 880672

[startup+4122.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/573 14531
/proc/meminfo: memFree=23331152/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=880672 CPUtime=4122.39 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 162687 0 0 0 412213 26 0 0 25 0 1 0 773688723 901808128 160027 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 220168 160027 725 445 0 213713 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 880672

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/573 14533
/proc/meminfo: memFree=23330972/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4182.4 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 162815 0 0 0 418213 27 0 0 25 0 1 0 773688723 1047371776 160155 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 160155 725 445 0 249251 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1022824

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/573 14535
/proc/meminfo: memFree=23330920/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4242.4 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 162815 0 0 0 424213 27 0 0 25 0 1 0 773688723 1047371776 160155 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 160155 725 445 0 249251 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1022824

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14536
/proc/meminfo: memFree=23330644/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4302.4 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 162815 0 0 0 430213 27 0 0 25 0 1 0 773688723 1047371776 160043 33554432000 4194304 6014671 140736019967472 18446744073709551615 4377111 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 160043 725 445 0 249251 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1022824

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14538
/proc/meminfo: memFree=23327000/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4362.4 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 163825 0 0 0 436213 27 0 0 25 0 1 0 773688723 1047371776 161053 33554432000 4194304 6014671 140736019967472 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161053 725 445 0 249251 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1022824

[startup+4422.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/573 14539
/proc/meminfo: memFree=23326948/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4422.4 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 163825 0 0 0 442213 27 0 0 25 0 1 0 773688723 1047371776 161053 33554432000 4194304 6014671 140736019967472 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161053 725 445 0 249251 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1022824

[startup+4482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/573 14541
/proc/meminfo: memFree=23326792/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4482.4 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 163825 0 0 0 448213 27 0 0 25 0 1 0 773688723 1047371776 161053 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161053 725 445 0 249251 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1022824

[startup+4542.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/573 14543
/proc/meminfo: memFree=23325264/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4542.41 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164046 0 0 0 454214 27 0 0 25 0 1 0 773688723 1047371776 161274 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161274 725 445 0 249251 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1022824

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14544
/proc/meminfo: memFree=23320276/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4602.42 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164046 0 0 0 460215 27 0 0 25 0 1 0 773688723 1047371776 161154 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161154 725 445 0 249251 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 1022824

[startup+4662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/573 14546
/proc/meminfo: memFree=23321220/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4662.41 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164046 0 0 0 466214 27 0 0 25 0 1 0 773688723 1047371776 161154 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161154 725 445 0 249251 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1022824

[startup+4722.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/573 14547
/proc/meminfo: memFree=23321308/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4722.43 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164046 0 0 0 472216 27 0 0 25 0 1 0 773688723 1047371776 161154 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161154 725 445 0 249251 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1022824

[startup+4782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/573 14549
/proc/meminfo: memFree=23321880/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4782.41 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164056 0 0 0 478214 27 0 0 25 0 1 0 773688723 1047371776 161164 33554432000 4194304 6014671 140736019967472 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161164 725 445 0 249251 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1022824

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 14551
/proc/meminfo: memFree=23321092/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4842.41 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164056 0 0 0 484214 27 0 0 25 0 1 0 773688723 1047371776 161164 33554432000 4194304 6014671 140736019967472 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161164 725 445 0 249251 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 1022824

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 14552
/proc/meminfo: memFree=23306180/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4902.41 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164148 0 0 0 490214 27 0 0 25 0 1 0 773688723 1047371776 161135 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161135 725 445 0 249251 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1022824

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 14554
/proc/meminfo: memFree=23302056/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=4962.41 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164148 0 0 0 496214 27 0 0 25 0 1 0 773688723 1047371776 161135 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161135 725 445 0 249251 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1022824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.05 2.01 3/573 14555
/proc/meminfo: memFree=23301652/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=5000.03 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164148 0 0 0 499976 27 0 0 25 0 1 0 773688723 1047371776 161135 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161135 725 445 0 249251 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1022824

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.10 2.05 2.01 3/573 14555
/proc/meminfo: memFree=23301652/32950928 swapFree=49808508/67111528
[pid=14398] ppid=14395 vsize=1022824 CPUtime=5000.03 cores=0,2,4,6
/proc/14398/stat : 14398 (qutersat_releas) R 14395 14398 13944 0 -1 4202496 164148 0 0 0 499976 27 0 0 25 0 1 0 773688723 1047371776 161135 33554432000 4194304 6014671 140736019967472 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14398/statm: 255706 161135 725 445 0 249251 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1022824

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.07
CPU user time (s): 4999.77
CPU system time (s): 0.302953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1022824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.77
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164152
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= 21
involuntary context switches= 7209

runsolver used 28.8916 second user time and 66.2989 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-29 00:14:59
IDJOB=3421261
IDBENCH=84010
IDSOLVER=1868
FILE ID=node122/3421261-1306620899
RUNJOBID= node122-1306610895-13962
PBS_JOBID= 13471608
Free space on /tmp= 73484 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/SAT/SGI_30_80_15_90_4-dir.shuffled-as.sat03-6.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421261-1306620899/watcher-3421261-1306620899 -o /tmp/evaluation-result-3421261-1306620899/solver-3421261-1306620899 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421261-1306620899.cnf 295070644

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

MD5SUM BENCH= 22bbcb4a25a1da66113c240898c75509
RANDOM SEED=295070644

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24325820 kB
Buffers:        193052 kB
Cached:        2224996 kB
SwapCached:      60780 kB
Active:         465200 kB
Inactive:      7900756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24325820 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            1996 kB
Writeback:           0 kB
AnonPages:     5900744 kB
Mapped:          11280 kB
Slab:            95984 kB
PageTables:      92648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180713264 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= 73480 MiB
End job on node122 at 2011-05-29 01:38:21