Trace number 3421153

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.14 4999.97

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.33	c Parse Cnf success: #var: 34307 #clause: 708206
0.29/0.33	c Find Units :          0
0.29/0.33	c Find Invs  :          0
0.39/0.44	c Find Ands  :          0 AvgFaninNum: nan
0.39/0.49	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.51	c Find Ite   :          0
0.49/0.51	c UnDirect variable: 0
0.49/0.51	c UnDirect to Direct Gate: 0
0.49/0.51	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.51	c Break Cycle : 0
0.49/0.51	c Total Root : 0 Undef Var: 34307
0.49/0.51	c After covering, Total Root: 0 Leaf: 0
0.49/0.51	c Variable( cover/uncovered/unused ): 0 34307 0
0.49/0.51	c Unit Clauses: 0
0.49/0.51	c Binary Clauses( cover/uncovered ): 0 0
0.49/0.51	c Clauses( cover/uncovered ): 0 708206
0.49/0.51	c Total Clauses( cover/uncovered ): 0 708206 0%
0.49/0.51	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
2.10/2.13	c Uncover Clauses avg size: 5 max size: 5
2.10/2.15	c Final circuit: i/l/o/s   34307       0  708206   2818960
2.10/2.15	c CnfToAig: Time: 2.14 s
4.41/4.46	c TmMap: Set choices finish.
5.69/5.70	c TmMap: Set big and: 722042
5.69/5.70	c TmMap: Origin: 2853268 ClauseNum: 8456880 --> New: 756350 ClauseNum: 4263062
5.69/5.70	c TmMap: Time: 1.71
5.99/6.04	c Try to Add: #clause: 1444084 #xorclause: 0
6.29/6.34	c #var: 48143 #clauses: 722044 Solving... 
5000.07/4999.91	c Time Out !!
5000.07/4999.91	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-3421153-1306611361/watcher-3421153-1306611361 -o /tmp/evaluation-result-3421153-1306611361/solver-3421153-1306611361 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421153-1306611361.cnf 1420576005 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 2/429 12743
/proc/meminfo: memFree=15126048/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 2352 0 0 0 0 0 0 0 23 0 1 0 772736663 35237888 2288 33554432000 4194304 6014671 140733811850736 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 8603 2289 378 445 0 2148 0

[startup+0.0631179 s]
/proc/loadavg: 1.84 1.98 1.99 2/429 12743
/proc/meminfo: memFree=15126048/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=43628 CPUtime=0.05 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 4777 0 0 0 5 0 0 0 23 0 1 0 772736663 44675072 4713 33554432000 4194304 6014671 140733811850736 18446744073709551615 244446945024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 10907 4713 378 445 0 4452 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 43628

[startup+0.101111 s]
/proc/loadavg: 1.84 1.98 1.99 2/429 12743
/proc/meminfo: memFree=15126048/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=46700 CPUtime=0.09 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 5482 0 0 0 9 0 0 0 23 0 1 0 772736663 47820800 5418 33554432000 4194304 6014671 140733811850736 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 11675 5419 378 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.301076 s]
/proc/loadavg: 1.84 1.98 1.99 2/429 12743
/proc/meminfo: memFree=15126048/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=77548 CPUtime=0.29 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 13270 0 0 0 27 2 0 0 25 0 1 0 772736663 79409152 13206 33554432000 4194304 6014671 140733811850736 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 19387 13206 378 445 0 12932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77548

[startup+0.701003 s]
/proc/loadavg: 1.84 1.98 1.99 2/429 12743
/proc/meminfo: memFree=15126048/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=96108 CPUtime=0.69 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 17659 0 0 0 66 3 0 0 25 0 1 0 772736663 98414592 17595 33554432000 4194304 6014671 140733811850736 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 24027 17596 398 445 0 17572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96108

[startup+1.50085 s]
/proc/loadavg: 1.85 1.98 1.99 3/430 12744
/proc/meminfo: memFree=15024732/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=190316 CPUtime=1.49 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 41101 0 0 0 144 5 0 0 25 0 1 0 772736663 194883584 41037 33554432000 4194304 6014671 140733811850736 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 47579 41038 398 445 0 41124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 190316

[startup+3.10057 s]
/proc/loadavg: 1.85 1.98 1.99 3/430 12744
/proc/meminfo: memFree=14833524/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=606920 CPUtime=3.09 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 143222 0 0 0 294 15 0 0 25 0 1 0 772736663 621486080 143158 33554432000 4194304 6014671 140733811850736 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 151730 143160 668 445 0 145275 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 606920

[startup+6.30097 s]
/proc/loadavg: 1.85 1.98 1.99 3/430 12744
/proc/meminfo: memFree=14259572/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=970032 CPUtime=6.29 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 231917 0 0 0 604 25 0 0 25 0 1 0 772736663 993312768 231748 33554432000 4194304 6014671 140733811850736 18446744073709551615 4622589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 242508 231748 691 445 0 236053 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 970032

[startup+12.7008 s]
/proc/loadavg: 1.87 1.98 1.99 3/430 12744
/proc/meminfo: memFree=14171864/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=970032 CPUtime=12.69 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 232100 0 0 0 1244 25 0 0 25 0 1 0 772736663 993312768 231780 33554432000 4194304 6014671 140733811850736 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 242508 231780 722 445 0 236053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 970032

[startup+25.5004 s]
/proc/loadavg: 1.89 1.98 1.99 3/430 12745
/proc/meminfo: memFree=14164800/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=970032 CPUtime=25.49 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 232104 0 0 0 2524 25 0 0 25 0 1 0 772736663 993312768 231784 33554432000 4194304 6014671 140733811850736 18446744073709551615 4566176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 242508 231784 726 445 0 236053 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 970032

[startup+51.1006 s]
/proc/loadavg: 1.93 1.98 1.99 3/430 12745
/proc/meminfo: memFree=14256408/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=970032 CPUtime=51.09 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 232104 0 0 0 5084 25 0 0 25 0 1 0 772736663 993312768 206193 33554432000 4194304 6014671 140733811850736 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 242508 206193 726 445 0 236053 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 970032

[startup+102.316 s]
/proc/loadavg: 2.01 1.99 1.99 3/430 12747
/proc/meminfo: memFree=14236408/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=970032 CPUtime=102.3 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 232104 0 0 0 10205 25 0 0 25 0 1 0 772736663 993312768 206193 33554432000 4194304 6014671 140733811850736 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 242508 206193 726 445 0 236053 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 970032

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/430 12748
/proc/meminfo: memFree=14177968/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=162.29 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 240140 0 0 0 16202 27 0 0 25 0 1 0 772736663 1455226880 214229 33554432000 4194304 6014671 140733811850736 18446744073709551615 4380366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 214229 726 445 0 348825 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1421120

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/430 12750
/proc/meminfo: memFree=14111464/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=222.3 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 252919 0 0 0 22201 29 0 0 25 0 1 0 772736663 1455226880 226956 33554432000 4194304 6014671 140733811850736 18446744073709551615 4378787 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 226956 726 445 0 348825 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1421120

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/430 12751
/proc/meminfo: memFree=14093188/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=282.3 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 254632 0 0 0 28201 29 0 0 25 0 1 0 772736663 1455226880 228486 33554432000 4194304 6014671 140733811850736 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 228486 726 445 0 348825 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1421120

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/430 12753
/proc/meminfo: memFree=14086580/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=342.31 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 255193 0 0 0 34201 30 0 0 25 0 1 0 772736663 1455226880 228866 33554432000 4194304 6014671 140733811850736 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 228866 726 445 0 348825 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1421120

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/430 12755
/proc/meminfo: memFree=14063732/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=402.3 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 288465 0 0 0 40197 33 0 0 25 0 1 0 772736663 1455226880 234490 33554432000 4194304 6014671 140733811850736 18446744073709551615 4378460 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 234490 726 445 0 348825 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1421120

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 12756
/proc/meminfo: memFree=14047948/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=462.31 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 289470 0 0 0 46197 34 0 0 25 0 1 0 772736663 1455226880 235495 33554432000 4194304 6014671 140733811850736 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 235495 726 445 0 348825 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1421120

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12758
/proc/meminfo: memFree=14030432/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=522.31 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 290453 0 0 0 52197 34 0 0 25 0 1 0 772736663 1455226880 236478 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 236478 726 445 0 348825 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1421120

[startup+582.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/430 12759
/proc/meminfo: memFree=13994436/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=1421120 CPUtime=582.31 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 298871 0 0 0 58197 34 0 0 25 0 1 0 772736663 1455226880 244896 33554432000 4194304 6014671 140733811850736 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 355280 244896 726 445 0 348825 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1421120

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.10 2.04 2.01 3/430 12864
/proc/meminfo: memFree=13191948/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4062.45 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 483513 0 0 0 406178 67 0 0 25 0 1 0 772736663 2298494976 389840 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 389840 727 445 0 554701 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 2244624

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/430 12866
/proc/meminfo: memFree=13187084/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4122.43 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 483701 0 0 0 412176 67 0 0 25 0 1 0 772736663 2298494976 389960 33554432000 4194304 6014671 140733811850736 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 389960 727 445 0 554701 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 2244624

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12867
/proc/meminfo: memFree=13175632/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4182.43 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 483878 0 0 0 418176 67 0 0 25 0 1 0 772736663 2298494976 390137 33554432000 4194304 6014671 140733811850736 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 390137 727 445 0 554701 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 2244624

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 12869
/proc/meminfo: memFree=13168788/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4242.44 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 483878 0 0 0 424177 67 0 0 25 0 1 0 772736663 2298494976 390137 33554432000 4194304 6014671 140733811850736 18446744073709551615 4534934 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 390137 727 445 0 554701 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 2244624

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12871
/proc/meminfo: memFree=13166284/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4302.43 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 484609 0 0 0 430176 67 0 0 25 0 1 0 772736663 2298494976 390799 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 390799 727 445 0 554701 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 2244624

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12872
/proc/meminfo: memFree=13161300/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4362.44 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 484971 0 0 0 436176 68 0 0 25 0 1 0 772736663 2298494976 391161 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 391161 727 445 0 554701 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 2244624

[startup+4422.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/430 12874
/proc/meminfo: memFree=13159292/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4422.44 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 485481 0 0 0 442176 68 0 0 25 0 1 0 772736663 2298494976 391601 33554432000 4194304 6014671 140733811850736 18446744073709551615 244446969751 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 391601 727 445 0 554701 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 2244624

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/430 12875
/proc/meminfo: memFree=13157392/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4482.44 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 486240 0 0 0 448176 68 0 0 25 0 1 0 772736663 2298494976 392133 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 392133 728 445 0 554701 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 2244624

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12877
/proc/meminfo: memFree=13155380/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4542.44 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 486701 0 0 0 454176 68 0 0 25 0 1 0 772736663 2298494976 392594 33554432000 4194304 6014671 140733811850736 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 392594 728 445 0 554701 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 2244624

[startup+4602.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/430 12879
/proc/meminfo: memFree=13154592/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4602.46 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 486861 0 0 0 460178 68 0 0 25 0 1 0 772736663 2298494976 392754 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 392754 728 445 0 554701 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 2244624

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/430 12880
/proc/meminfo: memFree=13150588/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4662.44 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 487437 0 0 0 466176 68 0 0 25 0 1 0 772736663 2298494976 393330 33554432000 4194304 6014671 140733811850736 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 393330 728 445 0 554701 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 2244624

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12882
/proc/meminfo: memFree=13199908/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4722.46 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 487866 0 0 0 472177 69 0 0 25 0 1 0 772736663 2298494976 381110 33554432000 4194304 6014671 140733811850736 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 381110 728 445 0 554701 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 2244624

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12883
/proc/meminfo: memFree=13199240/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4782.45 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 488185 0 0 0 478176 69 0 0 25 0 1 0 772736663 2298494976 381429 33554432000 4194304 6014671 140733811850736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 381429 728 445 0 554701 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 2244624

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12885
/proc/meminfo: memFree=13195864/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4842.45 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 488972 0 0 0 484176 69 0 0 25 0 1 0 772736663 2298494976 382216 33554432000 4194304 6014671 140733811850736 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 382216 728 445 0 554701 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 2244624

[startup+4902.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/430 12887
/proc/meminfo: memFree=13195960/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4902.45 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 488972 0 0 0 490176 69 0 0 25 0 1 0 772736663 2298494976 382216 33554432000 4194304 6014671 140733811850736 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 382216 728 445 0 554701 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 2244624

[startup+4962.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/430 12888
/proc/meminfo: memFree=13176584/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=4962.46 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 489079 0 0 0 496176 70 0 0 25 0 1 0 772736663 2298494976 382323 33554432000 4194304 6014671 140733811850736 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 382323 728 445 0 554701 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 2244624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.03 2.00 2/428 12890
/proc/meminfo: memFree=13620116/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=5000.07 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 489478 0 0 0 499937 70 0 0 25 0 1 0 772736663 2298494976 382722 33554432000 4194304 6014671 140733811850736 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 382722 728 445 0 554701 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 2244624

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.05 2.03 2.00 2/428 12890
/proc/meminfo: memFree=13620116/32951124 swapFree=44485824/67111528
[pid=12743] ppid=12741 vsize=2244624 CPUtime=5000.07 cores=1,3,5,7
/proc/12743/stat : 12743 (qutersat_releas) R 12741 12743 12705 0 -1 4202496 489478 0 0 0 499937 70 0 0 25 0 1 0 772736663 2298494976 382722 33554432000 4194304 6014671 140733811850736 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12743/statm: 561156 382722 728 445 0 554701 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 2244624

Child status: 1
Real time (s): 4999.97
CPU time (s): 5000.14
CPU user time (s): 4999.38
CPU system time (s): 0.753885
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2244624

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

runsolver used 19.794 second user time and 49.7294 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-28 21:36:02
IDJOB=3421153
IDBENCH=83251
IDSOLVER=1868
FILE ID=node105/3421153-1306611361
RUNJOBID= node105-1306611361-12724
PBS_JOBID= 13471612
Free space on /tmp= 73168 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421153-1306611361/watcher-3421153-1306611361 -o /tmp/evaluation-result-3421153-1306611361/solver-3421153-1306611361 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421153-1306611361.cnf 1420576005

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=1420576005

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      15126328 kB
Buffers:        362040 kB
Cached:       13525048 kB
SwapCached:      39596 kB
Active:        7003472 kB
Inactive:     10498300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15126328 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:           26500 kB
Writeback:           0 kB
AnonPages:     3581740 kB
Mapped:          20792 kB
Slab:           173112 kB
PageTables:      81604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114929384 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= 73164 MiB
End job on node105 at 2011-05-28 22:59:24