Trace number 3287415

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-01UNSAT 1269.84 1269.81

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.07	c Parse Cnf success: #var: 44692 #clause: 129620
0.00/0.07	c Find Units :          2
0.00/0.07	c Find Invs  :          0
0.00/0.08	c Find Ands  :      43296 AvgFaninNum: 2
0.00/0.09	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.10	c Find Ite   :          0
0.09/0.12	c UnDirect variable: 0
0.09/0.12	c UnDirect to Direct Gate: 0
0.09/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.12	c Break Cycle : 53
0.09/0.12	c Total Root : 1 Undef Var: 1531
0.09/0.15	c After covering, Total Root: 39 Leaf: 1531
0.09/0.15	c Variable( cover/uncovered/unused ): 44692 0 0
0.09/0.15	c Unit Clauses: 2
0.09/0.15	c Binary Clauses( cover/uncovered ): 86322 90
0.09/0.15	c Clauses( cover/uncovered ): 43161 45
0.09/0.15	c Total Clauses( cover/uncovered ): 129485 135 99.8958%
0.09/0.15	c Covered Ands: 43161 Invs: 0 Xors: 0 Ites: 0
0.09/0.15	c Uncover Clauses avg size: 2.33333 max size: 3
0.09/0.15	c Final circuit: i/l/o/s    1530       0     136     43323
0.09/0.15	c CnfToAig: Time: 0.15 s
0.29/0.32	c TmMap: Set choices finish.
0.29/0.34	c TmMap: Set big and: 6425
0.29/0.34	c TmMap: Origin: 44854 ClauseNum: 129969 --> New: 18920 ClauseNum: 74378
0.29/0.34	c TmMap: Time: 0.04
0.69/0.79	c Simulation --> TransNum: 37826/74378 Try to Add: #clause: 29436 #xorclause: 520
0.79/0.82	c #var: 13970 #clauses: 32064 Solving... 
1.09/1.13	c Abstract SAT
1.19/1.21	c Simulation --> TransNum: 52543/74378 Try to Add: #clause: 207 #xorclause: 0
1.19/1.21	c #var: 14050 #clauses: 31049 Solving... 
1.19/1.29	c Abstract SAT
1.29/1.36	c Simulation --> TransNum: 52855/74378 Try to Add: #clause: 65 #xorclause: 0
1.29/1.36	c #var: 14075 #clauses: 31139 Solving... 
1.39/1.41	c Abstract SAT
1.39/1.41	c Simulation --> TransNum: 74378/74378 Try to Add: #clause: 18005 #xorclause: 561
1.39/1.43	c #var: 18772 #clauses: 46067 Solving... 
1269.72/1269.79	s UNSATISFIABLE
1269.82/1269.80	c CPU time: 1269.82 s

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.22 2.41 2.75 5/189 6441
/proc/meminfo: memFree=12384180/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=33412 CPUtime=0 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 1832 0 0 0 0 0 0 0 25 0 1 0 488396191 34213888 1766 33554432000 4194304 6016207 140735181250208 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 8353 1782 371 445 0 1897 0

[startup+0.0128869 s]
/proc/loadavg: 3.22 2.41 2.75 5/189 6441
/proc/meminfo: memFree=12384180/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=34436 CPUtime=0 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 2418 0 0 0 0 0 0 0 25 0 1 0 488396191 35262464 2352 33554432000 4194304 6016207 140735181250208 18446744073709551615 268272380010 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 8609 2352 378 445 0 2153 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 34436

[startup+0.100921 s]
/proc/loadavg: 3.22 2.41 2.75 5/189 6441
/proc/meminfo: memFree=12384180/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=48772 CPUtime=0.09 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 5970 0 0 0 8 1 0 0 25 0 1 0 488396191 49942528 5904 33554432000 4194304 6016207 140735181250208 18446744073709551615 4286032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 12193 5904 398 445 0 5737 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48772

[startup+0.300907 s]
/proc/loadavg: 3.22 2.41 2.75 5/189 6441
/proc/meminfo: memFree=12384180/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=59652 CPUtime=0.29 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 8938 0 0 0 28 1 0 0 25 0 1 0 488396191 61083648 8872 33554432000 4194304 6016207 140735181250208 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 14913 8875 670 445 0 8457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59652

[startup+0.700814 s]
/proc/loadavg: 3.22 2.41 2.75 5/189 6441
/proc/meminfo: memFree=12384180/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=64800 CPUtime=0.69 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 10135 0 0 0 68 1 0 0 25 0 1 0 488396191 66355200 10069 33554432000 4194304 6016207 140735181250208 18446744073709551615 4246603 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 16200 10069 681 445 0 9744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64800

[startup+1.50068 s]
/proc/loadavg: 3.22 2.41 2.75 5/190 6442
/proc/meminfo: memFree=12337920/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=73004 CPUtime=1.49 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 10517 0 0 0 148 1 0 0 25 0 1 0 488396191 74756096 10451 33554432000 4194304 6016207 140735181250208 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 18251 10451 721 445 0 11795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73004

[startup+3.10034 s]
/proc/loadavg: 3.28 2.44 2.76 5/190 6442
/proc/meminfo: memFree=12322244/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=82820 CPUtime=3.09 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 11209 0 0 0 308 1 0 0 25 0 1 0 488396191 84807680 11143 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 20705 11143 721 445 0 14249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82820

[startup+6.30083 s]
/proc/loadavg: 3.28 2.44 2.76 5/190 6442
/proc/meminfo: memFree=12306992/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=93580 CPUtime=6.29 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 15694 0 0 0 627 2 0 0 25 0 1 0 488396191 95825920 15625 33554432000 4194304 6016207 140735181250208 18446744073709551615 4733390 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 23395 15625 734 445 0 16939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93580

[startup+12.7007 s]
/proc/loadavg: 3.39 2.49 2.77 5/190 6442
/proc/meminfo: memFree=12256780/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=113172 CPUtime=12.69 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 18065 0 0 0 1266 3 0 0 25 0 1 0 488396191 115888128 17996 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 28293 17996 734 445 0 21837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113172

[startup+25.5004 s]
/proc/loadavg: 3.49 2.54 2.78 5/190 6443
/proc/meminfo: memFree=11810940/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=143340 CPUtime=25.49 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 24277 0 0 0 2546 3 0 0 25 0 1 0 488396191 146780160 24197 33554432000 4194304 6016207 140735181250208 18446744073709551615 4424243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 35835 24197 734 445 0 29379 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143340

[startup+51.1008 s]
/proc/loadavg: 3.66 2.66 2.81 5/190 6443
/proc/meminfo: memFree=11093852/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=153636 CPUtime=51.09 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 26071 0 0 0 5105 4 0 0 25 0 1 0 488396191 157323264 25990 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 38409 25990 734 445 0 31953 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153636

[startup+102.307 s]
/proc/loadavg: 3.86 2.88 2.88 5/190 6445
/proc/meminfo: memFree=10987696/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=176232 CPUtime=102.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 32619 0 0 0 10224 6 0 0 25 0 1 0 488396191 180461568 32532 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425534 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 44058 32532 734 445 0 37602 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 176232

[startup+162.301 s]
/proc/loadavg: 3.61 3.00 2.92 4/184 6463
/proc/meminfo: memFree=13677880/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=176232 CPUtime=162.29 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 36580 0 0 0 16223 6 0 0 25 0 1 0 488396191 180461568 36491 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425012 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 44058 36491 734 445 0 37602 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 176232

[startup+222.3 s]
/proc/loadavg: 3.22 3.00 2.92 4/184 6465
/proc/meminfo: memFree=13607400/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=176232 CPUtime=222.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 37680 0 0 0 22223 7 0 0 25 0 1 0 488396191 180461568 37591 33554432000 4194304 6016207 140735181250208 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 44058 37591 734 445 0 37602 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 176232

[startup+282.301 s]
/proc/loadavg: 3.08 3.00 2.92 4/184 6466
/proc/meminfo: memFree=13522804/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=204716 CPUtime=282.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 40940 0 0 0 28222 8 0 0 25 0 1 0 488396191 209629184 40851 33554432000 4194304 6016207 140735181250208 18446744073709551615 4373798 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 51179 40851 734 445 0 44723 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 204716

[startup+342.301 s]
/proc/loadavg: 3.08 3.01 2.92 4/184 6468
/proc/meminfo: memFree=13474536/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=235108 CPUtime=342.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 48829 0 0 0 34220 10 0 0 25 0 1 0 488396191 240750592 48551 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 58777 48551 734 445 0 52321 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 235108

[startup+402.3 s]
/proc/loadavg: 3.03 3.01 2.92 4/184 6470
/proc/meminfo: memFree=13455284/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=296836 CPUtime=402.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 50088 0 0 0 40219 11 0 0 25 0 1 0 488396191 303960064 49810 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 74209 49810 734 445 0 67753 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 296836

[startup+462.3 s]
/proc/loadavg: 3.01 3.00 2.92 4/184 6471
/proc/meminfo: memFree=13417196/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=362264 CPUtime=462.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 50741 0 0 0 46219 11 0 0 25 0 1 0 488396191 370958336 50463 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 90566 50463 734 445 0 84110 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 362264

[startup+522.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6473
/proc/meminfo: memFree=13405260/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=362264 CPUtime=522.3 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 51208 0 0 0 52218 12 0 0 25 0 1 0 488396191 370958336 50916 33554432000 4194304 6016207 140735181250208 18446744073709551615 4380216 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 90566 50916 738 445 0 84110 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 362264

[startup+582.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6474
/proc/meminfo: memFree=13392088/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=362264 CPUtime=582.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 51348 0 0 0 58219 12 0 0 25 0 1 0 488396191 370958336 50916 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 90566 50916 734 445 0 84110 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 362264

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=13365888/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=362264 CPUtime=642.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 54511 0 0 0 64219 12 0 0 25 0 1 0 488396191 370958336 54079 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 90566 54079 734 445 0 84110 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 362264

[startup+702.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6478
/proc/meminfo: memFree=13251408/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=431368 CPUtime=702.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 65559 0 0 0 70216 15 0 0 25 0 1 0 488396191 441720832 65112 33554432000 4194304 6016207 140735181250208 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 107842 65112 735 445 0 101386 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 431368

[startup+762.307 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6479
/proc/meminfo: memFree=13222492/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=431368 CPUtime=762.32 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 67379 0 0 0 76216 16 0 0 25 0 1 0 488396191 441720832 66932 33554432000 4194304 6016207 140735181250208 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 107842 66932 735 445 0 101386 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 431368

[startup+822.3 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6481
/proc/meminfo: memFree=13186252/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=822.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 67882 0 0 0 82215 16 0 0 25 0 1 0 488396191 514592768 67435 33554432000 4194304 6016207 140735181250208 18446744073709551615 4426996 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 67435 735 445 0 119177 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 502532

[startup+882.301 s]
/proc/loadavg: 3.07 3.02 2.93 4/184 6482
/proc/meminfo: memFree=13131676/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=882.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69073 0 0 0 88215 16 0 0 25 0 1 0 488396191 514592768 68626 33554432000 4194304 6016207 140735181250208 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 68626 735 445 0 119177 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 502532

[startup+942.301 s]
/proc/loadavg: 3.02 3.01 2.93 4/184 6493
/proc/meminfo: memFree=13129184/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=942.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69418 0 0 0 94215 16 0 0 25 0 1 0 488396191 514592768 68971 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 68971 735 445 0 119177 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 502532

[startup+1002.3 s]
/proc/loadavg: 3.01 3.00 2.93 4/184 6495
/proc/meminfo: memFree=13115144/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1002.31 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69557 0 0 0 100215 16 0 0 25 0 1 0 488396191 514592768 69110 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69110 735 445 0 119177 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 502532

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6496
/proc/meminfo: memFree=13082748/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1062.32 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69569 0 0 0 106215 17 0 0 25 0 1 0 488396191 514592768 69122 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69122 735 445 0 119177 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 502532

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6501
/proc/meminfo: memFree=13056520/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1122.32 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69579 0 0 0 112215 17 0 0 25 0 1 0 488396191 514592768 69132 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69132 735 445 0 119177 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 502532

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6502
/proc/meminfo: memFree=13044232/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1182.32 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69623 0 0 0 118215 17 0 0 25 0 1 0 488396191 514592768 69175 33554432000 4194304 6016207 140735181250208 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69175 734 445 0 119177 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 502532

[startup+1242.3 s]
/proc/loadavg: 2.95 2.99 2.93 3/182 6505
/proc/meminfo: memFree=13554484/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1242.32 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69800 0 0 0 124215 17 0 0 25 0 1 0 488396191 514592768 69352 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69352 734 445 0 119177 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 502532

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

[startup+1254.3 s]
/proc/loadavg: 2.80 2.96 2.92 3/178 6522
/proc/meminfo: memFree=13571888/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1254.32 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69800 0 0 0 125415 17 0 0 25 0 1 0 488396191 514592768 69352 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69352 734 445 0 119177 0
Current children cumulated CPU time (s) 1254.32
Current children cumulated vsize (KiB) 502532

[startup+1260.7 s]
/proc/loadavg: 2.66 2.93 2.91 2/173 6540
/proc/meminfo: memFree=14690272/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1260.72 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69800 0 0 0 126055 17 0 0 25 0 1 0 488396191 514592768 69352 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69352 734 445 0 119177 0
Current children cumulated CPU time (s) 1260.72
Current children cumulated vsize (KiB) 502532

[startup+1263.91 s]
/proc/loadavg: 2.52 2.90 2.90 2/172 6540
/proc/meminfo: memFree=14690896/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1263.93 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69800 0 0 0 126376 17 0 0 25 0 1 0 488396191 514592768 69352 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69352 734 445 0 119177 0
Current children cumulated CPU time (s) 1263.93
Current children cumulated vsize (KiB) 502532

[startup+1267.1 s]
/proc/loadavg: 2.40 2.86 2.89 2/172 6540
/proc/meminfo: memFree=14690928/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1267.13 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69800 0 0 0 126696 17 0 0 25 0 1 0 488396191 514592768 69352 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69352 734 445 0 119177 0
Current children cumulated CPU time (s) 1267.13
Current children cumulated vsize (KiB) 502532

[startup+1268.7 s]
/proc/loadavg: 2.40 2.86 2.89 2/172 6541
/proc/meminfo: memFree=14690928/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1268.72 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69800 0 0 0 126855 17 0 0 25 0 1 0 488396191 514592768 69352 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69352 734 445 0 119177 0
Current children cumulated CPU time (s) 1268.72
Current children cumulated vsize (KiB) 502532

[startup+1269.5 s]
/proc/loadavg: 2.40 2.86 2.89 2/172 6541
/proc/meminfo: memFree=14691052/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1269.52 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69801 0 0 0 126935 17 0 0 25 0 1 0 488396191 514592768 69353 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425489 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69353 734 445 0 119177 0
Current children cumulated CPU time (s) 1269.52
Current children cumulated vsize (KiB) 502532

[startup+1269.7 s]
/proc/loadavg: 2.40 2.86 2.89 2/172 6541
/proc/meminfo: memFree=14691052/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1269.72 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69801 0 0 0 126955 17 0 0 25 0 1 0 488396191 514592768 69353 33554432000 4194304 6016207 140735181250208 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69353 734 445 0 119177 0
Current children cumulated CPU time (s) 1269.72
Current children cumulated vsize (KiB) 502532

[startup+1269.8 s]
/proc/loadavg: 2.40 2.86 2.89 2/172 6541
/proc/meminfo: memFree=14691052/32950928 swapFree=67111528/67111528
[pid=6441] ppid=6439 vsize=502532 CPUtime=1269.82 cores=0,2
/proc/6441/stat : 6441 (qutersat_releas) R 6439 6441 4254 0 -1 4202496 69801 0 0 0 126965 17 0 0 25 0 1 0 488396191 514592768 69353 33554432000 4194304 6016207 140735181250208 18446744073709551615 4792000 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/6441/statm: 125633 69353 734 445 0 119177 0
Current children cumulated CPU time (s) 1269.82
Current children cumulated vsize (KiB) 502532

Child status: 0
Real time (s): 1269.81
CPU time (s): 1269.84
CPU user time (s): 1269.66
CPU system time (s): 0.185971
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 502532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1269.66
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69806
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= 11
involuntary context switches= 2757

runsolver used 2.16867 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 23:46:14
IDJOB=3287415
IDBENCH=82466
IDSOLVER=1607
FILE ID=node122/3287415-1303767974
RUNJOBID= node122-1303767901-6181
PBS_JOBID= 13157134
Free space on /tmp= 70844 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287415-1303767974/watcher-3287415-1303767974 -o /tmp/evaluation-result-3287415-1303767974/solver-3287415-1303767974 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3287415-1303767974.cnf 21433792

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=21433792

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12384204 kB
Buffers:       1790484 kB
Cached:       15619532 kB
SwapCached:          0 kB
Active:        8749640 kB
Inactive:     11258100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12384204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28280 kB
Writeback:           0 kB
AnonPages:     2597188 kB
Mapped:          20500 kB
Slab:           491024 kB
PageTables:      11272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3365804 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= 70888 MiB
End job on node122 at 2011-04-26 00:07:24