Trace number 3377093

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.05 1300.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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.09/0.17	c Parse Cnf success: #var: 89190 #clause: 265718
0.09/0.17	c Find Units :          2
0.09/0.18	c Find Invs  :          0
0.19/0.21	c Find Ands  :      88768 AvgFaninNum: 2
0.19/0.22	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.24	c Find Ite   :          0
0.19/0.29	c UnDirect variable: 0
0.19/0.29	c UnDirect to Direct Gate: 0
0.19/0.29	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.30	c Break Cycle : 54
0.29/0.30	c Total Root : 1 Undef Var: 669
0.29/0.35	c After covering, Total Root: 52 Leaf: 666
0.29/0.35	c Variable( cover/uncovered/unused ): 89187 3 0
0.29/0.35	c Unit Clauses: 2
0.29/0.35	c Binary Clauses( cover/uncovered ): 177042 102
0.29/0.35	c Clauses( cover/uncovered ): 88521 51
0.29/0.35	c Total Clauses( cover/uncovered ): 265565 153 99.9424%
0.29/0.35	c Covered Ands: 88521 Invs: 0 Xors: 0 Ites: 0
0.29/0.36	c Uncover Clauses avg size: 2.33333 max size: 3
0.29/0.36	c Final circuit: i/l/o/s     668       0     154     88716
0.29/0.36	c CnfToAig: Time: 0.35 s
0.59/0.60	c TmMap: Set choices finish.
0.59/0.63	c TmMap: Set big and: 5379
0.59/0.63	c TmMap: Origin: 89385 ClauseNum: 266148 --> New: 29194 ClauseNum: 131592
0.59/0.63	c TmMap: Time: 0.06
1.29/1.38	c Simulation --> TransNum: 130478/131592 Try to Add: #clause: 122659 #xorclause: 0
1.39/1.44	c #var: 29039 #clauses: 107613 Solving... 
549.69/549.71	c Abstract SAT
549.79/549.81	c Simulation --> TransNum: 131332/131592 Try to Add: #clause: 17 #xorclause: 0
549.79/549.81	c #var: 29039 #clauses: 91720 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377093-1305468402/watcher-3377093-1305468402 -o /tmp/evaluation-result-3377093-1305468402/solver-3377093-1305468402 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377093-1305468402.cnf 2085109204 

running on 2 cores: 4,6

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.05 4.23 5.23 4/444 22744
/proc/meminfo: memFree=16552852/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=37528 CPUtime=0.01 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 3017 0 0 0 1 0 0 0 25 0 1 0 737070907 38428672 2954 33554432000 4194304 6014671 140736906051680 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 9382 2954 378 445 0 2927 0

[startup+0.0679599 s]
/proc/loadavg: 4.05 4.23 5.23 4/444 22744
/proc/meminfo: memFree=16552852/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=47768 CPUtime=0.06 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 5598 0 0 0 6 0 0 0 25 0 1 0 737070907 48914432 5535 33554432000 4194304 6014671 140736906051680 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 11942 5537 378 445 0 5487 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47768

[startup+0.10095 s]
/proc/loadavg: 4.05 4.23 5.23 4/444 22744
/proc/meminfo: memFree=16552852/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=53912 CPUtime=0.09 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 7214 0 0 0 9 0 0 0 25 0 1 0 737070907 55205888 7151 33554432000 4194304 6014671 140736906051680 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 13478 7151 378 445 0 7023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53912

[startup+0.30093 s]
/proc/loadavg: 4.05 4.23 5.23 4/444 22744
/proc/meminfo: memFree=16552852/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=73496 CPUtime=0.29 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 11768 0 0 0 28 1 0 0 25 0 1 0 737070907 75259904 11705 33554432000 4194304 6014671 140736906051680 18446744073709551615 4275195 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 18374 11705 397 445 0 11919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73496

[startup+0.700854 s]
/proc/loadavg: 4.05 4.23 5.23 4/444 22744
/proc/meminfo: memFree=16552852/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=86088 CPUtime=0.69 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 15476 0 0 0 68 1 0 0 25 0 1 0 737070907 88154112 15413 33554432000 4194304 6014671 140736906051680 18446744073709551615 4243291 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 21522 15413 681 445 0 15067 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86088

[startup+1.50072 s]
/proc/loadavg: 4.05 4.23 5.23 5/445 22745
/proc/meminfo: memFree=16492208/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=94292 CPUtime=1.49 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 16334 0 0 0 148 1 0 0 25 0 1 0 737070907 96555008 16271 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 23573 16271 697 445 0 17118 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94292

[startup+3.10044 s]
/proc/loadavg: 4.05 4.23 5.23 5/445 22745
/proc/meminfo: memFree=16480456/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=100064 CPUtime=3.09 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 18131 0 0 0 307 2 0 0 25 0 1 0 737070907 102465536 18068 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 25016 18068 726 445 0 18561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100064

[startup+6.30092 s]
/proc/loadavg: 4.05 4.22 5.23 5/445 22745
/proc/meminfo: memFree=16468960/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=123900 CPUtime=6.29 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 20313 0 0 0 627 2 0 0 25 0 1 0 737070907 126873600 20250 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 30975 20250 728 445 0 24520 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123900

[startup+12.7008 s]
/proc/loadavg: 4.05 4.22 5.22 5/445 22747
/proc/meminfo: memFree=16454336/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=136112 CPUtime=12.69 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 22604 0 0 0 1267 2 0 0 25 0 1 0 737070907 139378688 22530 33554432000 4194304 6014671 140736906051680 18446744073709551615 4377028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 34028 22530 728 445 0 27573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136112

[startup+25.5007 s]
/proc/loadavg: 4.03 4.21 5.20 5/445 22747
/proc/meminfo: memFree=16425940/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=148456 CPUtime=25.49 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 25288 0 0 0 2546 3 0 0 25 0 1 0 737070907 152018944 25212 33554432000 4194304 6014671 140736906051680 18446744073709551615 4384151 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 37114 25212 728 445 0 30659 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148456

[startup+51.1004 s]
/proc/loadavg: 4.02 4.19 5.17 5/445 22747
/proc/meminfo: memFree=16400176/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=174332 CPUtime=51.09 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 30865 0 0 0 5106 3 0 0 25 0 1 0 737070907 178515968 30773 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 43583 30773 728 445 0 37128 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174332

[startup+102.317 s]
/proc/loadavg: 4.01 4.16 5.10 5/445 22749
/proc/meminfo: memFree=16364544/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=188764 CPUtime=102.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 36445 0 0 0 10226 4 0 0 25 0 1 0 737070907 193294336 36316 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 47191 36316 728 445 0 40736 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 188764

[startup+162.301 s]
/proc/loadavg: 4.08 4.16 5.04 5/445 22751
/proc/meminfo: memFree=16310320/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=188892 CPUtime=162.29 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 39445 0 0 0 16224 5 0 0 25 0 1 0 737070907 193425408 39316 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 47223 39316 728 445 0 40768 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188892

[startup+222.301 s]
/proc/loadavg: 4.17 4.17 4.99 5/445 22751
/proc/meminfo: memFree=16227320/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=223004 CPUtime=222.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 50438 0 0 0 22222 8 0 0 25 0 1 0 737070907 228356096 45281 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 55751 45281 728 445 0 49296 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 223004

[startup+282.301 s]
/proc/loadavg: 4.20 4.18 4.94 5/445 22753
/proc/meminfo: memFree=16208816/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=240820 CPUtime=282.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 52017 0 0 0 28221 9 0 0 25 0 1 0 737070907 246599680 46860 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 60205 46860 728 445 0 53750 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 240820

[startup+342.301 s]
/proc/loadavg: 4.07 4.14 4.88 5/445 22755
/proc/meminfo: memFree=16167380/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=259824 CPUtime=342.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 57378 0 0 0 34220 10 0 0 25 0 1 0 737070907 266059776 52192 33554432000 4194304 6014671 140736906051680 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 64956 52192 728 445 0 58501 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 259824

[startup+402.301 s]
/proc/loadavg: 4.06 4.13 4.83 5/445 22757
/proc/meminfo: memFree=16120112/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=279388 CPUtime=402.29 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 63846 0 0 0 40218 11 0 0 25 0 1 0 737070907 286093312 58660 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 69847 58660 728 445 0 63392 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 279388

[startup+462.301 s]
/proc/loadavg: 4.05 4.12 4.78 5/445 22759
/proc/meminfo: memFree=16077932/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=279388 CPUtime=462.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 65944 0 0 0 46218 12 0 0 25 0 1 0 737070907 286093312 60758 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 69847 60758 729 445 0 63392 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 279388

[startup+522.301 s]
/proc/loadavg: 4.02 4.09 4.72 5/445 22759
/proc/meminfo: memFree=15968408/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=321380 CPUtime=522.29 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 70470 0 0 0 52216 13 0 0 25 0 1 0 737070907 329093120 65283 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 80345 65283 728 445 0 73890 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 321380

[startup+582.301 s]
/proc/loadavg: 4.00 4.07 4.68 5/445 22761
/proc/meminfo: memFree=15901412/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=321508 CPUtime=582.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 71324 0 0 0 58216 14 0 0 25 0 1 0 737070907 329224192 66137 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 80377 66137 730 445 0 73922 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 321508

[startup+642.301 s]
/proc/loadavg: 4.00 4.06 4.63 5/445 22791
/proc/meminfo: memFree=16065076/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=321508 CPUtime=642.32 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 71925 0 0 0 64218 14 0 0 25 0 1 0 737070907 329224192 66738 33554432000 4194304 6014671 140736906051680 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 80377 66738 730 445 0 73922 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 321508

[startup+702.301 s]
/proc/loadavg: 4.10 4.08 4.60 5/445 22793
/proc/meminfo: memFree=16026364/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=383320 CPUtime=702.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 72739 0 0 0 70216 14 0 0 25 0 1 0 737070907 392519680 67552 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 95830 67552 730 445 0 89375 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 383320

[startup+762.317 s]
/proc/loadavg: 4.13 4.09 4.57 5/445 22795
/proc/meminfo: memFree=15987388/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=762.31 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 73719 0 0 0 76217 14 0 0 25 0 1 0 737070907 464351232 68532 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 68532 730 445 0 106912 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 453468

[startup+822.301 s]
/proc/loadavg: 4.13 4.10 4.54 5/445 22823
/proc/meminfo: memFree=16311044/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=822.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 73811 0 0 0 82216 14 0 0 25 0 1 0 737070907 464351232 68624 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 68624 730 445 0 106912 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 453468

[startup+882.301 s]
/proc/loadavg: 4.13 4.11 4.52 5/445 22825
/proc/meminfo: memFree=16145492/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=882.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 73812 0 0 0 88216 14 0 0 25 0 1 0 737070907 464351232 68625 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 68625 730 445 0 106912 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 453468

[startup+942.301 s]
/proc/loadavg: 4.08 4.10 4.49 5/445 22855
/proc/meminfo: memFree=16113948/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=942.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 74119 0 0 0 94216 14 0 0 25 0 1 0 737070907 464351232 68932 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 68932 730 445 0 106912 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 453468

[startup+1002.3 s]
/proc/loadavg: 4.03 4.08 4.45 5/445 22857
/proc/meminfo: memFree=15924084/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=1002.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 74121 0 0 0 100216 14 0 0 25 0 1 0 737070907 464351232 68934 33554432000 4194304 6014671 140736906051680 18446744073709551615 4380189 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 68934 730 445 0 106912 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 453468

[startup+1062.3 s]
/proc/loadavg: 4.01 4.06 4.42 5/445 22859
/proc/meminfo: memFree=15846072/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=1062.31 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 74588 0 0 0 106216 15 0 0 25 0 1 0 737070907 464351232 69401 33554432000 4194304 6014671 140736906051680 18446744073709551615 4376945 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 69401 730 445 0 106912 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 453468

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 4.39 5/445 22859
/proc/meminfo: memFree=15811096/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=453468 CPUtime=1122.31 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 78751 0 0 0 112215 16 0 0 25 0 1 0 737070907 464351232 73564 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 113367 73564 730 445 0 106912 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 453468

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 4.36 5/445 22861
/proc/meminfo: memFree=15751660/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=540588 CPUtime=1182.3 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 86594 0 0 0 118212 18 0 0 25 0 1 0 737070907 553562112 81407 33554432000 4194304 6014671 140736906051680 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 135147 81407 730 445 0 128692 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 540588

[startup+1242.3 s]
/proc/loadavg: 4.08 4.06 4.35 5/445 22863
/proc/meminfo: memFree=15691500/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=540588 CPUtime=1242.31 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 87579 0 0 0 124212 19 0 0 25 0 1 0 737070907 553562112 82392 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 135147 82392 730 445 0 128692 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 540588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.24 4.10 4.35 5/445 22865
/proc/meminfo: memFree=15529792/32951124 swapFree=45193372/67111528
[pid=22744] ppid=22742 vsize=540588 CPUtime=1300.02 cores=4,6
/proc/22744/stat : 22744 (qutersat_releas) R 22742 22744 22441 0 -1 4202496 89039 0 0 0 129983 19 0 0 25 0 1 0 737070907 553562112 83852 33554432000 4194304 6014671 140736906051680 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22744/statm: 135147 83852 730 445 0 128692 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 540588

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.84
CPU system time (s): 0.210967
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 540588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89043
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= 1643

runsolver used 6.01509 second user time and 12.872 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 16:06:42
IDJOB=3377093
IDBENCH=82467
IDSOLVER=1856
FILE ID=node118/3377093-1305468402
RUNJOBID= node118-1305467720-22460
PBS_JOBID= 13325305
Free space on /tmp= 73252 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377093-1305468402/watcher-3377093-1305468402 -o /tmp/evaluation-result-3377093-1305468402/solver-3377093-1305468402 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377093-1305468402.cnf 2085109204

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=2085109204

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16552876 kB
Buffers:        308104 kB
Cached:        4718308 kB
SwapCached:      22076 kB
Active:       13429896 kB
Inactive:      2641816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16552876 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:            6472 kB
Writeback:           0 kB
AnonPages:    11035904 kB
Mapped:          27372 kB
Slab:           158920 kB
PageTables:     100548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126701800 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= 73248 MiB
End job on node118 at 2011-05-15 16:28:24