Trace number 3282585

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-03-01? (TO) 1300.07 1300.02

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.08/0.19	c Parse Cnf success: #var: 69553 #clause: 226752
0.08/0.19	c Find Units :        129
0.08/0.19	c Find Invs  :       5306
0.19/0.23	c Find Ands  :      40913 AvgFaninNum: 2
0.19/0.25	c Find Xors  :      23342 AvgFaninNum: 2
0.19/0.29	c Find Ite   :        128
0.29/0.36	c UnDirect variable: 28149
0.29/0.37	c UnDirect to Direct Gate: 28256
0.29/0.37	c Forced Direct Gate: 399 Unuse unDirect Gate: 353
0.39/0.40	c Break Cycle : 2751
0.39/0.40	c Total Root : 526 Undef Var: 3101
0.39/0.46	c After covering, Total Root: 3027 Leaf: 3100
0.39/0.46	c Variable( cover/uncovered/unused ): 69552 1 0
0.39/0.46	c Unit Clauses: 129
0.39/0.46	c Binary Clauses( cover/uncovered ): 90644 1730
0.39/0.46	c Clauses( cover/uncovered ): 124670 9579
0.39/0.46	c Total Clauses( cover/uncovered ): 215443 11309 95.0126%
0.39/0.46	c Covered Ands: 40150 Invs: 5172 Xors: 21126 Ites: 4
0.39/0.47	c Uncover Clauses avg size: 2.84702 max size: 3
0.39/0.47	c Final circuit: i/l/o/s    3099       0   11436    115765
0.39/0.47	c CnfToAig: Time: 0.46 s
1.09/1.18	c TmMap: Set choices finish.
1.19/1.24	c TmMap: Set big and: 17525
1.19/1.24	c TmMap: Origin: 118865 ClauseNum: 347295 --> New: 50838 ClauseNum: 194956
1.19/1.24	c TmMap: Time: 0.12
2.09/2.13	c Simulation --> TransNum: 194845/194956 Try to Add: #clause: 84119 #xorclause: 21030
2.09/2.18	c #var: 39406 #clauses: 63771 Solving... 
134.39/134.49	c Abstract SAT
134.59/134.63	c Simulation --> TransNum: 194873/194956 Try to Add: #clause: 1 #xorclause: 0
134.59/134.63	c #var: 39406 #clauses: 57133 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/1300.00	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: 935)

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-3282585-1303754707/watcher-3282585-1303754707 -o /tmp/evaluation-result-3282585-1303754707/solver-3282585-1303754707 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282585-1303754707.cnf 2058553470 

running on 2 cores: 4,6

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.71 3.94 3.82 5/186 21923
/proc/meminfo: memFree=22112500/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=26212 CPUtime=0 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 418 0 0 0 0 0 0 0 21 0 1 0 487073021 26841088 353 33554432000 4194304 6016207 140736790668992 18446744073709551615 212435436788 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21923/statm: 6553 358 284 445 0 97 0

[startup+0.0211201 s]
/proc/loadavg: 3.71 3.94 3.82 5/186 21923
/proc/meminfo: memFree=22112500/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=37068 CPUtime=0.01 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 2998 0 0 0 1 0 0 0 21 0 1 0 487073021 37957632 2932 33554432000 4194304 6016207 140736790668992 18446744073709551615 4306634 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 9267 2932 379 445 0 2811 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37068

[startup+0.101132 s]
/proc/loadavg: 3.71 3.94 3.82 5/186 21923
/proc/meminfo: memFree=22112500/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=56524 CPUtime=0.08 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 7780 0 0 0 8 0 0 0 21 0 1 0 487073021 57880576 7714 33554432000 4194304 6016207 140736790668992 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 14131 7714 379 445 0 7675 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56524

[startup+0.301093 s]
/proc/loadavg: 3.71 3.94 3.82 5/186 21923
/proc/meminfo: memFree=22112500/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=73164 CPUtime=0.29 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 12008 0 0 0 28 1 0 0 22 0 1 0 487073021 74919936 11942 33554432000 4194304 6016207 140736790668992 18446744073709551615 4778098 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 18291 11942 397 445 0 11835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73164

[startup+0.701019 s]
/proc/loadavg: 3.71 3.94 3.82 5/186 21923
/proc/meminfo: memFree=22112500/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=81528 CPUtime=0.69 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 14560 0 0 0 68 1 0 0 24 0 1 0 487073021 83484672 14494 33554432000 4194304 6016207 140736790668992 18446744073709551615 4347583 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 20382 14494 669 445 0 13926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81528

[startup+1.50086 s]
/proc/loadavg: 3.81 3.96 3.83 5/190 21930
/proc/meminfo: memFree=21912188/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=144348 CPUtime=1.49 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 30166 0 0 0 145 4 0 0 25 0 1 0 487073021 147812352 30100 33554432000 4194304 6016207 140736790668992 18446744073709551615 4247315 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 36087 30100 680 445 0 29631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144348

[startup+3.10056 s]
/proc/loadavg: 3.81 3.96 3.83 5/190 21930
/proc/meminfo: memFree=21831092/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=144348 CPUtime=3.09 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 30204 0 0 0 305 4 0 0 25 0 1 0 487073021 147812352 30138 33554432000 4194304 6016207 140736790668992 18446744073709551615 4380352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 36087 30138 715 445 0 29631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144348

[startup+6.30095 s]
/proc/loadavg: 3.91 3.98 3.83 5/190 21930
/proc/meminfo: memFree=21809524/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=144348 CPUtime=6.28 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 30207 0 0 0 624 4 0 0 25 0 1 0 487073021 147812352 30141 33554432000 4194304 6016207 140736790668992 18446744073709551615 4373376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 36087 30141 718 445 0 29631 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 144348

[startup+12.7007 s]
/proc/loadavg: 3.91 3.98 3.83 5/190 21930
/proc/meminfo: memFree=21527564/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=144348 CPUtime=12.68 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 30207 0 0 0 1264 4 0 0 25 0 1 0 487073021 147812352 30141 33554432000 4194304 6016207 140736790668992 18446744073709551615 4373604 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 36087 30141 718 445 0 29631 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 144348

[startup+25.5003 s]
/proc/loadavg: 3.93 3.98 3.83 5/190 21931
/proc/meminfo: memFree=21495428/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=177164 CPUtime=25.48 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 30435 0 0 0 2544 4 0 0 25 0 1 0 487073021 181415936 30369 33554432000 4194304 6016207 140736790668992 18446744073709551615 4379404 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 44291 30369 718 445 0 37835 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 177164

[startup+51.1005 s]
/proc/loadavg: 3.95 3.98 3.84 5/190 21931
/proc/meminfo: memFree=21329684/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=189012 CPUtime=51.09 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 33348 0 0 0 5104 5 0 0 25 0 1 0 487073021 193548288 33282 33554432000 4194304 6016207 140736790668992 18446744073709551615 4424501 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 47253 33282 733 445 0 40797 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 189012

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.85 5/190 21933
/proc/meminfo: memFree=21116272/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=234640 CPUtime=102.3 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 39034 0 0 0 10223 7 0 0 25 0 1 0 487073021 240271360 38968 33554432000 4194304 6016207 140736790668992 18446744073709551615 4373438 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 58660 38968 733 445 0 52204 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 234640

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.85 5/190 21934
/proc/meminfo: memFree=20916100/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=234640 CPUtime=162.29 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 43751 0 0 0 16221 8 0 0 25 0 1 0 487073021 240271360 43644 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425222 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 58660 43644 735 445 0 52204 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 234640

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 21936
/proc/meminfo: memFree=20779788/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=234640 CPUtime=222.29 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 43956 0 0 0 22221 8 0 0 25 0 1 0 487073021 240271360 43747 33554432000 4194304 6016207 140736790668992 18446744073709551615 4373760 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 58660 43747 735 445 0 52204 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 234640

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 21964
/proc/meminfo: memFree=20790576/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=234640 CPUtime=282.29 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 46182 0 0 0 28220 9 0 0 25 0 1 0 487073021 240271360 45875 33554432000 4194304 6016207 140736790668992 18446744073709551615 4380832 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 58660 45875 735 445 0 52204 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 234640

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 21966
/proc/meminfo: memFree=20731896/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=287104 CPUtime=342.3 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 46893 0 0 0 34220 10 0 0 25 0 1 0 487073021 293994496 46586 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 71776 46586 735 445 0 65320 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 287104

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 21968
/proc/meminfo: memFree=20664164/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=339096 CPUtime=402.3 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 50414 0 0 0 40219 11 0 0 25 0 1 0 487073021 347234304 50107 33554432000 4194304 6016207 140736790668992 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 84774 50107 735 445 0 78318 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 339096

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 21969
/proc/meminfo: memFree=20614652/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=462.31 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 59480 0 0 0 46218 13 0 0 25 0 1 0 487073021 400687104 55936 33554432000 4194304 6016207 140736790668992 18446744073709551615 4373420 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 55936 735 445 0 91368 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 391296

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 21971
/proc/meminfo: memFree=20568364/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=522.31 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 61312 0 0 0 52218 13 0 0 25 0 1 0 487073021 400687104 57768 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 57768 735 445 0 91368 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 391296

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 21972
/proc/meminfo: memFree=20539440/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=582.31 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 62211 0 0 0 58218 13 0 0 25 0 1 0 487073021 400687104 58667 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 58667 735 445 0 91368 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 391296

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 21974
/proc/meminfo: memFree=20456808/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=642.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 64976 0 0 0 64218 14 0 0 25 0 1 0 487073021 400687104 61432 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 61432 735 445 0 91368 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 391296

[startup+702.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/190 21976
/proc/meminfo: memFree=20357456/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=702.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 70430 0 0 0 70217 15 0 0 25 0 1 0 487073021 400687104 66886 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425041 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 66886 735 445 0 91368 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 391296

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 21977
/proc/meminfo: memFree=20290092/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=762.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 72293 0 0 0 76216 16 0 0 25 0 1 0 487073021 400687104 68749 33554432000 4194304 6016207 140736790668992 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 68749 735 445 0 91368 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 391296

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 21979
/proc/meminfo: memFree=20272808/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=822.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 72293 0 0 0 82216 16 0 0 25 0 1 0 487073021 400687104 68749 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 68749 735 445 0 91368 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 391296

[startup+882.3 s]
/proc/loadavg: 4.08 4.02 3.91 5/190 21980
/proc/meminfo: memFree=20266940/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=882.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 72324 0 0 0 88216 16 0 0 25 0 1 0 487073021 400687104 68780 33554432000 4194304 6016207 140736790668992 18446744073709551615 4373637 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 68780 735 445 0 91368 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 391296

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 21982
/proc/meminfo: memFree=20241868/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=942.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 72397 0 0 0 94216 16 0 0 25 0 1 0 487073021 400687104 68853 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 68853 735 445 0 91368 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 391296

[startup+1002.3 s]
/proc/loadavg: 3.44 3.85 3.86 4/184 22001
/proc/meminfo: memFree=20591432/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=1002.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 72758 0 0 0 100216 16 0 0 25 0 1 0 487073021 400687104 69214 33554432000 4194304 6016207 140736790668992 18446744073709551615 4380352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 69214 735 445 0 91368 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 391296

[startup+1062.3 s]
/proc/loadavg: 3.23 3.71 3.81 4/184 22002
/proc/meminfo: memFree=20556688/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=391296 CPUtime=1062.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 77371 0 0 0 106216 16 0 0 25 0 1 0 487073021 400687104 73768 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 97824 73768 735 445 0 91368 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 391296

[startup+1122.3 s]
/proc/loadavg: 3.08 3.58 3.76 4/184 22004
/proc/meminfo: memFree=20539432/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=446928 CPUtime=1122.32 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 79425 0 0 0 112215 17 0 0 25 0 1 0 487073021 457654272 75822 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 111732 75822 735 445 0 105276 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 446928

[startup+1182.3 s]
/proc/loadavg: 3.09 3.49 3.71 4/184 22005
/proc/meminfo: memFree=20522536/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=446928 CPUtime=1182.33 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 82068 0 0 0 118215 18 0 0 25 0 1 0 487073021 457654272 78465 33554432000 4194304 6016207 140736790668992 18446744073709551615 4380143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 111732 78465 735 445 0 105276 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 446928

[startup+1242.3 s]
/proc/loadavg: 3.03 3.39 3.67 4/184 22007
/proc/meminfo: memFree=20490396/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=446928 CPUtime=1242.34 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 82548 0 0 0 124215 19 0 0 25 0 1 0 487073021 457654272 78945 33554432000 4194304 6016207 140736790668992 18446744073709551615 4424406 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 111732 78945 735 445 0 105276 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 446928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.33 3.63 4/184 22009
/proc/meminfo: memFree=20474864/32951124 swapFree=67111524/67111528
[pid=21923] ppid=21921 vsize=446928 CPUtime=1300.04 cores=4,6
/proc/21923/stat : 21923 (qutersat_releas) R 21921 21923 20786 0 -1 4202496 83669 0 0 0 129985 19 0 0 25 0 1 0 487073021 457654272 80066 33554432000 4194304 6016207 140736790668992 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21923/statm: 111732 80066 735 445 0 105276 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 446928

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.85
CPU system time (s): 0.212967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 446928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83674
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= 9
involuntary context switches= 14458

runsolver used 2.31065 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-25 20:05:07
IDJOB=3282585
IDBENCH=70829
IDSOLVER=1607
FILE ID=node102/3282585-1303754707
RUNJOBID= node102-1303754706-21888
PBS_JOBID= 13154060
Free space on /tmp= 70956 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3282585-1303754707/watcher-3282585-1303754707 -o /tmp/evaluation-result-3282585-1303754707/solver-3282585-1303754707 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3282585-1303754707.cnf 2058553470

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=2058553470

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      22112780 kB
Buffers:       1588692 kB
Cached:        8583372 kB
SwapCached:          4 kB
Active:        1797660 kB
Inactive:      8490972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22112780 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           22300 kB
Writeback:           0 kB
AnonPages:      116052 kB
Mapped:          17980 kB
Slab:           485168 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   291764 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= 70952 MiB
End job on node102 at 2011-04-25 20:26:49