Trace number 3377145

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

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.17	c Parse Cnf success: #var: 69553 #clause: 226752
0.08/0.17	c Find Units :        129
0.08/0.18	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.26	c Find Ite   :        128
0.29/0.33	c UnDirect variable: 28149
0.29/0.34	c UnDirect to Direct Gate: 28256
0.29/0.34	c Forced Direct Gate: 399 Unuse unDirect Gate: 353
0.29/0.37	c Break Cycle : 2751
0.29/0.37	c Total Root : 526 Undef Var: 3101
0.39/0.42	c After covering, Total Root: 3027 Leaf: 3100
0.39/0.42	c Variable( cover/uncovered/unused ): 69552 1 0
0.39/0.42	c Unit Clauses: 129
0.39/0.42	c Binary Clauses( cover/uncovered ): 90644 1730
0.39/0.42	c Clauses( cover/uncovered ): 124670 9579
0.39/0.42	c Total Clauses( cover/uncovered ): 215443 11309 95.0126%
0.39/0.42	c Covered Ands: 40150 Invs: 5172 Xors: 21126 Ites: 4
0.39/0.43	c Uncover Clauses avg size: 2.84702 max size: 3
0.39/0.43	c Final circuit: i/l/o/s    3099       0   11436    115765
0.39/0.43	c CnfToAig: Time: 0.43 s
0.89/0.96	c TmMap: Set choices finish.
1.00/1.02	c TmMap: Set big and: 17550
1.00/1.02	c TmMap: Origin: 118865 ClauseNum: 347295 --> New: 50841 ClauseNum: 194961
1.00/1.02	c TmMap: Time: 0.1
1.79/1.82	c Simulation --> TransNum: 194663/194961 Try to Add: #clause: 168031 #xorclause: 0
1.79/1.89	c #var: 39409 #clauses: 147341 Solving... 
34.39/34.49	c Abstract SAT
34.59/34.61	c Simulation --> TransNum: 194874/194961 Try to Add: #clause: 5 #xorclause: 0
34.59/34.61	c #var: 39409 #clauses: 63244 Solving... 
35.10/35.11	c Abstract SAT
35.20/35.23	c Simulation --> TransNum: 194875/194961 Try to Add: #clause: 1 #xorclause: 0
35.20/35.23	c #var: 39409 #clauses: 63245 Solving... 
35.89/35.93	c Abstract SAT
35.89/35.94	c Simulation --> TransNum: 194961/194961 Try to Add: #clause: 86 #xorclause: 0
35.89/35.94	c #var: 39409 #clauses: 63366 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377145-1305467733/watcher-3377145-1305467733 -o /tmp/evaluation-result-3377145-1305467733/solver-3377145-1305467733 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377145-1305467733.cnf 1253062254 

running on 2 cores: 0,2

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.74 5.49 6.42 4/284 8552
/proc/meminfo: memFree=20116804/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=35020 CPUtime=0 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 2601 0 0 0 0 0 0 0 25 0 1 0 658373090 35860480 2538 33554432000 4194304 6014671 140735213631440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 8755 2538 378 445 0 2300 0

[startup+0.0222389 s]
/proc/loadavg: 3.74 5.49 6.42 4/284 8552
/proc/meminfo: memFree=20116804/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=38092 CPUtime=0.01 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 3326 0 0 0 1 0 0 0 25 0 1 0 658373090 39006208 3262 33554432000 4194304 6014671 140735213631440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 9523 3264 378 445 0 3068 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38092

[startup+0.100229 s]
/proc/loadavg: 3.74 5.49 6.42 4/284 8552
/proc/meminfo: memFree=20116804/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=56652 CPUtime=0.08 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 7808 0 0 0 8 0 0 0 25 0 1 0 658373090 58011648 7744 33554432000 4194304 6014671 140735213631440 18446744073709551615 4817239 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 14163 7744 378 445 0 7708 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56652

[startup+0.300195 s]
/proc/loadavg: 3.74 5.49 6.42 4/284 8552
/proc/meminfo: memFree=20116804/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=73164 CPUtime=0.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 12003 0 0 0 28 1 0 0 25 0 1 0 658373090 74919936 11939 33554432000 4194304 6014671 140735213631440 18446744073709551615 4776615 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 18291 11939 394 445 0 11836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73164

[startup+0.700122 s]
/proc/loadavg: 3.74 5.49 6.42 4/284 8552
/proc/meminfo: memFree=20116804/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=88312 CPUtime=0.68 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 16033 0 0 0 67 1 0 0 25 0 1 0 658373090 90431488 15969 33554432000 4194304 6014671 140735213631440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 22078 15969 667 445 0 15623 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 88312

[startup+1.50098 s]
/proc/loadavg: 3.76 5.46 6.41 5/293 8569
/proc/meminfo: memFree=19853784/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=127324 CPUtime=1.49 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 25888 0 0 0 146 3 0 0 25 0 1 0 658373090 130379776 25824 33554432000 4194304 6014671 140735213631440 18446744073709551615 4244491 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 31831 25824 680 445 0 25376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127324

[startup+3.10075 s]
/proc/loadavg: 3.76 5.46 6.41 5/293 8569
/proc/meminfo: memFree=19828488/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=140692 CPUtime=3.09 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 28327 0 0 0 306 3 0 0 25 0 1 0 658373090 144068608 28263 33554432000 4194304 6014671 140735213631440 18446744073709551615 4422791 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 35173 28263 725 445 0 28718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140692

[startup+6.30019 s]
/proc/loadavg: 3.76 5.46 6.41 5/293 8569
/proc/meminfo: memFree=19817572/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=140692 CPUtime=6.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 28557 0 0 0 625 4 0 0 25 0 1 0 658373090 144068608 28493 33554432000 4194304 6014671 140735213631440 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 35173 28493 726 445 0 28718 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140692

[startup+12.701 s]
/proc/loadavg: 3.80 5.41 6.38 5/293 8569
/proc/meminfo: memFree=19811516/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=173508 CPUtime=12.69 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 29018 0 0 0 1265 4 0 0 25 0 1 0 658373090 177672192 28954 33554432000 4194304 6014671 140735213631440 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 43377 28954 726 445 0 36922 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173508

[startup+25.5008 s]
/proc/loadavg: 3.83 5.37 6.36 5/293 8570
/proc/meminfo: memFree=19794156/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=185144 CPUtime=25.49 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 30878 0 0 0 2545 4 0 0 25 0 1 0 658373090 189587456 30814 33554432000 4194304 6014671 140735213631440 18446744073709551615 4425110 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 46286 30814 727 445 0 39831 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185144

[startup+51.1002 s]
/proc/loadavg: 3.89 5.26 6.29 6/293 8597
/proc/meminfo: memFree=19783740/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=185144 CPUtime=51.09 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 32187 0 0 0 5104 5 0 0 25 0 1 0 658373090 189587456 32123 33554432000 4194304 6014671 140735213631440 18446744073709551615 4378070 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 46286 32123 730 445 0 39831 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 185144

[startup+102.311 s]
/proc/loadavg: 4.03 5.06 6.16 5/293 8599
/proc/meminfo: memFree=19659948/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=234556 CPUtime=102.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 39794 0 0 0 10223 6 0 0 25 0 1 0 658373090 240185344 39706 33554432000 4194304 6014671 140735213631440 18446744073709551615 4422912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 58639 39706 731 445 0 52184 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 234556

[startup+162.3 s]
/proc/loadavg: 4.01 4.86 6.03 6/293 8600
/proc/meminfo: memFree=19591240/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=247856 CPUtime=162.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 44665 0 0 0 16221 8 0 0 25 0 1 0 658373090 253804544 44577 33554432000 4194304 6014671 140735213631440 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 61964 44577 731 445 0 55509 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247856

[startup+222.301 s]
/proc/loadavg: 4.00 4.70 5.90 5/293 8602
/proc/meminfo: memFree=19558492/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=300440 CPUtime=222.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 45018 0 0 0 22221 8 0 0 25 0 1 0 658373090 307650560 44930 33554432000 4194304 6014671 140735213631440 18446744073709551615 4379300 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 75110 44930 731 445 0 68655 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 300440

[startup+282.301 s]
/proc/loadavg: 4.00 4.57 5.77 5/293 8604
/proc/meminfo: memFree=19485068/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=368288 CPUtime=282.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 60119 0 0 0 28219 10 0 0 25 0 1 0 658373090 377126912 60021 33554432000 4194304 6014671 140735213631440 18446744073709551615 4372176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 92072 60021 733 445 0 85617 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 368288

[startup+342.3 s]
/proc/loadavg: 4.13 4.51 5.68 6/293 8614
/proc/meminfo: memFree=19438248/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=368288 CPUtime=342.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 61989 0 0 0 34218 11 0 0 25 0 1 0 658373090 377126912 61877 33554432000 4194304 6014671 140735213631440 18446744073709551615 4423262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 92072 61877 733 445 0 85617 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 368288

[startup+402.301 s]
/proc/loadavg: 4.05 4.42 5.57 6/293 8616
/proc/meminfo: memFree=19401436/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=368288 CPUtime=402.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 65880 0 0 0 40218 12 0 0 25 0 1 0 658373090 377126912 65658 33554432000 4194304 6014671 140735213631440 18446744073709551615 4422949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 92072 65658 731 445 0 85617 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 368288

[startup+462.301 s]
/proc/loadavg: 4.02 4.34 5.47 5/293 8617
/proc/meminfo: memFree=19398192/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=368288 CPUtime=462.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 65945 0 0 0 46217 12 0 0 25 0 1 0 658373090 377126912 65723 33554432000 4194304 6014671 140735213631440 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 92072 65723 731 445 0 85617 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 368288

[startup+522.3 s]
/proc/loadavg: 4.00 4.27 5.37 6/293 8622
/proc/meminfo: memFree=19373004/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=368288 CPUtime=522.29 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 65957 0 0 0 52217 12 0 0 25 0 1 0 658373090 377126912 65735 33554432000 4194304 6014671 140735213631440 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 92072 65735 731 445 0 85617 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 368288

[startup+582.301 s]
/proc/loadavg: 4.00 4.22 5.28 6/293 8624
/proc/meminfo: memFree=19302596/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=422368 CPUtime=582.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 80709 0 0 0 58214 16 0 0 25 0 1 0 658373090 432504832 75084 33554432000 4194304 6014671 140735213631440 18446744073709551615 4379570 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 105592 75084 731 445 0 99137 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 422368

[startup+642.301 s]
/proc/loadavg: 4.00 4.18 5.20 5/293 8625
/proc/meminfo: memFree=19277044/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=642.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 83381 0 0 0 64214 16 0 0 25 0 1 0 658373090 488005632 77756 33554432000 4194304 6014671 140735213631440 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 77756 731 445 0 112687 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 476568

[startup+702.3 s]
/proc/loadavg: 4.04 4.16 5.13 5/293 8708
/proc/meminfo: memFree=19252224/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=702.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 84275 0 0 0 70213 17 0 0 25 0 1 0 658373090 488005632 78650 33554432000 4194304 6014671 140735213631440 18446744073709551615 4422652 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 78650 731 445 0 112687 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 476568

[startup+762.311 s]
/proc/loadavg: 4.07 4.14 5.06 6/293 8817
/proc/meminfo: memFree=18822688/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=762.31 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 85527 0 0 0 76214 17 0 0 25 0 1 0 658373090 488005632 79902 33554432000 4194304 6014671 140735213631440 18446744073709551615 4423109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 79902 731 445 0 112687 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 476568

[startup+822.301 s]
/proc/loadavg: 4.02 4.11 4.99 6/293 8819
/proc/meminfo: memFree=18377324/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=822.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 88792 0 0 0 82212 18 0 0 25 0 1 0 658373090 488005632 83167 33554432000 4194304 6014671 140735213631440 18446744073709551615 4384129 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 83167 731 445 0 112687 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 476568

[startup+882.3 s]
/proc/loadavg: 4.13 4.12 4.94 6/293 8821
/proc/meminfo: memFree=18334784/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=882.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 88931 0 0 0 88212 18 0 0 25 0 1 0 658373090 488005632 83306 33554432000 4194304 6014671 140735213631440 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 83306 731 445 0 112687 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 476568

[startup+942.301 s]
/proc/loadavg: 4.05 4.10 4.87 6/293 8822
/proc/meminfo: memFree=18307492/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=942.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 89690 0 0 0 94212 18 0 0 25 0 1 0 658373090 488005632 84064 33554432000 4194304 6014671 140735213631440 18446744073709551615 4372248 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 84064 731 445 0 112687 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 476568

[startup+1002.3 s]
/proc/loadavg: 4.02 4.08 4.82 6/293 8824
/proc/meminfo: memFree=18299040/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=1002.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 89690 0 0 0 100212 18 0 0 25 0 1 0 658373090 488005632 84064 33554432000 4194304 6014671 140735213631440 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 84064 731 445 0 112687 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 476568

[startup+1062.3 s]
/proc/loadavg: 4.00 4.06 4.76 5/293 8825
/proc/meminfo: memFree=18259092/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=476568 CPUtime=1062.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 92478 0 0 0 106210 20 0 0 25 0 1 0 658373090 488005632 86852 33554432000 4194304 6014671 140735213631440 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 119142 86852 731 445 0 112687 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 476568

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 4.71 5/293 8854
/proc/meminfo: memFree=19141256/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=531560 CPUtime=1122.3 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 96022 0 0 0 112208 22 0 0 25 0 1 0 658373090 544317440 90396 33554432000 4194304 6014671 140735213631440 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 132890 90396 731 445 0 126435 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 531560

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 4.67 6/293 8856
/proc/meminfo: memFree=19057644/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=531560 CPUtime=1182.31 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 99526 0 0 0 118207 24 0 0 25 0 1 0 658373090 544317440 93900 33554432000 4194304 6014671 140735213631440 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 132890 93900 731 445 0 126435 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 531560

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.63 6/293 8857
/proc/meminfo: memFree=19022292/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=531560 CPUtime=1242.31 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 102151 0 0 0 124207 24 0 0 25 0 1 0 658373090 544317440 96525 33554432000 4194304 6014671 140735213631440 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 132890 96525 731 445 0 126435 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 531560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.59 5/293 8859
/proc/meminfo: memFree=19014452/32950904 swapFree=67057400/67111528
[pid=8552] ppid=8550 vsize=531560 CPUtime=1300.02 cores=0,2
/proc/8552/stat : 8552 (qutersat_releas) R 8550 8552 8508 0 -1 4202496 102996 0 0 0 129977 25 0 0 25 0 1 0 658373090 544317440 97370 33554432000 4194304 6014671 140735213631440 18446744073709551615 4425400 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8552/statm: 132890 97370 731 445 0 126435 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 531560

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.05
CPU user time (s): 1299.78
CPU system time (s): 0.271958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 531560

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

runsolver used 3.51247 second user time and 8.32173 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 15:55:33
IDJOB=3377145
IDBENCH=70829
IDSOLVER=1856
FILE ID=node121/3377145-1305467733
RUNJOBID= node121-1305467733-8526
PBS_JOBID= 13325309
Free space on /tmp= 73484 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-3377145-1305467733/watcher-3377145-1305467733 -o /tmp/evaluation-result-3377145-1305467733/solver-3377145-1305467733 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377145-1305467733.cnf 1253062254

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1253062254

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:      20117340 kB
Buffers:        322048 kB
Cached:        6585804 kB
SwapCached:       7656 kB
Active:        6745968 kB
Inactive:      5730232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20117340 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           12580 kB
Writeback:           0 kB
AnonPages:     5566476 kB
Mapped:          22688 kB
Slab:           267400 kB
PageTables:      25352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30863024 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= 73476 MiB
End job on node121 at 2011-05-15 16:17:15