Trace number 3376993

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.09 1300.05

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
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.39/0.41	c Parse Cnf success: #var: 192503 #clause: 564953
0.39/0.41	c Find Units :          2
0.39/0.44	c Find Invs  :          0
0.49/0.52	c Find Ands  :     188501 AvgFaninNum: 2
0.49/0.54	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.58	c Find Ite   :          0
0.69/0.71	c UnDirect variable: 0
0.69/0.71	c UnDirect to Direct Gate: 0
0.69/0.71	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.74	c Break Cycle : 46
0.69/0.74	c Total Root : 1 Undef Var: 4228
0.79/0.86	c After covering, Total Root: 34 Leaf: 4214
0.79/0.86	c Variable( cover/uncovered/unused ): 192489 14 0
0.79/0.86	c Unit Clauses: 2
0.79/0.86	c Binary Clauses( cover/uncovered ): 376550 84
0.79/0.86	c Clauses( cover/uncovered ): 188275 42
0.79/0.86	c Total Clauses( cover/uncovered ): 564827 126 99.9777%
0.79/0.86	c Covered Ands: 188275 Invs: 0 Xors: 0 Ites: 0
0.79/0.86	c Uncover Clauses avg size: 2.33333 max size: 3
0.79/0.86	c Final circuit: i/l/o/s    4227       0     127    188420
0.79/0.86	c CnfToAig: Time: 0.86 s
1.58/1.67	c TmMap: Set choices finish.
1.68/1.75	c TmMap: Set big and: 14199
1.68/1.75	c TmMap: Origin: 192648 ClauseNum: 565260 --> New: 69879 ClauseNum: 276402
1.68/1.75	c TmMap: Time: 0.15
2.99/3.08	c Simulation --> TransNum: 272211/276402 Try to Add: #clause: 256699 #xorclause: 0
3.20/3.22	c #var: 69696 #clauses: 237799 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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: 4.04 4.36 5.59 5/384 6528
/proc/meminfo: memFree=22197692/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=36876 CPUtime=0 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 2281 0 0 0 0 0 0 0 22 0 1 0 658447755 37761024 2217 33554432000 4194304 6014671 140735001002976 18446744073709551615 4271051 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 9219 2230 370 445 0 2764 0

[startup+0.0830211 s]
/proc/loadavg: 4.04 4.36 5.59 5/384 6528
/proc/meminfo: memFree=22197692/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=56332 CPUtime=0.07 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 7514 0 0 0 6 1 0 0 22 0 1 0 658447755 57683968 7450 33554432000 4194304 6014671 140735001002976 18446744073709551615 4303733 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 14083 7450 378 445 0 7628 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56332

[startup+0.101014 s]
/proc/loadavg: 4.04 4.36 5.59 5/384 6528
/proc/meminfo: memFree=22197692/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=56332 CPUtime=0.09 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 7781 0 0 0 8 1 0 0 22 0 1 0 658447755 57683968 7717 33554432000 4194304 6014671 140735001002976 18446744073709551615 244446945024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 14083 7718 378 445 0 7628 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56332

[startup+0.300977 s]
/proc/loadavg: 4.04 4.36 5.59 5/384 6528
/proc/meminfo: memFree=22197692/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=86284 CPUtime=0.29 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 15026 0 0 0 27 2 0 0 23 0 1 0 658447755 88354816 14962 33554432000 4194304 6014671 140735001002976 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 21571 14964 378 445 0 15116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86284

[startup+0.700914 s]
/proc/loadavg: 4.04 4.36 5.59 5/384 6528
/proc/meminfo: memFree=22197692/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=116620 CPUtime=0.69 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 21875 0 0 0 66 3 0 0 25 0 1 0 658447755 119418880 21811 33554432000 4194304 6014671 140735001002976 18446744073709551615 4295661 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 29155 21811 395 445 0 22700 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116620

[startup+1.50075 s]
/proc/loadavg: 4.04 4.36 5.59 5/385 6529
/proc/meminfo: memFree=22110020/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=152076 CPUtime=1.48 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 32012 0 0 0 145 3 0 0 18 0 1 0 658447755 155725824 31949 33554432000 4194304 6014671 140735001002976 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 38019 31949 668 445 0 31564 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 152076

[startup+3.10046 s]
/proc/loadavg: 4.04 4.36 5.59 6/385 6529
/proc/meminfo: memFree=22040704/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=182804 CPUtime=3.09 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 39420 0 0 0 305 4 0 0 21 0 1 0 658447755 187191296 39356 33554432000 4194304 6014671 140735001002976 18446744073709551615 4778069 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 45701 39356 691 445 0 39246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182804

[startup+6.30086 s]
/proc/loadavg: 4.12 4.37 5.58 5/385 6529
/proc/meminfo: memFree=22038452/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=215620 CPUtime=6.29 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 40069 0 0 0 625 4 0 0 25 0 1 0 658447755 220794880 40005 33554432000 4194304 6014671 140735001002976 18446744073709551615 4711640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 53905 40005 729 445 0 47450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 215620

[startup+12.7007 s]
/proc/loadavg: 4.11 4.37 5.58 5/385 6529
/proc/meminfo: memFree=22033324/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=215620 CPUtime=12.68 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 42889 0 0 0 1264 4 0 0 25 0 1 0 658447755 220794880 42811 33554432000 4194304 6014671 140735001002976 18446744073709551615 4552621 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 53905 42811 730 445 0 47450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 215620

[startup+25.5003 s]
/proc/loadavg: 4.08 4.35 5.55 5/385 6529
/proc/meminfo: memFree=22004912/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=230192 CPUtime=25.49 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 48713 0 0 0 2544 5 0 0 25 0 1 0 658447755 235716608 48634 33554432000 4194304 6014671 140735001002976 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 57548 48634 729 445 0 51093 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 230192

[startup+51.1005 s]
/proc/loadavg: 4.05 4.32 5.51 5/385 6530
/proc/meminfo: memFree=21957024/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=276032 CPUtime=51.08 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 57931 0 0 0 5103 5 0 0 25 0 1 0 658447755 282656768 57545 33554432000 4194304 6014671 140735001002976 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 69008 57545 735 445 0 62553 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 276032

[startup+102.315 s]
/proc/loadavg: 4.07 4.28 5.42 5/385 6531
/proc/meminfo: memFree=21837452/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=356660 CPUtime=102.3 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 75434 0 0 0 10222 8 0 0 25 0 1 0 658447755 365219840 75042 33554432000 4194304 6014671 140735001002976 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 89165 75042 729 445 0 82710 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 356660

[startup+162.301 s]
/proc/loadavg: 4.03 4.23 5.34 5/385 6533
/proc/meminfo: memFree=21726068/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=374384 CPUtime=162.29 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 78988 0 0 0 16220 9 0 0 25 0 1 0 658447755 383369216 78596 33554432000 4194304 6014671 140735001002976 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 93596 78596 729 445 0 87141 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 374384

[startup+222.301 s]
/proc/loadavg: 4.14 4.23 5.27 5/385 6535
/proc/meminfo: memFree=21631172/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=445228 CPUtime=222.29 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 87639 0 0 0 22218 11 0 0 25 0 1 0 658447755 455913472 82958 33554432000 4194304 6014671 140735001002976 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 111307 82958 729 445 0 104852 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 445228

[startup+282.3 s]
/proc/loadavg: 4.08 4.20 5.19 5/385 6536
/proc/meminfo: memFree=21465344/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=519464 CPUtime=282.29 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 107599 0 0 0 28215 14 0 0 25 0 1 0 658447755 531931136 102849 33554432000 4194304 6014671 140735001002976 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 129866 102849 729 445 0 123411 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 519464

[startup+342.3 s]
/proc/loadavg: 4.03 4.16 5.11 5/385 6538
/proc/meminfo: memFree=21327816/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=519592 CPUtime=342.3 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 109180 0 0 0 34215 15 0 0 25 0 1 0 658447755 532062208 104430 33554432000 4194304 6014671 140735001002976 18446744073709551615 4535165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 129898 104430 729 445 0 123443 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 519592

[startup+402.301 s]
/proc/loadavg: 4.01 4.13 5.04 5/385 6539
/proc/meminfo: memFree=21231684/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=677552 CPUtime=402.3 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 127342 0 0 0 40211 19 0 0 25 0 1 0 658447755 693813248 122592 33554432000 4194304 6014671 140735001002976 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 169388 122592 729 445 0 162933 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 677552

[startup+462.301 s]
/proc/loadavg: 4.06 4.12 4.98 5/385 6541
/proc/meminfo: memFree=21221608/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=677552 CPUtime=462.3 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 129648 0 0 0 46211 19 0 0 25 0 1 0 658447755 693813248 124898 33554432000 4194304 6014671 140735001002976 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 169388 124898 729 445 0 162933 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 677552

[startup+522.301 s]
/proc/loadavg: 4.02 4.09 4.91 5/385 6543
/proc/meminfo: memFree=21104752/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=698952 CPUtime=522.3 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 148367 0 0 0 52207 23 0 0 25 0 1 0 658447755 715726848 143565 33554432000 4194304 6014671 140735001002976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 174738 143565 729 445 0 168283 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 698952

[startup+582.301 s]
/proc/loadavg: 4.01 4.07 4.85 5/385 6628
/proc/meminfo: memFree=22906476/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=698952 CPUtime=582.31 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 148907 0 0 0 58208 23 0 0 25 0 1 0 658447755 715726848 144105 33554432000 4194304 6014671 140735001002976 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 174738 144105 729 445 0 168283 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 698952

[startup+642.3 s]
/proc/loadavg: 4.08 4.08 4.80 5/385 6630
/proc/meminfo: memFree=22719892/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=720584 CPUtime=642.31 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 154678 0 0 0 64208 23 0 0 25 0 1 0 658447755 737878016 149876 33554432000 4194304 6014671 140735001002976 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 180146 149876 729 445 0 173691 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 720584

[startup+702.3 s]
/proc/loadavg: 4.07 4.08 4.76 5/385 6631
/proc/meminfo: memFree=22534364/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=742824 CPUtime=702.31 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 164122 0 0 0 70206 25 0 0 25 0 1 0 658447755 760651776 159320 33554432000 4194304 6014671 140735001002976 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 185706 159320 729 445 0 179251 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 742824

[startup+762.315 s]
/proc/loadavg: 4.07 4.08 4.71 5/385 6633
/proc/meminfo: memFree=22473448/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=854292 CPUtime=762.32 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 167645 0 0 0 76207 25 0 0 25 0 1 0 658447755 874795008 162843 33554432000 4194304 6014671 140735001002976 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 213573 162843 729 445 0 207118 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 854292

[startup+822.301 s]
/proc/loadavg: 4.02 4.06 4.67 5/385 6635
/proc/meminfo: memFree=22364668/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=946336 CPUtime=822.31 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 178901 0 0 0 82203 28 0 0 25 0 1 0 658447755 969048064 174099 33554432000 4194304 6014671 140735001002976 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 236584 174099 729 445 0 230129 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 946336

[startup+882.301 s]
/proc/loadavg: 4.01 4.05 4.62 5/385 6636
/proc/meminfo: memFree=22272884/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=946336 CPUtime=882.31 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 189288 0 0 0 88202 29 0 0 25 0 1 0 658447755 969048064 184450 33554432000 4194304 6014671 140735001002976 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 236584 184450 769 445 0 230129 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 946336

[startup+942.301 s]
/proc/loadavg: 4.00 4.04 4.58 5/385 6638
/proc/meminfo: memFree=22224104/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=946336 CPUtime=942.32 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 195761 0 0 0 94202 30 0 0 25 0 1 0 658447755 969048064 190802 33554432000 4194304 6014671 140735001002976 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 236584 190802 729 445 0 230129 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 946336

[startup+1002.3 s]
/proc/loadavg: 4.04 4.04 4.54 5/385 6639
/proc/meminfo: memFree=22180048/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=1040556 CPUtime=1002.32 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 210291 0 0 0 100198 34 0 0 25 0 1 0 658447755 1065529344 199391 33554432000 4194304 6014671 140735001002976 18446744073709551615 4423023 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 260139 199391 729 445 0 253684 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1040556

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 4.51 5/385 6641
/proc/meminfo: memFree=22120996/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=1135968 CPUtime=1062.32 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 218455 0 0 0 106197 35 0 0 25 0 1 0 658447755 1163231232 207465 33554432000 4194304 6014671 140735001002976 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 283992 207465 729 445 0 277537 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1135968

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.47 5/385 6643
/proc/meminfo: memFree=22092324/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=1135968 CPUtime=1122.32 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 223196 0 0 0 112196 36 0 0 25 0 1 0 658447755 1163231232 212206 33554432000 4194304 6014671 140735001002976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 283992 212206 729 445 0 277537 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1135968

[startup+1182.3 s]
/proc/loadavg: 4.17 4.06 4.46 5/385 6644
/proc/meminfo: memFree=22067984/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=1135968 CPUtime=1182.33 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 223590 0 0 0 118197 36 0 0 25 0 1 0 658447755 1163231232 212600 33554432000 4194304 6014671 140735001002976 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 283992 212600 729 445 0 277537 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1135968

[startup+1242.3 s]
/proc/loadavg: 4.06 4.05 4.43 5/385 6646
/proc/meminfo: memFree=22008548/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=1135968 CPUtime=1242.33 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 228242 0 0 0 124196 37 0 0 25 0 1 0 658447755 1163231232 217252 33554432000 4194304 6014671 140735001002976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 283992 217252 729 445 0 277537 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1135968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.06 4.40 5/385 6647
/proc/meminfo: memFree=21900764/32951124 swapFree=44485772/67111528
[pid=6528] ppid=6526 vsize=1136096 CPUtime=1300.04 cores=5,7
/proc/6528/stat : 6528 (qutersat_releas) R 6526 6528 6382 0 -1 4202496 246657 0 0 0 129963 41 0 0 25 0 1 0 658447755 1163362304 235667 33554432000 4194304 6014671 140735001002976 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6528/statm: 284024 235667 729 445 0 277569 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1136096

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

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

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.09
CPU user time (s): 1299.64
CPU system time (s): 0.448931
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1136096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.64
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246661
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= 14
involuntary context switches= 1436

runsolver used 4.76427 second user time and 11.6092 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 16:07:53
IDJOB=3376993
IDBENCH=82493
IDSOLVER=1856
FILE ID=node105/3376993-1305468473
RUNJOBID= node105-1305467736-6403
PBS_JOBID= 13325311
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-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376993-1305468473/watcher-3376993-1305468473 -o /tmp/evaluation-result-3376993-1305468473/solver-3376993-1305468473 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376993-1305468473.cnf 932318788

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=932318788

node105.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.825
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.65
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.825
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.825
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      22197972 kB
Buffers:        309276 kB
Cached:        6780588 kB
SwapCached:      39648 kB
Active:        3132400 kB
Inactive:      7334596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22197972 kB
SwapTotal:    67111528 kB
SwapFree:     44485772 kB
Dirty:           11668 kB
Writeback:           8 kB
AnonPages:     3345324 kB
Mapped:          20916 kB
Slab:           141816 kB
PageTables:      76548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 94023344 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= 73560 MiB
End job on node105 at 2011-05-15 16:29:35