Trace number 3377175

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) 1300.04 1300.03

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.96 2.62 2.46 5/448 30637
/proc/meminfo: memFree=21745620/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=34412 CPUtime=0.01 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 2310 0 0 0 1 0 0 0 25 0 1 0 737726770 35237888 2247 33554432000 4194304 6014671 140736149969840 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 8603 2247 378 445 0 2148 0

[startup+0.0416851 s]
/proc/loadavg: 3.96 2.62 2.46 5/448 30637
/proc/meminfo: memFree=21745620/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=35436 CPUtime=0.03 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 2571 0 0 0 3 0 0 0 25 0 1 0 737726770 36286464 2508 33554432000 4194304 6014671 140736149969840 18446744073709551615 4276303 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 8859 2508 398 445 0 2404 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 35436

[startup+0.100698 s]
/proc/loadavg: 3.96 2.62 2.46 5/448 30637
/proc/meminfo: memFree=21745620/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=42092 CPUtime=0.09 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 4563 0 0 0 9 0 0 0 25 0 1 0 737726770 43102208 4500 33554432000 4194304 6014671 140736149969840 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 10523 4501 653 445 0 4068 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42092

[startup+0.300667 s]
/proc/loadavg: 3.96 2.62 2.46 5/448 30637
/proc/meminfo: memFree=21745620/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=81420 CPUtime=0.28 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 14440 0 0 0 27 1 0 0 25 0 1 0 737726770 83374080 14377 33554432000 4194304 6014671 140736149969840 18446744073709551615 4226068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 20355 14377 670 445 0 13900 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81420

[startup+0.700592 s]
/proc/loadavg: 3.96 2.62 2.46 5/448 30637
/proc/meminfo: memFree=21745620/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=86668 CPUtime=0.68 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 15559 0 0 0 67 1 0 0 25 0 1 0 737726770 88748032 15496 33554432000 4194304 6014671 140736149969840 18446744073709551615 4376491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 21667 15496 726 445 0 15212 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86668

[startup+1.50044 s]
/proc/loadavg: 3.96 2.62 2.46 5/449 30638
/proc/meminfo: memFree=21684232/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=105448 CPUtime=1.49 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 16378 0 0 0 147 2 0 0 25 0 1 0 737726770 107978752 16315 33554432000 4194304 6014671 140736149969840 18446744073709551615 4422995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 26362 16315 727 445 0 19907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105448

[startup+3.10115 s]
/proc/loadavg: 3.96 2.64 2.47 5/449 30638
/proc/meminfo: memFree=21679644/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=115032 CPUtime=3.09 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 17172 0 0 0 307 2 0 0 25 0 1 0 737726770 117792768 17109 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 28758 17109 728 445 0 22303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115032

[startup+6.30055 s]
/proc/loadavg: 3.96 2.64 2.47 5/449 30639
/proc/meminfo: memFree=21676064/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=124776 CPUtime=6.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 17421 0 0 0 627 2 0 0 25 0 1 0 737726770 127770624 17358 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 31194 17358 728 445 0 24739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124776

[startup+12.7004 s]
/proc/loadavg: 3.97 2.68 2.49 5/449 30639
/proc/meminfo: memFree=21672428/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=124776 CPUtime=12.69 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 17904 0 0 0 1267 2 0 0 25 0 1 0 737726770 127770624 17841 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 31194 17841 728 445 0 24739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124776

[startup+25.501 s]
/proc/loadavg: 3.97 2.73 2.50 5/449 30639
/proc/meminfo: memFree=21644160/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=124776 CPUtime=25.49 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 18369 0 0 0 2547 2 0 0 25 0 1 0 737726770 127770624 18306 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 31194 18306 728 445 0 24739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124776

[startup+51.1003 s]
/proc/loadavg: 3.98 2.83 2.54 5/449 30640
/proc/meminfo: memFree=21620816/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=146796 CPUtime=51.09 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 22783 0 0 0 5106 3 0 0 25 0 1 0 737726770 150319104 22711 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 36699 22711 728 445 0 30244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146796

[startup+102.318 s]
/proc/loadavg: 3.99 3.02 2.62 5/449 30641
/proc/meminfo: memFree=21724464/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=170024 CPUtime=102.31 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 30712 0 0 0 10226 5 0 0 25 0 1 0 737726770 174104576 30630 33554432000 4194304 6014671 140736149969840 18446744073709551615 4566207 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 42506 30630 729 445 0 36051 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 170024

[startup+162.301 s]
/proc/loadavg: 3.99 3.20 2.71 5/449 30643
/proc/meminfo: memFree=21655380/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=195072 CPUtime=162.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 36879 0 0 0 16222 7 0 0 25 0 1 0 737726770 199753728 36761 33554432000 4194304 6014671 140736149969840 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 48768 36761 739 445 0 42313 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 195072

[startup+222.301 s]
/proc/loadavg: 4.13 3.37 2.80 5/449 30644
/proc/meminfo: memFree=21626216/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=208744 CPUtime=222.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 39681 0 0 0 22221 8 0 0 25 0 1 0 737726770 213753856 39461 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 52186 39461 738 445 0 45731 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 208744

[startup+282.3 s]
/proc/loadavg: 4.13 3.51 2.88 5/449 30646
/proc/meminfo: memFree=21581804/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=238832 CPUtime=282.28 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 46032 0 0 0 28219 9 0 0 25 0 1 0 737726770 244563968 45806 33554432000 4194304 6014671 140736149969840 18446744073709551615 4626544 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 59708 45806 732 445 0 53253 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 238832

[startup+342.3 s]
/proc/loadavg: 4.09 3.61 2.95 5/449 30656
/proc/meminfo: memFree=21530108/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=238832 CPUtime=342.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 46526 0 0 0 34219 10 0 0 25 0 1 0 737726770 244563968 46300 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 59708 46300 732 445 0 53253 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 238832

[startup+402.3 s]
/proc/loadavg: 4.03 3.68 3.01 5/449 30658
/proc/meminfo: memFree=21409312/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=271960 CPUtime=402.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 53880 0 0 0 40217 12 0 0 25 0 1 0 737726770 278487040 53654 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 67990 53654 732 445 0 61535 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 271960

[startup+462.301 s]
/proc/loadavg: 4.22 3.78 3.09 5/449 30660
/proc/meminfo: memFree=21190920/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=271960 CPUtime=462.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 56553 0 0 0 46216 13 0 0 25 0 1 0 737726770 278487040 56092 33554432000 4194304 6014671 140736149969840 18446744073709551615 4535326 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 67990 56092 730 445 0 61535 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 271960

[startup+522.301 s]
/proc/loadavg: 4.15 3.84 3.15 5/449 30661
/proc/meminfo: memFree=21119600/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=342484 CPUtime=522.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 61276 0 0 0 52214 15 0 0 25 0 1 0 737726770 350703616 60815 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 85621 60815 731 445 0 79166 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 342484

[startup+582.301 s]
/proc/loadavg: 4.05 3.86 3.20 5/449 30663
/proc/meminfo: memFree=21063024/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=342484 CPUtime=582.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 70908 0 0 0 58210 19 0 0 25 0 1 0 737726770 350703616 70447 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 85621 70447 731 445 0 79166 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 342484

[startup+642.301 s]
/proc/loadavg: 4.02 3.89 3.25 5/449 30664
/proc/meminfo: memFree=21163824/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=416396 CPUtime=642.31 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 78871 0 0 0 64210 21 0 0 25 0 1 0 737726770 426389504 78370 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 104099 78370 736 445 0 97644 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 416396

[startup+702.301 s]
/proc/loadavg: 4.00 3.90 3.29 5/449 30666
/proc/meminfo: memFree=21103032/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=702.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 83588 0 0 0 70206 23 0 0 25 0 1 0 737726770 505049088 79076 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 79076 735 445 0 116848 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 493212

[startup+762.317 s]
/proc/loadavg: 4.08 3.95 3.34 5/449 30668
/proc/meminfo: memFree=21053660/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=762.3 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 85161 0 0 0 76206 24 0 0 25 0 1 0 737726770 505049088 80649 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 80649 735 445 0 116848 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 493212

[startup+822.3 s]
/proc/loadavg: 4.18 4.00 3.40 5/449 30669
/proc/meminfo: memFree=20910160/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=822.3 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 86458 0 0 0 82205 25 0 0 25 0 1 0 737726770 505049088 81946 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 81946 735 445 0 116848 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 493212

[startup+882.3 s]
/proc/loadavg: 4.07 4.00 3.43 5/449 30671
/proc/meminfo: memFree=20902948/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=882.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 86724 0 0 0 88204 25 0 0 25 0 1 0 737726770 505049088 82212 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 82212 735 445 0 116848 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 493212

[startup+942.3 s]
/proc/loadavg: 4.02 4.00 3.46 5/449 30672
/proc/meminfo: memFree=20889532/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=942.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 86881 0 0 0 94204 25 0 0 25 0 1 0 737726770 505049088 82369 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 82369 735 445 0 116848 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 493212

[startup+1002.3 s]
/proc/loadavg: 4.08 4.03 3.50 5/449 30674
/proc/meminfo: memFree=20877976/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=1002.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 88009 0 0 0 100204 25 0 0 25 0 1 0 737726770 505049088 83497 33554432000 4194304 6014671 140736149969840 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 83497 737 445 0 116848 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 493212

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 3.55 5/449 30676
/proc/meminfo: memFree=20773044/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=1062.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 90070 0 0 0 106203 26 0 0 25 0 1 0 737726770 505049088 85558 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 85558 737 445 0 116848 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 493212

[startup+1122.3 s]
/proc/loadavg: 2.62 3.68 3.45 2/431 30731
/proc/meminfo: memFree=23225636/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=1122.3 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 90671 0 0 0 112203 27 0 0 25 0 1 0 737726770 505049088 86159 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 86159 737 445 0 116848 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 493212

[startup+1182.3 s]
/proc/loadavg: 1.59 3.19 3.30 2/431 30733
/proc/meminfo: memFree=23225736/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=1182.3 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 90673 0 0 0 118203 27 0 0 25 0 1 0 737726770 505049088 86159 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 86159 735 445 0 116848 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 493212

[startup+1242.3 s]
/proc/loadavg: 1.22 2.79 3.15 2/431 30734
/proc/meminfo: memFree=23190488/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=1242.29 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 99359 0 0 0 124200 29 0 0 25 0 1 0 737726770 505049088 94841 33554432000 4194304 6014671 140736149969840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 94841 731 445 0 116848 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 493212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.20 2.52 3.03 2/431 30736
/proc/meminfo: memFree=23187476/32950928 swapFree=38710900/67111528
[pid=30637] ppid=30635 vsize=493212 CPUtime=1300.01 cores=5,7
/proc/30637/stat : 30637 (qutersat_releas) R 30635 30637 29649 0 -1 4202496 100055 0 0 0 129972 29 0 0 25 0 1 0 737726770 505049088 95537 33554432000 4194304 6014671 140736149969840 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30637/statm: 123303 95537 731 445 0 116848 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 493212

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.72
CPU system time (s): 0.312952
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 493212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100059
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= 12
involuntary context switches= 16204

runsolver used 5.34319 second user time and 13.5129 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 17:56:01
IDJOB=3377175
IDBENCH=83408
IDSOLVER=1856
FILE ID=node113/3377175-1305474961
RUNJOBID= node113-1305474743-30566
PBS_JOBID= 13325322
Free space on /tmp= 73360 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-3377175-1305474961/watcher-3377175-1305474961 -o /tmp/evaluation-result-3377175-1305474961/solver-3377175-1305474961 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377175-1305474961.cnf 691533116

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=691533116

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.846
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.75
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21745892 kB
Buffers:        292084 kB
Cached:        3299572 kB
SwapCached:      93704 kB
Active:        3940536 kB
Inactive:      6966984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21745892 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:     7234148 kB
Mapped:          27772 kB
Slab:           123592 kB
PageTables:     106788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 132519756 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= 73408 MiB
End job on node113 at 2011-05-15 18:17:43