Trace number 3377033

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.08 1300.05

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
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.78/0.83	c Parse Cnf success: #var: 360364 #clause: 1076507
0.78/0.83	c Find Units :          2
0.78/0.89	c Find Invs  :          0
0.98/1.06	c Find Ands  :     358835 AvgFaninNum: 2
1.10/1.11	c Find Xors  :          0 AvgFaninNum: nan
1.10/1.20	c Find Ite   :          0
1.38/1.46	c UnDirect variable: 0
1.38/1.46	c UnDirect to Direct Gate: 0
1.38/1.46	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.48/1.52	c Break Cycle : 0
1.48/1.52	c Total Root : 1 Undef Var: 1529
1.68/1.75	c After covering, Total Root: 1 Leaf: 1529
1.68/1.75	c Variable( cover/uncovered/unused ): 360364 0 0
1.68/1.75	c Unit Clauses: 2
1.68/1.75	c Binary Clauses( cover/uncovered ): 717670 0
1.68/1.75	c Clauses( cover/uncovered ): 358835 0
1.68/1.75	c Total Clauses( cover/uncovered ): 1076507 0 100%
1.68/1.75	c Covered Ands: 358835 Invs: 0 Xors: 0 Ites: 0
1.68/1.77	c Uncover Clauses avg size: nan max size: 0
1.68/1.77	c Final circuit: i/l/o/s    1528       0       1    358835
1.68/1.77	c CnfToAig: Time: 1.76 s
3.69/3.79	c TmMap: Set choices finish.
3.99/4.01	c TmMap: Set big and: 115845
3.99/4.01	c TmMap: Origin: 360364 ClauseNum: 1076505 --> New: 212749 ClauseNum: 735510
3.99/4.01	c TmMap: Time: 0.36
6.49/6.56	c Simulation --> TransNum: 722922/735510 Try to Add: #clause: 606947 #xorclause: 0
6.79/6.86	c #var: 212688 #clauses: 493540 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-3377033-1305468359/watcher-3377033-1305468359 -o /tmp/evaluation-result-3377033-1305468359/solver-3377033-1305468359 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377033-1305468359.cnf 1637809095 

running on 2 cores: 5,7

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.15 4.22 5.17 5/444 23705
/proc/meminfo: memFree=15478796/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=41836 CPUtime=0 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 4279 0 0 0 0 0 0 0 21 0 1 0 639252199 42840064 4215 33554432000 4194304 6014671 140734023665312 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 10459 4216 377 445 0 4004 0

[startup+0.106504 s]
/proc/loadavg: 4.15 4.22 5.17 5/444 23705
/proc/meminfo: memFree=15478796/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=64364 CPUtime=0.09 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 8987 0 0 0 9 0 0 0 21 0 1 0 639252199 65908736 8924 33554432000 4194304 6014671 140734023665312 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 16091 8953 377 445 0 9636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64364

[startup+0.200487 s]
/proc/loadavg: 4.15 4.22 5.17 5/444 23705
/proc/meminfo: memFree=15478796/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=79852 CPUtime=0.19 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 13471 0 0 0 18 1 0 0 21 0 1 0 639252199 81768448 13407 33554432000 4194304 6014671 140734023665312 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 19963 13407 377 445 0 13508 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 79852

[startup+0.300448 s]
/proc/loadavg: 4.15 4.22 5.17 5/444 23705
/proc/meminfo: memFree=15478796/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=92268 CPUtime=0.29 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 16607 0 0 0 27 2 0 0 22 0 1 0 639252199 94482432 16543 33554432000 4194304 6014671 140734023665312 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 23067 16543 377 445 0 16612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92268

[startup+0.700377 s]
/proc/loadavg: 4.15 4.22 5.17 5/444 23705
/proc/meminfo: memFree=15478796/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=145900 CPUtime=0.68 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 30213 0 0 0 65 3 0 0 23 0 1 0 639252199 149401600 30149 33554432000 4194304 6014671 140734023665312 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 36475 30150 377 445 0 30020 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 145900

[startup+1.50024 s]
/proc/loadavg: 4.15 4.22 5.17 5/447 23712
/proc/meminfo: memFree=15330884/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=197228 CPUtime=1.48 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 41222 0 0 0 144 4 0 0 25 0 1 0 639252199 201961472 41158 33554432000 4194304 6014671 140734023665312 18446744073709551615 4275188 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 49307 41158 397 445 0 42852 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 197228

[startup+3.10095 s]
/proc/loadavg: 4.15 4.22 5.17 5/450 23718
/proc/meminfo: memFree=15158900/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=257772 CPUtime=3.08 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 58525 0 0 0 302 6 0 0 25 0 1 0 639252199 263958528 58461 33554432000 4194304 6014671 140734023665312 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 64443 58462 668 445 0 57988 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 257772

[startup+6.30037 s]
/proc/loadavg: 4.22 4.24 5.17 5/450 23718
/proc/meminfo: memFree=14968564/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=357100 CPUtime=6.29 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 83086 0 0 0 620 9 0 0 25 0 1 0 639252199 365670400 83022 33554432000 4194304 6014671 140734023665312 18446744073709551615 4245201 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 89275 83022 681 445 0 82820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 357100

[startup+12.7002 s]
/proc/loadavg: 4.20 4.23 5.17 5/450 23719
/proc/meminfo: memFree=14561068/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=393228 CPUtime=12.69 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 88719 0 0 0 1259 10 0 0 25 0 1 0 639252199 402665472 88433 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 98307 88433 728 445 0 91852 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 393228

[startup+25.5009 s]
/proc/loadavg: 4.16 4.22 5.15 5/450 23719
/proc/meminfo: memFree=14136780/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=393228 CPUtime=25.49 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 90355 0 0 0 2539 10 0 0 25 0 1 0 639252199 402665472 90069 33554432000 4194304 6014671 140734023665312 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 98307 90069 729 445 0 91852 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 393228

[startup+51.1004 s]
/proc/loadavg: 4.10 4.20 5.12 5/450 23747
/proc/meminfo: memFree=14295736/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=416428 CPUtime=51.09 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 94295 0 0 0 5098 11 0 0 25 0 1 0 639252199 426422272 94009 33554432000 4194304 6014671 140734023665312 18446744073709551615 4533336 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 104107 94009 729 445 0 97652 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 416428

[startup+102.301 s]
/proc/loadavg: 4.04 4.17 5.06 5/450 23748
/proc/meminfo: memFree=13656772/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=535412 CPUtime=102.3 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 116346 0 0 0 10217 13 0 0 25 0 1 0 639252199 548261888 110190 33554432000 4194304 6014671 140734023665312 18446744073709551615 4422638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 133853 110190 729 445 0 127398 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 535412

[startup+162.301 s]
/proc/loadavg: 4.01 4.13 4.99 5/450 23750
/proc/meminfo: memFree=13271572/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=635456 CPUtime=162.29 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 133346 0 0 0 16213 16 0 0 25 0 1 0 639252199 650706944 127127 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 158864 127127 729 445 0 152409 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 635456

[startup+222.317 s]
/proc/loadavg: 4.20 4.17 4.94 5/450 23751
/proc/meminfo: memFree=12367644/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=635456 CPUtime=222.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 138369 0 0 0 22214 17 0 0 25 0 1 0 639252199 650706944 132150 33554432000 4194304 6014671 140734023665312 18446744073709551615 4380045 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 158864 132150 729 445 0 152409 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 635456

[startup+282.301 s]
/proc/loadavg: 4.21 4.17 4.89 6/450 23780
/proc/meminfo: memFree=14367908/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=743160 CPUtime=282.3 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 147610 0 0 0 28211 19 0 0 25 0 1 0 639252199 760995840 141391 33554432000 4194304 6014671 140734023665312 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 185790 141392 729 445 0 179335 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 743160

[startup+342.3 s]
/proc/loadavg: 4.17 4.16 4.84 5/450 23781
/proc/meminfo: memFree=13882212/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=852844 CPUtime=342.29 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 156950 0 0 0 34209 20 0 0 25 0 1 0 639252199 873312256 150731 33554432000 4194304 6014671 140734023665312 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 213211 150731 729 445 0 206756 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 852844

[startup+402.301 s]
/proc/loadavg: 4.11 4.15 4.79 5/450 23783
/proc/meminfo: memFree=13810280/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=852844 CPUtime=402.29 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 156950 0 0 0 40209 20 0 0 25 0 1 0 639252199 873312256 150731 33554432000 4194304 6014671 140734023665312 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 213211 150731 729 445 0 206756 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 852844

[startup+462.301 s]
/proc/loadavg: 4.04 4.12 4.74 5/450 23785
/proc/meminfo: memFree=13700136/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=965916 CPUtime=462.3 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 162578 0 0 0 46207 23 0 0 25 0 1 0 639252199 989097984 156359 33554432000 4194304 6014671 140734023665312 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 241479 156359 729 445 0 235024 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 965916

[startup+522.3 s]
/proc/loadavg: 4.01 4.09 4.69 5/450 23786
/proc/meminfo: memFree=12928964/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1082536 CPUtime=522.3 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 162706 0 0 0 52207 23 0 0 25 0 1 0 639252199 1108516864 156487 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 270634 156487 729 445 0 264179 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1082536

[startup+582.3 s]
/proc/loadavg: 3.96 4.06 4.64 5/450 23816
/proc/meminfo: memFree=19733928/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1082536 CPUtime=582.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 162710 0 0 0 58208 23 0 0 25 0 1 0 639252199 1108516864 156491 33554432000 4194304 6014671 140734023665312 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 270634 156491 729 445 0 264179 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1082536

[startup+642.301 s]
/proc/loadavg: 3.98 4.05 4.60 5/450 23817
/proc/meminfo: memFree=19668524/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1082536 CPUtime=642.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 162710 0 0 0 64208 23 0 0 25 0 1 0 639252199 1108516864 156491 33554432000 4194304 6014671 140734023665312 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 270634 156491 729 445 0 264179 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1082536

[startup+702.301 s]
/proc/loadavg: 4.13 4.07 4.57 6/450 23819
/proc/meminfo: memFree=19572992/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1082536 CPUtime=702.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 167674 0 0 0 70207 24 0 0 25 0 1 0 639252199 1108516864 161455 33554432000 4194304 6014671 140734023665312 18446744073709551615 212039351995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 270634 161455 729 445 0 264179 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1082536

[startup+762.3 s]
/proc/loadavg: 4.12 4.07 4.53 5/450 23821
/proc/meminfo: memFree=19483900/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1082536 CPUtime=762.33 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 177187 0 0 0 76206 27 0 0 25 0 1 0 639252199 1108516864 170967 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 270634 170967 729 445 0 264179 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1082536

[startup+822.301 s]
/proc/loadavg: 4.16 4.08 4.51 5/450 23822
/proc/meminfo: memFree=19458912/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1082536 CPUtime=822.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 177709 0 0 0 82204 27 0 0 25 0 1 0 639252199 1108516864 171355 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 270634 171355 729 445 0 264179 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1082536

[startup+882.317 s]
/proc/loadavg: 4.11 4.08 4.48 5/450 23824
/proc/meminfo: memFree=19343536/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1207824 CPUtime=882.33 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 202385 0 0 0 88201 32 0 0 25 0 1 0 639252199 1236811776 195896 33554432000 4194304 6014671 140734023665312 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 301956 195896 729 445 0 295501 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1207824

[startup+942.3 s]
/proc/loadavg: 4.16 4.10 4.46 5/450 23825
/proc/meminfo: memFree=19277240/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1207824 CPUtime=942.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 218414 0 0 0 94197 34 0 0 25 0 1 0 639252199 1236811776 211925 33554432000 4194304 6014671 140734023665312 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 301956 211925 729 445 0 295501 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1207824

[startup+1002.3 s]
/proc/loadavg: 4.06 4.08 4.43 5/450 23827
/proc/meminfo: memFree=19214812/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1002.31 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 224813 0 0 0 100196 35 0 0 25 0 1 0 639252199 1369649152 218199 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 218199 729 445 0 327932 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1337548

[startup+1062.3 s]
/proc/loadavg: 4.02 4.06 4.40 5/450 23829
/proc/meminfo: memFree=19174060/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1062.32 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 230326 0 0 0 106196 36 0 0 25 0 1 0 639252199 1369649152 223504 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423095 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 223504 729 445 0 327932 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1337548

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 4.37 5/450 23830
/proc/meminfo: memFree=19181412/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1122.32 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 233108 0 0 0 112195 37 0 0 25 0 1 0 639252199 1369649152 200086 33554432000 4194304 6014671 140734023665312 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 200086 729 445 0 327932 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1337548

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 4.34 5/450 23835
/proc/meminfo: memFree=19036528/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1182.32 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 250882 0 0 0 118190 42 0 0 25 0 1 0 639252199 1369649152 217860 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 217860 729 445 0 327932 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1337548

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 4.32 5/450 23836
/proc/meminfo: memFree=19024804/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1242.32 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 251981 0 0 0 124190 42 0 0 25 0 1 0 639252199 1369649152 218959 33554432000 4194304 6014671 140734023665312 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 218959 729 445 0 327932 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1337548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.05 4.31 5/450 23838
/proc/meminfo: memFree=19009100/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1300.04 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 252170 0 0 0 129962 42 0 0 25 0 1 0 639252199 1369649152 219148 33554432000 4194304 6014671 140734023665312 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 219148 729 445 0 327932 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1337548

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

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

[startup+1300 s]
/proc/loadavg: 4.07 4.05 4.31 5/450 23838
/proc/meminfo: memFree=19009100/32951124 swapFree=51873468/67111528
[pid=23705] ppid=23703 vsize=1337548 CPUtime=1300.04 cores=5,7
/proc/23705/stat : 23705 (qutersat_releas) R 23703 23705 23574 0 -1 4202496 252170 0 0 0 129962 42 0 0 25 0 1 0 639252199 1369649152 219148 33554432000 4194304 6014671 140734023665312 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23705/statm: 334387 219148 729 445 0 327932 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1337548

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1299.62
CPU system time (s): 0.45793
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1337548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.62
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252174
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= 12
involuntary context switches= 3192

runsolver used 5.49017 second user time and 13.428 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 16:05:59
IDJOB=3377033
IDBENCH=82446
IDSOLVER=1856
FILE ID=node146/3377033-1305468359
RUNJOBID= node146-1305468261-23595
PBS_JOBID= 13325328
Free space on /tmp= 73020 MiB

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

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=1637809095

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:      15479076 kB
Buffers:        162220 kB
Cached:        1357340 kB
SwapCached:      56140 kB
Active:       14650944 kB
Inactive:      2543604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15479076 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:          229884 kB
Writeback:           0 kB
AnonPages:    15625176 kB
Mapped:          26772 kB
Slab:           114424 kB
PageTables:      94236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125914256 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= 73260 MiB
End job on node146 at 2011-05-15 16:27:41