Trace number 3377125

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

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 4268 #clause: 38965
0.00/0.01	c Find Units :         69
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :       4108 AvgFaninNum: 10.8861
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 1580
0.00/0.02	c Total Root : 52 Undef Var: 3092
0.00/0.02	c After covering, Total Root: 778 Leaf: 2982
0.00/0.02	c Variable( cover/uncovered/unused ): 4158 110 0
0.00/0.02	c Unit Clauses: 69
0.00/0.02	c Binary Clauses( cover/uncovered ): 4724 31260
0.00/0.02	c Clauses( cover/uncovered ): 1176 1736
0.00/0.02	c Total Clauses( cover/uncovered ): 5969 32996 15.3189%
0.00/0.02	c Covered Ands: 1176 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2.14147 max size: 28
0.00/0.04	c Final circuit: i/l/o/s    3023       0   31752     39558
0.00/0.04	c CnfToAig: Time: 0.03 s
0.06/0.08	c TmMap: Set choices finish.
0.09/0.10	c TmMap: Set big and: 32816
0.09/0.10	c TmMap: Origin: 42582 ClauseNum: 118674 --> New: 35840 ClauseNum: 105195
0.09/0.10	c TmMap: Time: 0.02
0.09/0.10	c Try to Add: #clause: 65632 #xorclause: 0
0.09/0.11	c #var: 4087 #clauses: 2796 Solving... 
1299.99/1300.01	c Time Out !!
1299.99/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-3377125-1305475555/watcher-3377125-1305475555 -o /tmp/evaluation-result-3377125-1305475555/solver-3377125-1305475555 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377125-1305475555.cnf 1776013715 

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.80 2.25 2.99 4/428 24056
/proc/meminfo: memFree=20091144/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=35436 CPUtime=0.01 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 2542 0 0 0 1 0 0 0 25 0 1 0 737786267 36286464 2478 33554432000 4194304 6014671 140736061629824 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 8859 2478 378 445 0 2404 0

[startup+0.074561 s]
/proc/loadavg: 1.80 2.25 2.99 4/428 24056
/proc/meminfo: memFree=20091144/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=47212 CPUtime=0.06 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 5933 0 0 0 6 0 0 0 25 0 1 0 737786267 48345088 5869 33554432000 4194304 6014671 140736061629824 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 11803 5870 668 445 0 5348 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47212

[startup+0.100561 s]
/proc/loadavg: 1.80 2.25 2.99 4/428 24056
/proc/meminfo: memFree=20091144/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=54380 CPUtime=0.09 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 7317 0 0 0 9 0 0 0 25 0 1 0 737786267 55685120 7254 33554432000 4194304 6014671 140736061629824 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 13595 7262 670 445 0 7140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54380

[startup+0.300411 s]
/proc/loadavg: 1.80 2.25 2.99 4/428 24056
/proc/meminfo: memFree=20091144/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=62584 CPUtime=0.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 7767 0 0 0 29 0 0 0 25 0 1 0 737786267 64086016 7703 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 15646 7703 723 445 0 9191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62584

[startup+0.700415 s]
/proc/loadavg: 1.80 2.25 2.99 4/428 24056
/proc/meminfo: memFree=20091144/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=80028 CPUtime=0.69 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 8272 0 0 0 68 1 0 0 25 0 1 0 737786267 81948672 8208 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 20007 8208 724 445 0 13552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80028

[startup+1.5002 s]
/proc/loadavg: 1.80 2.25 2.99 5/432 24063
/proc/meminfo: memFree=19978644/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=88676 CPUtime=1.49 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 8698 0 0 0 148 1 0 0 25 0 1 0 737786267 90804224 8634 33554432000 4194304 6014671 140736061629824 18446744073709551615 4422711 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 22169 8634 728 445 0 15714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88676

[startup+3.10092 s]
/proc/loadavg: 1.80 2.25 2.99 5/432 24063
/proc/meminfo: memFree=19932640/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=97356 CPUtime=3.09 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 10333 0 0 0 308 1 0 0 25 0 1 0 737786267 99692544 10269 33554432000 4194304 6014671 140736061629824 18446744073709551615 4384428 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 24339 10269 728 445 0 17884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97356

[startup+6.30042 s]
/proc/loadavg: 2.06 2.29 3.00 5/432 24063
/proc/meminfo: memFree=19885168/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=106104 CPUtime=6.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 12030 0 0 0 628 1 0 0 25 0 1 0 737786267 108650496 11956 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 26526 11956 728 445 0 20071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106104

[startup+12.7003 s]
/proc/loadavg: 2.21 2.32 3.01 5/432 24064
/proc/meminfo: memFree=19846012/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=106232 CPUtime=12.69 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 12886 0 0 0 1268 1 0 0 25 0 1 0 737786267 108781568 12812 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 26558 12812 728 445 0 20103 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106232

[startup+25.5011 s]
/proc/loadavg: 2.61 2.40 3.02 5/432 24064
/proc/meminfo: memFree=19780896/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=115828 CPUtime=25.49 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 15845 0 0 0 2548 1 0 0 25 0 1 0 737786267 118607872 15754 33554432000 4194304 6014671 140736061629824 18446744073709551615 4428307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 28957 15754 728 445 0 22502 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115828

[startup+51.1006 s]
/proc/loadavg: 3.24 2.56 3.06 5/432 24092
/proc/meminfo: memFree=19607668/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=146396 CPUtime=51.09 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 21626 0 0 0 5107 2 0 0 25 0 1 0 737786267 149909504 21516 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 36599 21516 728 445 0 30144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146396

[startup+102.316 s]
/proc/loadavg: 3.67 2.78 3.11 5/432 24093
/proc/meminfo: memFree=19203196/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=157560 CPUtime=102.3 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 26700 0 0 0 10227 3 0 0 25 0 1 0 737786267 161341440 26590 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 39390 26590 728 445 0 32935 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157560

[startup+162.301 s]
/proc/loadavg: 3.91 3.02 3.16 5/432 24095
/proc/meminfo: memFree=18949348/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=170184 CPUtime=162.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 30281 0 0 0 16225 4 0 0 25 0 1 0 737786267 174268416 30171 33554432000 4194304 6014671 140736061629824 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 42546 30171 728 445 0 36091 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170184

[startup+222.301 s]
/proc/loadavg: 3.96 3.19 3.21 5/432 24096
/proc/meminfo: memFree=18776840/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=184192 CPUtime=222.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 35426 0 0 0 22224 5 0 0 25 0 1 0 737786267 188612608 35316 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 46048 35316 782 445 0 39593 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 184192

[startup+282.301 s]
/proc/loadavg: 3.98 3.34 3.26 5/432 24098
/proc/meminfo: memFree=18615080/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=213536 CPUtime=282.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 38971 0 0 0 28223 6 0 0 25 0 1 0 737786267 218660864 38861 33554432000 4194304 6014671 140736061629824 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 53384 38861 782 445 0 46929 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 213536

[startup+342.301 s]
/proc/loadavg: 4.10 3.48 3.31 5/432 24153
/proc/meminfo: memFree=18490672/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=213536 CPUtime=342.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 39397 0 0 0 34223 6 0 0 25 0 1 0 737786267 218660864 39287 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 53384 39287 782 445 0 46929 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 213536

[startup+402.301 s]
/proc/loadavg: 4.08 3.59 3.36 5/432 24155
/proc/meminfo: memFree=18382776/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=213664 CPUtime=402.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 41235 0 0 0 40222 7 0 0 25 0 1 0 737786267 218791936 41125 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 53416 41125 782 445 0 46961 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 213664

[startup+462.301 s]
/proc/loadavg: 4.03 3.66 3.40 5/432 24157
/proc/meminfo: memFree=18312328/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=213664 CPUtime=462.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 41298 0 0 0 46222 7 0 0 25 0 1 0 737786267 218791936 41185 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 53416 41185 782 445 0 46961 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 213664

[startup+522.301 s]
/proc/loadavg: 4.08 3.75 3.44 5/432 24158
/proc/meminfo: memFree=18182320/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=213664 CPUtime=522.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 41310 0 0 0 52221 7 0 0 25 0 1 0 737786267 218791936 41188 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 53416 41188 782 445 0 46961 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 213664

[startup+582.301 s]
/proc/loadavg: 4.12 3.82 3.48 5/432 24160
/proc/meminfo: memFree=18121028/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=282924 CPUtime=582.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 44791 0 0 0 58220 8 0 0 25 0 1 0 737786267 289714176 44469 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 70731 44469 728 445 0 64276 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 282924

[startup+642.301 s]
/proc/loadavg: 4.04 3.85 3.51 5/432 24161
/proc/meminfo: memFree=18027232/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=282924 CPUtime=642.29 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 44800 0 0 0 64221 8 0 0 25 0 1 0 737786267 289714176 44478 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 70731 44478 728 445 0 64276 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 282924

[startup+702.301 s]
/proc/loadavg: 4.06 3.89 3.55 5/432 24163
/proc/meminfo: memFree=17908644/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=282924 CPUtime=702.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 44800 0 0 0 70220 8 0 0 25 0 1 0 737786267 289714176 44478 33554432000 4194304 6014671 140736061629824 18446744073709551615 4371998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 70731 44478 728 445 0 64276 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 282924

[startup+762.317 s]
/proc/loadavg: 4.06 3.92 3.58 5/432 24165
/proc/meminfo: memFree=17840004/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=282924 CPUtime=762.3 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 47990 0 0 0 76220 10 0 0 25 0 1 0 737786267 289714176 47668 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 70731 47668 728 445 0 64276 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 282924

[startup+822.301 s]
/proc/loadavg: 4.02 3.93 3.60 5/432 24166
/proc/meminfo: memFree=17799300/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=822.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50490 0 0 0 82218 10 0 0 25 0 1 0 737786267 367149056 50168 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 50168 728 445 0 83181 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 358544

[startup+882.301 s]
/proc/loadavg: 4.01 3.94 3.62 5/432 24168
/proc/meminfo: memFree=17743688/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=882.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50490 0 0 0 88218 10 0 0 25 0 1 0 737786267 367149056 45591 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45591 728 445 0 83181 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 358544

[startup+942.301 s]
/proc/loadavg: 4.07 3.97 3.65 5/432 24169
/proc/meminfo: memFree=17607016/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=942.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50490 0 0 0 94217 11 0 0 25 0 1 0 737786267 367149056 45591 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45591 728 445 0 83181 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 358544

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.67 5/432 24171
/proc/meminfo: memFree=17467084/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=1002.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50490 0 0 0 100217 11 0 0 25 0 1 0 737786267 367149056 45591 33554432000 4194304 6014671 140736061629824 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45591 728 445 0 83181 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 358544

[startup+1062.3 s]
/proc/loadavg: 4.06 3.99 3.69 5/432 24173
/proc/meminfo: memFree=17403460/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=1062.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50492 0 0 0 106217 11 0 0 25 0 1 0 737786267 367149056 45593 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45593 728 445 0 83181 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 358544

[startup+1122.3 s]
/proc/loadavg: 4.06 4.00 3.71 5/432 24174
/proc/meminfo: memFree=17346244/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=1122.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50492 0 0 0 112217 11 0 0 25 0 1 0 737786267 367149056 45593 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45593 728 445 0 83181 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 358544

[startup+1182.3 s]
/proc/loadavg: 4.08 4.03 3.74 5/432 24176
/proc/meminfo: memFree=17298096/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=1182.28 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50492 0 0 0 118217 11 0 0 25 0 1 0 737786267 367149056 45593 33554432000 4194304 6014671 140736061629824 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45593 728 445 0 83181 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 358544

[startup+1242.3 s]
/proc/loadavg: 4.15 4.05 3.76 5/432 24177
/proc/meminfo: memFree=17294824/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=1242.27 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50492 0 0 0 124216 11 0 0 25 0 1 0 737786267 367149056 45593 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45593 728 445 0 83181 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 358544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.04 3.77 4/430 24180
/proc/meminfo: memFree=17436536/32950940 swapFree=67111356/67111528
[pid=24056] ppid=24054 vsize=358544 CPUtime=1299.99 cores=4,6
/proc/24056/stat : 24056 (qutersat_releas) R 24054 24056 22932 0 -1 4202496 50515 0 0 0 129988 11 0 0 25 0 1 0 737786267 367149056 45616 33554432000 4194304 6014671 140736061629824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24056/statm: 89636 45616 728 445 0 83181 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 358544

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.01
CPU user time (s): 1299.88
CPU system time (s): 0.12598
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 358544

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

runsolver used 5.18921 second user time and 12.7071 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 18:05:55
IDJOB=3377125
IDBENCH=84180
IDSOLVER=1856
FILE ID=node117/3377125-1305475555
RUNJOBID= node117-1305475554-23967
PBS_JOBID= 13325319
Free space on /tmp= 73500 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377125-1305475555/watcher-3377125-1305475555 -o /tmp/evaluation-result-3377125-1305475555/solver-3377125-1305475555 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377125-1305475555.cnf 1776013715

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1776013715

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20091176 kB
Buffers:        332152 kB
Cached:        3751936 kB
SwapCached:          0 kB
Active:       10127648 kB
Inactive:      2373860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20091176 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12844 kB
Writeback:           0 kB
AnonPages:     8417344 kB
Mapped:          36368 kB
Slab:           245668 kB
PageTables:      46092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103109116 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= 73492 MiB
End job on node117 at 2011-05-15 18:27:37