Trace number 3376621

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.1 1300.05

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.01	c Set FPU double precision.
0.29/0.34	c Parse Cnf success: #var: 34307 #clause: 708206
0.29/0.34	c Find Units :          0
0.29/0.34	c Find Invs  :          0
0.39/0.45	c Find Ands  :          0 AvgFaninNum: nan
0.49/0.51	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.53	c Find Ite   :          0
0.49/0.53	c UnDirect variable: 0
0.49/0.53	c UnDirect to Direct Gate: 0
0.49/0.53	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.53	c Break Cycle : 0
0.49/0.53	c Total Root : 0 Undef Var: 34307
0.49/0.53	c After covering, Total Root: 0 Leaf: 0
0.49/0.53	c Variable( cover/uncovered/unused ): 0 34307 0
0.49/0.53	c Unit Clauses: 0
0.49/0.53	c Binary Clauses( cover/uncovered ): 0 0
0.49/0.53	c Clauses( cover/uncovered ): 0 708206
0.49/0.53	c Total Clauses( cover/uncovered ): 0 708206 0%
0.49/0.53	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
2.11/2.20	c Uncover Clauses avg size: 5 max size: 5
2.21/2.21	c Final circuit: i/l/o/s   34307       0  708206   2818960
2.21/2.21	c CnfToAig: Time: 2.21 s
4.49/4.58	c TmMap: Set choices finish.
5.79/5.88	c TmMap: Set big and: 722042
5.79/5.88	c TmMap: Origin: 2853268 ClauseNum: 8456880 --> New: 756350 ClauseNum: 4263062
5.79/5.88	c TmMap: Time: 1.76
6.19/6.22	c Try to Add: #clause: 1444084 #xorclause: 0
6.51/6.52	c #var: 48143 #clauses: 722044 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376621-1305474743/watcher-3376621-1305474743 -o /tmp/evaluation-result-3376621-1305474743/solver-3376621-1305474743 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376621-1305474743.cnf 709051384 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 1.12 2.06 4/448 30605
/proc/meminfo: memFree=23438372/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=35436 CPUtime=0.01 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 2645 0 0 0 1 0 0 0 18 0 1 0 737705079 36286464 2581 33554432000 4194304 6014671 140735592876096 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 8859 2581 378 445 0 2404 0

[startup+0.0254929 s]
/proc/loadavg: 0.86 1.12 2.06 4/448 30605
/proc/meminfo: memFree=23438372/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=36460 CPUtime=0.02 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 2798 0 0 0 2 0 0 0 18 0 1 0 737705079 37335040 2734 33554432000 4194304 6014671 140735592876096 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 9115 2735 378 445 0 2660 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36460

[startup+0.100497 s]
/proc/loadavg: 0.86 1.12 2.06 4/448 30605
/proc/meminfo: memFree=23438372/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=46700 CPUtime=0.09 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 5387 0 0 0 9 0 0 0 18 0 1 0 737705079 47820800 5323 33554432000 4194304 6014671 140735592876096 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 11675 5324 378 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300452 s]
/proc/loadavg: 0.86 1.12 2.06 4/448 30605
/proc/meminfo: memFree=23438372/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=77548 CPUtime=0.29 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 13267 0 0 0 27 2 0 0 18 0 1 0 737705079 79409152 13203 33554432000 4194304 6014671 140735592876096 18446744073709551615 4803478 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 19387 13203 378 445 0 12932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77548

[startup+0.700373 s]
/proc/loadavg: 0.86 1.12 2.06 4/448 30605
/proc/meminfo: memFree=23438372/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=96108 CPUtime=0.69 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 17540 0 0 0 67 2 0 0 18 0 1 0 737705079 98414592 17476 33554432000 4194304 6014671 140735592876096 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 24027 17477 398 445 0 17572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96108

[startup+1.50023 s]
/proc/loadavg: 0.86 1.12 2.06 5/449 30606
/proc/meminfo: memFree=23205228/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=190828 CPUtime=1.49 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 40998 0 0 0 144 5 0 0 19 0 1 0 737705079 195407872 40934 33554432000 4194304 6014671 140735592876096 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 47707 40934 398 445 0 41252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 190828

[startup+3.10093 s]
/proc/loadavg: 0.86 1.12 2.06 5/449 30606
/proc/meminfo: memFree=22883448/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=591068 CPUtime=3.09 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 139323 0 0 0 295 14 0 0 19 0 1 0 737705079 605253632 139259 33554432000 4194304 6014671 140735592876096 18446744073709551615 4257515 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 147767 139259 668 445 0 141312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 591068

[startup+6.30034 s]
/proc/loadavg: 1.11 1.16 2.07 5/449 30606
/proc/meminfo: memFree=21752324/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=6.29 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 232181 0 0 0 605 24 0 0 25 0 1 0 737705079 994643968 232071 33554432000 4194304 6014671 140735592876096 18446744073709551615 4778277 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 232071 691 445 0 236378 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 971332

[startup+12.7012 s]
/proc/loadavg: 1.34 1.21 2.08 5/449 30606
/proc/meminfo: memFree=21567744/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=12.69 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 232275 0 0 0 1245 24 0 0 25 0 1 0 737705079 994643968 190809 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 190809 722 445 0 236378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 971332

[startup+25.5008 s]
/proc/loadavg: 1.93 1.35 2.11 5/449 30606
/proc/meminfo: memFree=21820348/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=25.49 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 233927 0 0 0 2525 24 0 0 25 0 1 0 737705079 994643968 192461 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 192461 726 445 0 236378 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 971332

[startup+51.101 s]
/proc/loadavg: 2.63 1.56 2.16 5/449 30607
/proc/meminfo: memFree=21784316/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=51.1 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 236577 0 0 0 5085 25 0 0 25 0 1 0 737705079 994643968 195111 33554432000 4194304 6014671 140735592876096 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 195111 726 445 0 236378 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 971332

[startup+102.317 s]
/proc/loadavg: 3.41 1.93 2.26 5/449 30608
/proc/meminfo: memFree=21729916/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=102.31 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 238105 0 0 0 10206 25 0 0 25 0 1 0 737705079 994643968 196639 33554432000 4194304 6014671 140735592876096 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 196639 726 445 0 236378 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 971332

[startup+162.3 s]
/proc/loadavg: 3.81 2.32 2.37 5/449 30610
/proc/meminfo: memFree=21681052/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=162.3 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 239514 0 0 0 16204 26 0 0 25 0 1 0 737705079 994643968 198048 33554432000 4194304 6014671 140735592876096 18446744073709551615 4424973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 198048 726 445 0 236378 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 971332

[startup+222.3 s]
/proc/loadavg: 3.96 2.64 2.47 5/449 30639
/proc/meminfo: memFree=21676064/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=971332 CPUtime=222.3 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 239521 0 0 0 22204 26 0 0 25 0 1 0 737705079 994643968 198022 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 242833 198022 726 445 0 236378 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 971332

[startup+282.3 s]
/proc/loadavg: 3.98 2.88 2.57 5/449 30640
/proc/meminfo: memFree=21608168/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=282.3 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 245651 0 0 0 28203 27 0 0 25 0 1 0 737705079 1305251840 200553 33554432000 4194304 6014671 140735592876096 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 200553 726 445 0 312210 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1274660

[startup+342.301 s]
/proc/loadavg: 3.99 3.08 2.65 5/449 30642
/proc/meminfo: memFree=21712184/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=342.3 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 246481 0 0 0 34203 27 0 0 25 0 1 0 737705079 1305251840 201383 33554432000 4194304 6014671 140735592876096 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 201383 726 445 0 312210 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1274660

[startup+402.301 s]
/proc/loadavg: 3.99 3.25 2.73 5/449 30643
/proc/meminfo: memFree=21648172/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=402.31 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 256833 0 0 0 40202 29 0 0 25 0 1 0 737705079 1305251840 211735 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 211735 726 445 0 312210 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1274660

[startup+462.301 s]
/proc/loadavg: 4.09 3.41 2.82 5/449 30645
/proc/meminfo: memFree=21612568/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=462.31 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 257858 0 0 0 46202 29 0 0 25 0 1 0 737705079 1305251840 212760 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 212760 726 445 0 312210 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1274660

[startup+522.301 s]
/proc/loadavg: 4.18 3.56 2.91 5/449 30656
/proc/meminfo: memFree=21563388/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=522.31 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 259142 0 0 0 52201 30 0 0 25 0 1 0 737705079 1305251840 214044 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 214044 726 445 0 312210 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1274660

[startup+582.301 s]
/proc/loadavg: 4.06 3.64 2.97 5/449 30657
/proc/meminfo: memFree=21526504/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=582.31 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 259780 0 0 0 58201 30 0 0 25 0 1 0 737705079 1305251840 214610 33554432000 4194304 6014671 140735592876096 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 214610 726 445 0 312210 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1274660

[startup+642.301 s]
/proc/loadavg: 4.02 3.70 3.03 5/449 30659
/proc/meminfo: memFree=21323364/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1274660 CPUtime=642.33 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 279618 0 0 0 64201 32 0 0 25 0 1 0 737705079 1305251840 234403 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 318665 234403 726 445 0 312210 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1274660

[startup+702.3 s]
/proc/loadavg: 4.16 3.80 3.11 5/449 30660
/proc/meminfo: memFree=21175168/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1588256 CPUtime=702.32 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 293287 0 0 0 70196 36 0 0 25 0 1 0 737705079 1626374144 247902 33554432000 4194304 6014671 140735592876096 18446744073709551615 251367243451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 397064 247902 726 445 0 390609 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1588256

[startup+762.317 s]
/proc/loadavg: 4.10 3.85 3.16 5/449 30662
/proc/meminfo: memFree=21100984/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1588256 CPUtime=762.34 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 302548 0 0 0 76196 38 0 0 25 0 1 0 737705079 1626374144 257163 33554432000 4194304 6014671 140735592876096 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 397064 257163 726 445 0 390609 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 1588256

[startup+822.3 s]
/proc/loadavg: 4.04 3.87 3.21 5/449 30664
/proc/meminfo: memFree=21053348/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=822.32 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 306604 0 0 0 82194 38 0 0 25 0 1 0 737705079 1788268544 260990 33554432000 4194304 6014671 140735592876096 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 260990 726 445 0 430134 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1746356

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.26 5/449 30665
/proc/meminfo: memFree=21163564/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=882.32 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 310149 0 0 0 88192 40 0 0 25 0 1 0 737705079 1788268544 225666 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 225666 726 445 0 430134 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1746356

[startup+942.301 s]
/proc/loadavg: 4.15 3.94 3.31 5/449 30667
/proc/meminfo: memFree=21091244/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=942.32 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 313210 0 0 0 94192 40 0 0 25 0 1 0 737705079 1788268544 228727 33554432000 4194304 6014671 140735592876096 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 228727 726 445 0 430134 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1746356

[startup+1002.3 s]
/proc/loadavg: 4.12 3.96 3.36 5/449 30668
/proc/meminfo: memFree=20970320/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=1002.33 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 335202 0 0 0 100189 44 0 0 25 0 1 0 737705079 1788268544 250719 33554432000 4194304 6014671 140735592876096 18446744073709551615 4424954 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 250719 726 445 0 430134 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1746356

[startup+1062.3 s]
/proc/loadavg: 4.13 4.00 3.41 5/449 30670
/proc/meminfo: memFree=20906436/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=1062.33 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 335859 0 0 0 106189 44 0 0 25 0 1 0 737705079 1788268544 251376 33554432000 4194304 6014671 140735592876096 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 251376 726 445 0 430134 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1746356

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.44 5/449 30672
/proc/meminfo: memFree=20890040/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=1122.33 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 336338 0 0 0 112189 44 0 0 25 0 1 0 737705079 1788268544 251855 33554432000 4194304 6014671 140735592876096 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 251855 726 445 0 430134 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1746356

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.48 5/449 30673
/proc/meminfo: memFree=20888904/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=1182.33 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 336338 0 0 0 118189 44 0 0 25 0 1 0 737705079 1788268544 251855 33554432000 4194304 6014671 140735592876096 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 251855 726 445 0 430134 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1746356

[startup+1242.3 s]
/proc/loadavg: 4.26 4.07 3.53 5/449 30675
/proc/meminfo: memFree=20823524/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=1242.33 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 348357 0 0 0 124187 46 0 0 25 0 1 0 737705079 1788268544 263874 33554432000 4194304 6014671 140735592876096 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 263874 726 445 0 430134 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1746356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.07 3.56 3/445 30678
/proc/meminfo: memFree=22105080/32950928 swapFree=38710900/67111528
[pid=30605] ppid=30603 vsize=1746356 CPUtime=1300.05 cores=1,3
/proc/30605/stat : 30605 (qutersat_releas) R 30603 30605 29649 0 -1 4202496 349537 0 0 0 129958 47 0 0 25 0 1 0 737705079 1788268544 265054 33554432000 4194304 6014671 140735592876096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30605/statm: 436589 265054 726 445 0 430134 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1746356

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

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

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.1
CPU user time (s): 1299.59
CPU system time (s): 0.509922
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1746356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.59
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349541
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= 9
involuntary context switches= 3160

runsolver used 5.36218 second user time and 13.5859 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 17:52:24
IDJOB=3376621
IDBENCH=83251
IDSOLVER=1856
FILE ID=node113/3376621-1305474743
RUNJOBID= node113-1305474743-30565
PBS_JOBID= 13325322
Free space on /tmp= 73360 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-3376621-1305474743/watcher-3376621-1305474743 -o /tmp/evaluation-result-3376621-1305474743/solver-3376621-1305474743 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376621-1305474743.cnf 709051384

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=709051384

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:     32950928 kB
MemFree:      23438900 kB
Buffers:        292024 kB
Cached:        3298508 kB
SwapCached:      93704 kB
Active:        2251448 kB
Inactive:      6967168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23438900 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           53008 kB
Writeback:           0 kB
AnonPages:     5545344 kB
Mapped:          26428 kB
Slab:           125280 kB
PageTables:     102724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130161804 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= 73384 MiB
End job on node113 at 2011-05-15 18:14:06