Trace number 3376992

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)UNSAT 1246.68 1246.69

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.01	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.06/0.08	c Find Invs  :          0
0.06/0.09	c Find Ands  :      43296 AvgFaninNum: 2
0.06/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.10	c Find Ite   :          0
0.08/0.12	c UnDirect variable: 0
0.08/0.12	c UnDirect to Direct Gate: 0
0.08/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.08/0.13	c Break Cycle : 53
0.08/0.13	c Total Root : 1 Undef Var: 1531
0.08/0.16	c After covering, Total Root: 39 Leaf: 1531
0.08/0.16	c Variable( cover/uncovered/unused ): 44692 0 0
0.08/0.16	c Unit Clauses: 2
0.08/0.16	c Binary Clauses( cover/uncovered ): 86322 90
0.08/0.16	c Clauses( cover/uncovered ): 43161 45
0.08/0.16	c Total Clauses( cover/uncovered ): 129485 135 99.8958%
0.08/0.16	c Covered Ands: 43161 Invs: 0 Xors: 0 Ites: 0
0.08/0.16	c Uncover Clauses avg size: 2.33333 max size: 3
0.08/0.16	c Final circuit: i/l/o/s    1530       0     136     43323
0.08/0.16	c CnfToAig: Time: 0.15 s
0.29/0.33	c TmMap: Set choices finish.
0.29/0.35	c TmMap: Set big and: 6416
0.29/0.35	c TmMap: Origin: 44854 ClauseNum: 129969 --> New: 18921 ClauseNum: 74377
0.29/0.35	c TmMap: Time: 0.04
0.79/0.80	c Simulation --> TransNum: 38020/74377 Try to Add: #clause: 31662 #xorclause: 0
0.79/0.82	c #var: 14159 #clauses: 34581 Solving... 
1.19/1.20	c Abstract SAT
1.19/1.28	c Simulation --> TransNum: 53252/74377 Try to Add: #clause: 172 #xorclause: 0
1.19/1.28	c #var: 14220 #clauses: 32821 Solving... 
1.29/1.37	c Abstract SAT
1.39/1.44	c Simulation --> TransNum: 53705/74377 Try to Add: #clause: 220 #xorclause: 0
1.39/1.44	c #var: 14286 #clauses: 33705 Solving... 
1.39/1.47	c Abstract SAT
1.39/1.48	c Simulation --> TransNum: 74377/74377 Try to Add: #clause: 19392 #xorclause: 0
1.39/1.49	c #var: 18773 #clauses: 60370 Solving... 
1246.57/1246.66	s UNSATISFIABLE
1246.57/1246.67	c CPU time: 1246.65 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: 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-3376992-1305468400/watcher-3376992-1305468400 -o /tmp/evaluation-result-3376992-1305468400/solver-3376992-1305468400 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376992-1305468400.cnf 1727993763 

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: 4.20 4.38 5.40 5/346 32350
/proc/meminfo: memFree=10405328/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=34436 CPUtime=0 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 2387 0 0 0 0 0 0 0 25 0 1 0 737070683 35262464 2323 33554432000 4194304 6014671 140735962320464 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 8609 2323 378 445 0 2154 0

[startup+0.0800019 s]
/proc/loadavg: 4.20 4.38 5.40 5/346 32350
/proc/meminfo: memFree=10405328/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=46724 CPUtime=0.06 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 5348 0 0 0 6 0 0 0 25 0 1 0 737070683 47845376 5284 33554432000 4194304 6014671 140735962320464 18446744073709551615 4280697 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 11681 5284 382 445 0 5226 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46724

[startup+0.101021 s]
/proc/loadavg: 4.20 4.38 5.40 5/346 32350
/proc/meminfo: memFree=10405328/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=48772 CPUtime=0.08 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 5965 0 0 0 8 0 0 0 25 0 1 0 737070683 49942528 5901 33554432000 4194304 6014671 140735962320464 18446744073709551615 4281919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 12193 5901 395 445 0 5738 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48772

[startup+0.300982 s]
/proc/loadavg: 4.20 4.38 5.40 5/346 32350
/proc/meminfo: memFree=10405328/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=58116 CPUtime=0.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 8622 0 0 0 28 1 0 0 25 0 1 0 737070683 59510784 8558 33554432000 4194304 6014671 140735962320464 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 14529 8559 668 445 0 8074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58116

[startup+0.7009 s]
/proc/loadavg: 4.20 4.38 5.40 5/346 32350
/proc/meminfo: memFree=10405328/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=63264 CPUtime=0.69 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 9900 0 0 0 68 1 0 0 25 0 1 0 737070683 64782336 9836 33554432000 4194304 6014671 140735962320464 18446744073709551615 4243307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 15816 9836 681 445 0 9361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63264

[startup+1.50075 s]
/proc/loadavg: 4.20 4.38 5.40 5/347 32351
/proc/meminfo: memFree=10365516/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=88900 CPUtime=1.49 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 10723 0 0 0 148 1 0 0 25 0 1 0 737070683 91033600 10659 33554432000 4194304 6014671 140735962320464 18446744073709551615 4418775 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 22225 10659 728 445 0 15770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88900

[startup+3.10045 s]
/proc/loadavg: 4.20 4.38 5.40 5/347 32351
/proc/meminfo: memFree=10359688/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=88900 CPUtime=3.09 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 11135 0 0 0 308 1 0 0 25 0 1 0 737070683 91033600 11071 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422730 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 22225 11071 729 445 0 15770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88900

[startup+6.30086 s]
/proc/loadavg: 4.19 4.37 5.39 5/347 32351
/proc/meminfo: memFree=10345924/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=99388 CPUtime=6.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 14878 0 0 0 627 2 0 0 25 0 1 0 737070683 101773312 14814 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 24847 14814 730 445 0 18392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99388

[startup+12.7006 s]
/proc/loadavg: 4.17 4.37 5.38 5/347 32352
/proc/meminfo: memFree=10328144/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=119500 CPUtime=12.69 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 18380 0 0 0 1266 3 0 0 25 0 1 0 737070683 122368000 18316 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 29875 18316 730 445 0 23420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119500

[startup+25.5012 s]
/proc/loadavg: 4.20 4.36 5.36 5/347 32352
/proc/meminfo: memFree=10310536/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=140088 CPUtime=25.49 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 22143 0 0 0 2545 4 0 0 25 0 1 0 737070683 143450112 22069 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422717 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 35022 22069 730 445 0 28567 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140088

[startup+51.1004 s]
/proc/loadavg: 4.13 4.33 5.33 5/347 32380
/proc/meminfo: memFree=11522004/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=150736 CPUtime=51.09 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 24656 0 0 0 5104 5 0 0 25 0 1 0 737070683 154353664 24581 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 37684 24581 730 445 0 31229 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150736

[startup+102.313 s]
/proc/loadavg: 4.06 4.28 5.25 5/347 32381
/proc/meminfo: memFree=11400600/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=186480 CPUtime=102.3 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 35244 0 0 0 10223 7 0 0 25 0 1 0 737070683 190955520 35100 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 46620 35100 731 445 0 40165 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 186480

[startup+162.301 s]
/proc/loadavg: 4.02 4.23 5.17 5/347 32383
/proc/meminfo: memFree=11316020/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=211952 CPUtime=162.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 41594 0 0 0 16220 8 0 0 25 0 1 0 737070683 217038848 41374 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 52988 41374 733 445 0 46533 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 211952

[startup+222.301 s]
/proc/loadavg: 4.00 4.18 5.10 5/347 32411
/proc/meminfo: memFree=11313412/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=211952 CPUtime=222.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 44857 0 0 0 22219 10 0 0 25 0 1 0 737070683 217038848 44629 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 52988 44629 731 445 0 46533 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 211952

[startup+282.301 s]
/proc/loadavg: 4.00 4.15 5.03 5/347 32413
/proc/meminfo: memFree=11246264/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=226388 CPUtime=282.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 48268 0 0 0 28218 11 0 0 25 0 1 0 737070683 231821312 48040 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 56597 48040 731 445 0 50142 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 226388

[startup+342.301 s]
/proc/loadavg: 4.06 4.13 4.96 5/347 32414
/proc/meminfo: memFree=11244628/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=226516 CPUtime=342.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 49087 0 0 0 34218 11 0 0 25 0 1 0 737070683 231952384 48858 33554432000 4194304 6014671 140735962320464 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 56629 48858 730 445 0 50174 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 226516

[startup+402.3 s]
/proc/loadavg: 4.08 4.12 4.91 5/347 32416
/proc/meminfo: memFree=11187064/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=305140 CPUtime=402.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 56542 0 0 0 40215 13 0 0 25 0 1 0 737070683 312463360 56244 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 76285 56244 730 445 0 69830 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 305140

[startup+462.301 s]
/proc/loadavg: 4.11 4.11 4.85 5/347 32418
/proc/meminfo: memFree=11145988/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=370760 CPUtime=462.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 56625 0 0 0 46215 13 0 0 25 0 1 0 737070683 379658240 56327 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 92690 56327 730 445 0 86235 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 370760

[startup+522.301 s]
/proc/loadavg: 4.24 4.14 4.81 5/347 32419
/proc/meminfo: memFree=11108640/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=370760 CPUtime=522.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 57541 0 0 0 52215 13 0 0 25 0 1 0 737070683 379658240 56983 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 92690 56983 731 445 0 86235 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 370760

[startup+582.301 s]
/proc/loadavg: 4.14 4.13 4.76 5/347 32421
/proc/meminfo: memFree=11000612/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=370760 CPUtime=582.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 57544 0 0 0 58215 13 0 0 25 0 1 0 737070683 379658240 56985 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 92690 56985 730 445 0 86235 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 370760

[startup+642.3 s]
/proc/loadavg: 4.05 4.10 4.71 5/347 32422
/proc/meminfo: memFree=10974912/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=370760 CPUtime=642.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 58289 0 0 0 64216 13 0 0 25 0 1 0 737070683 379658240 57730 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 92690 57730 730 445 0 86235 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 370760

[startup+702.301 s]
/proc/loadavg: 4.02 4.08 4.67 5/347 32452
/proc/meminfo: memFree=11279544/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=513152 CPUtime=702.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 60759 0 0 0 70214 14 0 0 25 0 1 0 737070683 525467648 56232 33554432000 4194304 6014671 140735962320464 18446744073709551615 4377683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 128288 56232 732 445 0 121833 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 513152

[startup+762.313 s]
/proc/loadavg: 4.00 4.06 4.62 5/347 32454
/proc/meminfo: memFree=11177420/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=585396 CPUtime=762.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 61591 0 0 0 76215 14 0 0 25 0 1 0 737070683 599445504 57064 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 146349 57064 732 445 0 139894 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 585396

[startup+822.3 s]
/proc/loadavg: 4.00 4.05 4.58 5/347 32455
/proc/meminfo: memFree=11078432/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=731208 CPUtime=822.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 63550 0 0 0 82212 16 0 0 25 0 1 0 737070683 748756992 59023 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 182802 59023 732 445 0 176347 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 731208

[startup+882.301 s]
/proc/loadavg: 4.03 4.04 4.54 5/347 32485
/proc/meminfo: memFree=11396508/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806264 CPUtime=882.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 63897 0 0 0 88212 16 0 0 25 0 1 0 737070683 825614336 59368 33554432000 4194304 6014671 140735962320464 18446744073709551615 4377009 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201566 59368 730 445 0 195111 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 806264

[startup+942.301 s]
/proc/loadavg: 4.04 4.05 4.51 5/347 32486
/proc/meminfo: memFree=11352192/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806264 CPUtime=942.27 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 64867 0 0 0 94211 16 0 0 25 0 1 0 737070683 825614336 60328 33554432000 4194304 6014671 140735962320464 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201566 60328 731 445 0 195111 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 806264

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 4.48 5/347 32488
/proc/meminfo: memFree=11318916/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806264 CPUtime=1002.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 65394 0 0 0 100211 17 0 0 25 0 1 0 737070683 825614336 60855 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201566 60855 731 445 0 195111 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 806264

[startup+1062.3 s]
/proc/loadavg: 4.04 4.04 4.45 5/347 32490
/proc/meminfo: memFree=11292212/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806264 CPUtime=1062.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 65395 0 0 0 106211 17 0 0 25 0 1 0 737070683 825614336 60856 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201566 60856 731 445 0 195111 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 806264

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 4.42 5/347 32491
/proc/meminfo: memFree=11230416/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806264 CPUtime=1122.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 65450 0 0 0 112211 17 0 0 25 0 1 0 737070683 825614336 60911 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201566 60911 731 445 0 195111 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 806264

[startup+1182.3 s]
/proc/loadavg: 4.08 4.04 4.39 5/347 32493
/proc/meminfo: memFree=11143944/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1182.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70101 0 0 0 118211 17 0 0 25 0 1 0 737070683 825745408 65543 33554432000 4194304 6014671 140735962320464 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65543 733 445 0 195143 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 806392

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.36 5/347 32494
/proc/meminfo: memFree=11134352/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1242.28 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70105 0 0 0 124211 17 0 0 25 0 1 0 737070683 825745408 65545 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65545 731 445 0 195143 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 806392

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

[startup+1244.7 s]
/proc/loadavg: 4.03 4.03 4.36 5/347 32494
/proc/meminfo: memFree=11134588/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1244.67 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70105 0 0 0 124450 17 0 0 25 0 1 0 737070683 825745408 65545 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65545 731 445 0 195143 0
Current children cumulated CPU time (s) 1244.67
Current children cumulated vsize (KiB) 806392

[startup+1245.5 s]
/proc/loadavg: 4.03 4.03 4.36 5/347 32494
/proc/meminfo: memFree=11134216/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1245.47 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70105 0 0 0 124530 17 0 0 25 0 1 0 737070683 825745408 65545 33554432000 4194304 6014671 140735962320464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65545 731 445 0 195143 0
Current children cumulated CPU time (s) 1245.47
Current children cumulated vsize (KiB) 806392

[startup+1246.31 s]
/proc/loadavg: 4.03 4.03 4.36 5/347 32494
/proc/meminfo: memFree=11134216/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1246.29 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70105 0 0 0 124612 17 0 0 25 0 1 0 737070683 825745408 65545 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65545 731 445 0 195143 0
Current children cumulated CPU time (s) 1246.29
Current children cumulated vsize (KiB) 806392

[startup+1246.5 s]
/proc/loadavg: 4.03 4.03 4.36 5/347 32494
/proc/meminfo: memFree=11134216/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1246.47 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70105 0 0 0 124630 17 0 0 25 0 1 0 737070683 825745408 65545 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65545 731 445 0 195143 0
Current children cumulated CPU time (s) 1246.47
Current children cumulated vsize (KiB) 806392

[startup+1246.6 s]
/proc/loadavg: 4.03 4.03 4.36 5/347 32494
/proc/meminfo: memFree=11134216/32950928 swapFree=67085488/67111528
[pid=32350] ppid=32348 vsize=806392 CPUtime=1246.57 cores=0,2
/proc/32350/stat : 32350 (qutersat_releas) R 32348 32350 32129 0 -1 4202496 70105 0 0 0 124640 17 0 0 25 0 1 0 737070683 825745408 65545 33554432000 4194304 6014671 140735962320464 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32350/statm: 201598 65545 731 445 0 195143 0
Current children cumulated CPU time (s) 1246.57
Current children cumulated vsize (KiB) 806392

Child status: 0
Real time (s): 1246.69
CPU time (s): 1246.68
CPU user time (s): 1246.49
CPU system time (s): 0.19097
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 806392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1246.49
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70109
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= 13
involuntary context switches= 2638

runsolver used 4.36434 second user time and 9.24459 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 16:06:40
IDJOB=3376992
IDBENCH=82466
IDSOLVER=1856
FILE ID=node114/3376992-1305468400
RUNJOBID= node114-1305467738-32147
PBS_JOBID= 13325312
Free space on /tmp= 72936 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3376992-1305468400/watcher-3376992-1305468400 -o /tmp/evaluation-result-3376992-1305468400/solver-3376992-1305468400 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376992-1305468400.cnf 1727993763

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1727993763

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10405476 kB
Buffers:        299264 kB
Cached:        5174524 kB
SwapCached:         96 kB
Active:       17568732 kB
Inactive:      4566272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10405476 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            3908 kB
Writeback:           0 kB
AnonPages:    16661264 kB
Mapped:          33864 kB
Slab:           294172 kB
PageTables:      50452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59299456 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= 72988 MiB
End job on node114 at 2011-05-15 16:27:27