Trace number 3377064

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.04 1300.04

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 50797 #clause: 177980
0.09/0.11	c Find Units :       1318
0.09/0.11	c Find Invs  :      16910
0.09/0.13	c Find Ands  :      14416 AvgFaninNum: 4.36085
0.09/0.14	c Find Xors  :      16990 AvgFaninNum: 2
0.09/0.17	c Find Ite   :       6408
0.19/0.20	c UnDirect variable: 29159
0.19/0.21	c UnDirect to Direct Gate: 30420
0.19/0.21	c Forced Direct Gate: 189 Unuse unDirect Gate: 1868
0.19/0.22	c Break Cycle : 2035
0.19/0.22	c Total Root : 175 Undef Var: 7020
0.19/0.27	c After covering, Total Root: 408 Leaf: 3504
0.19/0.27	c Variable( cover/uncovered/unused ): 47281 3516 0
0.19/0.27	c Unit Clauses: 1318
0.19/0.27	c Binary Clauses( cover/uncovered ): 87334 7752
0.19/0.27	c Clauses( cover/uncovered ): 81139 437
0.19/0.27	c Total Clauses( cover/uncovered ): 169791 8189 95.3989%
0.19/0.27	c Covered Ands: 13419 Invs: 13428 Xors: 16918 Ites: 12
0.19/0.27	c Uncover Clauses avg size: 2.10148 max size: 5
0.19/0.27	c Final circuit: i/l/o/s    5703       0    8190     79101
0.19/0.27	c CnfToAig: Time: 0.27 s
0.49/0.53	c TmMap: Set choices finish.
0.49/0.56	c TmMap: Set big and: 11481
0.49/0.56	c TmMap: Origin: 84805 ClauseNum: 237303 --> New: 33784 ClauseNum: 117174
0.49/0.56	c TmMap: Time: 0.05
1.00/1.02	c Simulation --> TransNum: 101969/117174 Try to Add: #clause: 85816 #xorclause: 0
1.00/1.06	c #var: 23824 #clauses: 67017 Solving... 
19.29/19.36	c Abstract SAT
19.39/19.42	c Simulation --> TransNum: 104984/117174 Try to Add: #clause: 13 #xorclause: 0
19.39/19.42	c #var: 23832 #clauses: 18093 Solving... 
20.09/20.18	c Abstract SAT
20.19/20.24	c Simulation --> TransNum: 105015/117174 Try to Add: #clause: 8 #xorclause: 0
20.19/20.24	c #var: 23837 #clauses: 18122 Solving... 
32.90/32.95	c Abstract SAT
32.90/32.95	c Simulation --> TransNum: 117174/117174 Try to Add: #clause: 10127 #xorclause: 0
32.90/32.96	c #var: 25590 #clauses: 26718 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/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-3377064-1305467721/watcher-3377064-1305467721 -o /tmp/evaluation-result-3377064-1305467721/solver-3377064-1305467721 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377064-1305467721.cnf 1986285104 

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: 1.42 5.67 5.85 4/351 30091
/proc/meminfo: memFree=25008368/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=34580 CPUtime=0 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 2272 0 0 0 0 0 0 0 20 0 1 0 658372591 35409920 2208 33554432000 4194304 6014671 140734497418080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 8645 2208 378 445 0 2190 0

[startup+0.0793579 s]
/proc/loadavg: 1.42 5.67 5.85 4/351 30091
/proc/meminfo: memFree=25008368/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=49428 CPUtime=0.07 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 6204 0 0 0 6 1 0 0 20 0 1 0 658372591 50614272 6140 33554432000 4194304 6014671 140734497418080 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 12357 6140 378 445 0 5902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49428

[startup+0.100375 s]
/proc/loadavg: 1.42 5.67 5.85 4/351 30091
/proc/meminfo: memFree=25008368/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=54676 CPUtime=0.09 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 7288 0 0 0 8 1 0 0 20 0 1 0 658372591 55988224 7224 33554432000 4194304 6014671 140734497418080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 13669 7224 378 445 0 7214 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54676

[startup+0.300317 s]
/proc/loadavg: 1.42 5.67 5.85 4/351 30091
/proc/meminfo: memFree=25008368/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=63772 CPUtime=0.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 9828 0 0 0 28 1 0 0 18 0 1 0 658372591 65302528 9764 33554432000 4194304 6014671 140734497418080 18446744073709551615 4260699 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 15943 9764 667 445 0 9488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63772

[startup+0.700266 s]
/proc/loadavg: 1.42 5.67 5.85 4/351 30091
/proc/meminfo: memFree=25008368/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=91616 CPUtime=0.69 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 16636 0 0 0 68 1 0 0 18 0 1 0 658372591 93814784 16572 33554432000 4194304 6014671 140734497418080 18446744073709551615 4243211 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 22904 16572 680 445 0 16449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91616

[startup+1.50111 s]
/proc/loadavg: 1.42 5.67 5.85 6/360 30108
/proc/meminfo: memFree=24726352/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=99820 CPUtime=1.49 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 17222 0 0 0 148 1 0 0 19 0 1 0 658372591 102215680 17158 33554432000 4194304 6014671 140734497418080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 24955 17158 700 445 0 18500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99820

[startup+3.10081 s]
/proc/loadavg: 1.42 5.67 5.85 5/360 30108
/proc/meminfo: memFree=24671792/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=101868 CPUtime=3.09 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 18609 0 0 0 307 2 0 0 23 0 1 0 658372591 104312832 18545 33554432000 4194304 6014671 140734497418080 18446744073709551615 4423072 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 25467 18545 726 445 0 19012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101868

[startup+6.30024 s]
/proc/loadavg: 1.63 5.64 5.84 7/360 30108
/proc/meminfo: memFree=24579904/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=112324 CPUtime=6.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 21323 0 0 0 627 2 0 0 25 0 1 0 658372591 115019776 21259 33554432000 4194304 6014671 140734497418080 18446744073709551615 230808862406 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 28081 21259 728 445 0 21626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112324

[startup+12.7011 s]
/proc/loadavg: 1.82 5.61 5.83 5/360 30109
/proc/meminfo: memFree=24534136/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=144924 CPUtime=12.69 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 28567 0 0 0 1266 3 0 0 25 0 1 0 658372591 148402176 28503 33554432000 4194304 6014671 140734497418080 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 36231 28503 728 445 0 29776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144924

[startup+25.5007 s]
/proc/loadavg: 2.30 5.53 5.80 5/360 30109
/proc/meminfo: memFree=24460580/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=254384 CPUtime=25.49 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 35067 0 0 0 2545 4 0 0 25 0 1 0 658372591 260489216 35003 33554432000 4194304 6014671 140734497418080 18446744073709551615 4534820 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 63596 35003 730 445 0 57141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254384

[startup+51.101 s]
/proc/loadavg: 3.00 5.44 5.76 5/360 30137
/proc/meminfo: memFree=24267564/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=323260 CPUtime=51.09 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 60632 0 0 0 5101 8 0 0 25 0 1 0 658372591 331018240 60507 33554432000 4194304 6014671 140734497418080 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 80815 60507 730 445 0 74360 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 323260

[startup+102.314 s]
/proc/loadavg: 3.57 5.22 5.67 5/360 30219
/proc/meminfo: memFree=24397268/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=323260 CPUtime=102.31 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 63386 0 0 0 10222 9 0 0 25 0 1 0 658372591 331018240 63229 33554432000 4194304 6014671 140734497418080 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 80815 63229 730 445 0 74360 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 323260

[startup+162.301 s]
/proc/loadavg: 3.84 4.99 5.56 5/360 30221
/proc/meminfo: memFree=24306452/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=414960 CPUtime=162.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 67389 0 0 0 16219 10 0 0 25 0 1 0 658372591 424919040 67156 33554432000 4194304 6014671 140734497418080 18446744073709551615 4423095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 103740 67156 730 445 0 97285 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 414960

[startup+222.301 s]
/proc/loadavg: 3.94 4.81 5.46 5/360 30222
/proc/meminfo: memFree=24169040/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=515200 CPUtime=222.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 82904 0 0 0 22217 12 0 0 25 0 1 0 658372591 527564800 79543 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 128800 79543 730 445 0 122345 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 515200

[startup+282.301 s]
/proc/loadavg: 3.98 4.66 5.36 5/360 30251
/proc/meminfo: memFree=24058620/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=515200 CPUtime=282.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 82904 0 0 0 28217 12 0 0 25 0 1 0 658372591 527564800 79543 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 128800 79543 730 445 0 122345 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 515200

[startup+342.301 s]
/proc/loadavg: 4.03 4.55 5.28 5/360 30261
/proc/meminfo: memFree=24002808/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=515200 CPUtime=342.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 82904 0 0 0 34217 12 0 0 25 0 1 0 658372591 527564800 79543 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 128800 79543 730 445 0 122345 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 515200

[startup+402.301 s]
/proc/loadavg: 4.11 4.48 5.21 5/360 30263
/proc/meminfo: memFree=23857644/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=625884 CPUtime=402.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 95370 0 0 0 40216 13 0 0 25 0 1 0 658372591 640905216 92009 33554432000 4194304 6014671 140734497418080 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 156471 92009 730 445 0 150016 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 625884

[startup+462.301 s]
/proc/loadavg: 4.10 4.40 5.14 5/360 30265
/proc/meminfo: memFree=23706916/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=462.3 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 112700 0 0 0 46214 16 0 0 25 0 1 0 658372591 878264320 109339 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 109339 730 445 0 207965 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 857680

[startup+522.301 s]
/proc/loadavg: 4.04 4.33 5.06 5/360 30269
/proc/meminfo: memFree=23684808/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=522.3 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 112700 0 0 0 52214 16 0 0 25 0 1 0 658372591 878264320 109339 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 109339 730 445 0 207965 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 857680

[startup+582.301 s]
/proc/loadavg: 4.01 4.27 4.99 5/360 30271
/proc/meminfo: memFree=23669776/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=582.3 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 112700 0 0 0 58214 16 0 0 25 0 1 0 658372591 878264320 109339 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 109339 730 445 0 207965 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 857680

[startup+642.301 s]
/proc/loadavg: 4.00 4.21 4.93 5/360 30272
/proc/meminfo: memFree=23616060/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=642.31 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 112700 0 0 0 64215 16 0 0 25 0 1 0 658372591 878264320 109339 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 109339 730 445 0 207965 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 857680

[startup+702.301 s]
/proc/loadavg: 4.00 4.17 4.87 5/360 30274
/proc/meminfo: memFree=23518316/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=702.3 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 129506 0 0 0 70212 18 0 0 25 0 1 0 658372591 878264320 126145 33554432000 4194304 6014671 140734497418080 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 126145 730 445 0 207965 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 857680

[startup+762.314 s]
/proc/loadavg: 4.08 4.17 4.82 5/360 30276
/proc/meminfo: memFree=23484304/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=762.31 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 133106 0 0 0 76213 18 0 0 25 0 1 0 658372591 878264320 129745 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 129745 730 445 0 207965 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 857680

[startup+822.301 s]
/proc/loadavg: 4.07 4.15 4.77 5/360 30277
/proc/meminfo: memFree=23455480/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=822.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 133106 0 0 0 82211 18 0 0 25 0 1 0 658372591 878264320 129745 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 129745 730 445 0 207965 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 857680

[startup+882.301 s]
/proc/loadavg: 4.18 4.17 4.73 5/360 30279
/proc/meminfo: memFree=23427040/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=882.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 133106 0 0 0 88211 18 0 0 25 0 1 0 658372591 878264320 129745 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 129745 730 445 0 207965 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 857680

[startup+942.301 s]
/proc/loadavg: 4.11 4.15 4.69 5/360 30280
/proc/meminfo: memFree=23423420/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=942.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 133106 0 0 0 94211 18 0 0 25 0 1 0 658372591 878264320 129745 33554432000 4194304 6014671 140734497418080 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 129745 730 445 0 207965 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 857680

[startup+1002.3 s]
/proc/loadavg: 4.08 4.13 4.65 5/360 30282
/proc/meminfo: memFree=23412600/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=857680 CPUtime=1002.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 133106 0 0 0 100211 18 0 0 25 0 1 0 658372591 878264320 129745 33554432000 4194304 6014671 140734497418080 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 214420 129745 730 445 0 207965 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 857680

[startup+1062.3 s]
/proc/loadavg: 4.03 4.11 4.61 5/360 30284
/proc/meminfo: memFree=23331436/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=1135560 CPUtime=1062.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 150521 0 0 0 106208 21 0 0 25 0 1 0 658372591 1162813440 147112 33554432000 4194304 6014671 140734497418080 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 283890 147112 730 445 0 277435 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1135560

[startup+1122.3 s]
/proc/loadavg: 4.01 4.08 4.57 5/360 30285
/proc/meminfo: memFree=23265188/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=1135560 CPUtime=1122.29 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 159547 0 0 0 112207 22 0 0 25 0 1 0 658372591 1162813440 156098 33554432000 4194304 6014671 140734497418080 18446744073709551615 4423035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 283890 156098 730 445 0 277435 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1135560

[startup+1182.3 s]
/proc/loadavg: 4.00 4.07 4.53 5/360 30287
/proc/meminfo: memFree=23230280/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=1135560 CPUtime=1182.3 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 159997 0 0 0 118207 23 0 0 25 0 1 0 658372591 1162813440 156351 33554432000 4194304 6014671 140734497418080 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 283890 156351 730 445 0 277435 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1135560

[startup+1242.3 s]
/proc/loadavg: 4.00 4.05 4.49 5/360 30288
/proc/meminfo: memFree=23208420/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=1135560 CPUtime=1242.3 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 160120 0 0 0 124207 23 0 0 25 0 1 0 658372591 1162813440 156474 33554432000 4194304 6014671 140734497418080 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 283890 156474 730 445 0 277435 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1135560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.07 4.47 5/360 30290
/proc/meminfo: memFree=23199444/32951124 swapFree=40554400/67111528
[pid=30091] ppid=30089 vsize=1135560 CPUtime=1300.01 cores=4,6
/proc/30091/stat : 30091 (qutersat_releas) R 30089 30091 30047 0 -1 4202496 161768 0 0 0 129978 23 0 0 25 0 1 0 658372591 1162813440 157640 33554432000 4194304 6014671 140734497418080 18446744073709551615 4379504 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30091/statm: 283890 157640 730 445 0 277435 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 1135560

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.04
CPU time (s): 1300.04
CPU user time (s): 1299.78
CPU system time (s): 0.25896
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1135560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161772
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= 9
involuntary context switches= 2531

runsolver used 4.64129 second user time and 10.1755 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 15:55:21
IDJOB=3377064
IDBENCH=20536
IDSOLVER=1856
FILE ID=node104/3377064-1305467721
RUNJOBID= node104-1305467720-30066
PBS_JOBID= 13325307
Free space on /tmp= 73416 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377064-1305467721/watcher-3377064-1305467721 -o /tmp/evaluation-result-3377064-1305467721/solver-3377064-1305467721 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377064-1305467721.cnf 1986285104

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1986285104

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25008764 kB
Buffers:        319384 kB
Cached:        3099916 kB
SwapCached:     122128 kB
Active:        1256144 kB
Inactive:      6404364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25008764 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           15412 kB
Writeback:           0 kB
AnonPages:     4130844 kB
Mapped:          11196 kB
Slab:           130208 kB
PageTables:      84972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74864196 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= 73408 MiB
End job on node104 at 2011-05-15 16:17:03