Trace number 3376614

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.07 1300.03

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 benchmark0.072988
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.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 509 #clause: 4478
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 509
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 509 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 4478
0.00/0.01	c Total Clauses( cover/uncovered ): 0 4478 0%
0.00/0.01	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.01 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.04	c TmMap: Set big and: 4478
0.00/0.04	c TmMap: Origin: 13788 ClauseNum: 39834 --> New: 4988 ClauseNum: 22390
0.00/0.04	c TmMap: Time: 0.01
0.00/0.04	c Try to Add: #clause: 8956 #xorclause: 0
0.00/0.04	c #var: 509 #clauses: 4479 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-3376614-1305474743/watcher-3376614-1305474743 -o /tmp/evaluation-result-3376614-1305474743/solver-3376614-1305474743 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376614-1305474743.cnf 709051384 

running on 2 cores: 0,2

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 3/435 30579
/proc/meminfo: memFree=23581276/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=33388 CPUtime=0.01 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 2148 0 0 0 1 0 0 0 23 0 1 0 737704946 34189312 2084 33554432000 4194304 6014671 140734083113616 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 8347 2086 439 445 0 1892 0

[startup+0.095572 s]
/proc/loadavg: 0.86 1.12 2.06 3/435 30579
/proc/meminfo: memFree=23581276/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=49784 CPUtime=0.08 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 4673 0 0 0 8 0 0 0 23 0 1 0 737704946 50978816 4609 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 12446 4609 722 445 0 5991 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49784

[startup+0.100573 s]
/proc/loadavg: 0.86 1.12 2.06 3/435 30579
/proc/meminfo: memFree=23581276/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=49784 CPUtime=0.09 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 4679 0 0 0 9 0 0 0 23 0 1 0 737704946 50978816 4615 33554432000 4194304 6014671 140734083113616 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 12446 4615 722 445 0 5991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.300544 s]
/proc/loadavg: 0.86 1.12 2.06 3/435 30579
/proc/meminfo: memFree=23581276/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=58420 CPUtime=0.29 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 4989 0 0 0 29 0 0 0 25 0 1 0 737704946 59822080 4925 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 14605 4925 723 445 0 8150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58420

[startup+0.700454 s]
/proc/loadavg: 0.86 1.12 2.06 3/435 30579
/proc/meminfo: memFree=23581276/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=76260 CPUtime=0.69 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 5610 0 0 0 69 0 0 0 25 0 1 0 737704946 78090240 5546 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 19065 5546 723 445 0 12610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76260

[startup+1.50031 s]
/proc/loadavg: 0.86 1.12 2.06 5/443 30594
/proc/meminfo: memFree=23480928/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=76260 CPUtime=1.49 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 7085 0 0 0 149 0 0 0 25 0 1 0 737704946 78090240 7021 33554432000 4194304 6014671 140734083113616 18446744073709551615 4378000 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 19065 7021 727 445 0 12610 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76260

[startup+3.10101 s]
/proc/loadavg: 0.86 1.12 2.06 5/449 30606
/proc/meminfo: memFree=23294656/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=85448 CPUtime=3.09 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 7788 0 0 0 309 0 0 0 25 0 1 0 737704946 87498752 7724 33554432000 4194304 6014671 140734083113616 18446744073709551615 4425384 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 21362 7724 727 445 0 14907 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85448

[startup+6.30042 s]
/proc/loadavg: 1.11 1.16 2.07 5/449 30606
/proc/meminfo: memFree=21889216/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=85448 CPUtime=6.29 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 9730 0 0 0 628 1 0 0 25 0 1 0 737704946 87498752 9653 33554432000 4194304 6014671 140734083113616 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 21362 9653 728 445 0 14907 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85448

[startup+12.7002 s]
/proc/loadavg: 1.34 1.21 2.08 5/449 30606
/proc/meminfo: memFree=21569232/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=95076 CPUtime=12.69 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 13066 0 0 0 1268 1 0 0 25 0 1 0 737704946 97357824 12988 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 23769 12988 727 445 0 17314 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95076

[startup+25.5009 s]
/proc/loadavg: 1.93 1.35 2.11 5/449 30606
/proc/meminfo: memFree=21717056/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=114908 CPUtime=25.49 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 15646 0 0 0 2547 2 0 0 25 0 1 0 737704946 117665792 15568 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 28727 15568 728 445 0 22272 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114908

[startup+51.1011 s]
/proc/loadavg: 2.63 1.56 2.16 5/449 30607
/proc/meminfo: memFree=21788904/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=114908 CPUtime=51.09 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 17758 0 0 0 5107 2 0 0 25 0 1 0 737704946 117665792 17679 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 28727 17679 727 445 0 22272 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114908

[startup+102.317 s]
/proc/loadavg: 3.41 1.93 2.26 5/449 30608
/proc/meminfo: memFree=21731776/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=158852 CPUtime=102.31 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 25638 0 0 0 10227 4 0 0 25 0 1 0 737704946 162664448 25537 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 39713 25537 731 445 0 33258 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 158852

[startup+162.301 s]
/proc/loadavg: 3.81 2.32 2.37 5/449 30610
/proc/meminfo: memFree=21681796/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=170192 CPUtime=162.3 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 30287 0 0 0 16225 5 0 0 25 0 1 0 737704946 174276608 30186 33554432000 4194304 6014671 140734083113616 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 42548 30186 731 445 0 36093 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 170192

[startup+222.3 s]
/proc/loadavg: 3.96 2.64 2.47 5/449 30639
/proc/meminfo: memFree=21677304/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=170192 CPUtime=222.29 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 32014 0 0 0 22224 5 0 0 25 0 1 0 737704946 174276608 31892 33554432000 4194304 6014671 140734083113616 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 42548 31892 731 445 0 36093 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 170192

[startup+282.3 s]
/proc/loadavg: 3.98 2.88 2.57 5/449 30640
/proc/meminfo: memFree=21608788/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=194356 CPUtime=282.3 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 37493 0 0 0 28223 7 0 0 25 0 1 0 737704946 199020544 37371 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 48589 37371 731 445 0 42134 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 194356

[startup+342.301 s]
/proc/loadavg: 3.99 3.08 2.65 5/449 30642
/proc/meminfo: memFree=21712432/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=194356 CPUtime=342.3 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 38907 0 0 0 34223 7 0 0 25 0 1 0 737704946 199020544 38775 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 48589 38775 731 445 0 42134 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 194356

[startup+402.301 s]
/proc/loadavg: 3.99 3.25 2.73 5/449 30643
/proc/meminfo: memFree=21649164/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=194356 CPUtime=402.31 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 39252 0 0 0 40223 8 0 0 25 0 1 0 737704946 199020544 39109 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 48589 39109 731 445 0 42134 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 194356

[startup+462.301 s]
/proc/loadavg: 4.09 3.41 2.82 5/449 30645
/proc/meminfo: memFree=21612568/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=194356 CPUtime=462.3 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 41472 0 0 0 46221 9 0 0 25 0 1 0 737704946 199020544 41314 33554432000 4194304 6014671 140734083113616 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 48589 41314 731 445 0 42134 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194356

[startup+522.301 s]
/proc/loadavg: 4.18 3.56 2.91 5/449 30656
/proc/meminfo: memFree=21565176/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=522.3 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 48435 0 0 0 52219 11 0 0 25 0 1 0 737704946 304668672 48235 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 48235 731 445 0 67927 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 297528

[startup+582.301 s]
/proc/loadavg: 4.06 3.64 2.97 5/449 30657
/proc/meminfo: memFree=21527000/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=582.31 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 56106 0 0 0 58217 14 0 0 25 0 1 0 737704946 304668672 55864 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 55864 731 445 0 67927 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 297528

[startup+642.301 s]
/proc/loadavg: 4.02 3.70 3.03 5/449 30659
/proc/meminfo: memFree=21324356/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=642.32 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 58895 0 0 0 64217 15 0 0 25 0 1 0 737704946 304668672 58600 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 58600 731 445 0 67927 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 297528

[startup+702.301 s]
/proc/loadavg: 4.16 3.80 3.11 5/449 30660
/proc/meminfo: memFree=21181492/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=702.31 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 58944 0 0 0 70216 15 0 0 25 0 1 0 737704946 304668672 58595 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 58595 731 445 0 67927 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 297528

[startup+762.317 s]
/proc/loadavg: 4.10 3.85 3.16 5/449 30662
/proc/meminfo: memFree=21101604/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=762.33 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 59189 0 0 0 76218 15 0 0 25 0 1 0 737704946 304668672 58704 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 58704 731 445 0 67927 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 297528

[startup+822.3 s]
/proc/loadavg: 4.04 3.87 3.21 5/449 30664
/proc/meminfo: memFree=21052976/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=822.31 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 59322 0 0 0 82216 15 0 0 25 0 1 0 737704946 304668672 58836 33554432000 4194304 6014671 140734083113616 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 58836 730 445 0 67927 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 297528

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.26 5/449 30665
/proc/meminfo: memFree=21164680/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=297528 CPUtime=882.32 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 60711 0 0 0 88216 16 0 0 25 0 1 0 737704946 304668672 60225 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 74382 60225 730 445 0 67927 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 297528

[startup+942.301 s]
/proc/loadavg: 4.15 3.94 3.31 5/449 30667
/proc/meminfo: memFree=21091368/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=942.32 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 64492 0 0 0 94214 18 0 0 25 0 1 0 737704946 362098688 64006 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 64006 730 445 0 81948 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 353612

[startup+1002.3 s]
/proc/loadavg: 4.12 3.96 3.36 5/449 30668
/proc/meminfo: memFree=21003180/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=1002.32 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 65663 0 0 0 100214 18 0 0 25 0 1 0 737704946 362098688 65025 33554432000 4194304 6014671 140734083113616 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 65025 731 445 0 81948 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 353612

[startup+1062.3 s]
/proc/loadavg: 4.13 4.00 3.41 5/449 30670
/proc/meminfo: memFree=20906436/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=1062.33 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 65663 0 0 0 106214 19 0 0 25 0 1 0 737704946 362098688 65025 33554432000 4194304 6014671 140734083113616 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 65025 731 445 0 81948 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 353612

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.44 5/449 30672
/proc/meminfo: memFree=20900084/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=1122.33 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 65663 0 0 0 112214 19 0 0 25 0 1 0 737704946 362098688 65025 33554432000 4194304 6014671 140734083113616 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 65025 731 445 0 81948 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 353612

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.48 5/449 30673
/proc/meminfo: memFree=20889152/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=1182.33 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 65663 0 0 0 118214 19 0 0 25 0 1 0 737704946 362098688 65025 33554432000 4194304 6014671 140734083113616 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 65025 731 445 0 81948 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 353612

[startup+1242.3 s]
/proc/loadavg: 4.26 4.07 3.53 5/449 30675
/proc/meminfo: memFree=20824144/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=1242.33 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 65708 0 0 0 124214 19 0 0 25 0 1 0 737704946 362098688 65067 33554432000 4194304 6014671 140734083113616 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 65067 728 445 0 81948 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 353612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.07 3.56 5/449 30676
/proc/meminfo: memFree=20733116/32950928 swapFree=38710900/67111528
[pid=30579] ppid=30577 vsize=353612 CPUtime=1300.05 cores=0,2
/proc/30579/stat : 30579 (qutersat_releas) R 30577 30579 29649 0 -1 4202496 65708 0 0 0 129986 19 0 0 25 0 1 0 737704946 362098688 65067 33554432000 4194304 6014671 140734083113616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30579/statm: 88403 65067 728 445 0 81948 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 353612

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.87
CPU system time (s): 0.201969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 353612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.87
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65712
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= 13
involuntary context switches= 2432

runsolver used 5.9441 second user time and 12.996 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
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:      23582300 kB
Buffers:        291912 kB
Cached:        3235440 kB
SwapCached:      93704 kB
Active:        2121644 kB
Inactive:      6955140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23582300 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:            2084 kB
Writeback:           0 kB
AnonPages:     5467916 kB
Mapped:          22132 kB
Slab:           123588 kB
PageTables:     102236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129966516 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= 73360 MiB
End job on node113 at 2011-05-15 18:14:05