Trace number 3287507

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.05 1300.02

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 benchmark3057.55
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.29/0.32	c Parse Cnf success: #var: 163622 #clause: 488120
0.29/0.32	c Find Units :          2
0.29/0.35	c Find Invs  :          0
0.39/0.42	c Find Ands  :     165958 AvgFaninNum: 2
0.39/0.44	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.48	c Find Ite   :          0
0.49/0.58	c UnDirect variable: 0
0.49/0.58	c UnDirect to Direct Gate: 0
0.49/0.58	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.59/0.60	c Break Cycle : 2025
0.59/0.60	c Total Root : 1 Undef Var: 2590
0.69/0.71	c After covering, Total Root: 1532 Leaf: 2590
0.69/0.71	c Variable( cover/uncovered/unused ): 163622 0 0
0.69/0.71	c Unit Clauses: 2
0.69/0.71	c Binary Clauses( cover/uncovered ): 322064 3348
0.69/0.71	c Clauses( cover/uncovered ): 161032 1674
0.69/0.71	c Total Clauses( cover/uncovered ): 483098 5022 98.9712%
0.69/0.71	c Covered Ands: 161032 Invs: 0 Xors: 0 Ites: 0
0.69/0.72	c Uncover Clauses avg size: 2.33333 max size: 3
0.69/0.72	c Final circuit: i/l/o/s    2589       0    5023    167531
0.69/0.72	c CnfToAig: Time: 0.72 s
1.29/1.38	c TmMap: Set choices finish.
1.39/1.43	c TmMap: Set big and: 15186
1.39/1.43	c TmMap: Origin: 170121 ClauseNum: 502593 --> New: 48126 ClauseNum: 206620
1.39/1.43	c TmMap: Time: 0.11
2.39/2.49	c Simulation --> TransNum: 126106/206620 Try to Add: #clause: 102421 #xorclause: 0
2.49/2.56	c #var: 36050 #clauses: 113368 Solving... 
19.09/19.19	c Abstract SAT
19.29/19.35	c Simulation --> TransNum: 165181/206620 Try to Add: #clause: 435 #xorclause: 0
19.29/19.35	c #var: 36341 #clauses: 77703 Solving... 
19.99/20.01	c Abstract SAT
20.09/20.17	c Simulation --> TransNum: 166194/206620 Try to Add: #clause: 40 #xorclause: 0
20.09/20.17	c #var: 36359 #clauses: 77939 Solving... 
20.29/20.36	c Abstract SAT
20.29/20.36	c Simulation --> TransNum: 206620/206620 Try to Add: #clause: 39829 #xorclause: 0
20.29/20.39	c #var: 43102 #clauses: 141293 Solving... 
1300.01/1300.00	c Time Out !!
1300.01/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3287507-1303769436/watcher-3287507-1303769436 -o /tmp/evaluation-result-3287507-1303769436/solver-3287507-1303769436 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3287507-1303769436.cnf 1909762374 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.86 2.00 2.83 4/181 15661
/proc/meminfo: memFree=18503860/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=36200 CPUtime=0 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 2486 0 0 0 0 0 0 0 20 0 1 0 488543259 37068800 2421 33554432000 4194304 6016207 140734668602496 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 9050 2437 372 445 0 2594 0

[startup+0.10127 s]
/proc/loadavg: 0.86 2.00 2.83 4/181 15661
/proc/meminfo: memFree=18503860/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=55656 CPUtime=0.1 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 7636 0 0 0 9 1 0 0 20 0 1 0 488543259 56991744 7571 33554432000 4194304 6016207 140734668602496 18446744073709551615 210647146240 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 13914 7571 379 445 0 7458 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 55656

[startup+0.200276 s]
/proc/loadavg: 0.86 2.00 2.83 4/181 15661
/proc/meminfo: memFree=18503860/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=75240 CPUtime=0.19 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 12259 0 0 0 18 1 0 0 21 0 1 0 488543259 77045760 12194 33554432000 4194304 6016207 140734668602496 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 18810 12194 379 445 0 12354 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 75240

[startup+0.300256 s]
/proc/loadavg: 0.86 2.00 2.83 4/181 15661
/proc/meminfo: memFree=18503860/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=84584 CPUtime=0.29 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 14838 0 0 0 28 1 0 0 21 0 1 0 488543259 86614016 14773 33554432000 4194304 6016207 140734668602496 18446744073709551615 4804498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 21146 14774 379 445 0 14690 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84584

[startup+0.700169 s]
/proc/loadavg: 0.86 2.00 2.83 4/181 15661
/proc/meminfo: memFree=18503860/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=97512 CPUtime=0.69 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 18008 0 0 0 67 2 0 0 22 0 1 0 488543259 99852288 17943 33554432000 4194304 6016207 140734668602496 18446744073709551615 4275488 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 24378 17943 400 445 0 17922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97512

[startup+1.50103 s]
/proc/loadavg: 0.86 2.00 2.83 5/188 15674
/proc/meminfo: memFree=18250800/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=161840 CPUtime=1.49 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 34305 0 0 0 146 3 0 0 25 0 1 0 488543259 165724160 34240 33554432000 4194304 6016207 140734668602496 18446744073709551615 4244886 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 40460 34240 681 445 0 34004 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 161840

[startup+3.10076 s]
/proc/loadavg: 0.86 2.00 2.83 5/188 15674
/proc/meminfo: memFree=18172340/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=161840 CPUtime=3.09 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 34322 0 0 0 306 3 0 0 25 0 1 0 488543259 165724160 34257 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425824 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 40460 34257 696 445 0 34004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 161840

[startup+6.30022 s]
/proc/loadavg: 1.11 2.03 2.84 7/188 15701
/proc/meminfo: memFree=18217360/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=161840 CPUtime=6.29 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 34340 0 0 0 626 3 0 0 25 0 1 0 488543259 165724160 34275 33554432000 4194304 6016207 140734668602496 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 40460 34275 713 445 0 34004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 161840

[startup+12.7011 s]
/proc/loadavg: 1.50 2.09 2.86 5/188 15701
/proc/meminfo: memFree=18115072/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=161840 CPUtime=12.69 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 34562 0 0 0 1265 4 0 0 25 0 1 0 488543259 165724160 34497 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 40460 34497 735 445 0 34004 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161840

[startup+25.501 s]
/proc/loadavg: 2.19 2.22 2.89 5/188 15701
/proc/meminfo: memFree=18053236/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=173532 CPUtime=25.49 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 36607 0 0 0 2544 5 0 0 25 0 1 0 488543259 177696768 36521 33554432000 4194304 6016207 140734668602496 18446744073709551615 4378319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 43383 36521 735 445 0 36927 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173532

[startup+51.1007 s]
/proc/loadavg: 2.52 2.30 2.89 4/182 15719
/proc/meminfo: memFree=18121980/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=181736 CPUtime=51.09 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 37446 0 0 0 5104 5 0 0 25 0 1 0 488543259 186097664 37301 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 45434 37301 735 445 0 38978 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 181736

[startup+102.301 s]
/proc/loadavg: 2.79 2.40 2.90 4/182 15720
/proc/meminfo: memFree=18041508/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=234320 CPUtime=102.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 46838 0 0 0 10223 7 0 0 25 0 1 0 488543259 239943680 46621 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 58580 46621 735 445 0 52124 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 234320

[startup+162.301 s]
/proc/loadavg: 2.92 2.51 2.90 4/182 15722
/proc/meminfo: memFree=17993384/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=234320 CPUtime=162.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 48831 0 0 0 16222 8 0 0 25 0 1 0 488543259 239943680 48614 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 58580 48614 735 445 0 52124 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 234320

[startup+222.307 s]
/proc/loadavg: 3.02 2.61 2.91 4/182 15724
/proc/meminfo: memFree=17927148/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=249888 CPUtime=222.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 54649 0 0 0 22220 10 0 0 25 0 1 0 488543259 255885312 54327 33554432000 4194304 6016207 140734668602496 18446744073709551615 4378552 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 62472 54327 735 445 0 56016 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 249888

[startup+282.301 s]
/proc/loadavg: 3.01 2.68 2.91 4/182 15725
/proc/meminfo: memFree=17891924/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=249888 CPUtime=282.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 55196 0 0 0 28220 10 0 0 25 0 1 0 488543259 255885312 54874 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 62472 54874 735 445 0 56016 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 249888

[startup+342.301 s]
/proc/loadavg: 2.61 2.64 2.88 3/176 15744
/proc/meminfo: memFree=18112312/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=316836 CPUtime=342.29 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 55772 0 0 0 34219 10 0 0 25 0 1 0 488543259 324440064 55450 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425824 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 79209 55450 735 445 0 72753 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 316836

[startup+402.301 s]
/proc/loadavg: 2.22 2.52 2.82 3/176 15745
/proc/meminfo: memFree=18106100/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=316836 CPUtime=402.29 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 55956 0 0 0 40219 10 0 0 25 0 1 0 488543259 324440064 55412 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 79209 55412 735 445 0 72753 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 316836

[startup+462.3 s]
/proc/loadavg: 2.08 2.42 2.77 3/176 15747
/proc/meminfo: memFree=18079176/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=316836 CPUtime=462.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 60922 0 0 0 46219 11 0 0 25 0 1 0 488543259 324440064 60378 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 79209 60378 735 445 0 72753 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 316836

[startup+522.3 s]
/proc/loadavg: 2.03 2.34 2.72 3/176 15749
/proc/meminfo: memFree=18042832/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=389900 CPUtime=522.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 65348 0 0 0 52218 12 0 0 25 0 1 0 488543259 399257600 64804 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425149 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 97475 64804 735 445 0 91019 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 389900

[startup+582.3 s]
/proc/loadavg: 2.01 2.28 2.67 3/176 15750
/proc/meminfo: memFree=18041208/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=389900 CPUtime=582.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 65768 0 0 0 58218 12 0 0 25 0 1 0 488543259 399257600 65224 33554432000 4194304 6016207 140734668602496 18446744073709551615 4378481 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 97475 65224 735 445 0 91019 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 389900

[startup+642.301 s]
/proc/loadavg: 2.00 2.23 2.63 3/176 15752
/proc/meminfo: memFree=18033884/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=465828 CPUtime=642.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 66977 0 0 0 64218 13 0 0 25 0 1 0 488543259 477007872 66433 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 116457 66433 735 445 0 110001 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 465828

[startup+702.301 s]
/proc/loadavg: 2.00 2.18 2.58 3/176 15753
/proc/meminfo: memFree=18026436/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=543436 CPUtime=702.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 69047 0 0 0 70217 14 0 0 25 0 1 0 488543259 556478464 68084 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 135859 68084 735 445 0 129403 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 543436

[startup+762.301 s]
/proc/loadavg: 2.00 2.15 2.54 3/176 15755
/proc/meminfo: memFree=18022204/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=543436 CPUtime=762.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 69641 0 0 0 76217 14 0 0 25 0 1 0 488543259 556478464 68678 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 135859 68678 735 445 0 129403 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 543436

[startup+822.301 s]
/proc/loadavg: 2.00 2.12 2.51 3/176 15757
/proc/meminfo: memFree=18003840/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=543436 CPUtime=822.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 70435 0 0 0 82216 14 0 0 25 0 1 0 488543259 556478464 69472 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 135859 69472 735 445 0 129403 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 543436

[startup+882.307 s]
/proc/loadavg: 2.00 2.09 2.47 3/176 15758
/proc/meminfo: memFree=17973696/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=543436 CPUtime=882.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 77453 0 0 0 88216 15 0 0 25 0 1 0 488543259 556478464 76355 33554432000 4194304 6016207 140734668602496 18446744073709551615 4387602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 135859 76355 742 445 0 129403 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 543436

[startup+942.3 s]
/proc/loadavg: 2.00 2.07 2.44 3/176 15760
/proc/meminfo: memFree=17922724/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=942.3 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 85206 0 0 0 94214 16 0 0 25 0 1 0 488543259 642121728 84108 33554432000 4194304 6016207 140734668602496 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 84108 742 445 0 150312 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 627072

[startup+1002.3 s]
/proc/loadavg: 2.04 2.07 2.42 3/176 15761
/proc/meminfo: memFree=17919356/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1002.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 88720 0 0 0 100214 17 0 0 25 0 1 0 488543259 642121728 87622 33554432000 4194304 6016207 140734668602496 18446744073709551615 4623055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 87622 742 445 0 150312 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 627072

[startup+1062.3 s]
/proc/loadavg: 2.01 2.06 2.39 3/176 15763
/proc/meminfo: memFree=17876072/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1062.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 96700 0 0 0 106212 19 0 0 25 0 1 0 488543259 642121728 95602 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 95602 742 445 0 150312 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 627072

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.36 3/176 15765
/proc/meminfo: memFree=17868372/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1122.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 98338 0 0 0 112212 19 0 0 25 0 1 0 488543259 642121728 97203 33554432000 4194304 6016207 140734668602496 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 97203 742 445 0 150312 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 627072

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.34 3/176 15766
/proc/meminfo: memFree=17861540/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1182.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 98356 0 0 0 118212 19 0 0 25 0 1 0 488543259 642121728 97160 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 97160 742 445 0 150312 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 627072

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.31 3/176 15768
/proc/meminfo: memFree=17846524/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1242.31 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 98401 0 0 0 124212 19 0 0 25 0 1 0 488543259 642121728 97205 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425167 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 97205 742 445 0 150312 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 627072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.02 2.29 2/174 15770
/proc/meminfo: memFree=18159384/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1300.01 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 98963 0 0 0 129982 19 0 0 25 0 1 0 488543259 642121728 97603 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 97603 742 445 0 150312 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 627072

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

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

[startup+1300 s]
/proc/loadavg: 2.00 2.02 2.29 2/174 15770
/proc/meminfo: memFree=18159384/32951132 swapFree=67111524/67111528
[pid=15661] ppid=15659 vsize=627072 CPUtime=1300.01 cores=5,7
/proc/15661/stat : 15661 (qutersat_releas) R 15659 15661 14002 0 -1 4202496 98963 0 0 0 129982 19 0 0 25 0 1 0 488543259 642121728 97603 33554432000 4194304 6016207 140734668602496 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15661/statm: 156768 97603 742 445 0 150312 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 627072

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.83
CPU system time (s): 0.216967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 627072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2775

runsolver used 1.93571 second user time and 4.26635 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:10:36
IDJOB=3287507
IDBENCH=82468
IDSOLVER=1607
FILE ID=node129/3287507-1303769436
RUNJOBID= node129-1303769436-15634
PBS_JOBID= 13157128
Free space on /tmp= 66284 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3287507-1303769436/watcher-3287507-1303769436 -o /tmp/evaluation-result-3287507-1303769436/solver-3287507-1303769436 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3287507-1303769436.cnf 1909762374

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1909762374

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18504388 kB
Buffers:       1240752 kB
Cached:       12437500 kB
SwapCached:          4 kB
Active:        2094652 kB
Inactive:     11689608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18504388 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           22840 kB
Writeback:           8 kB
AnonPages:      105172 kB
Mapped:          15952 kB
Slab:           600320 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   251472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node129 at 2011-04-26 00:32:18