Trace number 3384288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.08 4999.93

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.17	c Parse Cnf success: #var: 69553 #clause: 226752
0.09/0.17	c Find Units :        129
0.09/0.17	c Find Invs  :       5306
0.19/0.21	c Find Ands  :      40913 AvgFaninNum: 2
0.19/0.22	c Find Xors  :      23342 AvgFaninNum: 2
0.19/0.25	c Find Ite   :        128
0.29/0.32	c UnDirect variable: 28149
0.29/0.33	c UnDirect to Direct Gate: 28256
0.29/0.33	c Forced Direct Gate: 399 Unuse unDirect Gate: 353
0.29/0.36	c Break Cycle : 2751
0.29/0.36	c Total Root : 526 Undef Var: 3101
0.39/0.41	c After covering, Total Root: 3027 Leaf: 3100
0.39/0.41	c Variable( cover/uncovered/unused ): 69552 1 0
0.39/0.41	c Unit Clauses: 129
0.39/0.41	c Binary Clauses( cover/uncovered ): 90644 1730
0.39/0.41	c Clauses( cover/uncovered ): 124670 9579
0.39/0.41	c Total Clauses( cover/uncovered ): 215443 11309 95.0126%
0.39/0.41	c Covered Ands: 40150 Invs: 5172 Xors: 21126 Ites: 4
0.39/0.42	c Uncover Clauses avg size: 2.84702 max size: 3
0.39/0.42	c Final circuit: i/l/o/s    3099       0   11436    115765
0.39/0.42	c CnfToAig: Time: 0.41 s
0.89/0.95	c TmMap: Set choices finish.
0.89/1.00	c TmMap: Set big and: 17550
0.89/1.00	c TmMap: Origin: 118865 ClauseNum: 347295 --> New: 50841 ClauseNum: 194961
0.89/1.00	c TmMap: Time: 0.09
1.79/1.80	c Simulation --> TransNum: 194662/194961 Try to Add: #clause: 168030 #xorclause: 0
1.79/1.87	c #var: 39409 #clauses: 147344 Solving... 
3.39/3.43	c Abstract SAT
3.49/3.56	c Simulation --> TransNum: 194872/194961 Try to Add: #clause: 1 #xorclause: 0
3.49/3.56	c #var: 39409 #clauses: 63255 Solving... 
11.99/12.03	c Abstract SAT
12.10/12.15	c Simulation --> TransNum: 194874/194961 Try to Add: #clause: 2 #xorclause: 0
12.10/12.15	c #var: 39409 #clauses: 63260 Solving... 
19.49/19.58	c Abstract SAT
19.49/19.58	c Simulation --> TransNum: 194961/194961 Try to Add: #clause: 87 #xorclause: 0
19.49/19.58	c #var: 39409 #clauses: 63386 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-3384288-1305540893/watcher-3384288-1305540893 -o /tmp/evaluation-result-3384288-1305540893/solver-3384288-1305540893 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384288-1305540893.cnf 44339324 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.80 1.05 2/361 1079
/proc/meminfo: memFree=13171156/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 738 0 0 0 0 0 0 0 25 0 1 0 665687289 29331456 674 33554432000 4194304 6014671 140736779959200 18446744073709551615 228122407995 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1079/statm: 7161 686 290 445 0 706 0

[startup+0.096898 s]
/proc/loadavg: 2.00 1.80 1.05 2/361 1079
/proc/meminfo: memFree=13171156/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=56652 CPUtime=0.09 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 7799 0 0 0 8 1 0 0 25 0 1 0 665687289 58011648 7735 33554432000 4194304 6014671 140736779959200 18446744073709551615 4304974 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 14163 7735 378 445 0 7708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56652

[startup+0.100893 s]
/proc/loadavg: 2.00 1.80 1.05 2/361 1079
/proc/meminfo: memFree=13171156/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=56652 CPUtime=0.09 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 7811 0 0 0 8 1 0 0 25 0 1 0 665687289 58011648 7747 33554432000 4194304 6014671 140736779959200 18446744073709551615 4818288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 14163 7747 378 445 0 7708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56652

[startup+0.300863 s]
/proc/loadavg: 2.00 1.80 1.05 2/361 1079
/proc/meminfo: memFree=13171156/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=73676 CPUtime=0.29 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 12131 0 0 0 28 1 0 0 25 0 1 0 665687289 75444224 12067 33554432000 4194304 6014671 140736779959200 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 18419 12067 394 445 0 11964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73676

[startup+0.700798 s]
/proc/loadavg: 2.00 1.80 1.05 2/361 1079
/proc/meminfo: memFree=13171156/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=90360 CPUtime=0.69 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 16620 0 0 0 67 2 0 0 25 0 1 0 665687289 92528640 16556 33554432000 4194304 6014671 140736779959200 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 22590 16558 667 445 0 16135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90360

[startup+1.50064 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1080
/proc/meminfo: memFree=13069760/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=127324 CPUtime=1.49 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 25888 0 0 0 146 3 0 0 25 0 1 0 665687289 130379776 25824 33554432000 4194304 6014671 140736779959200 18446744073709551615 4244611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 31831 25824 680 445 0 25376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127324

[startup+3.10035 s]
/proc/loadavg: 2.00 1.80 1.05 3/362 1080
/proc/meminfo: memFree=13068520/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=132732 CPUtime=3.09 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 27111 0 0 0 306 3 0 0 25 0 1 0 665687289 135917568 27047 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 33183 27047 725 445 0 26728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132732

[startup+6.30078 s]
/proc/loadavg: 2.00 1.80 1.06 3/362 1080
/proc/meminfo: memFree=13061560/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=145032 CPUtime=6.29 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 27734 0 0 0 626 3 0 0 25 0 1 0 665687289 148512768 27670 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 36258 27670 729 445 0 29803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145032

[startup+12.7006 s]
/proc/loadavg: 2.00 1.81 1.06 3/362 1081
/proc/meminfo: memFree=13060956/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=177848 CPUtime=12.69 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 28350 0 0 0 1266 3 0 0 25 0 1 0 665687289 182116352 28286 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423106 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 44462 28286 729 445 0 38007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 177848

[startup+25.5003 s]
/proc/loadavg: 2.00 1.82 1.08 3/362 1081
/proc/meminfo: memFree=13057140/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=177848 CPUtime=25.49 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 28700 0 0 0 2546 3 0 0 25 0 1 0 665687289 182116352 28636 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 44462 28636 729 445 0 38007 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 177848

[startup+51.1006 s]
/proc/loadavg: 2.00 1.83 1.10 3/362 1082
/proc/meminfo: memFree=13033528/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=224116 CPUtime=51.1 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 31007 0 0 0 5106 4 0 0 25 0 1 0 665687289 229494784 30943 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 56029 30943 730 445 0 49574 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 224116

[startup+102.313 s]
/proc/loadavg: 2.08 1.87 1.15 3/362 1083
/proc/meminfo: memFree=13000472/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=224116 CPUtime=102.3 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 37269 0 0 0 10226 4 0 0 25 0 1 0 665687289 229494784 37194 33554432000 4194304 6014671 140736779959200 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 56029 37194 731 445 0 49574 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 224116

[startup+162.3 s]
/proc/loadavg: 2.08 1.91 1.21 3/362 1085
/proc/meminfo: memFree=12971796/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=237620 CPUtime=162.29 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 40839 0 0 0 16224 5 0 0 25 0 1 0 665687289 243322880 40764 33554432000 4194304 6014671 140736779959200 18446744073709551615 4379383 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 59405 40764 731 445 0 52950 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 237620

[startup+222.301 s]
/proc/loadavg: 2.03 1.92 1.25 3/362 1086
/proc/meminfo: memFree=12942244/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=237620 CPUtime=222.29 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 42443 0 0 0 22224 5 0 0 25 0 1 0 665687289 243322880 42368 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423087 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 59405 42368 731 445 0 52950 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 237620

[startup+282.301 s]
/proc/loadavg: 2.01 1.93 1.30 3/362 1088
/proc/meminfo: memFree=12902300/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=290356 CPUtime=282.3 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 46737 0 0 0 28224 6 0 0 25 0 1 0 665687289 297324544 46662 33554432000 4194304 6014671 140736779959200 18446744073709551615 4372440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 72589 46662 731 445 0 66134 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 290356

[startup+342.301 s]
/proc/loadavg: 2.00 1.94 1.34 3/362 1089
/proc/meminfo: memFree=12910712/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=290356 CPUtime=342.3 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 47983 0 0 0 34224 6 0 0 25 0 1 0 665687289 297324544 47886 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378000 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 72589 47886 731 445 0 66134 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 290356

[startup+402.301 s]
/proc/loadavg: 2.00 1.95 1.38 3/362 1091
/proc/meminfo: memFree=12900496/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=343896 CPUtime=402.3 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 49828 0 0 0 40224 6 0 0 25 0 1 0 665687289 352149504 49610 33554432000 4194304 6014671 140736779959200 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 85974 49610 731 445 0 79519 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 343896

[startup+462.301 s]
/proc/loadavg: 2.00 1.95 1.41 3/362 1093
/proc/meminfo: memFree=12870332/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=343896 CPUtime=462.31 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 51331 0 0 0 46224 7 0 0 25 0 1 0 665687289 352149504 51113 33554432000 4194304 6014671 140736779959200 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 85974 51113 731 445 0 79519 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 343896

[startup+522.301 s]
/proc/loadavg: 2.00 1.96 1.45 3/362 1094
/proc/meminfo: memFree=12848212/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=343896 CPUtime=522.3 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 56913 0 0 0 52223 7 0 0 25 0 1 0 665687289 352149504 56695 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378886 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 85974 56695 731 445 0 79519 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 343896

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.48 3/362 1096
/proc/meminfo: memFree=12829092/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=343896 CPUtime=582.31 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 60492 0 0 0 58223 8 0 0 25 0 1 0 665687289 352149504 60274 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 85974 60274 731 445 0 79519 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 343896

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.05 2.04 1.97 3/362 1201
/proc/meminfo: memFree=12337020/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=517436 CPUtime=4062.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104233 0 0 0 406227 16 0 0 25 0 1 0 665687289 529854464 103774 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423573 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 129359 103774 731 445 0 122904 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 517436

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/362 1202
/proc/meminfo: memFree=12336996/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4122.42 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104233 0 0 0 412226 16 0 0 25 0 1 0 665687289 594329600 103774 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378840 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 103774 731 445 0 138645 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 580400

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/362 1204
/proc/meminfo: memFree=12336720/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4182.42 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104283 0 0 0 418226 16 0 0 25 0 1 0 665687289 594329600 103824 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 103824 731 445 0 138645 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 580400

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/362 1205
/proc/meminfo: memFree=12311780/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4242.41 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104879 0 0 0 424225 16 0 0 25 0 1 0 665687289 594329600 104420 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378000 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104420 731 445 0 138645 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 580400

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/362 1207
/proc/meminfo: memFree=12301720/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4302.41 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104879 0 0 0 430225 16 0 0 25 0 1 0 665687289 594329600 104420 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423023 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104420 731 445 0 138645 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 580400

[startup+4362.3 s]
/proc/loadavg: 1.96 1.99 1.97 3/362 1237
/proc/meminfo: memFree=13175036/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4362.42 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104880 0 0 0 436226 16 0 0 25 0 1 0 665687289 594329600 104421 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104421 731 445 0 138645 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 580400

[startup+4422.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/362 1238
/proc/meminfo: memFree=12593340/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4422.42 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104880 0 0 0 442226 16 0 0 25 0 1 0 665687289 594329600 104421 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423545 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104421 731 445 0 138645 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 580400

[startup+4482.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/362 1240
/proc/meminfo: memFree=12220812/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4482.42 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104963 0 0 0 448226 16 0 0 25 0 1 0 665687289 594329600 104504 33554432000 4194304 6014671 140736779959200 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104504 731 445 0 138645 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 580400

[startup+4542.3 s]
/proc/loadavg: 1.99 1.99 1.97 3/362 1241
/proc/meminfo: memFree=11637124/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4542.42 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104963 0 0 0 454226 16 0 0 25 0 1 0 665687289 594329600 104504 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378860 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104504 731 445 0 138645 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 580400

[startup+4602.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/362 1243
/proc/meminfo: memFree=11298680/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4602.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 104963 0 0 0 460227 16 0 0 25 0 1 0 665687289 594329600 104504 33554432000 4194304 6014671 140736779959200 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 104504 731 445 0 138645 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 580400

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/362 1245
/proc/meminfo: memFree=11241980/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4662.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 106638 0 0 0 466226 17 0 0 25 0 1 0 665687289 594329600 106179 33554432000 4194304 6014671 140736779959200 18446744073709551615 4381106 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 106179 731 445 0 138645 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 580400

[startup+4722.31 s]
/proc/loadavg: 2.16 2.03 1.98 3/362 1246
/proc/meminfo: memFree=10896864/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4722.44 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 108866 0 0 0 472227 17 0 0 25 0 1 0 665687289 594329600 108407 33554432000 4194304 6014671 140736779959200 18446744073709551615 4383630 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 108407 731 445 0 138645 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 580400

[startup+4782.3 s]
/proc/loadavg: 2.06 2.03 1.98 3/362 1248
/proc/meminfo: memFree=10845512/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4782.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 110089 0 0 0 478226 17 0 0 25 0 1 0 665687289 594329600 109630 33554432000 4194304 6014671 140736779959200 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 109630 731 445 0 138645 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 580400

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/362 1249
/proc/meminfo: memFree=10521976/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4842.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 110653 0 0 0 484226 17 0 0 25 0 1 0 665687289 594329600 110194 33554432000 4194304 6014671 140736779959200 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 110194 731 445 0 138645 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 580400

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/362 1251
/proc/meminfo: memFree=10467504/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4902.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 110655 0 0 0 490226 17 0 0 25 0 1 0 665687289 594329600 110196 33554432000 4194304 6014671 140736779959200 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 110196 731 445 0 138645 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 580400

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/362 1253
/proc/meminfo: memFree=10260888/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=4962.43 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 110656 0 0 0 496226 17 0 0 25 0 1 0 665687289 594329600 110197 33554432000 4194304 6014671 140736779959200 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 110197 731 445 0 138645 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 580400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/362 1254
/proc/meminfo: memFree=10212020/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=5000.04 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 110656 0 0 0 499987 17 0 0 25 0 1 0 665687289 594329600 110197 33554432000 4194304 6014671 140736779959200 18446744073709551615 4371995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 110197 731 445 0 138645 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 580400

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/362 1254
/proc/meminfo: memFree=10212020/32951124 swapFree=54427468/67111528
[pid=1079] ppid=1077 vsize=580400 CPUtime=5000.04 cores=1,3,5,7
/proc/1079/stat : 1079 (qutersat_releas) R 1077 1079 937 0 -1 4202496 110656 0 0 0 499987 17 0 0 25 0 1 0 665687289 594329600 110197 33554432000 4194304 6014671 140736779959200 18446744073709551615 4371995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1079/statm: 145100 110197 731 445 0 138645 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 580400

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.88
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 6318

runsolver used 16.5355 second user time and 41.6537 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 12:14:53
IDJOB=3384288
IDBENCH=70829
IDSOLVER=1868
FILE ID=node138/3384288-1305540893
RUNJOBID= node138-1305540197-957
PBS_JOBID= 13329215
Free space on /tmp= 73420 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384288-1305540893/watcher-3384288-1305540893 -o /tmp/evaluation-result-3384288-1305540893/solver-3384288-1305540893 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384288-1305540893.cnf 44339324

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=44339324

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      13171304 kB
Buffers:        305688 kB
Cached:        4403952 kB
SwapCached:      18496 kB
Active:       16177600 kB
Inactive:      3324000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13171304 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:    14784588 kB
Mapped:          20524 kB
Slab:           133060 kB
PageTables:      79900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84638696 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= 73428 MiB
End job on node138 at 2011-05-16 13:38:15