Trace number 3284609

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-03-01? (TO) 1300.05 1300.06

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.00/0.01	c Set FPU double precision.
0.88/0.94	c Parse Cnf success: #var: 302076 #clause: 1039056
0.88/0.94	c Find Units :          1
0.88/0.98	c Find Invs  :       5021
1.18/1.22	c Find Ands  :     188577 AvgFaninNum: 2.17694
1.18/1.28	c Find Xors  :     107479 AvgFaninNum: 2
1.38/1.47	c Find Ite   :          0
1.78/1.85	c UnDirect variable: 99126
1.88/1.92	c UnDirect to Direct Gate: 111865
1.88/1.92	c Forced Direct Gate: 755 Unuse unDirect Gate: 1231
1.88/1.99	c Break Cycle : 160
1.88/1.99	c Total Root : 1 Undef Var: 1794
2.19/2.26	c After covering, Total Root: 43 Leaf: 1697
2.19/2.26	c Variable( cover/uncovered/unused ): 301979 97 0
2.19/2.26	c Unit Clauses: 1
2.19/2.26	c Binary Clauses( cover/uncovered ): 419726 836
2.19/2.26	c Clauses( cover/uncovered ): 616973 1520
2.19/2.26	c Total Clauses( cover/uncovered ): 1036700 2356 99.7733%
2.19/2.26	c Covered Ands: 188565 Invs: 4615 Xors: 107102 Ites: 0
2.19/2.27	c Uncover Clauses avg size: 2.64516 max size: 3
2.19/2.27	c Final circuit: i/l/o/s    1794       0    2357    476185
2.19/2.27	c CnfToAig: Time: 2.26 s
5.09/5.19	c TmMap: Set choices finish.
5.39/5.43	c TmMap: Set big and: 60260
5.39/5.43	c TmMap: Origin: 477980 ClauseNum: 1428555 --> New: 199356 ClauseNum: 797511
5.39/5.43	c TmMap: Time: 0.45
8.99/9.02	c Simulation --> TransNum: 657057/797511 Try to Add: #clause: 252102 #xorclause: 86688
9.19/9.23	c #var: 171055 #clauses: 198324 Solving... 
85.29/85.30	c Abstract SAT
85.79/85.82	c Simulation --> TransNum: 747563/797511 Try to Add: #clause: 17037 #xorclause: 11159
85.79/85.85	c #var: 191711 #clauses: 179422 Solving... 
188.99/189.07	c Abstract SAT
189.48/189.59	c Simulation --> TransNum: 759530/797511 Try to Add: #clause: 298 #xorclause: 46
189.48/189.59	c #var: 191821 #clauses: 152708 Solving... 
242.18/242.23	c Abstract SAT
242.18/242.24	c Simulation --> TransNum: 797511/797511 Try to Add: #clause: 25470 #xorclause: 2717
242.18/242.26	c #var: 197007 #clauses: 168328 Solving... 
1299.98/1300.00	c Time Out !!
1299.98/1300.00	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: 935)

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-3284609-1303759798/watcher-3284609-1303759798 -o /tmp/evaluation-result-3284609-1303759798/solver-3284609-1303759798 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3284609-1303759798.cnf 548012967 

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.23 4.76 6.11 5/187 18167
/proc/meminfo: memFree=21021400/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=16508 CPUtime=0 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) S 18165 18167 17937 0 -1 4194304 115 0 0 0 0 0 0 0 23 0 1 0 487578511 16904192 67 33554432000 4194304 6016207 140734925360688 18446744073709551615 242965626503 0 2147483391 4096 0 18446744071699109054 0 0 17 5 0 0 0
/proc/18167/statm: 4127 67 49 445 0 88 0

[startup+0.0564119 s]
/proc/loadavg: 4.23 4.76 6.11 5/187 18167
/proc/meminfo: memFree=21021400/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=49684 CPUtime=0.04 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 6048 0 0 0 4 0 0 0 23 0 1 0 487578511 50876416 5982 33554432000 4194304 6016207 140734925360688 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 12421 5984 379 445 0 5965 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 49684

[startup+0.100403 s]
/proc/loadavg: 4.23 4.76 6.11 5/187 18167
/proc/meminfo: memFree=21021400/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=57876 CPUtime=0.08 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 8178 0 0 0 8 0 0 0 23 0 1 0 487578511 59265024 8112 33554432000 4194304 6016207 140734925360688 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 14469 8113 379 445 0 8013 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57876

[startup+0.300368 s]
/proc/loadavg: 4.23 4.76 6.11 5/187 18167
/proc/meminfo: memFree=21021400/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=100116 CPUtime=0.29 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 18424 0 0 0 27 2 0 0 25 0 1 0 487578511 102518784 18358 33554432000 4194304 6016207 140734925360688 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 25029 18360 379 445 0 18573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100116

[startup+0.7003 s]
/proc/loadavg: 4.23 4.76 6.11 5/187 18167
/proc/meminfo: memFree=21021400/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=160916 CPUtime=0.68 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 33485 0 0 0 65 3 0 0 25 0 1 0 487578511 164777984 33419 33554432000 4194304 6016207 140734925360688 18446744073709551615 4804617 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 40229 33419 379 445 0 33773 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 160916

[startup+1.50016 s]
/proc/loadavg: 4.23 4.76 6.11 5/188 18168
/proc/meminfo: memFree=20856948/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=209044 CPUtime=1.48 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 45877 0 0 0 143 5 0 0 25 0 1 0 487578511 214061056 45811 33554432000 4194304 6016207 140734925360688 18446744073709551615 4778169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 52261 45811 397 445 0 45805 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 209044

[startup+3.10089 s]
/proc/loadavg: 4.23 4.76 6.11 5/188 18168
/proc/meminfo: memFree=20838492/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=231452 CPUtime=3.08 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 52047 0 0 0 302 6 0 0 25 0 1 0 487578511 237006848 51981 33554432000 4194304 6016207 140734925360688 18446744073709551615 4259105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 57863 51981 669 445 0 51407 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 231452

[startup+6.30033 s]
/proc/loadavg: 4.37 4.78 6.10 5/188 18168
/proc/meminfo: memFree=20561776/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=494224 CPUtime=6.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 117256 0 0 0 615 13 0 0 25 0 1 0 487578511 506085376 117145 33554432000 4194304 6016207 140734925360688 18446744073709551615 4246362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 123556 117145 680 445 0 117100 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 494224

[startup+12.7002 s]
/proc/loadavg: 4.50 4.80 6.10 5/188 18168
/proc/meminfo: memFree=20553300/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=494224 CPUtime=12.68 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 117357 0 0 0 1253 15 0 0 25 0 1 0 487578511 506085376 117208 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 123556 117208 703 445 0 117100 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 494224

[startup+25.501 s]
/proc/loadavg: 4.39 4.76 6.07 5/188 18168
/proc/meminfo: memFree=20553060/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=494224 CPUtime=25.48 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 117373 0 0 0 2533 15 0 0 25 0 1 0 487578511 506085376 117224 33554432000 4194304 6016207 140734925360688 18446744073709551615 4427265 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 123556 117224 718 445 0 117100 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 494224

[startup+51.1006 s]
/proc/loadavg: 4.32 4.71 6.02 5/188 18169
/proc/meminfo: memFree=20444972/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=648192 CPUtime=51.09 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 151263 0 0 0 5089 20 0 0 25 0 1 0 487578511 663748608 142371 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 162048 142371 733 445 0 155592 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 648192

[startup+102.307 s]
/proc/loadavg: 4.96 4.78 5.97 5/188 18197
/proc/meminfo: memFree=19866320/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=956392 CPUtime=102.29 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 206577 0 0 0 10201 28 0 0 25 0 1 0 487578511 979345408 197667 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425146 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 239098 197667 735 445 0 232642 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 956392

[startup+162.3 s]
/proc/loadavg: 4.49 4.69 5.86 5/188 18199
/proc/meminfo: memFree=18456036/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1011040 CPUtime=162.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 228586 0 0 0 16193 35 0 0 25 0 1 0 487578511 1035304960 212627 33554432000 4194304 6016207 140734925360688 18446744073709551615 4427168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 252760 212627 735 445 0 246304 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1011040

[startup+222.301 s]
/proc/loadavg: 4.24 4.58 5.75 5/188 18201
/proc/meminfo: memFree=18089120/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1268284 CPUtime=222.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 291879 0 0 0 22184 44 0 0 25 0 1 0 487578511 1298722816 267797 33554432000 4194304 6016207 140734925360688 18446744073709551615 4733316 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 317071 267797 735 445 0 310615 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1268284

[startup+282.301 s]
/proc/loadavg: 4.09 4.47 5.64 5/188 18202
/proc/meminfo: memFree=17929388/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1359608 CPUtime=282.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 316324 0 0 0 28180 48 0 0 25 0 1 0 487578511 1392238592 288950 33554432000 4194304 6016207 140734925360688 18446744073709551615 4427265 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 339902 288950 735 445 0 333446 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1359608

[startup+342.3 s]
/proc/loadavg: 4.07 4.40 5.54 5/188 18231
/proc/meminfo: memFree=15820440/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1392700 CPUtime=342.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 320571 0 0 0 34178 50 0 0 25 0 1 0 487578511 1426124800 293197 33554432000 4194304 6016207 140734925360688 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 348175 293197 735 445 0 341719 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1392700

[startup+402.301 s]
/proc/loadavg: 4.77 4.50 5.50 5/188 18260
/proc/meminfo: memFree=18000104/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1429580 CPUtime=402.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 332281 0 0 0 40170 58 0 0 25 0 1 0 487578511 1463889920 304907 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 357395 304907 735 445 0 350939 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1429580

[startup+462.301 s]
/proc/loadavg: 4.66 4.56 5.46 5/188 18262
/proc/meminfo: memFree=14223160/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1463352 CPUtime=462.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 337609 0 0 0 46165 63 0 0 25 0 1 0 487578511 1498472448 310235 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 365838 310235 735 445 0 359382 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1463352

[startup+522.3 s]
/proc/loadavg: 4.24 4.45 5.36 5/188 18264
/proc/meminfo: memFree=13412540/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1498216 CPUtime=522.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 343851 0 0 0 52163 65 0 0 25 0 1 0 487578511 1534173184 316477 33554432000 4194304 6016207 140734925360688 18446744073709551615 4424318 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 374554 316477 735 445 0 368098 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1498216

[startup+582.301 s]
/proc/loadavg: 4.13 4.38 5.28 5/188 18265
/proc/meminfo: memFree=12322980/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1517820 CPUtime=582.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 352458 0 0 0 58161 67 0 0 25 0 1 0 487578511 1554247680 325008 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 379455 325008 740 445 0 372999 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1517820

[startup+642.301 s]
/proc/loadavg: 4.18 4.34 5.21 5/188 18267
/proc/meminfo: memFree=8416408/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1535052 CPUtime=642.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 356575 0 0 0 64160 68 0 0 25 0 1 0 487578511 1571893248 329125 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 383763 329125 740 445 0 377307 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1535052

[startup+702.3 s]
/proc/loadavg: 4.61 4.47 5.19 5/188 18296
/proc/meminfo: memFree=13769744/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1552440 CPUtime=702.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 359981 0 0 0 70155 73 0 0 25 0 1 0 487578511 1589698560 332531 33554432000 4194304 6016207 140734925360688 18446744073709551615 4424562 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 388110 332531 740 445 0 381654 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 1552440

[startup+762.307 s]
/proc/loadavg: 4.22 4.38 5.12 5/188 18298
/proc/meminfo: memFree=11398656/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1570276 CPUtime=762.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 360308 0 0 0 76155 73 0 0 25 0 1 0 487578511 1607962624 332803 33554432000 4194304 6016207 140734925360688 18446744073709551615 4424474 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 392569 332803 740 445 0 386113 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1570276

[startup+822.301 s]
/proc/loadavg: 4.08 4.31 5.04 5/188 18300
/proc/meminfo: memFree=7886232/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1570276 CPUtime=822.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 360946 0 0 0 82154 74 0 0 25 0 1 0 487578511 1607962624 333436 33554432000 4194304 6016207 140734925360688 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 392569 333436 735 445 0 386113 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 1570276

[startup+882.3 s]
/proc/loadavg: 4.94 4.55 5.08 5/188 18329
/proc/meminfo: memFree=12855596/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1570276 CPUtime=882.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 365272 0 0 0 88149 79 0 0 25 0 1 0 487578511 1607962624 334607 33554432000 4194304 6016207 140734925360688 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 392569 334607 735 445 0 386113 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1570276

[startup+942.301 s]
/proc/loadavg: 4.38 4.46 5.01 5/188 18359
/proc/meminfo: memFree=18294112/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1570276 CPUtime=942.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 367695 0 0 0 94146 82 0 0 25 0 1 0 487578511 1607962624 337030 33554432000 4194304 6016207 140734925360688 18446744073709551615 4370927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 392569 337030 735 445 0 386113 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1570276

[startup+1002.3 s]
/proc/loadavg: 4.17 4.39 4.95 5/188 18360
/proc/meminfo: memFree=11410108/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1588772 CPUtime=1002.27 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 371868 0 0 0 100144 83 0 0 25 0 1 0 487578511 1626902528 341203 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 397193 341203 735 445 0 390737 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1588772

[startup+1062.3 s]
/proc/loadavg: 4.63 4.48 4.95 5/188 18418
/proc/meminfo: memFree=15288836/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1588772 CPUtime=1062.27 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 373629 0 0 0 106138 89 0 0 25 0 1 0 487578511 1626902528 342937 33554432000 4194304 6016207 140734925360688 18446744073709551615 4426646 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 397193 342937 735 445 0 390737 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1588772

[startup+1122.3 s]
/proc/loadavg: 4.23 4.39 4.89 5/188 18420
/proc/meminfo: memFree=13861084/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1588772 CPUtime=1122.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 375271 0 0 0 112138 90 0 0 25 0 1 0 487578511 1626902528 344579 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 397193 344579 735 445 0 390737 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1588772

[startup+1182.3 s]
/proc/loadavg: 4.08 4.32 4.83 5/188 18421
/proc/meminfo: memFree=13319860/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1588772 CPUtime=1182.28 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 375442 0 0 0 118138 90 0 0 25 0 1 0 487578511 1626902528 344750 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 397193 344750 735 445 0 390737 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1588772

[startup+1242.3 s]
/proc/loadavg: 4.03 4.26 4.77 5/188 18423
/proc/meminfo: memFree=12042480/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1588772 CPUtime=1242.27 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 377151 0 0 0 124137 90 0 0 25 0 1 0 487578511 1626902528 346432 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425081 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 397193 346432 735 445 0 390737 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 1588772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.39 4.30 4.75 5/188 18452
/proc/meminfo: memFree=17965832/32951132 swapFree=67111364/67111528
[pid=18167] ppid=18165 vsize=1607980 CPUtime=1299.98 cores=5,7
/proc/18167/stat : 18167 (qutersat_releas) R 18165 18167 17937 0 -1 4202496 380275 0 0 0 129905 93 0 0 25 0 1 0 487578511 1646571520 349556 33554432000 4194304 6016207 140734925360688 18446744073709551615 4425678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/18167/statm: 401995 349556 735 445 0 395539 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1607980

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.05
CPU user time (s): 1299.05
CPU system time (s): 0.993848
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 1607980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.05
system time used= 0.993848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380280
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= 1926

runsolver used 2.03569 second user time and 5.17921 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:29:59
IDJOB=3284609
IDBENCH=82354
IDSOLVER=1607
FILE ID=node128/3284609-1303759798
RUNJOBID= node128-1303759504-17958
PBS_JOBID= 13157129
Free space on /tmp= 66724 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284609-1303759798/watcher-3284609-1303759798 -o /tmp/evaluation-result-3284609-1303759798/solver-3284609-1303759798 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3284609-1303759798.cnf 548012967

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=548012967

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21021548 kB
Buffers:       1271340 kB
Cached:        5773124 kB
SwapCached:        160 kB
Active:        4687288 kB
Inactive:      6614720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21021548 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           23012 kB
Writeback:           0 kB
AnonPages:     4257240 kB
Mapped:          20448 kB
Slab:           554256 kB
PageTables:      14588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  5615988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66636 MiB
End job on node128 at 2011-04-25 21:51:41