Trace number 3384448

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_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 1192 #clause: 10656
0.00/0.01	c Find Units :        264
0.00/0.01	c Find Invs  :         64
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        592 AvgFaninNum: 2.44595
0.00/0.01	c Find Ite   :         16
0.00/0.01	c UnDirect variable: 1176
0.00/0.01	c UnDirect to Direct Gate: 425
0.00/0.01	c Forced Direct Gate: 315 Unuse unDirect Gate: 529
0.00/0.01	c Break Cycle : 18
0.00/0.01	c Total Root : 131 Undef Var: 769
0.00/0.01	c After covering, Total Root: 135 Leaf: 562
0.00/0.01	c Variable( cover/uncovered/unused ): 985 207 0
0.00/0.01	c Unit Clauses: 264
0.00/0.01	c Binary Clauses( cover/uncovered ): 124 4
0.00/0.01	c Clauses( cover/uncovered ): 2236 8028
0.00/0.01	c Total Clauses( cover/uncovered ): 2624 8032 24.6246%
0.00/0.01	c Covered Ands: 0 Invs: 62 Xors: 354 Ites: 7
0.00/0.03	c Uncover Clauses avg size: 5.92032 max size: 8
0.00/0.03	c Final circuit: i/l/o/s     535       0    7758     27477
0.00/0.03	c CnfToAig: Time: 0.02 s
0.08/0.09	c TmMap: Set choices finish.
0.09/0.10	c TmMap: Set big and: 10971
0.09/0.10	c TmMap: Origin: 28013 ClauseNum: 82431 --> New: 12018 ClauseNum: 50899
0.09/0.10	c TmMap: Time: 0.02
0.09/0.11	c Try to Add: #clause: 24006 #xorclause: 0
0.09/0.11	c #var: 4259 #clauses: 12219 Solving... 
5000.04/4999.91	c Time Out !!
5000.04/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-3384448-1305550204/watcher-3384448-1305550204 -o /tmp/evaluation-result-3384448-1305550204/solver-3384448-1305550204 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384448-1305550204.cnf 1527559332 

running on 4 cores: 0,2,4,6

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.92 1.98 1.99 2/332 3320
/proc/meminfo: memFree=18390236/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 1738 0 0 0 0 0 0 0 25 0 1 0 666618326 33140736 1674 33554432000 4194304 6014671 140736454436736 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3320/statm: 8091 1675 378 445 0 1636 0

[startup+0.0945121 s]
/proc/loadavg: 1.92 1.98 1.99 2/332 3320
/proc/meminfo: memFree=18390236/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=49900 CPUtime=0.08 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 6570 0 0 0 8 0 0 0 25 0 1 0 666618326 51097600 6506 33554432000 4194304 6014671 140736454436736 18446744073709551615 4230155 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3320/statm: 12475 6506 669 445 0 6020 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49900

[startup+0.100504 s]
/proc/loadavg: 1.92 1.98 1.99 2/332 3320
/proc/meminfo: memFree=18390236/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=49900 CPUtime=0.09 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 6571 0 0 0 9 0 0 0 25 0 1 0 666618326 51097600 6507 33554432000 4194304 6014671 140736454436736 18446744073709551615 4362603 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3320/statm: 12475 6507 670 445 0 6020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49900

[startup+0.300473 s]
/proc/loadavg: 1.92 1.98 1.99 2/332 3320
/proc/meminfo: memFree=18390236/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=59128 CPUtime=0.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 7068 0 0 0 29 0 0 0 25 0 1 0 666618326 60547072 7004 33554432000 4194304 6014671 140736454436736 18446744073709551615 4386957 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3320/statm: 14782 7004 726 445 0 8327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59128

[startup+0.700358 s]
/proc/loadavg: 1.92 1.98 1.99 2/332 3320
/proc/meminfo: memFree=18390236/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=76504 CPUtime=0.69 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 7518 0 0 0 69 0 0 0 25 0 1 0 666618326 78340096 7454 33554432000 4194304 6014671 140736454436736 18446744073709551615 4379927 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/3320/statm: 19126 7454 727 445 0 12671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76504

[startup+1.50029 s]
/proc/loadavg: 1.92 1.98 1.99 3/333 3321
/proc/meminfo: memFree=18361956/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=76504 CPUtime=1.48 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 7958 0 0 0 148 0 0 0 25 0 1 0 666618326 78340096 7894 33554432000 4194304 6014671 140736454436736 18446744073709551615 4378898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 19126 7894 728 445 0 12671 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 76504

[startup+3.10097 s]
/proc/loadavg: 1.92 1.98 1.99 3/333 3322
/proc/meminfo: memFree=18358856/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=94352 CPUtime=3.08 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 9097 0 0 0 308 0 0 0 25 0 1 0 666618326 96616448 9033 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 23588 9033 728 445 0 17133 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94352

[startup+6.30038 s]
/proc/loadavg: 1.93 1.98 1.99 3/333 3322
/proc/meminfo: memFree=18344184/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=112904 CPUtime=6.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 12679 0 0 0 628 1 0 0 25 0 1 0 666618326 115613696 12614 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 28226 12614 728 445 0 21771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112904

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/333 3322
/proc/meminfo: memFree=18336036/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=122348 CPUtime=12.68 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 14014 0 0 0 1267 1 0 0 25 0 1 0 666618326 125284352 13949 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 30587 13949 728 445 0 24132 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 122348

[startup+25.5009 s]
/proc/loadavg: 2.01 2.00 2.00 3/333 3322
/proc/meminfo: memFree=18331816/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=122348 CPUtime=25.48 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 15046 0 0 0 2547 1 0 0 25 0 1 0 666618326 125284352 14981 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 30587 14981 728 445 0 24132 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122348

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/333 3323
/proc/meminfo: memFree=18314048/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=122348 CPUtime=51.09 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 18895 0 0 0 5107 2 0 0 25 0 1 0 666618326 125284352 18827 33554432000 4194304 6014671 140736454436736 18446744073709551615 4422936 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 30587 18827 728 445 0 24132 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122348

[startup+102.312 s]
/proc/loadavg: 2.08 2.02 2.00 3/333 3324
/proc/meminfo: memFree=18279940/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=155528 CPUtime=102.3 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 27301 0 0 0 10227 3 0 0 25 0 1 0 666618326 159260672 27233 33554432000 4194304 6014671 140736454436736 18446744073709551615 4425808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 38882 27233 728 445 0 32427 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 155528

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/333 3326
/proc/meminfo: memFree=18261168/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=167240 CPUtime=162.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 30662 0 0 0 16226 3 0 0 25 0 1 0 666618326 171253760 30594 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 41810 30594 728 445 0 35355 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167240

[startup+222.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/333 3327
/proc/meminfo: memFree=18248872/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=216040 CPUtime=222.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 33394 0 0 0 22226 3 0 0 25 0 1 0 666618326 221224960 33325 33554432000 4194304 6014671 140736454436736 18446744073709551615 4425632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 54010 33325 728 445 0 47555 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 216040

[startup+282.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/333 3329
/proc/meminfo: memFree=18230488/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=316356 CPUtime=282.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 38012 0 0 0 28225 4 0 0 25 0 1 0 666618326 323948544 37922 33554432000 4194304 6014671 140736454436736 18446744073709551615 4378530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 79089 37922 728 445 0 72634 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 316356

[startup+342.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/333 3331
/proc/meminfo: memFree=18227992/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=316356 CPUtime=342.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 39722 0 0 0 34225 4 0 0 25 0 1 0 666618326 323948544 39595 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 79089 39595 728 445 0 72634 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 316356

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/333 3332
/proc/meminfo: memFree=18193508/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=421100 CPUtime=402.29 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 47611 0 0 0 40224 5 0 0 25 0 1 0 666618326 431206400 47376 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 105275 47376 728 445 0 98820 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 421100

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/333 3334
/proc/meminfo: memFree=18166444/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=421100 CPUtime=462.3 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 54281 0 0 0 46224 6 0 0 25 0 1 0 666618326 431206400 54046 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 105275 54046 728 445 0 98820 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 421100

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 3335
/proc/meminfo: memFree=18147084/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=421100 CPUtime=522.3 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 59438 0 0 0 52222 8 0 0 25 0 1 0 666618326 431206400 58732 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 105275 58732 728 445 0 98820 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 421100

[startup+582.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/333 3337
/proc/meminfo: memFree=18146556/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=421100 CPUtime=582.31 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 59572 0 0 0 58222 9 0 0 25 0 1 0 666618326 431206400 58866 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 105275 58866 728 445 0 98820 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 421100

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.12 1.13 1.48 2/327 3467
/proc/meminfo: memFree=18351728/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4062.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 103055 0 0 0 406220 22 0 0 25 0 1 0 666618326 572203008 101906 33554432000 4194304 6014671 140736454436736 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 101906 729 445 0 133243 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 558792

[startup+4122.3 s]
/proc/loadavg: 1.04 1.11 1.44 2/327 3468
/proc/meminfo: memFree=18348836/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4122.41 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 103782 0 0 0 412219 22 0 0 25 0 1 0 666618326 572203008 102601 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 102601 729 445 0 133243 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 558792

[startup+4182.3 s]
/proc/loadavg: 1.01 1.08 1.41 2/327 3470
/proc/meminfo: memFree=18349296/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4182.41 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 103849 0 0 0 418219 22 0 0 25 0 1 0 666618326 572203008 102668 33554432000 4194304 6014671 140736454436736 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 102668 729 445 0 133243 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 558792

[startup+4242.3 s]
/proc/loadavg: 1.00 1.07 1.38 2/327 3472
/proc/meminfo: memFree=18348272/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4242.41 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104136 0 0 0 424219 22 0 0 25 0 1 0 666618326 572203008 102955 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 102955 729 445 0 133243 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 558792

[startup+4302.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/327 3483
/proc/meminfo: memFree=18345784/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4302.41 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104728 0 0 0 430218 23 0 0 25 0 1 0 666618326 572203008 103547 33554432000 4194304 6014671 140736454436736 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103547 729 445 0 133243 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 558792

[startup+4362.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/327 3485
/proc/meminfo: memFree=18345400/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4362.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104825 0 0 0 436219 23 0 0 25 0 1 0 666618326 572203008 103611 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103611 729 445 0 133243 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 558792

[startup+4422.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/327 3486
/proc/meminfo: memFree=18345360/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4422.41 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104825 0 0 0 442218 23 0 0 25 0 1 0 666618326 572203008 103611 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103611 729 445 0 133243 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 558792

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/327 3491
/proc/meminfo: memFree=18345768/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4482.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104830 0 0 0 448219 23 0 0 25 0 1 0 666618326 572203008 103582 33554432000 4194304 6014671 140736454436736 18446744073709551615 4380685 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103582 729 445 0 133243 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 558792

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/327 3493
/proc/meminfo: memFree=18345044/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4542.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104830 0 0 0 454219 23 0 0 25 0 1 0 666618326 572203008 103582 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103582 729 445 0 133243 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 558792

[startup+4602.3 s]
/proc/loadavg: 1.08 1.03 1.25 2/327 3494
/proc/meminfo: memFree=18344404/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4602.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104864 0 0 0 460219 23 0 0 25 0 1 0 666618326 572203008 103616 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103616 729 445 0 133243 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 558792

[startup+4662.3 s]
/proc/loadavg: 1.03 1.02 1.23 2/327 3496
/proc/meminfo: memFree=18344972/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4662.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104928 0 0 0 466219 23 0 0 25 0 1 0 666618326 572203008 103645 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103645 729 445 0 133243 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 558792

[startup+4722.31 s]
/proc/loadavg: 1.01 1.02 1.22 2/327 3497
/proc/meminfo: memFree=18344940/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4722.43 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104956 0 0 0 472220 23 0 0 25 0 1 0 666618326 572203008 103673 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103673 729 445 0 133243 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 558792

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/327 3500
/proc/meminfo: memFree=18344788/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4782.42 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 104973 0 0 0 478219 23 0 0 25 0 1 0 666618326 572203008 103690 33554432000 4194304 6014671 140736454436736 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103690 729 445 0 133243 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 558792

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/327 3502
/proc/meminfo: memFree=18344520/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4842.43 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 105105 0 0 0 484219 24 0 0 25 0 1 0 666618326 572203008 103779 33554432000 4194304 6014671 140736454436736 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103779 729 445 0 133243 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 558792

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/327 3503
/proc/meminfo: memFree=18344512/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4902.43 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 105105 0 0 0 490219 24 0 0 25 0 1 0 666618326 572203008 103779 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103779 729 445 0 133243 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 558792

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/327 3505
/proc/meminfo: memFree=18344484/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=4962.43 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 105105 0 0 0 496219 24 0 0 25 0 1 0 666618326 572203008 103779 33554432000 4194304 6014671 140736454436736 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103779 729 445 0 133243 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 558792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.15 2/327 3506
/proc/meminfo: memFree=18344340/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=5000.04 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 105105 0 0 0 499980 24 0 0 25 0 1 0 666618326 572203008 103779 33554432000 4194304 6014671 140736454436736 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103779 729 445 0 133243 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 558792

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.00 1.00 1.15 2/327 3506
/proc/meminfo: memFree=18344340/32951124 swapFree=67056788/67111528
[pid=3320] ppid=3318 vsize=558792 CPUtime=5000.04 cores=0,2,4,6
/proc/3320/stat : 3320 (qutersat_releas) R 3318 3320 2400 0 -1 4202496 105105 0 0 0 499980 24 0 0 25 0 1 0 666618326 572203008 103779 33554432000 4194304 6014671 140736454436736 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3320/statm: 139698 103779 729 445 0 133243 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 558792

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.81
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105109
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= 14
involuntary context switches= 6809

runsolver used 16.0786 second user time and 34.3518 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 14:50:04
IDJOB=3384448
IDBENCH=83412
IDSOLVER=1868
FILE ID=node133/3384448-1305550204
RUNJOBID= node133-1305540199-2420
PBS_JOBID= 13329220
Free space on /tmp= 73420 MiB

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

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1527559332

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      18390508 kB
Buffers:        316368 kB
Cached:        4473748 kB
SwapCached:       7676 kB
Active:       10954188 kB
Inactive:      3307008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18390508 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            1964 kB
Writeback:           0 kB
AnonPages:     9469468 kB
Mapped:          30804 kB
Slab:           199484 kB
PageTables:      36776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65193092 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= 73424 MiB
End job on node133 at 2011-05-16 16:13:26