Trace number 3377178

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

General information on the benchmark

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

Solver Data

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

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: 0.93 1.90 2.87 3/375 710
/proc/meminfo: memFree=21529452/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=28644 CPUtime=0 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 525 0 0 0 0 0 0 0 18 0 1 0 639919953 29331456 461 33554432000 4194304 6014671 140735195568784 18446744073709551615 228095145019 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/710/statm: 7161 473 290 445 0 706 0

[startup+0.0786341 s]
/proc/loadavg: 0.93 1.90 2.87 3/375 710
/proc/meminfo: memFree=21529452/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=48760 CPUtime=0.07 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 4406 0 0 0 7 0 0 0 18 0 1 0 639919953 49930240 4342 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 12190 4342 726 445 0 5735 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 48760

[startup+0.100616 s]
/proc/loadavg: 0.93 1.90 2.87 3/375 710
/proc/meminfo: memFree=21529452/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=48760 CPUtime=0.09 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 4423 0 0 0 9 0 0 0 18 0 1 0 639919953 49930240 4359 33554432000 4194304 6014671 140735195568784 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 12190 4359 726 445 0 5735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48760

[startup+0.300579 s]
/proc/loadavg: 0.93 1.90 2.87 3/375 710
/proc/meminfo: memFree=21529452/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=57220 CPUtime=0.29 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 4601 0 0 0 29 0 0 0 18 0 1 0 639919953 58593280 4537 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 14305 4537 728 445 0 7850 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57220

[startup+0.700505 s]
/proc/loadavg: 0.93 1.90 2.87 3/375 710
/proc/meminfo: memFree=21529452/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=57220 CPUtime=0.69 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 4816 0 0 0 69 0 0 0 18 0 1 0 639919953 58593280 4752 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 14305 4752 728 445 0 7850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57220

[startup+1.50036 s]
/proc/loadavg: 0.93 1.90 2.87 5/381 748
/proc/meminfo: memFree=21485460/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=74560 CPUtime=1.49 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 5341 0 0 0 149 0 0 0 20 0 1 0 639919953 76349440 5277 33554432000 4194304 6014671 140735195568784 18446744073709551615 4383654 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 18640 5277 728 445 0 12185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74560

[startup+3.10106 s]
/proc/loadavg: 0.93 1.90 2.87 5/381 749
/proc/meminfo: memFree=21464628/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=83376 CPUtime=3.1 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 7257 0 0 0 309 1 0 0 25 0 1 0 639919953 85377024 7193 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 20844 7193 729 445 0 14389 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 83376

[startup+6.30047 s]
/proc/loadavg: 1.17 1.94 2.88 5/381 749
/proc/meminfo: memFree=21432440/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=83376 CPUtime=6.29 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 8649 0 0 0 628 1 0 0 25 0 1 0 639919953 85377024 8582 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 20844 8582 730 445 0 14389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83376

[startup+12.7003 s]
/proc/loadavg: 1.40 1.97 2.88 5/381 749
/proc/meminfo: memFree=21399968/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=92348 CPUtime=12.69 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 10318 0 0 0 1268 1 0 0 25 0 1 0 639919953 94564352 10250 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 23087 10250 729 445 0 16632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92348

[startup+25.5009 s]
/proc/loadavg: 1.97 2.07 2.90 5/381 804
/proc/meminfo: memFree=20789144/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=101700 CPUtime=25.49 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 13123 0 0 0 2548 1 0 0 25 0 1 0 639919953 104140800 13052 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 25425 13052 729 445 0 18970 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101700

[startup+51.1002 s]
/proc/loadavg: 2.66 2.22 2.93 5/381 805
/proc/meminfo: memFree=20558964/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=120988 CPUtime=51.09 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 16453 0 0 0 5107 2 0 0 25 0 1 0 639919953 123891712 16382 33554432000 4194304 6014671 140735195568784 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 30247 16382 729 445 0 23792 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120988

[startup+102.314 s]
/proc/loadavg: 3.42 2.49 2.98 5/381 806
/proc/meminfo: memFree=20360456/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=151604 CPUtime=102.31 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 21521 0 0 0 10228 3 0 0 25 0 1 0 639919953 155242496 21448 33554432000 4194304 6014671 140735195568784 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 37901 21448 731 445 0 31446 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 151604

[startup+162.301 s]
/proc/loadavg: 3.86 2.78 3.05 5/381 878
/proc/meminfo: memFree=19449300/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=151604 CPUtime=162.3 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 22540 0 0 0 16227 3 0 0 25 0 1 0 639919953 155242496 22467 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 37901 22467 731 445 0 31446 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151604

[startup+222.301 s]
/proc/loadavg: 3.95 3.00 3.10 5/381 888
/proc/meminfo: memFree=18907768/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=173716 CPUtime=222.3 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 28533 0 0 0 22226 4 0 0 25 0 1 0 639919953 177885184 28428 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 43429 28428 731 445 0 36974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 173716

[startup+282.301 s]
/proc/loadavg: 3.98 3.18 3.16 5/381 890
/proc/meminfo: memFree=18303924/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=173716 CPUtime=282.3 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 29739 0 0 0 28225 5 0 0 25 0 1 0 639919953 177885184 29634 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 43429 29634 731 445 0 36974 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 173716

[startup+342.301 s]
/proc/loadavg: 4.03 3.34 3.21 5/381 892
/proc/meminfo: memFree=18119148/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=173844 CPUtime=342.3 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 31600 0 0 0 34225 5 0 0 25 0 1 0 639919953 178016256 31495 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 43461 31495 731 445 0 37006 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 173844

[startup+402.301 s]
/proc/loadavg: 4.01 3.46 3.26 5/381 893
/proc/meminfo: memFree=18025760/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=173844 CPUtime=402.3 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 32076 0 0 0 40225 5 0 0 25 0 1 0 639919953 178016256 31971 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 43461 31971 731 445 0 37006 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 173844

[startup+462.301 s]
/proc/loadavg: 4.00 3.55 3.30 5/381 895
/proc/meminfo: memFree=18003928/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=173844 CPUtime=462.3 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 34426 0 0 0 46225 5 0 0 25 0 1 0 639919953 178016256 34321 33554432000 4194304 6014671 140735195568784 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 43461 34321 731 445 0 37006 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173844

[startup+522.301 s]
/proc/loadavg: 4.05 3.65 3.35 5/381 896
/proc/meminfo: memFree=17945252/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=222868 CPUtime=522.31 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 36529 0 0 0 52225 6 0 0 25 0 1 0 639919953 228216832 36424 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 55717 36424 731 445 0 49262 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 222868

[startup+582.301 s]
/proc/loadavg: 4.07 3.72 3.39 5/381 898
/proc/meminfo: memFree=17912604/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=222868 CPUtime=582.31 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 43324 0 0 0 58223 8 0 0 25 0 1 0 639919953 228216832 43218 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 55717 43218 731 445 0 49262 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 222868

[startup+642.301 s]
/proc/loadavg: 4.03 3.77 3.43 5/381 900
/proc/meminfo: memFree=17806308/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=222868 CPUtime=642.31 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 44340 0 0 0 64223 8 0 0 25 0 1 0 639919953 228216832 44229 33554432000 4194304 6014671 140735195568784 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 55717 44229 731 445 0 49262 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 222868

[startup+702.301 s]
/proc/loadavg: 4.05 3.83 3.46 5/381 901
/proc/meminfo: memFree=17868132/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=273772 CPUtime=702.31 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 44995 0 0 0 70223 8 0 0 25 0 1 0 639919953 280342528 44869 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 68443 44869 731 445 0 61988 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 273772

[startup+762.315 s]
/proc/loadavg: 4.06 3.87 3.50 5/381 903
/proc/meminfo: memFree=17717700/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=273772 CPUtime=762.33 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 45104 0 0 0 76225 8 0 0 25 0 1 0 639919953 280342528 44971 33554432000 4194304 6014671 140735195568784 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 68443 44971 731 445 0 61988 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 273772

[startup+822.301 s]
/proc/loadavg: 4.12 3.92 3.54 5/381 904
/proc/meminfo: memFree=17634568/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=273772 CPUtime=822.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 45264 0 0 0 82224 8 0 0 25 0 1 0 639919953 280342528 45123 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 68443 45123 731 445 0 61988 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 273772

[startup+882.301 s]
/proc/loadavg: 4.09 3.95 3.57 5/381 906
/proc/meminfo: memFree=17567836/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=882.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 46269 0 0 0 88223 9 0 0 25 0 1 0 639919953 334467072 46098 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 46098 736 445 0 75202 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 326628

[startup+942.301 s]
/proc/loadavg: 4.03 3.95 3.59 5/381 908
/proc/meminfo: memFree=17507532/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=942.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 46509 0 0 0 94223 9 0 0 25 0 1 0 639919953 334467072 46313 33554432000 4194304 6014671 140735195568784 18446744073709551615 4380620 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 46313 736 445 0 75202 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 326628

[startup+1002.3 s]
/proc/loadavg: 4.17 3.99 3.63 5/381 909
/proc/meminfo: memFree=17488156/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=1002.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 46517 0 0 0 100223 9 0 0 25 0 1 0 639919953 334467072 46292 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 46292 734 445 0 75202 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 326628

[startup+1062.3 s]
/proc/loadavg: 4.13 4.01 3.65 5/381 911
/proc/meminfo: memFree=17466296/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=1062.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 48282 0 0 0 106223 9 0 0 25 0 1 0 639919953 334467072 48021 33554432000 4194304 6014671 140735195568784 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 48021 745 445 0 75202 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 326628

[startup+1122.3 s]
/proc/loadavg: 4.19 4.05 3.69 5/381 912
/proc/meminfo: memFree=17444924/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=1122.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 48816 0 0 0 112223 9 0 0 25 0 1 0 639919953 334467072 48538 33554432000 4194304 6014671 140735195568784 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 48538 745 445 0 75202 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 326628

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.70 5/381 915
/proc/meminfo: memFree=17442160/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=1182.32 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 48832 0 0 0 118223 9 0 0 25 0 1 0 639919953 334467072 48535 33554432000 4194304 6014671 140735195568784 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 48535 745 445 0 75202 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 326628

[startup+1242.3 s]
/proc/loadavg: 4.15 4.06 3.73 5/381 917
/proc/meminfo: memFree=17439036/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=1242.33 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 49020 0 0 0 124224 9 0 0 25 0 1 0 639919953 334467072 48701 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 48701 745 445 0 75202 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 326628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.04 3.74 5/381 918
/proc/meminfo: memFree=17411712/32951124 swapFree=65980216/67111528
[pid=710] ppid=708 vsize=326628 CPUtime=1300.04 cores=5,7
/proc/710/stat : 710 (qutersat_releas) R 708 710 32196 0 -1 4202496 49257 0 0 0 129994 10 0 0 25 0 1 0 639919953 334467072 48910 33554432000 4194304 6014671 140735195568784 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/710/statm: 81657 48910 745 445 0 75202 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 326628

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.07
CPU user time (s): 1299.95
CPU system time (s): 0.110983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 326628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49261
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= 8
involuntary context switches= 1867

runsolver used 4.42233 second user time and 11.3493 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 17:57:25
IDJOB=3377178
IDBENCH=83430
IDSOLVER=1856
FILE ID=node142/3377178-1305475045
RUNJOBID= node142-1305475045-681
PBS_JOBID= 13325296
Free space on /tmp= 73544 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377178-1305475045/watcher-3377178-1305475045 -o /tmp/evaluation-result-3377178-1305475045/solver-3377178-1305475045 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377178-1305475045.cnf 1188105862

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1188105862

node142.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	: 5131.95
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.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.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.67
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.81
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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21530468 kB
Buffers:        340372 kB
Cached:        4835092 kB
SwapCached:      11520 kB
Active:        7979588 kB
Inactive:      3104872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21530468 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:     5906308 kB
Mapped:          23920 kB
Slab:           234604 kB
PageTables:      36540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78762428 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= 73432 MiB
End job on node142 at 2011-05-15 18:19:07