Trace number 3384446

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.07 4999.93

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 2808 #clause: 30432
0.00/0.04	c Find Units :        280
0.00/0.04	c Find Invs  :        192
0.00/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.05	c Find Xors  :       1520 AvgFaninNum: 2.52105
0.00/0.05	c Find Ite   :         48
0.00/0.05	c UnDirect variable: 2760
0.00/0.05	c UnDirect to Direct Gate: 1084
0.00/0.05	c Forced Direct Gate: 657 Unuse unDirect Gate: 1228
0.00/0.05	c Break Cycle : 84
0.00/0.05	c Total Root : 330 Undef Var: 1760
0.00/0.05	c After covering, Total Root: 355 Leaf: 1089
0.00/0.05	c Variable( cover/uncovered/unused ): 2137 671 0
0.00/0.05	c Unit Clauses: 280
0.00/0.05	c Binary Clauses( cover/uncovered ): 368 16
0.00/0.05	c Clauses( cover/uncovered ): 5404 24364
0.00/0.05	c Total Clauses( cover/uncovered ): 6052 24380 19.887%
0.00/0.05	c Covered Ands: 0 Invs: 184 Xors: 830 Ites: 34
0.06/0.10	c Uncover Clauses avg size: 5.9324 max size: 8
0.06/0.10	c Final circuit: i/l/o/s    1491       0   23953     87196
0.06/0.10	c CnfToAig: Time: 0.07 s
0.26/0.31	c TmMap: Set choices finish.
0.26/0.35	c TmMap: Set big and: 33022
0.26/0.35	c TmMap: Origin: 88688 ClauseNum: 261588 --> New: 35914 ClauseNum: 158244
0.26/0.35	c TmMap: Time: 0.05
0.26/0.37	c Try to Add: #clause: 71644 #xorclause: 0
0.26/0.39	c #var: 11960 #clauses: 37070 Solving... 
5000.03/4999.91	c Time Out !!
5000.03/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-3384446-1305550203/watcher-3384446-1305550203 -o /tmp/evaluation-result-3384446-1305550203/solver-3384446-1305550203 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384446-1305550203.cnf 224962867 

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: 1.93 2.00 1.99 3/301 15182
/proc/meminfo: memFree=20074604/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=10844 CPUtime=0 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) S 15180 15182 14604 0 -1 4194304 98 0 0 0 0 0 0 0 21 0 1 0 647436225 11104256 54 33554432000 4194304 6014671 140734561140544 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/15182/statm: 2711 54 42 445 0 68 0

[startup+0.0361369 s]
/proc/loadavg: 1.93 2.00 1.99 3/301 15182
/proc/meminfo: memFree=20074604/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 2021 0 0 0 0 0 0 0 21 0 1 0 647436225 34189312 1958 33554432000 4194304 6014671 140734561140544 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 8347 1958 378 445 0 1892 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33388

[startup+0.101119 s]
/proc/loadavg: 1.93 2.00 1.99 3/301 15182
/proc/meminfo: memFree=20074604/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=42092 CPUtime=0.06 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 4267 0 0 0 6 0 0 0 21 0 1 0 647436225 43102208 4204 33554432000 4194304 6014671 140734561140544 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 10523 4204 398 445 0 4068 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 42092

[startup+0.301083 s]
/proc/loadavg: 1.93 2.00 1.99 3/301 15182
/proc/meminfo: memFree=20074604/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=81420 CPUtime=0.26 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 14439 0 0 0 25 1 0 0 22 0 1 0 647436225 83374080 14376 33554432000 4194304 6014671 140734561140544 18446744073709551615 4229912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 20355 14376 669 445 0 13900 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 81420

[startup+0.701004 s]
/proc/loadavg: 1.93 2.00 1.99 3/301 15182
/proc/meminfo: memFree=20074604/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=86668 CPUtime=0.66 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 15559 0 0 0 65 1 0 0 23 0 1 0 647436225 88748032 15496 33554432000 4194304 6014671 140734561140544 18446744073709551615 4422952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 21667 15496 726 445 0 15212 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 86668

[startup+1.50087 s]
/proc/loadavg: 1.93 2.00 1.99 3/302 15183
/proc/meminfo: memFree=20013712/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=105452 CPUtime=1.47 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 16396 0 0 0 145 2 0 0 25 0 1 0 647436225 107982848 16333 33554432000 4194304 6014671 140734561140544 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 26363 16333 727 445 0 19908 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 105452

[startup+3.10056 s]
/proc/loadavg: 1.93 2.00 1.99 3/302 15183
/proc/meminfo: memFree=20009620/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=115548 CPUtime=3.07 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 17361 0 0 0 305 2 0 0 25 0 1 0 647436225 118321152 17298 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 28887 17298 728 445 0 22432 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 115548

[startup+6.30097 s]
/proc/loadavg: 1.94 2.00 1.99 3/302 15183
/proc/meminfo: memFree=20004200/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=135132 CPUtime=6.27 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 18115 0 0 0 625 2 0 0 25 0 1 0 647436225 138375168 18052 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 33783 18052 728 445 0 27328 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 135132

[startup+12.7008 s]
/proc/loadavg: 1.94 2.00 1.99 3/302 15183
/proc/meminfo: memFree=20002352/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=135132 CPUtime=12.66 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 18540 0 0 0 1264 2 0 0 25 0 1 0 647436225 138375168 18477 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 33783 18477 728 445 0 27328 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 135132

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 1.99 3/302 15184
/proc/meminfo: memFree=19992812/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=135132 CPUtime=25.46 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 19053 0 0 0 2544 2 0 0 25 0 1 0 647436225 138375168 18990 33554432000 4194304 6014671 140734561140544 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 33783 18990 728 445 0 27328 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 135132

[startup+51.1007 s]
/proc/loadavg: 1.97 2.00 1.99 3/302 15184
/proc/meminfo: memFree=19957996/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=157148 CPUtime=51.07 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 23662 0 0 0 5104 3 0 0 25 0 1 0 647436225 160919552 23598 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 39287 23598 728 445 0 32832 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157148

[startup+102.311 s]
/proc/loadavg: 1.98 2.00 1.99 3/302 15186
/proc/meminfo: memFree=19895212/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=192604 CPUtime=102.27 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 32759 0 0 0 10223 4 0 0 25 0 1 0 647436225 197226496 32676 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 48151 32676 729 445 0 41696 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 192604

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/302 15187
/proc/meminfo: memFree=19862444/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=192604 CPUtime=162.27 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 36484 0 0 0 16222 5 0 0 25 0 1 0 647436225 197226496 36356 33554432000 4194304 6014671 140734561140544 18446744073709551615 4376261 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 48151 36356 737 445 0 41696 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 192604

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/302 15189
/proc/meminfo: memFree=19758488/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=192604 CPUtime=222.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 40445 0 0 0 22222 6 0 0 25 0 1 0 647436225 197226496 40152 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 48151 40152 745 445 0 41696 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 192604

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/302 15191
/proc/meminfo: memFree=19700544/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=222816 CPUtime=282.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 43845 0 0 0 28221 7 0 0 25 0 1 0 647436225 228163584 43552 33554432000 4194304 6014671 140734561140544 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 55704 43552 745 445 0 49249 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 222816

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15220
/proc/meminfo: memFree=21732724/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=222816 CPUtime=342.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 44410 0 0 0 34221 7 0 0 25 0 1 0 647436225 228163584 44117 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 55704 44117 745 445 0 49249 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 222816

[startup+402.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/302 15222
/proc/meminfo: memFree=21705636/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=222816 CPUtime=402.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 44718 0 0 0 40221 7 0 0 25 0 1 0 647436225 228163584 44425 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 55704 44425 745 445 0 49249 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 222816

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/302 15223
/proc/meminfo: memFree=21682284/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=293096 CPUtime=462.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 50031 0 0 0 46220 8 0 0 25 0 1 0 647436225 300130304 46589 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 73274 46589 743 445 0 66819 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 293096

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/302 15225
/proc/meminfo: memFree=21668724/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=364052 CPUtime=522.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 51303 0 0 0 52219 9 0 0 25 0 1 0 647436225 372789248 47861 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 91013 47861 743 445 0 84558 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 364052

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15227
/proc/meminfo: memFree=21648096/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=364052 CPUtime=582.28 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 56340 0 0 0 58218 10 0 0 25 0 1 0 647436225 372789248 52878 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 91013 52878 728 445 0 84558 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 364052

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15331
/proc/meminfo: memFree=21062368/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4062.41 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 151875 0 0 0 406203 38 0 0 25 0 1 0 647436225 860971008 142392 33554432000 4194304 6014671 140734561140544 18446744073709551615 220815934600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142392 728 445 0 203743 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 840792

[startup+4122.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/302 15333
/proc/meminfo: memFree=21052900/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4122.4 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 151876 0 0 0 412202 38 0 0 25 0 1 0 647436225 860971008 142393 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142393 728 445 0 203743 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 840792

[startup+4182.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/302 15335
/proc/meminfo: memFree=21052976/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4182.4 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 151876 0 0 0 418202 38 0 0 25 0 1 0 647436225 860971008 142393 33554432000 4194304 6014671 140734561140544 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142393 728 445 0 203743 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 840792

[startup+4242.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/302 15336
/proc/meminfo: memFree=21052196/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4242.4 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 151892 0 0 0 424202 38 0 0 25 0 1 0 647436225 860971008 142409 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142409 728 445 0 203743 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 840792

[startup+4302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/302 15347
/proc/meminfo: memFree=21068708/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4302.4 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 151892 0 0 0 430202 38 0 0 25 0 1 0 647436225 860971008 142409 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142409 728 445 0 203743 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 840792

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/302 15348
/proc/meminfo: memFree=21068792/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4362.4 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 151892 0 0 0 436202 38 0 0 25 0 1 0 647436225 860971008 142409 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142409 728 445 0 203743 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 840792

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/302 15350
/proc/meminfo: memFree=21066400/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4422.41 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152136 0 0 0 442203 38 0 0 25 0 1 0 647436225 860971008 142653 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142653 728 445 0 203743 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 840792

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/302 15352
/proc/meminfo: memFree=21064740/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4482.41 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152478 0 0 0 448203 38 0 0 25 0 1 0 647436225 860971008 142995 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142995 728 445 0 203743 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 840792

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15353
/proc/meminfo: memFree=21065084/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4542.41 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152479 0 0 0 454203 38 0 0 25 0 1 0 647436225 860971008 142996 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142996 728 445 0 203743 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 840792

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15355
/proc/meminfo: memFree=21064404/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4602.42 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152480 0 0 0 460204 38 0 0 25 0 1 0 647436225 860971008 142997 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423015 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142997 728 445 0 203743 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 840792

[startup+4662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/302 15356
/proc/meminfo: memFree=21065112/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4662.41 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152480 0 0 0 466203 38 0 0 25 0 1 0 647436225 860971008 142997 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142997 728 445 0 203743 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 840792

[startup+4722.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/302 15358
/proc/meminfo: memFree=21065192/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4722.42 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152481 0 0 0 472204 38 0 0 25 0 1 0 647436225 860971008 142998 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 142998 728 445 0 203743 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 840792

[startup+4782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/302 15360
/proc/meminfo: memFree=21064664/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4782.42 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152670 0 0 0 478203 39 0 0 25 0 1 0 647436225 860971008 143187 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 143187 728 445 0 203743 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 840792

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/302 15361
/proc/meminfo: memFree=21064016/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4842.42 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152770 0 0 0 484203 39 0 0 25 0 1 0 647436225 860971008 143287 33554432000 4194304 6014671 140734561140544 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 143287 728 445 0 203743 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 840792

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/302 15363
/proc/meminfo: memFree=21063992/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4902.42 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152770 0 0 0 490203 39 0 0 25 0 1 0 647436225 860971008 143287 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 143287 728 445 0 203743 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 840792

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15364
/proc/meminfo: memFree=21064180/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=4962.43 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152770 0 0 0 496204 39 0 0 25 0 1 0 647436225 860971008 143287 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 143287 728 445 0 203743 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 840792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15365
/proc/meminfo: memFree=21063416/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=5000.03 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152770 0 0 0 499964 39 0 0 25 0 1 0 647436225 860971008 143287 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 143287 728 445 0 203743 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 840792

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: 2.00 2.00 2.00 3/302 15365
/proc/meminfo: memFree=21063416/32951124 swapFree=63485424/67111528
[pid=15182] ppid=15180 vsize=840792 CPUtime=5000.03 cores=1,3,5,7
/proc/15182/stat : 15182 (qutersat_releas) R 15180 15182 14604 0 -1 4202496 152770 0 0 0 499964 39 0 0 25 0 1 0 647436225 860971008 143287 33554432000 4194304 6014671 140734561140544 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15182/statm: 210198 143287 728 445 0 203743 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 840792

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.65
CPU system time (s): 0.414936
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 840792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.65
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152774
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= 13
involuntary context switches= 13780

runsolver used 12.946 second user time and 32.852 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-16 14:50:03
IDJOB=3384446
IDBENCH=83408
IDSOLVER=1868
FILE ID=node147/3384446-1305550203
RUNJOBID= node147-1305540196-14623
PBS_JOBID= 13329206
Free space on /tmp= 73136 MiB

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

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=224962867

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.82
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20074876 kB
Buffers:        323028 kB
Cached:        5443840 kB
SwapCached:      13132 kB
Active:        6196752 kB
Inactive:      6427844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20074876 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:     6853148 kB
Mapped:          19060 kB
Slab:           151420 kB
PageTables:      37232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55158644 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= 73156 MiB
End job on node147 at 2011-05-16 16:13:25