Trace number 3384395

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) 5000.1 4999.95

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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.19/0.29	c Parse Cnf success: #var: 163622 #clause: 488120
0.19/0.29	c Find Units :          2
0.29/0.32	c Find Invs  :          0
0.29/0.38	c Find Ands  :     165958 AvgFaninNum: 2
0.39/0.40	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.44	c Find Ite   :          0
0.49/0.54	c UnDirect variable: 0
0.49/0.54	c UnDirect to Direct Gate: 0
0.49/0.54	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.56	c Break Cycle : 2025
0.49/0.56	c Total Root : 1 Undef Var: 2590
0.59/0.66	c After covering, Total Root: 1532 Leaf: 2590
0.59/0.66	c Variable( cover/uncovered/unused ): 163622 0 0
0.59/0.66	c Unit Clauses: 2
0.59/0.66	c Binary Clauses( cover/uncovered ): 322064 3348
0.59/0.66	c Clauses( cover/uncovered ): 161032 1674
0.59/0.66	c Total Clauses( cover/uncovered ): 483098 5022 98.9712%
0.59/0.66	c Covered Ands: 161032 Invs: 0 Xors: 0 Ites: 0
0.59/0.67	c Uncover Clauses avg size: 2.33333 max size: 3
0.59/0.67	c Final circuit: i/l/o/s    2589       0    5023    167531
0.59/0.67	c CnfToAig: Time: 0.67 s
1.19/1.24	c TmMap: Set choices finish.
1.19/1.29	c TmMap: Set big and: 15200
1.19/1.29	c TmMap: Origin: 170121 ClauseNum: 502593 --> New: 48130 ClauseNum: 206628
1.19/1.29	c TmMap: Time: 0.11
2.20/2.29	c Simulation --> TransNum: 125431/206628 Try to Add: #clause: 101838 #xorclause: 0
2.29/2.36	c #var: 36028 #clauses: 113411 Solving... 
11.89/11.91	c Abstract SAT
12.00/12.06	c Simulation --> TransNum: 165694/206628 Try to Add: #clause: 955 #xorclause: 0
12.00/12.07	c #var: 36775 #clauses: 82408 Solving... 
12.89/12.95	c Abstract SAT
12.99/13.10	c Simulation --> TransNum: 168097/206628 Try to Add: #clause: 365 #xorclause: 0
12.99/13.10	c #var: 37004 #clauses: 84727 Solving... 
13.20/13.21	c Abstract SAT
13.20/13.22	c Simulation --> TransNum: 206628/206628 Try to Add: #clause: 37123 #xorclause: 0
13.20/13.24	c #var: 43106 #clauses: 145876 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	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-3384395-1305545595/watcher-3384395-1305545595 -o /tmp/evaluation-result-3384395-1305545595/solver-3384395-1305545595 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384395-1305545595.cnf 1011045756 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.99 2/404 5476
/proc/meminfo: memFree=8880540/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=36200 CPUtime=0 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 2796 0 0 0 0 0 0 0 25 0 1 0 646975007 37068800 2733 33554432000 4194304 6014671 140736998606448 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 9050 2733 378 445 0 2595 0

[startup+0.021668 s]
/proc/loadavg: 2.00 2.01 1.99 2/404 5476
/proc/meminfo: memFree=8880540/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=40296 CPUtime=0.01 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 3879 0 0 0 1 0 0 0 25 0 1 0 646975007 41263104 3816 33554432000 4194304 6014671 140736998606448 18446744073709551615 4277292 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 10074 3817 378 445 0 3619 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 40296

[startup+0.100688 s]
/proc/loadavg: 2.00 2.01 1.99 2/404 5476
/proc/meminfo: memFree=8880540/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=55656 CPUtime=0.09 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 7670 0 0 0 8 1 0 0 25 0 1 0 646975007 56991744 7607 33554432000 4194304 6014671 140736998606448 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 13914 7607 378 445 0 7459 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55656

[startup+0.300649 s]
/proc/loadavg: 2.00 2.01 1.99 2/404 5476
/proc/meminfo: memFree=8880540/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=87656 CPUtime=0.29 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 15532 0 0 0 28 1 0 0 25 0 1 0 646975007 89759744 15469 33554432000 4194304 6014671 140736998606448 18446744073709551615 4280443 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 21914 15469 382 445 0 15459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87656

[startup+0.700578 s]
/proc/loadavg: 2.00 2.01 1.99 2/404 5476
/proc/meminfo: memFree=8880540/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=97000 CPUtime=0.69 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 18216 0 0 0 67 2 0 0 25 0 1 0 646975007 99328000 18153 33554432000 4194304 6014671 140736998606448 18446744073709551615 4325258 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 24250 18153 668 445 0 17795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97000

[startup+1.50043 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5477
/proc/meminfo: memFree=8793988/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=149936 CPUtime=1.49 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 31527 0 0 0 146 3 0 0 25 0 1 0 646975007 153534464 31464 33554432000 4194304 6014671 140736998606448 18446744073709551615 4250037 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 37484 31464 681 445 0 31029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149936

[startup+3.10115 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5477
/proc/meminfo: memFree=8752308/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=149936 CPUtime=3.09 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 31550 0 0 0 306 3 0 0 25 0 1 0 646975007 153534464 31487 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 37484 31487 701 445 0 31029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 149936

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5477
/proc/meminfo: memFree=8749084/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=149936 CPUtime=6.29 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 31572 0 0 0 626 3 0 0 25 0 1 0 646975007 153534464 31509 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 37484 31509 723 445 0 31029 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149936

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5477
/proc/meminfo: memFree=8742520/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=161648 CPUtime=12.69 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 33143 0 0 0 1266 3 0 0 25 0 1 0 646975007 165527552 33080 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 40412 33080 730 445 0 33957 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161648

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5477
/proc/meminfo: memFree=8742252/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=174468 CPUtime=25.49 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 33157 0 0 0 2546 3 0 0 25 0 1 0 646975007 178655232 33094 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 43617 33094 730 445 0 37162 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 174468

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5478
/proc/meminfo: memFree=8710660/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=199668 CPUtime=51.09 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 36414 0 0 0 5105 4 0 0 25 0 1 0 646975007 204460032 36351 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 49917 36351 730 445 0 43462 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 199668

[startup+102.315 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5507
/proc/meminfo: memFree=11091664/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=199668 CPUtime=102.31 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 39850 0 0 0 10225 6 0 0 25 0 1 0 646975007 204460032 39787 33554432000 4194304 6014671 140736998606448 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 49917 39787 730 445 0 43462 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 199668

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/405 5589
/proc/meminfo: memFree=11084224/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=199668 CPUtime=162.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 41960 0 0 0 16223 7 0 0 25 0 1 0 646975007 204460032 41887 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 49917 41887 730 445 0 43462 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 199668

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/405 5618
/proc/meminfo: memFree=11083832/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=215884 CPUtime=222.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 46652 0 0 0 22223 7 0 0 25 0 1 0 646975007 221065216 46471 33554432000 4194304 6014671 140736998606448 18446744073709551615 4380045 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 53971 46471 730 445 0 47516 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 215884

[startup+282.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/405 5619
/proc/meminfo: memFree=10984936/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=303868 CPUtime=282.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 57970 0 0 0 28221 9 0 0 25 0 1 0 646975007 311160832 57789 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 75967 57789 730 445 0 69512 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 303868

[startup+342.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/405 5621
/proc/meminfo: memFree=10924648/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=303868 CPUtime=342.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 67496 0 0 0 34219 11 0 0 25 0 1 0 646975007 311160832 67315 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 75967 67315 730 445 0 69512 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 303868

[startup+402.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/405 5622
/proc/meminfo: memFree=10908252/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=303868 CPUtime=402.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 69430 0 0 0 40219 11 0 0 25 0 1 0 646975007 311160832 69102 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 75967 69102 730 445 0 69512 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 303868

[startup+462.301 s]
/proc/loadavg: 2.08 2.05 2.00 3/405 5651
/proc/meminfo: memFree=8442200/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=378040 CPUtime=462.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 69431 0 0 0 46219 11 0 0 25 0 1 0 646975007 387112960 69103 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 94510 69103 730 445 0 88055 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 378040

[startup+522.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/405 5653
/proc/meminfo: memFree=8442192/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=378040 CPUtime=522.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 69432 0 0 0 52219 11 0 0 25 0 1 0 646975007 387112960 69104 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 94510 69104 730 445 0 88055 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 378040

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/405 5654
/proc/meminfo: memFree=7510232/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=378040 CPUtime=582.3 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 69434 0 0 0 58219 11 0 0 25 0 1 0 646975007 387112960 69106 33554432000 4194304 6014671 140736998606448 18446744073709551615 4372355 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 94510 69106 730 445 0 88055 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 378040

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/405 5759
/proc/meminfo: memFree=5971540/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4062.43 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 139086 0 0 0 406214 29 0 0 25 0 1 0 646975007 813772800 128121 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 128121 731 445 0 192220 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 794700

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/405 5761
/proc/meminfo: memFree=5958504/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4122.42 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 142294 0 0 0 412212 30 0 0 25 0 1 0 646975007 813772800 131329 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 131329 731 445 0 192220 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 794700

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/405 5762
/proc/meminfo: memFree=5958496/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4182.42 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 142294 0 0 0 418212 30 0 0 25 0 1 0 646975007 813772800 131329 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 131329 731 445 0 192220 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 794700

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5764
/proc/meminfo: memFree=5959348/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4242.42 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 142299 0 0 0 424212 30 0 0 25 0 1 0 646975007 813772800 131334 33554432000 4194304 6014671 140736998606448 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 131334 731 445 0 192220 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 794700

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5766
/proc/meminfo: memFree=5958720/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4302.42 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 142407 0 0 0 430212 30 0 0 25 0 1 0 646975007 813772800 131442 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 131442 731 445 0 192220 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 794700

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5767
/proc/meminfo: memFree=5855296/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4362.42 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 142415 0 0 0 436212 30 0 0 25 0 1 0 646975007 813772800 131450 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 131450 731 445 0 192220 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 794700

[startup+4422.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/405 5769
/proc/meminfo: memFree=5848820/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4422.43 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 142427 0 0 0 442213 30 0 0 25 0 1 0 646975007 813772800 131462 33554432000 4194304 6014671 140736998606448 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 131462 731 445 0 192220 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 794700

[startup+4482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/405 5770
/proc/meminfo: memFree=5837160/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4482.43 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143306 0 0 0 448212 31 0 0 25 0 1 0 646975007 813772800 132341 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132341 731 445 0 192220 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 794700

[startup+4542.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/405 5772
/proc/meminfo: memFree=5830444/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4542.43 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143312 0 0 0 454212 31 0 0 25 0 1 0 646975007 813772800 132347 33554432000 4194304 6014671 140736998606448 18446744073709551615 228095475607 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132347 731 445 0 192220 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 794700

[startup+4602.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/405 5774
/proc/meminfo: memFree=5825092/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4602.44 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143312 0 0 0 460213 31 0 0 25 0 1 0 646975007 813772800 132347 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132347 731 445 0 192220 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 794700

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/405 5775
/proc/meminfo: memFree=5819876/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4662.43 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143702 0 0 0 466212 31 0 0 25 0 1 0 646975007 813772800 132737 33554432000 4194304 6014671 140736998606448 18446744073709551615 4378849 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132737 731 445 0 192220 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 794700

[startup+4722.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/405 5777
/proc/meminfo: memFree=5819744/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4722.46 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143711 0 0 0 472214 32 0 0 25 0 1 0 646975007 813772800 132746 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132746 731 445 0 192220 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 794700

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/405 5778
/proc/meminfo: memFree=5819860/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4782.45 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143711 0 0 0 478213 32 0 0 25 0 1 0 646975007 813772800 132746 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132746 731 445 0 192220 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 794700

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5780
/proc/meminfo: memFree=5816876/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4842.45 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 143722 0 0 0 484213 32 0 0 25 0 1 0 646975007 813772800 132757 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 132757 731 445 0 192220 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 794700

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/405 5781
/proc/meminfo: memFree=5810908/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4902.45 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 144243 0 0 0 490213 32 0 0 25 0 1 0 646975007 813772800 133278 33554432000 4194304 6014671 140736998606448 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 133278 731 445 0 192220 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 794700

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/405 5783
/proc/meminfo: memFree=5810772/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=4962.45 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 144250 0 0 0 496213 32 0 0 25 0 1 0 646975007 813772800 133285 33554432000 4194304 6014671 140736998606448 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 133285 731 445 0 192220 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 794700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/405 5784
/proc/meminfo: memFree=5810772/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=5000.06 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 144250 0 0 0 499974 32 0 0 25 0 1 0 646975007 813772800 133285 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 133285 731 445 0 192220 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 794700

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

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

[startup+4999.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/405 5784
/proc/meminfo: memFree=5810772/32951124 swapFree=65980224/67111528
[pid=5476] ppid=5474 vsize=794700 CPUtime=5000.06 cores=0,2,4,6
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5007 0 -1 4202496 144250 0 0 0 499974 32 0 0 25 0 1 0 646975007 813772800 133285 33554432000 4194304 6014671 140736998606448 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5476/statm: 198675 133285 731 445 0 192220 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 794700

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.1
CPU user time (s): 4999.75
CPU system time (s): 0.345947
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 794700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.75
system time used= 0.345947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144254
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= 8
involuntary context switches= 11691

runsolver used 20.3569 second user time and 43.3834 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 13:33:15
IDJOB=3384395
IDBENCH=82468
IDSOLVER=1868
FILE ID=node142/3384395-1305545595
RUNJOBID= node142-1305540196-5025
PBS_JOBID= 13329211
Free space on /tmp= 73560 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384395-1305545595/watcher-3384395-1305545595 -o /tmp/evaluation-result-3384395-1305545595/solver-3384395-1305545595 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384395-1305545595.cnf 1011045756

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1011045756

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8880696 kB
Buffers:        349696 kB
Cached:        4948592 kB
SwapCached:      11512 kB
Active:       20602544 kB
Inactive:      3099124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8880696 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           10388 kB
Writeback:          16 kB
AnonPages:    18400208 kB
Mapped:          26168 kB
Slab:           236372 kB
PageTables:      64912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93335424 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= 73464 MiB
End job on node142 at 2011-05-16 14:56:37