Trace number 3290129

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.783
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 596 #clause: 2780
0.00/0.01	c Find Units :        132
0.00/0.01	c Find Invs  :         32
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        288 AvgFaninNum: 2.45833
0.00/0.01	c Find Ite   :         16
0.00/0.01	c UnDirect variable: 580
0.00/0.01	c UnDirect to Direct Gate: 238
0.00/0.01	c Forced Direct Gate: 171 Unuse unDirect Gate: 236
0.00/0.01	c Break Cycle : 18
0.00/0.01	c Total Root : 75 Undef Var: 360
0.00/0.01	c After covering, Total Root: 76 Leaf: 292
0.00/0.01	c Variable( cover/uncovered/unused ): 528 68 0
0.00/0.01	c Unit Clauses: 132
0.00/0.01	c Binary Clauses( cover/uncovered ): 64 16
0.00/0.01	c Clauses( cover/uncovered ): 1468 1100
0.00/0.01	c Total Clauses( cover/uncovered ): 1664 1116 59.8561%
0.00/0.01	c Covered Ands: 0 Invs: 32 Xors: 197 Ites: 7
0.00/0.01	c Uncover Clauses avg size: 3.64516 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     239       0     983      2962
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 1050
0.00/0.03	c TmMap: Origin: 3202 ClauseNum: 8886 --> New: 1569 ClauseNum: 5492
0.00/0.03	c TmMap: Time: 0
0.02/0.05	c Simulation --> TransNum: 5492/5492 Try to Add: #clause: 2244 #xorclause: 248
0.02/0.05	c #var: 585 #clauses: 977 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 0,2

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: 3.68 3.90 3.57 2/174 14097
/proc/meminfo: memFree=12332928/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=31844 CPUtime=0 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 1045 0 0 0 0 0 0 0 22 0 1 0 489801567 32608256 979 33554432000 4194304 6016207 140734202674960 18446744073709551615 230808859707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14097/statm: 7961 991 303 445 0 1505 0

[startup+0.0358271 s]
/proc/loadavg: 3.68 3.90 3.57 2/174 14097
/proc/meminfo: memFree=12332928/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=38508 CPUtime=0.02 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 3760 0 0 0 2 0 0 0 22 0 1 0 489801567 39432192 3694 33554432000 4194304 6016207 140734202674960 18446744073709551615 4244440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 9627 3694 681 445 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.100852 s]
/proc/loadavg: 3.68 3.90 3.57 2/174 14097
/proc/meminfo: memFree=12332928/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=46712 CPUtime=0.09 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 3867 0 0 0 9 0 0 0 22 0 1 0 489801567 47833088 3801 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 11678 3801 716 445 0 5222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300769 s]
/proc/loadavg: 3.68 3.90 3.57 2/174 14097
/proc/meminfo: memFree=12332928/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=55140 CPUtime=0.29 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 4065 0 0 0 29 0 0 0 23 0 1 0 489801567 56463360 3999 33554432000 4194304 6016207 140734202674960 18446744073709551615 4424496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 13785 3999 719 445 0 7329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55140

[startup+0.700719 s]
/proc/loadavg: 3.68 3.90 3.57 2/174 14097
/proc/meminfo: memFree=12332928/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=63700 CPUtime=0.69 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 4344 0 0 0 69 0 0 0 25 0 1 0 489801567 65228800 4278 33554432000 4194304 6016207 140734202674960 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 15925 4278 719 445 0 9469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63700

[startup+1.50058 s]
/proc/loadavg: 3.70 3.90 3.57 5/190 14155
/proc/meminfo: memFree=12259432/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=81164 CPUtime=1.48 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 4902 0 0 0 148 0 0 0 25 0 1 0 489801567 83111936 4836 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 20291 4836 722 445 0 13835 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81164

[startup+3.10026 s]
/proc/loadavg: 3.70 3.90 3.57 5/190 14155
/proc/meminfo: memFree=12243192/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=90092 CPUtime=3.08 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 5959 0 0 0 308 0 0 0 25 0 1 0 489801567 92254208 5893 33554432000 4194304 6016207 140734202674960 18446744073709551615 4378033 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 22523 5893 734 445 0 16067 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90092

[startup+6.3007 s]
/proc/loadavg: 3.70 3.90 3.57 5/190 14182
/proc/meminfo: memFree=12222068/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=90092 CPUtime=6.28 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 7145 0 0 0 628 0 0 0 25 0 1 0 489801567 92254208 7079 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 22523 7079 734 445 0 16067 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90092

[startup+12.7005 s]
/proc/loadavg: 3.75 3.91 3.57 5/190 14182
/proc/meminfo: memFree=12155496/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=99492 CPUtime=12.69 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 10490 0 0 0 1268 1 0 0 25 0 1 0 489801567 101879808 10424 33554432000 4194304 6016207 140734202674960 18446744073709551615 4513215 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 24873 10424 734 445 0 18417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99492

[startup+25.5002 s]
/proc/loadavg: 3.79 3.91 3.58 5/190 14183
/proc/meminfo: memFree=12101116/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=109008 CPUtime=25.49 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 12286 0 0 0 2548 1 0 0 25 0 1 0 489801567 111624192 12215 33554432000 4194304 6016207 140734202674960 18446744073709551615 4424479 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 27252 12215 734 445 0 20796 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109008

[startup+51.1005 s]
/proc/loadavg: 3.86 3.92 3.58 5/190 14183
/proc/meminfo: memFree=12051300/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=128544 CPUtime=51.09 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 14199 0 0 0 5107 2 0 0 25 0 1 0 489801567 131629056 14128 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 32136 14128 734 445 0 25680 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128544

[startup+102.306 s]
/proc/loadavg: 3.94 3.93 3.61 5/190 14185
/proc/meminfo: memFree=11981104/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=128544 CPUtime=102.29 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 16174 0 0 0 10227 2 0 0 25 0 1 0 489801567 131629056 16103 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 32136 16103 734 445 0 25680 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 128544

[startup+162.301 s]
/proc/loadavg: 3.98 3.94 3.63 5/190 14186
/proc/meminfo: memFree=11903096/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=139460 CPUtime=162.29 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 20260 0 0 0 16226 3 0 0 25 0 1 0 489801567 142807040 20189 33554432000 4194304 6016207 140734202674960 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 34865 20189 738 445 0 28409 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 139460

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.65 5/190 14188
/proc/meminfo: memFree=11819740/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=173656 CPUtime=222.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 26047 0 0 0 22225 5 0 0 25 0 1 0 489801567 177823744 25974 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 43414 25974 736 445 0 36958 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 173656

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.67 5/190 14190
/proc/meminfo: memFree=11770496/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=173656 CPUtime=282.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 27418 0 0 0 28225 5 0 0 25 0 1 0 489801567 177823744 27345 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 43414 27345 736 445 0 36958 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 173656

[startup+342.3 s]
/proc/loadavg: 3.99 3.96 3.68 5/190 14191
/proc/meminfo: memFree=11739356/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=173656 CPUtime=342.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 29288 0 0 0 34225 5 0 0 25 0 1 0 489801567 177823744 29213 33554432000 4194304 6016207 140734202674960 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 43414 29213 765 445 0 36958 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 173656

[startup+402.3 s]
/proc/loadavg: 3.99 3.96 3.70 5/190 14193
/proc/meminfo: memFree=11717392/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=173656 CPUtime=402.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 29441 0 0 0 40225 5 0 0 25 0 1 0 489801567 177823744 29366 33554432000 4194304 6016207 140734202674960 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 43414 29366 765 445 0 36958 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 173656

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.72 5/190 14194
/proc/meminfo: memFree=11677320/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=185920 CPUtime=462.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 32010 0 0 0 46224 6 0 0 25 0 1 0 489801567 190382080 31935 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 46480 31935 765 445 0 40024 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185920

[startup+522.3 s]
/proc/loadavg: 4.03 3.99 3.74 5/190 14196
/proc/meminfo: memFree=11653612/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=522.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 33616 0 0 0 52224 6 0 0 25 0 1 0 489801567 203079680 33541 33554432000 4194304 6016207 140734202674960 18446744073709551615 4381578 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 33541 765 445 0 43124 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 198320

[startup+582.3 s]
/proc/loadavg: 4.01 3.99 3.75 5/190 14198
/proc/meminfo: memFree=11642056/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=582.3 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 33622 0 0 0 58224 6 0 0 25 0 1 0 489801567 203079680 33545 33554432000 4194304 6016207 140734202674960 18446744073709551615 4371075 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 33545 765 445 0 43124 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 198320

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.76 5/190 14199
/proc/meminfo: memFree=11600492/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=642.31 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 35364 0 0 0 64225 6 0 0 25 0 1 0 489801567 203079680 35275 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 35275 765 445 0 43124 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 198320

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.77 5/190 14201
/proc/meminfo: memFree=11546036/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=702.31 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 35520 0 0 0 70224 7 0 0 25 0 1 0 489801567 203079680 35417 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 35417 765 445 0 43124 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 198320

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 3.79 5/190 14202
/proc/meminfo: memFree=11509684/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=762.32 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 37727 0 0 0 76224 8 0 0 25 0 1 0 489801567 203079680 37592 33554432000 4194304 6016207 140734202674960 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 37592 772 445 0 43124 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 198320

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.81 5/190 14204
/proc/meminfo: memFree=11494292/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=822.32 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 38041 0 0 0 82224 8 0 0 25 0 1 0 489801567 203079680 37906 33554432000 4194304 6016207 140734202674960 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 37906 772 445 0 43124 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 198320

[startup+882.301 s]
/proc/loadavg: 4.03 4.01 3.82 5/190 14206
/proc/meminfo: memFree=11471576/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=882.32 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 38052 0 0 0 88224 8 0 0 25 0 1 0 489801567 203079680 37905 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 37905 772 445 0 43124 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 198320

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.82 5/190 14207
/proc/meminfo: memFree=11419976/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=198320 CPUtime=942.32 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 38066 0 0 0 94224 8 0 0 25 0 1 0 489801567 203079680 37919 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 49580 37919 772 445 0 43124 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 198320

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 14209
/proc/meminfo: memFree=11410780/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=252416 CPUtime=1002.32 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 39119 0 0 0 100224 8 0 0 25 0 1 0 489801567 258473984 38923 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 63104 38923 772 445 0 56648 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 252416

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 14210
/proc/meminfo: memFree=11390676/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=252416 CPUtime=1062.32 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 41224 0 0 0 106224 8 0 0 25 0 1 0 489801567 258473984 41028 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425534 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 63104 41028 772 445 0 56648 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 252416

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 14212
/proc/meminfo: memFree=11357676/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=252416 CPUtime=1122.33 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 41857 0 0 0 112224 9 0 0 25 0 1 0 489801567 258473984 41661 33554432000 4194304 6016207 140734202674960 18446744073709551615 4424496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 63104 41661 772 445 0 56648 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 252416

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 14214
/proc/meminfo: memFree=11338928/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=252416 CPUtime=1182.33 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 41947 0 0 0 118224 9 0 0 25 0 1 0 489801567 258473984 41732 33554432000 4194304 6016207 140734202674960 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 63104 41732 772 445 0 56648 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 252416

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 14215
/proc/meminfo: memFree=11335936/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=252416 CPUtime=1242.33 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 42024 0 0 0 124224 9 0 0 25 0 1 0 489801567 258473984 41809 33554432000 4194304 6016207 140734202674960 18446744073709551615 4426191 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 63104 41809 772 445 0 56648 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 252416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.86 5/190 14226
/proc/meminfo: memFree=11330564/32951124 swapFree=67111528/67111528
[pid=14097] ppid=14095 vsize=252416 CPUtime=1300.04 cores=0,2
/proc/14097/stat : 14097 (qutersat_releas) R 14095 14097 12283 0 -1 4202496 43110 0 0 0 129994 10 0 0 25 0 1 0 489801567 258473984 42870 33554432000 4194304 6016207 140734202674960 18446744073709551615 4536720 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14097/statm: 63104 42870 767 445 0 56648 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 252416

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.108983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 252416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43115
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= 35
involuntary context switches= 2490

runsolver used 2.29065 second user time and 4.81327 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 03:40:11
IDJOB=3290129
IDBENCH=83420
IDSOLVER=1607
FILE ID=node104/3290129-1303782011
RUNJOBID= node104-1303782011-14085
PBS_JOBID= 13157188
Free space on /tmp= 71132 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290129-1303782011/watcher-3290129-1303782011 -o /tmp/evaluation-result-3290129-1303782011/solver-3290129-1303782011 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3290129-1303782011.cnf 1126970106

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=1126970106

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:      12333076 kB
Buffers:       2288276 kB
Cached:       17683024 kB
SwapCached:          0 kB
Active:       11025120 kB
Inactive:      9010560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12333076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:       64612 kB
Mapped:          14484 kB
Slab:           517476 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191496 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= 71124 MiB
End job on node104 at 2011-04-26 04:01:53