Trace number 3421151

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.1 4999.94

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.27781
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44478
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 509 #clause: 4478
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 509
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 509 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 4478
0.00/0.00	c Total Clauses( cover/uncovered ): 0 4478 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4 max size: 4
0.00/0.01	c Final circuit: i/l/o/s     509       0    4478     13278
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 4478
0.00/0.03	c TmMap: Origin: 13788 ClauseNum: 39834 --> New: 4988 ClauseNum: 22390
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 8956 #xorclause: 0
0.00/0.03	c #var: 509 #clauses: 4479 Solving... 
5000.08/4999.91	c Time Out !!
5000.08/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-3421151-1306611361/watcher-3421151-1306611361 -o /tmp/evaluation-result-3421151-1306611361/solver-3421151-1306611361 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421151-1306611361.cnf 1420576005 

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: 1.84 1.98 1.99 1/424 12733
/proc/meminfo: memFree=15185452/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=33388 CPUtime=0.01 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 2195 0 0 0 1 0 0 0 25 0 1 0 772736536 34189312 2132 33554432000 4194304 6014671 140737457205408 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 8347 2134 448 445 0 1892 0

[startup+0.100464 s]
/proc/loadavg: 1.84 1.98 1.99 1/424 12733
/proc/meminfo: memFree=15185452/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=49784 CPUtime=0.09 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 4695 0 0 0 9 0 0 0 25 0 1 0 772736536 50978816 4632 33554432000 4194304 6014671 140737457205408 18446744073709551615 4429142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 12446 4632 722 445 0 5991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.2005 s]
/proc/loadavg: 1.84 1.98 1.99 1/424 12733
/proc/meminfo: memFree=15185452/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=58424 CPUtime=0.19 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 4922 0 0 0 19 0 0 0 25 0 1 0 772736536 59826176 4859 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 14606 4859 723 445 0 8151 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58424

[startup+0.300486 s]
/proc/loadavg: 1.84 1.98 1.99 1/424 12733
/proc/meminfo: memFree=15185452/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=58424 CPUtime=0.29 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 5021 0 0 0 29 0 0 0 25 0 1 0 772736536 59826176 4958 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 14606 4958 723 445 0 8151 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58424

[startup+0.700408 s]
/proc/loadavg: 1.84 1.98 1.99 1/424 12733
/proc/meminfo: memFree=15185452/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=76244 CPUtime=0.69 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 5640 0 0 0 68 1 0 0 25 0 1 0 772736536 78073856 5577 33554432000 4194304 6014671 140737457205408 18446744073709551615 4372276 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 19061 5577 723 445 0 12606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76244

[startup+1.50027 s]
/proc/loadavg: 1.84 1.98 1.99 3/427 12738
/proc/meminfo: memFree=15128664/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=76244 CPUtime=1.49 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 7308 0 0 0 148 1 0 0 25 0 1 0 772736536 78073856 7245 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 19061 7245 727 445 0 12606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76244

[startup+3.10097 s]
/proc/loadavg: 1.84 1.98 1.99 3/430 12744
/proc/meminfo: memFree=15025352/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=85400 CPUtime=3.09 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 8286 0 0 0 308 1 0 0 25 0 1 0 772736536 87449600 8223 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 21350 8223 727 445 0 14895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85400

[startup+6.30038 s]
/proc/loadavg: 1.85 1.98 1.99 3/430 12744
/proc/meminfo: memFree=14280776/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=85400 CPUtime=6.29 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 10589 0 0 0 628 1 0 0 25 0 1 0 772736536 87449600 10512 33554432000 4194304 6014671 140737457205408 18446744073709551615 244446641639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 21350 10512 727 445 0 14895 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85400

[startup+12.7002 s]
/proc/loadavg: 1.86 1.98 1.99 3/430 12744
/proc/meminfo: memFree=14174824/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=104728 CPUtime=12.69 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 13597 0 0 0 1268 1 0 0 25 0 1 0 772736536 107241472 13520 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 26182 13520 727 445 0 19727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104728

[startup+25.5008 s]
/proc/loadavg: 1.89 1.98 1.99 3/430 12745
/proc/meminfo: memFree=14166784/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=114648 CPUtime=25.49 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 15441 0 0 0 2547 2 0 0 25 0 1 0 772736536 117399552 15364 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 28662 15364 728 445 0 22207 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114648

[startup+51.101 s]
/proc/loadavg: 1.93 1.98 1.99 3/430 12745
/proc/meminfo: memFree=14256284/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=124908 CPUtime=51.09 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 18499 0 0 0 5107 2 0 0 25 0 1 0 772736536 127905792 18421 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 31227 18421 727 445 0 24772 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124908

[startup+102.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/430 12747
/proc/meminfo: memFree=14236408/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=147044 CPUtime=102.31 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 23403 0 0 0 10228 3 0 0 25 0 1 0 772736536 150573056 23325 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 36761 23325 727 445 0 30306 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 147044

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/430 12748
/proc/meminfo: memFree=14178340/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=169748 CPUtime=162.3 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 29774 0 0 0 16226 4 0 0 25 0 1 0 772736536 173821952 29696 33554432000 4194304 6014671 140737457205408 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 42437 29696 727 445 0 35982 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 169748

[startup+222.317 s]
/proc/loadavg: 2.00 1.99 1.99 3/430 12750
/proc/meminfo: memFree=14111960/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=169748 CPUtime=222.31 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 33808 0 0 0 22227 4 0 0 25 0 1 0 772736536 173821952 33730 33554432000 4194304 6014671 140737457205408 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 42437 33730 727 445 0 35982 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 169748

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/430 12751
/proc/meminfo: memFree=14093684/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=181848 CPUtime=282.3 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 37390 0 0 0 28225 5 0 0 25 0 1 0 772736536 186212352 37312 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 45462 37312 727 445 0 39007 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181848

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/430 12753
/proc/meminfo: memFree=14086580/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=194296 CPUtime=342.3 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 38303 0 0 0 34225 5 0 0 25 0 1 0 772736536 198959104 38215 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 48574 38215 727 445 0 42119 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 194296

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/430 12755
/proc/meminfo: memFree=14063732/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=194296 CPUtime=402.31 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 38435 0 0 0 40226 5 0 0 25 0 1 0 772736536 198959104 38336 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 48574 38336 727 445 0 42119 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 194296

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12756
/proc/meminfo: memFree=14047948/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=245780 CPUtime=462.3 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 41389 0 0 0 46225 5 0 0 25 0 1 0 772736536 251678720 41266 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 61445 41266 727 445 0 54990 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 245780

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12758
/proc/meminfo: memFree=14030432/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=350380 CPUtime=522.3 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 44843 0 0 0 52225 5 0 0 25 0 1 0 772736536 358789120 44635 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 87595 44635 727 445 0 81140 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 350380

[startup+582.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/430 12759
/proc/meminfo: memFree=13994560/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=403460 CPUtime=582.31 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 45485 0 0 0 58226 5 0 0 25 0 1 0 772736536 413143040 45216 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 100865 45216 727 445 0 94410 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 403460

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/430 12863
/proc/meminfo: memFree=13199544/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=461148 CPUtime=4002.43 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 105154 0 0 0 400225 18 0 0 25 0 1 0 772736536 472215552 100592 33554432000 4194304 6014671 140737457205408 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 115287 100592 729 445 0 108832 0
Current children cumulated CPU time (s) 4002.43
Current children cumulated vsize (KiB) 461148

[startup+4062.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/430 12864
/proc/meminfo: memFree=13191948/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=461148 CPUtime=4062.44 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 105154 0 0 0 406226 18 0 0 25 0 1 0 772736536 472215552 100592 33554432000 4194304 6014671 140737457205408 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 115287 100592 729 445 0 108832 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 461148

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/430 12866
/proc/meminfo: memFree=13187332/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=533596 CPUtime=4122.43 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 106215 0 0 0 412225 18 0 0 25 0 1 0 772736536 546402304 101614 33554432000 4194304 6014671 140737457205408 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 133399 101614 729 445 0 126944 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 533596

[startup+4182.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12867
/proc/meminfo: memFree=13175880/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=605792 CPUtime=4182.45 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 108983 0 0 0 418226 19 0 0 25 0 1 0 772736536 620331008 104351 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 151448 104351 729 445 0 144993 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 605792

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 12869
/proc/meminfo: memFree=13169160/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4242.43 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 110694 0 0 0 424224 19 0 0 25 0 1 0 772736536 694489088 106027 33554432000 4194304 6014671 140737457205408 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106027 727 445 0 163098 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 678212

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12871
/proc/meminfo: memFree=13166284/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4302.43 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 110694 0 0 0 430224 19 0 0 25 0 1 0 772736536 694489088 106027 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106027 727 445 0 163098 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 678212

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12872
/proc/meminfo: memFree=13161300/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4362.44 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111623 0 0 0 436224 20 0 0 25 0 1 0 772736536 694489088 106937 33554432000 4194304 6014671 140737457205408 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106937 727 445 0 163098 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 678212

[startup+4422.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/430 12874
/proc/meminfo: memFree=13159292/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4422.44 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111623 0 0 0 442224 20 0 0 25 0 1 0 772736536 694489088 106917 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106917 727 445 0 163098 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 678212

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/430 12875
/proc/meminfo: memFree=13157392/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4482.45 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111661 0 0 0 448225 20 0 0 25 0 1 0 772736536 694489088 106934 33554432000 4194304 6014671 140737457205408 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106934 727 445 0 163098 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 678212

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12877
/proc/meminfo: memFree=13155628/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4542.45 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111661 0 0 0 454225 20 0 0 25 0 1 0 772736536 694489088 106934 33554432000 4194304 6014671 140737457205408 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106934 727 445 0 163098 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 678212

[startup+4602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/430 12879
/proc/meminfo: memFree=13152980/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4602.45 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111661 0 0 0 460225 20 0 0 25 0 1 0 772736536 694489088 106934 33554432000 4194304 6014671 140737457205408 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106934 727 445 0 163098 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 678212

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/430 12880
/proc/meminfo: memFree=13150588/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4662.45 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111667 0 0 0 466225 20 0 0 25 0 1 0 772736536 694489088 106915 33554432000 4194304 6014671 140737457205408 18446744073709551615 4369536 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106915 727 445 0 163098 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 678212

[startup+4722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12882
/proc/meminfo: memFree=13199908/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4722.47 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111667 0 0 0 472227 20 0 0 25 0 1 0 772736536 694489088 106889 33554432000 4194304 6014671 140737457205408 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106889 727 445 0 163098 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 678212

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12883
/proc/meminfo: memFree=13199240/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4782.46 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111744 0 0 0 478226 20 0 0 25 0 1 0 772736536 694489088 106939 33554432000 4194304 6014671 140737457205408 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106939 728 445 0 163098 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 678212

[startup+4842.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12885
/proc/meminfo: memFree=13195988/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4842.47 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111744 0 0 0 484227 20 0 0 25 0 1 0 772736536 694489088 106939 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106939 728 445 0 163098 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 678212

[startup+4902.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/430 12887
/proc/meminfo: memFree=13195960/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=678212 CPUtime=4902.46 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 111766 0 0 0 490226 20 0 0 25 0 1 0 772736536 694489088 106933 33554432000 4194304 6014671 140737457205408 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 169553 106933 728 445 0 163098 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 678212

[startup+4962.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/430 12888
/proc/meminfo: memFree=13176956/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=752448 CPUtime=4962.46 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 116678 0 0 0 496226 20 0 0 25 0 1 0 772736536 770506752 111816 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 188112 111816 728 445 0 181657 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 752448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.03 2.00 3/430 12889
/proc/meminfo: memFree=13166884/32951124 swapFree=44485824/67111528
[pid=12733] ppid=12731 vsize=752448 CPUtime=5000.08 cores=0,2,4,6
/proc/12733/stat : 12733 (qutersat_releas) R 12731 12733 12705 0 -1 4202496 118792 0 0 0 499987 21 0 0 25 0 1 0 772736536 770506752 113930 33554432000 4194304 6014671 140737457205408 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12733/statm: 188112 113930 728 445 0 181657 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 752448

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): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.88
CPU system time (s): 0.227965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 752448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.87
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118796
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= 10
involuntary context switches= 6971

runsolver used 21.8457 second user time and 47.4898 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-28 21:36:01
IDJOB=3421151
IDBENCH=83250
IDSOLVER=1868
FILE ID=node105/3421151-1306611361
RUNJOBID= node105-1306611361-12723
PBS_JOBID= 13471612
Free space on /tmp= 73192 MiB

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

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
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:      15185724 kB
Buffers:        362000 kB
Cached:       13494496 kB
SwapCached:      39596 kB
Active:        6951420 kB
Inactive:     10491788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15185724 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:            2088 kB
Writeback:           0 kB
AnonPages:     3554584 kB
Mapped:          18684 kB
Slab:           172332 kB
PageTables:      81660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114859768 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:23