Trace number 3421149

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.19 5000.09

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
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 5708168
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: 34306 #clause: 708168
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.49/0.50	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.52	c Find Ite   :          0
0.49/0.52	c UnDirect variable: 0
0.49/0.52	c UnDirect to Direct Gate: 0
0.49/0.52	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.52	c Break Cycle : 0
0.49/0.52	c Total Root : 0 Undef Var: 34306
0.49/0.52	c After covering, Total Root: 0 Leaf: 0
0.49/0.52	c Variable( cover/uncovered/unused ): 0 34306 0
0.49/0.52	c Unit Clauses: 0
0.49/0.52	c Binary Clauses( cover/uncovered ): 0 0
0.49/0.52	c Clauses( cover/uncovered ): 0 708168
0.49/0.52	c Total Clauses( cover/uncovered ): 0 708168 0%
0.49/0.52	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
2.10/2.15	c Uncover Clauses avg size: 5 max size: 5
2.10/2.16	c Final circuit: i/l/o/s   34306       0  708168   2818808
2.10/2.16	c CnfToAig: Time: 2.16 s
4.41/4.48	c TmMap: Set choices finish.
5.69/5.74	c TmMap: Set big and: 722004
5.69/5.74	c TmMap: Origin: 2853115 ClauseNum: 8456424 --> New: 756311 ClauseNum: 4262834
5.69/5.74	c TmMap: Time: 1.73
5.99/6.07	c Try to Add: #clause: 1444008 #xorclause: 0
6.29/6.37	c #var: 48142 #clauses: 722006 Solving... 
5000.09/5000.02	c Time Out !!
5000.09/5000.02	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-3421149-1306611193/watcher-3421149-1306611193 -o /tmp/evaluation-result-3421149-1306611193/solver-3421149-1306611193 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421149-1306611193.cnf 1339520651 

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.06 2.01 1.99 2/524 10272
/proc/meminfo: memFree=12600708/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 2031 0 0 0 0 0 0 0 18 0 1 0 772717122 34189312 1967 33554432000 4194304 6014671 140733567938960 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 8347 1968 378 445 0 1892 0

[startup+0.0340761 s]
/proc/loadavg: 2.06 2.01 1.99 2/524 10272
/proc/meminfo: memFree=12600708/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=38508 CPUtime=0.02 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 3353 0 0 0 2 0 0 0 18 0 1 0 772717122 39432192 3289 33554432000 4194304 6014671 140733567938960 18446744073709551615 218905730816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 9627 3289 378 445 0 3172 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.101078 s]
/proc/loadavg: 2.06 2.01 1.99 2/524 10272
/proc/meminfo: memFree=12600708/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=46700 CPUtime=0.09 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 5444 0 0 0 8 1 0 0 18 0 1 0 772717122 47820800 5380 33554432000 4194304 6014671 140733567938960 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 11675 5380 378 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.301046 s]
/proc/loadavg: 2.06 2.01 1.99 2/524 10272
/proc/meminfo: memFree=12600708/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=77548 CPUtime=0.29 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 13269 0 0 0 27 2 0 0 18 0 1 0 772717122 79409152 13205 33554432000 4194304 6014671 140733567938960 18446744073709551615 4802656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 19387 13205 378 445 0 12932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77548

[startup+0.700973 s]
/proc/loadavg: 2.06 2.01 1.99 2/524 10272
/proc/meminfo: memFree=12600708/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=96108 CPUtime=0.69 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 17619 0 0 0 66 3 0 0 18 0 1 0 772717122 98414592 17555 33554432000 4194304 6014671 140733567938960 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 24027 17556 398 445 0 17572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96108

[startup+1.50084 s]
/proc/loadavg: 2.06 2.01 1.99 3/525 10273
/proc/meminfo: memFree=12501500/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=190316 CPUtime=1.49 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 41041 0 0 0 144 5 0 0 19 0 1 0 772717122 194883584 40977 33554432000 4194304 6014671 140733567938960 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 47579 40977 398 445 0 41124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 190316

[startup+3.10054 s]
/proc/loadavg: 2.06 2.01 1.99 3/525 10273
/proc/meminfo: memFree=12313888/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=603704 CPUtime=3.09 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 142428 0 0 0 294 15 0 0 23 0 1 0 772717122 618192896 142364 33554432000 4194304 6014671 140733567938960 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 150926 142366 668 445 0 144471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 603704

[startup+6.30096 s]
/proc/loadavg: 2.06 2.00 1.99 3/525 10273
/proc/meminfo: memFree=11749484/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=970012 CPUtime=6.29 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 231878 0 0 0 604 25 0 0 25 0 1 0 772717122 993292288 231743 33554432000 4194304 6014671 140733567938960 18446744073709551615 4389591 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 242503 231743 691 445 0 236048 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 970012

[startup+12.7008 s]
/proc/loadavg: 2.05 2.00 1.99 3/525 10273
/proc/meminfo: memFree=11671352/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=970012 CPUtime=12.69 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 231982 0 0 0 1244 25 0 0 25 0 1 0 772717122 993292288 231775 33554432000 4194304 6014671 140733567938960 18446744073709551615 4378929 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10272/statm: 242503 231775 722 445 0 236048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 970012

[startup+25.5005 s]
/proc/loadavg: 2.04 2.00 1.99 3/525 10274
/proc/meminfo: memFree=11672468/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=970012 CPUtime=25.45 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 232113 0 0 0 2520 25 0 0 25 0 1 0 772717122 993292288 231779 33554432000 4194304 6014671 140733567938960 18446744073709551615 218905428302 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 242503 231779 726 445 0 236048 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 970012

[startup+51.1008 s]
/proc/loadavg: 2.09 2.02 2.00 3/525 10274
/proc/meminfo: memFree=11774976/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=970012 CPUtime=51.05 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 232113 0 0 0 5080 25 0 0 25 0 1 0 772717122 993292288 203854 33554432000 4194304 6014671 140733567938960 18446744073709551615 4535369 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 242503 203854 726 445 0 236048 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 970012

[startup+102.32 s]
/proc/loadavg: 2.04 2.01 2.00 3/525 10276
/proc/meminfo: memFree=11761508/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=970012 CPUtime=102.27 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 232113 0 0 0 10202 25 0 0 25 0 1 0 772717122 993292288 203854 33554432000 4194304 6014671 140733567938960 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 242503 203854 726 445 0 236048 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 970012

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/525 10277
/proc/meminfo: memFree=11745972/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1120548 CPUtime=162.25 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 235682 0 0 0 16199 26 0 0 25 0 1 0 772717122 1147441152 207423 33554432000 4194304 6014671 140733567938960 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 280137 207423 726 445 0 273682 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1120548

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 10279
/proc/meminfo: memFree=11725812/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=222.26 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 240230 0 0 0 22199 27 0 0 25 0 1 0 772717122 1455386624 211966 33554432000 4194304 6014671 140733567938960 18446744073709551615 4379000 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 211966 726 445 0 348864 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1421276

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 10281
/proc/meminfo: memFree=11715964/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=282.25 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 241616 0 0 0 28198 27 0 0 25 0 1 0 772717122 1455386624 213194 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 213194 726 445 0 348864 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1421276

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 10282
/proc/meminfo: memFree=11777888/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=342.25 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 263654 0 0 0 34193 32 0 0 25 0 1 0 772717122 1455386624 197546 33554432000 4194304 6014671 140733567938960 18446744073709551615 4534878 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 197546 726 445 0 348864 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 1421276

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/525 10284
/proc/meminfo: memFree=11766688/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=402.26 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 266541 0 0 0 40193 33 0 0 25 0 1 0 772717122 1455386624 200433 33554432000 4194304 6014671 140733567938960 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 200433 726 445 0 348864 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 1421276

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/525 10285
/proc/meminfo: memFree=11760440/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=462.26 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 267800 0 0 0 46192 34 0 0 25 0 1 0 772717122 1455386624 201692 33554432000 4194304 6014671 140733567938960 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 201692 726 445 0 348864 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 1421276

[startup+522.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/525 10287
/proc/meminfo: memFree=11756532/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=522.26 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 268522 0 0 0 52192 34 0 0 25 0 1 0 772717122 1455386624 202414 33554432000 4194304 6014671 140733567938960 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 202414 726 445 0 348864 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 1421276

[startup+582.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/525 10289
/proc/meminfo: memFree=11646376/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=1421276 CPUtime=582.26 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 273583 0 0 0 58191 35 0 0 25 0 1 0 772717122 1455386624 207475 33554432000 4194304 6014671 140733567938960 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 355319 207475 726 445 0 348864 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 1421276

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/525 10392
/proc/meminfo: memFree=10546456/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4002.36 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 461248 0 0 0 400164 72 0 0 25 0 1 0 772717122 2475679744 389748 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 389748 726 445 0 597959 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 2417656

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 10393
/proc/meminfo: memFree=10471664/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4062.38 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 473245 0 0 0 406165 73 0 0 25 0 1 0 772717122 2475679744 401700 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 401700 726 445 0 597959 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 2417656

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 10395
/proc/meminfo: memFree=10470748/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4122.36 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 473480 0 0 0 412163 73 0 0 25 0 1 0 772717122 2475679744 401889 33554432000 4194304 6014671 140733567938960 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 401889 726 445 0 597959 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 2417656

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10397
/proc/meminfo: memFree=10434876/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4182.36 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 473854 0 0 0 418163 73 0 0 25 0 1 0 772717122 2475679744 402216 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 402216 726 445 0 597959 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 2417656

[startup+4242.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/525 10398
/proc/meminfo: memFree=10433104/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4242.37 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 474772 0 0 0 424163 74 0 0 25 0 1 0 772717122 2475679744 403086 33554432000 4194304 6014671 140733567938960 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 403086 726 445 0 597959 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 2417656

[startup+4302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/525 10400
/proc/meminfo: memFree=10430700/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4302.37 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 475036 0 0 0 430163 74 0 0 25 0 1 0 772717122 2475679744 403280 33554432000 4194304 6014671 140733567938960 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 403280 726 445 0 597959 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 2417656

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/525 10401
/proc/meminfo: memFree=10431292/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4362.37 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 475036 0 0 0 436163 74 0 0 25 0 1 0 772717122 2475679744 403280 33554432000 4194304 6014671 140733567938960 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 403280 726 445 0 597959 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 2417656

[startup+4422.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/525 10403
/proc/meminfo: memFree=10427912/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4422.37 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 475812 0 0 0 442163 74 0 0 25 0 1 0 772717122 2475679744 404056 33554432000 4194304 6014671 140733567938960 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 404056 726 445 0 597959 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 2417656

[startup+4482.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/525 10433
/proc/meminfo: memFree=11391200/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4482.38 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 476711 0 0 0 448163 75 0 0 25 0 1 0 772717122 2475679744 404800 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 404800 726 445 0 597959 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 2417656

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/525 10434
/proc/meminfo: memFree=11327384/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4542.37 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 476846 0 0 0 454162 75 0 0 25 0 1 0 772717122 2475679744 404935 33554432000 4194304 6014671 140733567938960 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 404935 726 445 0 597959 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 2417656

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 10436
/proc/meminfo: memFree=11303532/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4602.38 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 477385 0 0 0 460163 75 0 0 25 0 1 0 772717122 2475679744 405474 33554432000 4194304 6014671 140733567938960 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 405474 726 445 0 597959 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 2417656

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/525 10437
/proc/meminfo: memFree=11283396/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4662.38 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 477385 0 0 0 466163 75 0 0 25 0 1 0 772717122 2475679744 405474 33554432000 4194304 6014671 140733567938960 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 405474 726 445 0 597959 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 2417656

[startup+4722.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/525 10439
/proc/meminfo: memFree=11326252/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4722.4 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 477976 0 0 0 472164 76 0 0 25 0 1 0 772717122 2475679744 393456 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 393456 726 445 0 597959 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 2417656

[startup+4782.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/525 10441
/proc/meminfo: memFree=11319624/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4782.38 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 479502 0 0 0 478162 76 0 0 25 0 1 0 772717122 2475679744 394982 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 394982 726 445 0 597959 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 2417656

[startup+4842.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/525 10442
/proc/meminfo: memFree=11294424/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4842.38 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 480603 0 0 0 484162 76 0 0 25 0 1 0 772717122 2475679744 396083 33554432000 4194304 6014671 140733567938960 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 396083 726 445 0 597959 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 2417656

[startup+4902.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/525 10444
/proc/meminfo: memFree=11283964/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4902.39 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 482018 0 0 0 490163 76 0 0 25 0 1 0 772717122 2475679744 397498 33554432000 4194304 6014671 140733567938960 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 397498 726 445 0 597959 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 2417656

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 10445
/proc/meminfo: memFree=11276732/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=4962.39 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 482530 0 0 0 496163 76 0 0 25 0 1 0 772717122 2475679744 398010 33554432000 4194304 6014671 140733567938960 18446744073709551615 4376261 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 398010 726 445 0 597959 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 2417656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 10446
/proc/meminfo: memFree=11274732/32951124 swapFree=59247644/67111528
[pid=10272] ppid=10270 vsize=2417656 CPUtime=5000.09 cores=0,2,4,6
/proc/10272/stat : 10272 (qutersat_releas) R 10270 10272 10139 0 -1 4202496 482530 0 0 0 499933 76 0 0 25 0 1 0 772717122 2475679744 398010 33554432000 4194304 6014671 140733567938960 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10272/statm: 604414 398010 726 445 0 597959 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 2417656

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): 5000.09
CPU time (s): 5000.19
CPU user time (s): 4999.35
CPU system time (s): 0.834873
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2417656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.35
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482534
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= 14
involuntary context switches= 14871

runsolver used 26.9179 second user time and 59.463 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-28 21:33:14
IDJOB=3421149
IDBENCH=83249
IDSOLVER=1868
FILE ID=node137/3421149-1306611193
RUNJOBID= node137-1306610662-10157
PBS_JOBID= 13471596
Free space on /tmp= 73096 MiB

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

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=1339520651

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12600864 kB
Buffers:        372576 kB
Cached:        8881028 kB
SwapCached:      17768 kB
Active:       11613096 kB
Inactive:      8437232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12600864 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:           24372 kB
Writeback:           0 kB
AnonPages:    10788936 kB
Mapped:          31724 kB
Slab:           154788 kB
PageTables:      75508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163112552 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= 73096 MiB
End job on node137 at 2011-05-28 22:56:36