Trace number 3384456

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) 5000.08 4999.93

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 1116 #clause: 4312
0.00/0.00	c Find Units :         84
0.00/0.00	c Find Invs  :         80
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :        592 AvgFaninNum: 2.03378
0.00/0.00	c Find Ite   :         40
0.00/0.00	c UnDirect variable: 1076
0.00/0.01	c UnDirect to Direct Gate: 450
0.00/0.01	c Forced Direct Gate: 278 Unuse unDirect Gate: 474
0.00/0.01	c Break Cycle : 35
0.00/0.01	c Total Root : 165 Undef Var: 661
0.00/0.01	c After covering, Total Root: 186 Leaf: 426
0.00/0.01	c Variable( cover/uncovered/unused ): 881 235 0
0.00/0.01	c Unit Clauses: 84
0.00/0.01	c Binary Clauses( cover/uncovered ): 106 94
0.00/0.01	c Clauses( cover/uncovered ): 1684 2344
0.00/0.01	c Total Clauses( cover/uncovered ): 1874 2438 43.4601%
0.00/0.01	c Covered Ands: 0 Invs: 53 Xors: 368 Ites: 34
0.00/0.01	c Uncover Clauses avg size: 3.35849 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     592       0    2363      6442
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: 2375
0.00/0.03	c TmMap: Origin: 7035 ClauseNum: 19326 --> New: 3412 ClauseNum: 11844
0.00/0.03	c TmMap: Time: 0.01
0.00/0.04	c Try to Add: #clause: 6525 #xorclause: 0
0.00/0.04	c #var: 1048 #clauses: 3736 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	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-3384456-1305550264/watcher-3384456-1305550264 -o /tmp/evaluation-result-3384456-1305550264/solver-3384456-1305550264 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384456-1305550264.cnf 386594312 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 2/312 3670
/proc/meminfo: memFree=17288496/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 1880 0 0 0 0 0 0 0 19 0 1 0 666624587 33140736 1816 33554432000 4194304 6014671 140734081015840 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 8091 1818 378 445 0 1636 0

[startup+0.0745149 s]
/proc/loadavg: 2.06 2.03 2.00 2/312 3670
/proc/meminfo: memFree=17288496/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=48760 CPUtime=0.06 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 4401 0 0 0 6 0 0 0 19 0 1 0 666624587 49930240 4337 33554432000 4194304 6014671 140734081015840 18446744073709551615 4378639 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 12190 4337 726 445 0 5735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48760

[startup+0.100521 s]
/proc/loadavg: 2.06 2.03 2.00 2/312 3670
/proc/meminfo: memFree=17288496/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=48760 CPUtime=0.09 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 4428 0 0 0 9 0 0 0 19 0 1 0 666624587 49930240 4364 33554432000 4194304 6014671 140734081015840 18446744073709551615 246516530714 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 12190 4364 727 445 0 5735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48760

[startup+0.30047 s]
/proc/loadavg: 2.06 2.03 2.00 2/312 3670
/proc/meminfo: memFree=17288496/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=57204 CPUtime=0.29 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 4572 0 0 0 29 0 0 0 20 0 1 0 666624587 58576896 4508 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 14301 4508 728 445 0 7846 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57204

[startup+0.700402 s]
/proc/loadavg: 2.06 2.03 2.00 2/312 3670
/proc/meminfo: memFree=17288496/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=57204 CPUtime=0.69 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 4776 0 0 0 69 0 0 0 20 0 1 0 666624587 58576896 4712 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 14301 4712 728 445 0 7846 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57204

[startup+1.50025 s]
/proc/loadavg: 2.05 2.03 2.00 3/313 3671
/proc/meminfo: memFree=17270756/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=74576 CPUtime=1.49 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 5291 0 0 0 149 0 0 0 23 0 1 0 666624587 76365824 5227 33554432000 4194304 6014671 140734081015840 18446744073709551615 4379216 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 18644 5227 728 445 0 12189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74576

[startup+3.10096 s]
/proc/loadavg: 2.05 2.03 2.00 3/313 3671
/proc/meminfo: memFree=17268044/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=83412 CPUtime=3.09 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 7320 0 0 0 309 0 0 0 25 0 1 0 666624587 85413888 7256 33554432000 4194304 6014671 140734081015840 18446744073709551615 4422830 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 20853 7256 729 445 0 14398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83412

[startup+6.30038 s]
/proc/loadavg: 2.05 2.03 2.00 3/313 3671
/proc/meminfo: memFree=17259108/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=92424 CPUtime=6.29 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 7781 0 0 0 629 0 0 0 25 0 1 0 666624587 94642176 7717 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 23106 7717 729 445 0 16651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92424

[startup+12.7002 s]
/proc/loadavg: 2.04 2.03 2.00 3/313 3671
/proc/meminfo: memFree=17249668/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=92424 CPUtime=12.69 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 10082 0 0 0 1268 1 0 0 25 0 1 0 666624587 94642176 10008 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424585 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 23106 10008 729 445 0 16651 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92424

[startup+25.5009 s]
/proc/loadavg: 2.04 2.03 2.00 3/313 3672
/proc/meminfo: memFree=17239612/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=101860 CPUtime=25.49 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 12626 0 0 0 2548 1 0 0 25 0 1 0 666624587 104304640 12552 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 25465 12552 729 445 0 19010 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101860

[startup+51.1002 s]
/proc/loadavg: 2.02 2.02 2.00 3/313 3672
/proc/meminfo: memFree=17214396/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=111648 CPUtime=51.09 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 15134 0 0 0 5107 2 0 0 25 0 1 0 666624587 114327552 15055 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 27912 15055 729 445 0 21457 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111648

[startup+102.312 s]
/proc/loadavg: 2.01 2.02 2.00 3/313 3674
/proc/meminfo: memFree=17182000/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=121720 CPUtime=102.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 18135 0 0 0 10228 2 0 0 25 0 1 0 666624587 124641280 18056 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 30430 18056 733 445 0 23975 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 121720

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/313 3675
/proc/meminfo: memFree=17156148/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=132420 CPUtime=162.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 23101 0 0 0 16227 3 0 0 25 0 1 0 666624587 135598080 23018 33554432000 4194304 6014671 140734081015840 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 33105 23018 761 445 0 26650 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 132420

[startup+222.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/313 3677
/proc/meminfo: memFree=17143940/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=132420 CPUtime=222.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 24024 0 0 0 22227 3 0 0 25 0 1 0 666624587 135598080 23921 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 33105 23921 741 445 0 26650 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 132420

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/313 3679
/proc/meminfo: memFree=17140412/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=132420 CPUtime=282.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 24817 0 0 0 28227 3 0 0 25 0 1 0 666624587 135598080 24713 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 33105 24713 742 445 0 26650 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132420

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/313 3680
/proc/meminfo: memFree=17115444/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=155980 CPUtime=342.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 29642 0 0 0 34226 4 0 0 25 0 1 0 666624587 159723520 29538 33554432000 4194304 6014671 140734081015840 18446744073709551615 4383650 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 38995 29538 742 445 0 32540 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155980

[startup+402.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/313 3682
/proc/meminfo: memFree=17112656/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=155980 CPUtime=402.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 29974 0 0 0 40226 4 0 0 25 0 1 0 666624587 159723520 29870 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 38995 29870 742 445 0 32540 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 155980

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/313 3683
/proc/meminfo: memFree=17071572/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=156108 CPUtime=462.3 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 31945 0 0 0 46226 4 0 0 25 0 1 0 666624587 159854592 31839 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 39027 31839 741 445 0 32572 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 156108

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/313 3685
/proc/meminfo: memFree=17060216/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=205108 CPUtime=522.31 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 34815 0 0 0 52226 5 0 0 25 0 1 0 666624587 210030592 34697 33554432000 4194304 6014671 140734081015840 18446744073709551615 4378668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 51277 34697 729 445 0 44822 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 205108

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/313 3687
/proc/meminfo: memFree=17051252/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=205108 CPUtime=582.31 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 35847 0 0 0 58226 5 0 0 25 0 1 0 666624587 210030592 35729 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 51277 35729 729 445 0 44822 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 205108

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/313 3822
/proc/meminfo: memFree=13238796/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4062.43 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 77728 0 0 0 406231 12 0 0 25 0 1 0 666624587 433610752 76628 33554432000 4194304 6014671 140734081015840 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 76628 729 445 0 99407 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 423448

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/313 3824
/proc/meminfo: memFree=13217784/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4122.42 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 77728 0 0 0 412230 12 0 0 25 0 1 0 666624587 433610752 76628 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 76628 729 445 0 99407 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 423448

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/313 3826
/proc/meminfo: memFree=13212404/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4182.42 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 77728 0 0 0 418230 12 0 0 25 0 1 0 666624587 433610752 76628 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 76628 729 445 0 99407 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 423448

[startup+4242.3 s]
/proc/loadavg: 1.95 1.99 1.99 2/308 3853
/proc/meminfo: memFree=17220432/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4242.42 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 77728 0 0 0 424230 12 0 0 25 0 1 0 666624587 433610752 76628 33554432000 4194304 6014671 140734081015840 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 76628 729 445 0 99407 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 423448

[startup+4302.3 s]
/proc/loadavg: 1.39 1.82 1.94 2/307 3855
/proc/meminfo: memFree=17220972/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4302.42 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 77728 0 0 0 430230 12 0 0 25 0 1 0 666624587 433610752 76628 33554432000 4194304 6014671 140734081015840 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 76628 729 445 0 99407 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 423448

[startup+4362.3 s]
/proc/loadavg: 1.14 1.67 1.87 2/307 3856
/proc/meminfo: memFree=17209288/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4362.42 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 81062 0 0 0 436230 12 0 0 25 0 1 0 666624587 433610752 79962 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 79962 729 445 0 99407 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 423448

[startup+4422.3 s]
/proc/loadavg: 1.05 1.55 1.82 2/307 3861
/proc/meminfo: memFree=17201000/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4422.42 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 83158 0 0 0 442229 13 0 0 25 0 1 0 666624587 433610752 82058 33554432000 4194304 6014671 140734081015840 18446744073709551615 4391519 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 82058 729 445 0 99407 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 423448

[startup+4482.3 s]
/proc/loadavg: 1.02 1.44 1.76 2/307 3863
/proc/meminfo: memFree=17182712/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4482.43 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 87592 0 0 0 448229 14 0 0 25 0 1 0 666624587 433610752 86492 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86492 729 445 0 99407 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 423448

[startup+4542.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/307 3864
/proc/meminfo: memFree=17182688/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4542.43 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 87592 0 0 0 454229 14 0 0 25 0 1 0 666624587 433610752 86491 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86491 729 445 0 99407 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 423448

[startup+4602.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/307 3866
/proc/meminfo: memFree=17182028/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4602.44 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 87592 0 0 0 460230 14 0 0 25 0 1 0 666624587 433610752 86486 33554432000 4194304 6014671 140734081015840 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86486 729 445 0 99407 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 423448

[startup+4662.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/307 3867
/proc/meminfo: memFree=17180024/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4662.43 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 88096 0 0 0 466229 14 0 0 25 0 1 0 666624587 433610752 86981 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86981 729 445 0 99407 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 423448

[startup+4722.31 s]
/proc/loadavg: 1.00 1.19 1.58 2/307 3869
/proc/meminfo: memFree=17180596/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4722.45 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 88096 0 0 0 472231 14 0 0 25 0 1 0 666624587 433610752 86981 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86981 729 445 0 99407 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 423448

[startup+4782.3 s]
/proc/loadavg: 1.16 1.20 1.55 2/307 3871
/proc/meminfo: memFree=17180568/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4782.44 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 88096 0 0 0 478230 14 0 0 25 0 1 0 666624587 433610752 86975 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86975 729 445 0 99407 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 423448

[startup+4842.3 s]
/proc/loadavg: 1.16 1.19 1.53 2/307 3872
/proc/meminfo: memFree=17180540/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4842.44 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 88096 0 0 0 484230 14 0 0 25 0 1 0 666624587 433610752 86975 33554432000 4194304 6014671 140734081015840 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 86975 729 445 0 99407 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 423448

[startup+4902.3 s]
/proc/loadavg: 1.13 1.17 1.50 2/307 3874
/proc/meminfo: memFree=17174304/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4902.44 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 89726 0 0 0 490230 14 0 0 25 0 1 0 666624587 433610752 88605 33554432000 4194304 6014671 140734081015840 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 88605 729 445 0 99407 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 423448

[startup+4962.3 s]
/proc/loadavg: 1.04 1.14 1.46 2/307 3875
/proc/meminfo: memFree=17171676/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=4962.44 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 90393 0 0 0 496230 14 0 0 25 0 1 0 666624587 433610752 89257 33554432000 4194304 6014671 140734081015840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 89257 729 445 0 99407 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 423448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.07 1.14 1.45 2/307 3876
/proc/meminfo: memFree=17171652/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=5000.05 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 90408 0 0 0 499991 14 0 0 25 0 1 0 666624587 433610752 89263 33554432000 4194304 6014671 140734081015840 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 89263 729 445 0 99407 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 423448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 1.07 1.14 1.45 2/307 3876
/proc/meminfo: memFree=17171652/32951124 swapFree=54450792/67111528
[pid=3670] ppid=3668 vsize=423448 CPUtime=5000.05 cores=1,3,5,7
/proc/3670/stat : 3670 (qutersat_releas) R 3668 3670 3075 0 -1 4202496 90408 0 0 0 499991 14 0 0 25 0 1 0 666624587 433610752 89263 33554432000 4194304 6014671 140734081015840 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3670/statm: 105862 89263 729 445 0 99407 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 423448

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4999.92
CPU system time (s): 0.159975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 423448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.92
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 7936

runsolver used 13.5729 second user time and 34.2168 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 14:51:04
IDJOB=3384456
IDBENCH=83430
IDSOLVER=1868
FILE ID=node134/3384456-1305550264
RUNJOBID= node134-1305540197-3097
PBS_JOBID= 13329219
Free space on /tmp= 73588 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384456-1305550264/watcher-3384456-1305550264 -o /tmp/evaluation-result-3384456-1305550264/solver-3384456-1305550264 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384456-1305550264.cnf 386594312

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=386594312

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17288900 kB
Buffers:        146948 kB
Cached:         653252 kB
SwapCached:      16428 kB
Active:        4334664 kB
Inactive:     11095116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17288900 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:            1740 kB
Writeback:           0 kB
AnonPages:    14620508 kB
Mapped:          16312 kB
Slab:            97240 kB
PageTables:      73120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59848800 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73592 MiB
End job on node134 at 2011-05-16 16:14:26