Trace number 3290175

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.06 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
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: 1404 #clause: 7572
0.00/0.01	c Find Units :        140
0.00/0.01	c Find Invs  :         96
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        736 AvgFaninNum: 2.53804
0.00/0.01	c Find Ite   :         48
0.00/0.01	c UnDirect variable: 1356
0.00/0.01	c UnDirect to Direct Gate: 572
0.00/0.01	c Forced Direct Gate: 354 Unuse unDirect Gate: 580
0.00/0.01	c Break Cycle : 59
0.00/0.01	c Total Root : 178 Undef Var: 843
0.00/0.01	c After covering, Total Root: 187 Leaf: 568
0.00/0.01	c Variable( cover/uncovered/unused ): 1129 275 0
0.00/0.01	c Unit Clauses: 140
0.00/0.01	c Binary Clauses( cover/uncovered ): 178 62
0.00/0.01	c Clauses( cover/uncovered ): 3100 4092
0.00/0.01	c Total Clauses( cover/uncovered ): 3418 4154 45.14%
0.00/0.01	c Covered Ands: 0 Invs: 89 Xors: 446 Ites: 26
0.00/0.02	c Uncover Clauses avg size: 3.9923 max size: 5
0.00/0.02	c Final circuit: i/l/o/s     717       0    3970     11150
0.00/0.02	c CnfToAig: Time: 0.01 s
0.03/0.05	c TmMap: Set choices finish.
0.03/0.05	c TmMap: Set big and: 4685
0.03/0.05	c TmMap: Origin: 11868 ClauseNum: 33450 --> New: 6077 ClauseNum: 21856
0.03/0.05	c TmMap: Time: 0
0.03/0.06	c Try to Add: #clause: 9726 #xorclause: 585
0.03/0.06	c #var: 2106 #clauses: 4681 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-3290175-1303782011/watcher-3290175-1303782011 -o /tmp/evaluation-result-3290175-1303782011/solver-3290175-1303782011 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3290175-1303782011.cnf 1126970106 

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: 3.68 3.90 3.57 4/184 14117
/proc/meminfo: memFree=12302516/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=28644 CPUtime=0 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 708 0 0 0 0 0 0 0 22 0 1 0 489801588 29331456 642 33554432000 4194304 6016207 140737126626528 18446744073709551615 230808859707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14117/statm: 7161 656 289 445 0 705 0

[startup+0.0401501 s]
/proc/loadavg: 3.68 3.90 3.57 4/184 14117
/proc/meminfo: memFree=12302516/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=39532 CPUtime=0.03 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 4018 0 0 0 3 0 0 0 22 0 1 0 489801588 40480768 3953 33554432000 4194304 6016207 140737126626528 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 9883 3954 670 445 0 3427 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 39532

[startup+0.101135 s]
/proc/loadavg: 3.68 3.90 3.57 4/184 14117
/proc/meminfo: memFree=12302516/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=51832 CPUtime=0.09 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 4978 0 0 0 9 0 0 0 22 0 1 0 489801588 53075968 4912 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 12958 4912 726 445 0 6502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51832

[startup+0.300136 s]
/proc/loadavg: 3.68 3.90 3.57 4/184 14117
/proc/meminfo: memFree=12302516/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=60312 CPUtime=0.28 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 5235 0 0 0 28 0 0 0 23 0 1 0 489801588 61759488 5169 33554432000 4194304 6016207 140737126626528 18446744073709551615 4385610 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 15078 5169 729 445 0 8622 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60312

[startup+0.7011 s]
/proc/loadavg: 3.68 3.90 3.57 4/184 14117
/proc/meminfo: memFree=12302516/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=60312 CPUtime=0.69 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 5582 0 0 0 69 0 0 0 25 0 1 0 489801588 61759488 5516 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 15078 5516 729 445 0 8622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60312

[startup+1.50094 s]
/proc/loadavg: 3.70 3.90 3.57 5/190 14155
/proc/meminfo: memFree=12256704/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=77976 CPUtime=1.48 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 6460 0 0 0 148 0 0 0 25 0 1 0 489801588 79847424 6394 33554432000 4194304 6016207 140737126626528 18446744073709551615 4380245 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 19494 6394 729 445 0 13038 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 77976

[startup+3.10063 s]
/proc/loadavg: 3.70 3.90 3.57 5/190 14155
/proc/meminfo: memFree=12241828/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=86996 CPUtime=3.08 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 7647 0 0 0 308 0 0 0 25 0 1 0 489801588 89083904 7581 33554432000 4194304 6016207 140737126626528 18446744073709551615 4379928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 21749 7581 733 445 0 15293 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 86996

[startup+6.30106 s]
/proc/loadavg: 3.70 3.90 3.57 5/190 14182
/proc/meminfo: memFree=12221048/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=105344 CPUtime=6.29 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 10540 0 0 0 628 1 0 0 25 0 1 0 489801588 107872256 10474 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424334 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 26336 10474 733 445 0 19880 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105344

[startup+12.7009 s]
/proc/loadavg: 3.75 3.91 3.57 5/190 14182
/proc/meminfo: memFree=12155496/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=115520 CPUtime=12.69 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 15897 0 0 0 1267 2 0 0 25 0 1 0 489801588 118292480 15831 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 28880 15831 734 445 0 22424 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115520

[startup+25.5006 s]
/proc/loadavg: 3.79 3.91 3.58 5/190 14183
/proc/meminfo: memFree=12100876/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=125424 CPUtime=25.49 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 20521 0 0 0 2546 3 0 0 25 0 1 0 489801588 128434176 20454 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424608 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 31356 20454 733 445 0 24900 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125424

[startup+51.1009 s]
/proc/loadavg: 3.86 3.92 3.58 5/190 14183
/proc/meminfo: memFree=12051052/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=135616 CPUtime=51.08 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 24365 0 0 0 5105 3 0 0 25 0 1 0 489801588 138870784 24298 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 33904 24298 733 445 0 27448 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 135616

[startup+102.306 s]
/proc/loadavg: 3.94 3.93 3.61 5/190 14185
/proc/meminfo: memFree=11980732/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=216304 CPUtime=102.3 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 35791 0 0 0 10224 6 0 0 25 0 1 0 489801588 221495296 35724 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 54076 35724 733 445 0 47620 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 216304

[startup+162.301 s]
/proc/loadavg: 3.98 3.94 3.63 5/190 14186
/proc/meminfo: memFree=11902972/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=323824 CPUtime=162.29 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 42214 0 0 0 16223 6 0 0 25 0 1 0 489801588 331595776 42119 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 80956 42119 759 445 0 74500 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 323824

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.65 5/190 14188
/proc/meminfo: memFree=11819492/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=323824 CPUtime=222.29 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 43023 0 0 0 22223 6 0 0 25 0 1 0 489801588 331595776 42868 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 80956 42868 759 445 0 74500 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 323824

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.67 5/190 14190
/proc/meminfo: memFree=11770372/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=323824 CPUtime=282.29 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 50546 0 0 0 28222 7 0 0 25 0 1 0 489801588 331595776 50300 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424388 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 80956 50300 759 445 0 74500 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 323824

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.68 5/190 14191
/proc/meminfo: memFree=11739356/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=323824 CPUtime=342.3 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 52500 0 0 0 34222 8 0 0 25 0 1 0 489801588 331595776 52147 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 80956 52147 759 445 0 74500 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 323824

[startup+402.301 s]
/proc/loadavg: 3.99 3.96 3.70 5/190 14193
/proc/meminfo: memFree=11717392/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=323824 CPUtime=402.3 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 56917 0 0 0 40221 9 0 0 25 0 1 0 489801588 331595776 56418 33554432000 4194304 6016207 140737126626528 18446744073709551615 4567808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 80956 56418 733 445 0 74500 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 323824

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.72 5/190 14194
/proc/meminfo: memFree=11677320/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=501088 CPUtime=462.3 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 66848 0 0 0 46220 10 0 0 25 0 1 0 489801588 513114112 61901 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 125272 61901 733 445 0 118816 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 501088

[startup+522.301 s]
/proc/loadavg: 4.03 3.99 3.74 5/190 14196
/proc/meminfo: memFree=11653488/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=522.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 71093 0 0 0 52220 11 0 0 25 0 1 0 489801588 575488000 66146 33554432000 4194304 6016207 140737126626528 18446744073709551615 4380924 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 66146 733 445 0 134044 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 562000

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.75 5/190 14198
/proc/meminfo: memFree=11642056/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=582.3 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 73764 0 0 0 58219 11 0 0 25 0 1 0 489801588 575488000 68817 33554432000 4194304 6016207 140737126626528 18446744073709551615 4513204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 68817 733 445 0 134044 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 562000

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.76 5/190 14199
/proc/meminfo: memFree=11600368/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=642.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 78625 0 0 0 64219 12 0 0 25 0 1 0 489801588 575488000 73678 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 73678 733 445 0 134044 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 562000

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.77 5/190 14201
/proc/meminfo: memFree=11545912/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=702.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 82602 0 0 0 70218 13 0 0 25 0 1 0 489801588 575488000 77655 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 77655 733 445 0 134044 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 562000

[startup+762.307 s]
/proc/loadavg: 4.05 4.00 3.79 5/190 14202
/proc/meminfo: memFree=11509684/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=762.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 86557 0 0 0 76218 13 0 0 25 0 1 0 489801588 575488000 81610 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 81610 733 445 0 134044 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 562000

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.81 5/190 14204
/proc/meminfo: memFree=11494044/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=822.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 89066 0 0 0 82218 13 0 0 25 0 1 0 489801588 575488000 84119 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 84119 733 445 0 134044 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 562000

[startup+882.301 s]
/proc/loadavg: 4.03 4.01 3.82 5/190 14206
/proc/meminfo: memFree=11471204/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=882.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 91522 0 0 0 88217 14 0 0 25 0 1 0 489801588 575488000 86575 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 86575 733 445 0 134044 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 562000

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.82 5/190 14207
/proc/meminfo: memFree=11419852/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=942.31 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 92185 0 0 0 94217 14 0 0 25 0 1 0 489801588 575488000 87238 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 87238 733 445 0 134044 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 562000

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 14209
/proc/meminfo: memFree=11410780/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=1002.32 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 92288 0 0 0 100218 14 0 0 25 0 1 0 489801588 575488000 87341 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 87341 733 445 0 134044 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 562000

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 14210
/proc/meminfo: memFree=11390552/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=1062.32 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 92374 0 0 0 106218 14 0 0 25 0 1 0 489801588 575488000 87427 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 87427 733 445 0 134044 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 562000

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 14212
/proc/meminfo: memFree=11357552/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=1122.32 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 92615 0 0 0 112218 14 0 0 25 0 1 0 489801588 575488000 87668 33554432000 4194304 6016207 140737126626528 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 87668 733 445 0 134044 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 562000

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 14214
/proc/meminfo: memFree=11338928/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=1182.33 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 93024 0 0 0 118218 15 0 0 25 0 1 0 489801588 575488000 88077 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 88077 733 445 0 134044 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 562000

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 14215
/proc/meminfo: memFree=11335936/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=1242.33 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 93111 0 0 0 124218 15 0 0 25 0 1 0 489801588 575488000 88164 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 88164 733 445 0 134044 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 562000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.86 4/188 14227
/proc/meminfo: memFree=11498600/32951124 swapFree=67111528/67111528
[pid=14117] ppid=14115 vsize=562000 CPUtime=1300.04 cores=4,6
/proc/14117/stat : 14117 (qutersat_releas) R 14115 14117 12283 0 -1 4202496 93137 0 0 0 129989 15 0 0 25 0 1 0 489801588 575488000 88190 33554432000 4194304 6016207 140737126626528 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14117/statm: 140500 88190 733 445 0 134044 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 562000

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.06
CPU user time (s): 1299.89
CPU system time (s): 0.166974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 562000

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

runsolver used 2.34564 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 03:40:11
IDJOB=3290175
IDBENCH=83421
IDSOLVER=1607
FILE ID=node104/3290175-1303782011
RUNJOBID= node104-1303782011-14086
PBS_JOBID= 13157188
Free space on /tmp= 71128 MiB

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

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
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:      12302672 kB
Buffers:       2288284 kB
Cached:       17686508 kB
SwapCached:          0 kB
Active:       11055340 kB
Inactive:      9010608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12302672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5448 kB
Writeback:           0 kB
AnonPages:       90220 kB
Mapped:          17976 kB
Slab:           517476 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   286284 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= 71128 MiB
End job on node104 at 2011-04-26 04:01:53