Trace number 3377171

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.06

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
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.09/0.18	c Parse Cnf success: #var: 95810 #clause: 287045
0.09/0.18	c Find Units :          2
0.09/0.19	c Find Invs  :          0
0.19/0.23	c Find Ands  :      95681 AvgFaninNum: 2
0.19/0.24	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.26	c Find Ite   :          0
0.29/0.32	c UnDirect variable: 0
0.29/0.32	c UnDirect to Direct Gate: 0
0.29/0.32	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.33	c Break Cycle : 0
0.29/0.33	c Total Root : 1 Undef Var: 129
0.29/0.38	c After covering, Total Root: 1 Leaf: 129
0.29/0.38	c Variable( cover/uncovered/unused ): 95810 0 0
0.29/0.38	c Unit Clauses: 2
0.29/0.38	c Binary Clauses( cover/uncovered ): 191362 0
0.29/0.38	c Clauses( cover/uncovered ): 95681 0
0.29/0.38	c Total Clauses( cover/uncovered ): 287045 0 100%
0.29/0.38	c Covered Ands: 95681 Invs: 0 Xors: 0 Ites: 0
0.29/0.39	c Uncover Clauses avg size: nan max size: 0
0.29/0.39	c Final circuit: i/l/o/s     128       0       1     95681
0.29/0.39	c CnfToAig: Time: 0.38 s
0.89/0.97	c TmMap: Set choices finish.
1.01/1.01	c TmMap: Set big and: 31530
1.01/1.01	c TmMap: Origin: 95810 ClauseNum: 287043 --> New: 47297 ClauseNum: 165271
1.01/1.01	c TmMap: Time: 0.09
1.29/1.38	c Simulation --> TransNum: 96349/165271 Try to Add: #clause: 59836 #xorclause: 0
1.39/1.43	c #var: 47295 #clauses: 73541 Solving... 
11.20/11.23	c Abstract SAT
11.20/11.29	c Simulation --> TransNum: 148326/165271 Try to Add: #clause: 2402 #xorclause: 0
11.20/11.29	c #var: 47295 #clauses: 33551 Solving... 
15.59/15.67	c Abstract SAT
15.69/15.73	c Simulation --> TransNum: 150676/165271 Try to Add: #clause: 2348 #xorclause: 0
15.69/15.73	c #var: 47295 #clauses: 35525 Solving... 
19.09/19.13	c Abstract SAT
19.09/19.13	c Simulation --> TransNum: 165271/165271 Try to Add: #clause: 14595 #xorclause: 0
19.09/19.13	c #var: 47295 #clauses: 48058 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3377171-1305468396/watcher-3377171-1305468396 -o /tmp/evaluation-result-3377171-1305468396/solver-3377171-1305468396 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377171-1305468396.cnf 477764732 

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: 4.13 4.21 5.13 4/449 23745
/proc/meminfo: memFree=14994320/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=37684 CPUtime=0 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 3135 0 0 0 0 0 0 0 25 0 1 0 639255896 38588416 3072 33554432000 4194304 6014671 140733536111936 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 9421 3072 377 445 0 2966 0

[startup+0.0736089 s]
/proc/loadavg: 4.13 4.21 5.13 4/449 23745
/proc/meminfo: memFree=14994320/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=54068 CPUtime=0.06 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 6946 0 0 0 6 0 0 0 25 0 1 0 639255896 55365632 6883 33554432000 4194304 6014671 140733536111936 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 13517 6883 377 445 0 7062 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54068

[startup+0.100604 s]
/proc/loadavg: 4.13 4.21 5.13 4/449 23745
/proc/meminfo: memFree=14994320/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=54068 CPUtime=0.09 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 7249 0 0 0 9 0 0 0 25 0 1 0 639255896 55365632 7186 33554432000 4194304 6014671 140733536111936 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 13517 7186 377 445 0 7062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54068

[startup+0.300569 s]
/proc/loadavg: 4.13 4.21 5.13 4/449 23745
/proc/meminfo: memFree=14994320/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=73652 CPUtime=0.29 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 11851 0 0 0 28 1 0 0 25 0 1 0 639255896 75419648 11788 33554432000 4194304 6014671 140733536111936 18446744073709551615 4767750 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 18413 11788 395 445 0 11958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73652

[startup+0.700494 s]
/proc/loadavg: 4.13 4.21 5.13 4/449 23745
/proc/meminfo: memFree=14994320/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=86196 CPUtime=0.69 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 15509 0 0 0 68 1 0 0 25 0 1 0 639255896 88264704 15446 33554432000 4194304 6014671 140733536111936 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 21549 15447 668 445 0 15094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86196

[startup+1.50035 s]
/proc/loadavg: 4.13 4.21 5.13 5/450 23746
/proc/meminfo: memFree=14897920/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=131848 CPUtime=1.49 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 25384 0 0 0 147 2 0 0 25 0 1 0 639255896 135012352 25321 33554432000 4194304 6014671 140733536111936 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 32962 25321 696 445 0 26507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131848

[startup+3.10106 s]
/proc/loadavg: 4.13 4.21 5.13 5/450 23746
/proc/meminfo: memFree=14888620/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=177928 CPUtime=3.09 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 34581 0 0 0 306 3 0 0 25 0 1 0 639255896 182198272 34518 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 44482 34518 701 445 0 38027 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 177928

[startup+6.3005 s]
/proc/loadavg: 4.12 4.21 5.13 5/450 23746
/proc/meminfo: memFree=14684416/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=453384 CPUtime=6.29 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 90496 0 0 0 619 10 0 0 25 0 1 0 639255896 464265216 90433 33554432000 4194304 6014671 140733536111936 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 113346 90433 701 445 0 106891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 453384

[startup+12.7004 s]
/proc/loadavg: 4.11 4.20 5.12 5/450 23747
/proc/meminfo: memFree=14350244/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=854872 CPUtime=12.69 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 166512 0 0 0 1251 18 0 0 25 0 1 0 639255896 875388928 166425 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 213718 166425 728 445 0 207263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 854872

[startup+25.5011 s]
/proc/loadavg: 4.09 4.19 5.10 5/450 23747
/proc/meminfo: memFree=14249240/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=913308 CPUtime=25.49 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 177225 0 0 0 2530 19 0 0 25 0 1 0 639255896 935227392 177138 33554432000 4194304 6014671 140733536111936 18446744073709551615 4372423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 228327 177138 731 445 0 221872 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 913308

[startup+51.1005 s]
/proc/loadavg: 4.06 4.18 5.07 5/450 23748
/proc/meminfo: memFree=14034368/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1144756 CPUtime=51.09 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 226727 0 0 0 5083 26 0 0 25 0 1 0 639255896 1172230144 226625 33554432000 4194304 6014671 140733536111936 18446744073709551615 4371913 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 286189 226625 732 445 0 279734 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1144756

[startup+102.316 s]
/proc/loadavg: 4.02 4.15 5.01 5/450 23749
/proc/meminfo: memFree=13338480/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1275832 CPUtime=102.31 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 247120 0 0 0 10201 30 0 0 25 0 1 0 639255896 1306451968 247007 33554432000 4194304 6014671 140733536111936 18446744073709551615 4668286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 318958 247007 732 445 0 312503 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1275832

[startup+162.301 s]
/proc/loadavg: 4.18 4.16 4.96 5/450 23751
/proc/meminfo: memFree=12485104/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1275960 CPUtime=162.3 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 256152 0 0 0 16198 32 0 0 25 0 1 0 639255896 1306583040 254884 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423235 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 318990 254884 742 445 0 312535 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1275960

[startup+222.301 s]
/proc/loadavg: 4.11 4.15 4.91 5/450 23779
/proc/meminfo: memFree=14513928/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1301592 CPUtime=222.3 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 260919 0 0 0 22197 33 0 0 25 0 1 0 639255896 1332830208 259644 33554432000 4194304 6014671 140733536111936 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 325398 259644 735 445 0 318943 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1301592

[startup+282.3 s]
/proc/loadavg: 4.17 4.16 4.86 5/450 23781
/proc/meminfo: memFree=13916352/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1359384 CPUtime=282.3 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 264450 0 0 0 28197 33 0 0 25 0 1 0 639255896 1392009216 263174 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 339846 263174 734 445 0 333391 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1359384

[startup+342.3 s]
/proc/loadavg: 4.16 4.16 4.81 5/450 23782
/proc/meminfo: memFree=13833668/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1359384 CPUtime=342.3 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 265244 0 0 0 34196 34 0 0 25 0 1 0 639255896 1392009216 263968 33554432000 4194304 6014671 140733536111936 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 339846 263968 734 445 0 333391 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1359384

[startup+402.301 s]
/proc/loadavg: 4.06 4.13 4.76 5/450 23784
/proc/meminfo: memFree=13722860/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1424408 CPUtime=402.3 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 272550 0 0 0 40195 35 0 0 25 0 1 0 639255896 1458593792 271274 33554432000 4194304 6014671 140733536111936 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 356102 271274 734 445 0 349647 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1424408

[startup+462.301 s]
/proc/loadavg: 4.02 4.10 4.71 5/450 23786
/proc/meminfo: memFree=13272652/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1424408 CPUtime=462.3 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 279014 0 0 0 46193 37 0 0 25 0 1 0 639255896 1458593792 277738 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 356102 277738 734 445 0 349647 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1424408

[startup+522.3 s]
/proc/loadavg: 3.94 4.06 4.66 5/450 23815
/proc/meminfo: memFree=19804668/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1495412 CPUtime=522.31 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 281941 0 0 0 52193 38 0 0 25 0 1 0 639255896 1531301888 280625 33554432000 4194304 6014671 140733536111936 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 373853 280625 736 445 0 367398 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1495412

[startup+582.301 s]
/proc/loadavg: 3.98 4.05 4.62 5/450 23817
/proc/meminfo: memFree=19692852/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1495412 CPUtime=582.31 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 288794 0 0 0 58191 40 0 0 25 0 1 0 639255896 1531301888 287476 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 373853 287476 734 445 0 367398 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1495412

[startup+642.301 s]
/proc/loadavg: 3.99 4.04 4.57 5/450 23818
/proc/meminfo: memFree=19606992/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1571900 CPUtime=642.33 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 300772 0 0 0 64189 44 0 0 25 0 1 0 639255896 1609625600 299454 33554432000 4194304 6014671 140733536111936 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 392975 299454 734 445 0 386520 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1571900

[startup+702.301 s]
/proc/loadavg: 4.07 4.06 4.54 5/450 23820
/proc/meminfo: memFree=19540092/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1571900 CPUtime=702.31 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 302326 0 0 0 70187 44 0 0 25 0 1 0 639255896 1609625600 301008 33554432000 4194304 6014671 140733536111936 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 392975 301008 734 445 0 386520 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1571900

[startup+762.316 s]
/proc/loadavg: 4.07 4.06 4.51 5/450 23822
/proc/meminfo: memFree=19460552/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1571900 CPUtime=762.33 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 307305 0 0 0 76188 45 0 0 25 0 1 0 639255896 1609625600 305987 33554432000 4194304 6014671 140733536111936 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 392975 305987 734 445 0 386520 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1571900

[startup+822.301 s]
/proc/loadavg: 4.17 4.09 4.50 5/450 23823
/proc/meminfo: memFree=19415220/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1572028 CPUtime=822.32 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 307373 0 0 0 82187 45 0 0 25 0 1 0 639255896 1609756672 306055 33554432000 4194304 6014671 140733536111936 18446744073709551615 4731846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 393007 306055 734 445 0 386552 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1572028

[startup+882.301 s]
/proc/loadavg: 4.06 4.07 4.46 5/450 23825
/proc/meminfo: memFree=19311752/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1572028 CPUtime=882.32 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 309954 0 0 0 88185 47 0 0 25 0 1 0 639255896 1609756672 308636 33554432000 4194304 6014671 140733536111936 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 393007 308636 734 445 0 386552 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1572028

[startup+942.3 s]
/proc/loadavg: 4.09 4.08 4.44 5/450 23826
/proc/meminfo: memFree=19252284/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1572028 CPUtime=942.32 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 309955 0 0 0 94185 47 0 0 25 0 1 0 639255896 1609756672 308637 33554432000 4194304 6014671 140733536111936 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 393007 308637 734 445 0 386552 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1572028

[startup+1002.3 s]
/proc/loadavg: 4.03 4.07 4.41 5/450 23828
/proc/meminfo: memFree=19205836/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1572028 CPUtime=1002.32 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 310037 0 0 0 100185 47 0 0 25 0 1 0 639255896 1609756672 308719 33554432000 4194304 6014671 140733536111936 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 393007 308719 734 445 0 386552 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1572028

[startup+1062.3 s]
/proc/loadavg: 4.01 4.05 4.38 5/450 23830
/proc/meminfo: memFree=19148832/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1660120 CPUtime=1062.32 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 311221 0 0 0 106184 48 0 0 25 0 1 0 639255896 1699962880 309903 33554432000 4194304 6014671 140733536111936 18446744073709551615 4390240 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 415030 309903 734 445 0 408575 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1660120

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 4.35 5/450 23834
/proc/meminfo: memFree=19051092/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1660120 CPUtime=1122.32 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 315657 0 0 0 112184 48 0 0 25 0 1 0 639255896 1699962880 314339 33554432000 4194304 6014671 140733536111936 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 415030 314339 734 445 0 408575 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1660120

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 4.33 5/450 23836
/proc/meminfo: memFree=19026940/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1660120 CPUtime=1182.33 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 315771 0 0 0 118184 49 0 0 25 0 1 0 639255896 1699962880 314453 33554432000 4194304 6014671 140733536111936 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 415030 314453 734 445 0 408575 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1660120

[startup+1242.3 s]
/proc/loadavg: 4.10 4.05 4.32 5/450 23837
/proc/meminfo: memFree=19022648/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1660120 CPUtime=1242.33 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 315776 0 0 0 124184 49 0 0 25 0 1 0 639255896 1699962880 314458 33554432000 4194304 6014671 140733536111936 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 415030 314458 734 445 0 408575 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1660120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 4.29 5/450 23867
/proc/meminfo: memFree=19723536/32951124 swapFree=51873468/67111528
[pid=23745] ppid=23743 vsize=1660120 CPUtime=1300.04 cores=1,3
/proc/23745/stat : 23745 (qutersat_releas) R 23743 23745 23574 0 -1 4202496 321750 0 0 0 129954 50 0 0 25 0 1 0 639255896 1699962880 320403 33554432000 4194304 6014671 140733536111936 18446744073709551615 4371840 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23745/statm: 415030 320403 734 445 0 408575 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1660120

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.06
CPU time (s): 1300.1
CPU user time (s): 1299.55
CPU system time (s): 0.549916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1660120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321754
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 15742

runsolver used 5.44917 second user time and 13.4969 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 16:06:36
IDJOB=3377171
IDBENCH=82462
IDSOLVER=1856
FILE ID=node146/3377171-1305468396
RUNJOBID= node146-1305468261-23594
PBS_JOBID= 13325328
Free space on /tmp= 73060 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377171-1305468396/watcher-3377171-1305468396 -o /tmp/evaluation-result-3377171-1305468396/solver-3377171-1305468396 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377171-1305468396.cnf 477764732

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=477764732

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14994592 kB
Buffers:        162400 kB
Cached:        1320612 kB
SwapCached:      56140 kB
Active:       15129688 kB
Inactive:      2550428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14994592 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:          181796 kB
Writeback:           0 kB
AnonPages:    16148184 kB
Mapped:          28448 kB
Slab:           113248 kB
PageTables:      95324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126400120 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= 73280 MiB
End job on node146 at 2011-05-15 16:28:18