Trace number 3377139

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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.08/0.17	c Parse Cnf success: #var: 98048 #clause: 293759
0.08/0.17	c Find Units :          2
0.08/0.19	c Find Invs  :          0
0.19/0.22	c Find Ands  :      97919 AvgFaninNum: 2
0.19/0.23	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.25	c Find Ite   :          0
0.29/0.30	c UnDirect variable: 0
0.29/0.30	c UnDirect to Direct Gate: 0
0.29/0.30	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.31	c Break Cycle : 0
0.29/0.31	c Total Root : 1 Undef Var: 129
0.29/0.37	c After covering, Total Root: 1 Leaf: 129
0.29/0.37	c Variable( cover/uncovered/unused ): 98048 0 0
0.29/0.37	c Unit Clauses: 2
0.29/0.37	c Binary Clauses( cover/uncovered ): 195838 0
0.29/0.37	c Clauses( cover/uncovered ): 97919 0
0.29/0.37	c Total Clauses( cover/uncovered ): 293759 0 100%
0.29/0.37	c Covered Ands: 97919 Invs: 0 Xors: 0 Ites: 0
0.29/0.37	c Uncover Clauses avg size: nan max size: 0
0.29/0.37	c Final circuit: i/l/o/s     128       0       1     97919
0.29/0.37	c CnfToAig: Time: 0.36 s
0.89/0.96	c TmMap: Set choices finish.
1.00/1.01	c TmMap: Set big and: 32260
1.00/1.01	c TmMap: Origin: 98048 ClauseNum: 293757 --> New: 48772 ClauseNum: 170442
1.00/1.01	c TmMap: Time: 0.09
1.29/1.39	c Simulation --> TransNum: 98060/170442 Try to Add: #clause: 61034 #xorclause: 0
1.39/1.44	c #var: 48770 #clauses: 76341 Solving... 
11.59/11.60	c Abstract SAT
11.59/11.66	c Simulation --> TransNum: 152764/170442 Try to Add: #clause: 2519 #xorclause: 0
11.59/11.67	c #var: 48770 #clauses: 35364 Solving... 
11.69/11.76	c Abstract SAT
11.79/11.82	c Simulation --> TransNum: 152766/170442 Try to Add: #clause: 2 #xorclause: 0
11.79/11.82	c #var: 48770 #clauses: 35366 Solving... 
11.89/11.93	c Abstract SAT
11.89/11.93	c Simulation --> TransNum: 170442/170442 Try to Add: #clause: 17676 #xorclause: 0
11.89/11.93	c #var: 48770 #clauses: 52951 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377139-1305467724/watcher-3377139-1305467724 -o /tmp/evaluation-result-3377139-1305467724/solver-3377139-1305467724 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377139-1305467724.cnf 306983992 

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: 2.24 5.45 7.80 5/474 11401
/proc/meminfo: memFree=29755272/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=37736 CPUtime=0.01 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 3149 0 0 0 1 0 0 0 21 0 1 0 658371103 38641664 3086 33554432000 4194304 6014671 140733280550880 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 9434 3086 378 445 0 2979 0

[startup+0.0916309 s]
/proc/loadavg: 2.24 5.45 7.80 5/474 11401
/proc/meminfo: memFree=29755272/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=54120 CPUtime=0.08 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 7239 0 0 0 8 0 0 0 21 0 1 0 658371103 55418880 7176 33554432000 4194304 6014671 140733280550880 18446744073709551615 251814240000 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 13530 7176 378 445 0 7075 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54120

[startup+0.100627 s]
/proc/loadavg: 2.24 5.45 7.80 5/474 11401
/proc/meminfo: memFree=29755272/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=54120 CPUtime=0.08 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 7283 0 0 0 8 0 0 0 21 0 1 0 658371103 55418880 7220 33554432000 4194304 6014671 140733280550880 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 13530 7220 378 445 0 7075 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54120

[startup+0.300598 s]
/proc/loadavg: 2.24 5.45 7.80 5/474 11401
/proc/meminfo: memFree=29755272/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=75240 CPUtime=0.29 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 12121 0 0 0 28 1 0 0 22 0 1 0 658371103 77045760 12058 33554432000 4194304 6014671 140733280550880 18446744073709551615 4295710 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 18810 12058 395 445 0 12355 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75240

[startup+0.700527 s]
/proc/loadavg: 2.24 5.45 7.80 5/474 11401
/proc/meminfo: memFree=29755272/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=88808 CPUtime=0.69 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 16369 0 0 0 67 2 0 0 23 0 1 0 658371103 90939392 16306 33554432000 4194304 6014671 140733280550880 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 22202 16308 668 445 0 15747 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88808

[startup+1.5004 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29562816/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=134512 CPUtime=1.49 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 25992 0 0 0 147 2 0 0 25 0 1 0 658371103 137740288 25929 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 33628 25929 696 445 0 27173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134512

[startup+3.10012 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29502428/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=178544 CPUtime=3.09 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 34874 0 0 0 305 4 0 0 25 0 1 0 658371103 182829056 34811 33554432000 4194304 6014671 140733280550880 18446744073709551615 4422678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 44636 34811 701 445 0 38181 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178544

[startup+6.30059 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29244296/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=443248 CPUtime=6.29 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 87457 0 0 0 620 9 0 0 25 0 1 0 658371103 453885952 87394 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423521 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 110812 87394 701 445 0 104357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 443248

[startup+12.7005 s]
/proc/loadavg: 3.07 5.47 7.77 7/485 11422
/proc/meminfo: memFree=28737052/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=795048 CPUtime=12.69 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 151639 0 0 0 1252 17 0 0 25 0 1 0 658371103 814129152 151546 33554432000 4194304 6014671 140733280550880 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 198762 151546 729 445 0 192307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 795048

[startup+25.5004 s]
/proc/loadavg: 3.52 5.49 7.75 7/485 11422
/proc/meminfo: memFree=28488380/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=916128 CPUtime=25.49 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 177857 0 0 0 2529 20 0 0 25 0 1 0 658371103 938115072 177764 33554432000 4194304 6014671 140733280550880 18446744073709551615 4372098 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 229032 177764 732 445 0 222577 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 916128

[startup+51.1011 s]
/proc/loadavg: 4.37 5.53 7.70 7/485 11423
/proc/meminfo: memFree=28124892/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1115064 CPUtime=51.09 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 220512 0 0 0 5083 26 0 0 25 0 1 0 658371103 1141825536 220419 33554432000 4194304 6014671 140733280550880 18446744073709551615 4666755 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 278766 220419 732 445 0 272311 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1115064

[startup+102.317 s]
/proc/loadavg: 5.43 5.62 7.61 7/485 11424
/proc/meminfo: memFree=27804068/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1305544 CPUtime=102.31 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 255604 0 0 0 10198 33 0 0 25 0 1 0 658371103 1336877056 255455 33554432000 4194304 6014671 140733280550880 18446744073709551615 4422791 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 326386 255455 735 445 0 319931 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1305544

[startup+162.3 s]
/proc/loadavg: 5.90 5.72 7.51 7/485 11426
/proc/meminfo: memFree=27602664/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1388136 CPUtime=162.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 274220 0 0 0 16193 37 0 0 25 0 1 0 658371103 1421451264 274007 33554432000 4194304 6014671 140733280550880 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 347034 274007 732 445 0 340579 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1388136

[startup+222.3 s]
/proc/loadavg: 6.04 5.78 7.42 7/485 11428
/proc/meminfo: memFree=27470812/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1443004 CPUtime=222.29 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 284958 0 0 0 22190 39 0 0 25 0 1 0 658371103 1477636096 284665 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 360751 284665 732 445 0 354296 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1443004

[startup+282.3 s]
/proc/loadavg: 6.13 5.85 7.34 7/485 11429
/proc/meminfo: memFree=27347916/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1443004 CPUtime=282.29 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 289856 0 0 0 28188 41 0 0 25 0 1 0 658371103 1477636096 289531 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 360751 289531 732 445 0 354296 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1443004

[startup+342.3 s]
/proc/loadavg: 6.15 5.91 7.26 7/485 11440
/proc/meminfo: memFree=27294452/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1501180 CPUtime=342.29 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 290238 0 0 0 34188 41 0 0 25 0 1 0 658371103 1537208320 289844 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 375295 289844 732 445 0 368840 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1501180

[startup+402.301 s]
/proc/loadavg: 6.12 5.94 7.19 7/485 11441
/proc/meminfo: memFree=27210216/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1561768 CPUtime=402.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 299033 0 0 0 40186 44 0 0 25 0 1 0 658371103 1599250432 298503 33554432000 4194304 6014671 140733280550880 18446744073709551615 4376392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 390442 298503 732 445 0 383987 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1561768

[startup+462.301 s]
/proc/loadavg: 6.10 5.96 7.11 7/485 11443
/proc/meminfo: memFree=27190848/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1561768 CPUtime=462.29 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 300370 0 0 0 46185 44 0 0 25 0 1 0 658371103 1599250432 299840 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 390442 299840 732 445 0 383987 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1561768

[startup+522.301 s]
/proc/loadavg: 6.09 5.98 7.05 7/485 11445
/proc/meminfo: memFree=27117652/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1561768 CPUtime=522.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 302927 0 0 0 52184 46 0 0 25 0 1 0 658371103 1599250432 302397 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 390442 302397 732 445 0 383987 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1561768

[startup+582.301 s]
/proc/loadavg: 6.19 6.03 6.99 7/485 11449
/proc/meminfo: memFree=27069808/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1561768 CPUtime=582.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 305680 0 0 0 58183 47 0 0 25 0 1 0 658371103 1599250432 305150 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 390442 305150 732 445 0 383987 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1561768

[startup+642.301 s]
/proc/loadavg: 6.11 6.04 6.94 7/485 11451
/proc/meminfo: memFree=27016836/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1634740 CPUtime=642.32 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 314269 0 0 0 64183 49 0 0 25 0 1 0 658371103 1673973760 309514 33554432000 4194304 6014671 140733280550880 18446744073709551615 4527388 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 408685 309514 732 445 0 402230 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1634740

[startup+702.301 s]
/proc/loadavg: 6.12 6.06 6.88 7/485 11452
/proc/meminfo: memFree=26989912/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1634740 CPUtime=702.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 317350 0 0 0 70180 50 0 0 25 0 1 0 658371103 1673973760 312590 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 408685 312590 732 445 0 402230 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1634740

[startup+762.319 s]
/proc/loadavg: 6.08 6.06 6.83 7/485 11454
/proc/meminfo: memFree=26937184/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1710716 CPUtime=762.32 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 317559 0 0 0 76182 50 0 0 25 0 1 0 658371103 1751773184 312799 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 427679 312799 732 445 0 421224 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1710716

[startup+822.301 s]
/proc/loadavg: 6.03 6.04 6.78 7/485 11456
/proc/meminfo: memFree=26879256/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1710844 CPUtime=822.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 319191 0 0 0 82180 50 0 0 25 0 1 0 658371103 1751904256 314431 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 427711 314431 834 445 0 421256 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1710844

[startup+882.3 s]
/proc/loadavg: 6.12 6.06 6.73 7/485 11457
/proc/meminfo: memFree=26858048/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1710844 CPUtime=882.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 319370 0 0 0 88179 51 0 0 25 0 1 0 658371103 1751904256 314610 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 427711 314610 834 445 0 421256 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1710844

[startup+942.3 s]
/proc/loadavg: 6.13 6.08 6.70 7/485 11459
/proc/meminfo: memFree=26830244/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1710844 CPUtime=942.3 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 319376 0 0 0 94179 51 0 0 25 0 1 0 658371103 1751904256 314616 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 427711 314616 834 445 0 421256 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1710844

[startup+1002.3 s]
/proc/loadavg: 6.13 6.08 6.66 8/485 11460
/proc/meminfo: memFree=26771076/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1710844 CPUtime=1002.31 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 322419 0 0 0 100179 52 0 0 25 0 1 0 658371103 1751904256 317659 33554432000 4194304 6014671 140733280550880 18446744073709551615 4423072 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 427711 317659 834 445 0 421256 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1710844

[startup+1062.3 s]
/proc/loadavg: 6.12 6.08 6.62 7/485 11462
/proc/meminfo: memFree=26683388/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1710844 CPUtime=1062.31 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 327914 0 0 0 106177 54 0 0 25 0 1 0 658371103 1751904256 323154 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 427711 323154 834 445 0 421256 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1710844

[startup+1122.3 s]
/proc/loadavg: 6.20 6.11 6.59 7/485 11464
/proc/meminfo: memFree=26602512/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1797040 CPUtime=1122.31 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 339671 0 0 0 112173 58 0 0 25 0 1 0 658371103 1840168960 334911 33554432000 4194304 6014671 140733280550880 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 449260 334911 834 445 0 442805 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1797040

[startup+1182.3 s]
/proc/loadavg: 6.24 6.13 6.57 7/485 11465
/proc/meminfo: memFree=26541616/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1797040 CPUtime=1182.31 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 342392 0 0 0 118172 59 0 0 25 0 1 0 658371103 1840168960 337547 33554432000 4194304 6014671 140733280550880 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 449260 337547 749 445 0 442805 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1797040

[startup+1242.3 s]
/proc/loadavg: 6.14 6.12 6.53 7/485 11467
/proc/meminfo: memFree=26517912/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1885116 CPUtime=1242.31 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 344474 0 0 0 124171 60 0 0 25 0 1 0 658371103 1930358784 339629 33554432000 4194304 6014671 140733280550880 18446744073709551615 251813937802 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 471279 339629 749 445 0 464824 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1885116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.11 6.11 6.51 6/483 11469
/proc/meminfo: memFree=26772476/32950928 swapFree=41934216/67111528
[pid=11401] ppid=11399 vsize=1885116 CPUtime=1300.02 cores=5,7
/proc/11401/stat : 11401 (qutersat_releas) R 11399 11401 11356 0 -1 4202496 345003 0 0 0 129942 60 0 0 25 0 1 0 658371103 1930358784 340158 33554432000 4194304 6014671 140733280550880 18446744073709551615 4377009 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11401/statm: 471279 340158 749 445 0 464824 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1885116

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.07
CPU time (s): 1300.08
CPU user time (s): 1299.43
CPU system time (s): 0.6569
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1885116

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

runsolver used 5.68513 second user time and 14.4868 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 15:55:24
IDJOB=3377139
IDBENCH=70799
IDSOLVER=1856
FILE ID=node126/3377139-1305467724
RUNJOBID= node126-1305467722-11379
PBS_JOBID= 13325302
Free space on /tmp= 73300 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377139-1305467724/watcher-3377139-1305467724 -o /tmp/evaluation-result-3377139-1305467724/solver-3377139-1305467724 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377139-1305467724.cnf 306983992

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=306983992

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29755676 kB
Buffers:        183568 kB
Cached:        1837180 kB
SwapCached:      49648 kB
Active:         651004 kB
Inactive:      2274332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29755676 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:            8656 kB
Writeback:           0 kB
AnonPages:      867988 kB
Mapped:          18628 kB
Slab:           112244 kB
PageTables:      87420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 135156312 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= 73288 MiB
End job on node126 at 2011-05-15 16:17:06