Trace number 3377143

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.08 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.07/0.08	c Parse Cnf success: #var: 47129 #clause: 141002
0.07/0.08	c Find Units :          2
0.07/0.09	c Find Invs  :          0
0.09/0.11	c Find Ands  :      47000 AvgFaninNum: 2
0.09/0.11	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.12	c Find Ite   :          0
0.09/0.15	c UnDirect variable: 0
0.09/0.15	c UnDirect to Direct Gate: 0
0.09/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.15	c Break Cycle : 0
0.09/0.15	c Total Root : 1 Undef Var: 129
0.09/0.18	c After covering, Total Root: 1 Leaf: 129
0.09/0.18	c Variable( cover/uncovered/unused ): 47129 0 0
0.09/0.18	c Unit Clauses: 2
0.09/0.18	c Binary Clauses( cover/uncovered ): 94000 0
0.09/0.18	c Clauses( cover/uncovered ): 47000 0
0.09/0.18	c Total Clauses( cover/uncovered ): 141002 0 100%
0.09/0.18	c Covered Ands: 47000 Invs: 0 Xors: 0 Ites: 0
0.09/0.18	c Uncover Clauses avg size: nan max size: 0
0.09/0.18	c Final circuit: i/l/o/s     128       0       1     47000
0.09/0.18	c CnfToAig: Time: 0.17 s
0.29/0.39	c TmMap: Set choices finish.
0.39/0.42	c TmMap: Set big and: 21740
0.39/0.42	c TmMap: Origin: 47129 ClauseNum: 141000 --> New: 34094 ClauseNum: 118334
0.39/0.42	c TmMap: Time: 0.04
0.69/0.73	c Simulation --> TransNum: 116697/118334 Try to Add: #clause: 91241 #xorclause: 0
0.69/0.77	c #var: 33776 #clauses: 69868 Solving... 
12.59/12.65	c Abstract SAT
12.69/12.70	c Simulation --> TransNum: 117633/118334 Try to Add: #clause: 319 #xorclause: 0
12.69/12.70	c #var: 34092 #clauses: 40538 Solving... 
13.49/13.53	c Abstract SAT
13.49/13.57	c Simulation --> TransNum: 118146/118334 Try to Add: #clause: 2 #xorclause: 0
13.49/13.57	c #var: 34092 #clauses: 40540 Solving... 
89.29/89.34	c Abstract SAT
89.29/89.34	c Simulation --> TransNum: 118334/118334 Try to Add: #clause: 188 #xorclause: 0
89.29/89.34	c #var: 34092 #clauses: 42084 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/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-3377143-1305467723/watcher-3377143-1305467723 -o /tmp/evaluation-result-3377143-1305467723/solver-3377143-1305467723 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377143-1305467723.cnf 306983992 

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: 2.70 5.48 7.70 5/331 26279
/proc/meminfo: memFree=11945044/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=52928 CPUtime=0.07 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 6663 0 0 0 7 0 0 0 23 0 1 0 658372014 54198272 6600 33554432000 4194304 6014671 140735106627824 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 13232 6600 378 445 0 6777 0

[startup+0.088537 s]
/proc/loadavg: 2.70 5.48 7.70 5/331 26279
/proc/meminfo: memFree=11945044/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=52928 CPUtime=0.07 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 6800 0 0 0 7 0 0 0 23 0 1 0 658372014 54198272 6737 33554432000 4194304 6014671 140735106627824 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 13232 6738 378 445 0 6777 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 52928

[startup+0.100535 s]
/proc/loadavg: 2.70 5.48 7.70 5/331 26279
/proc/meminfo: memFree=11945044/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=52928 CPUtime=0.09 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 6882 0 0 0 9 0 0 0 23 0 1 0 658372014 54198272 6819 33554432000 4194304 6014671 140735106627824 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 13232 6819 383 445 0 6777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52928

[startup+0.300448 s]
/proc/loadavg: 2.70 5.48 7.70 5/331 26279
/proc/meminfo: memFree=11945044/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=59200 CPUtime=0.29 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 8736 0 0 0 28 1 0 0 23 0 1 0 658372014 60620800 8673 33554432000 4194304 6014671 140735106627824 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 14800 8674 668 445 0 8345 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59200

[startup+0.700372 s]
/proc/loadavg: 2.70 5.48 7.70 5/331 26279
/proc/meminfo: memFree=11945044/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=76820 CPUtime=0.69 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 13151 0 0 0 68 1 0 0 25 0 1 0 658372014 78663680 13088 33554432000 4194304 6014671 140735106627824 18446744073709551615 4243270 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 19205 13088 681 445 0 12750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76820

[startup+1.50022 s]
/proc/loadavg: 2.70 5.48 7.70 7/342 26295
/proc/meminfo: memFree=11755228/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=94508 CPUtime=1.49 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 15775 0 0 0 147 2 0 0 25 0 1 0 658372014 96776192 15712 33554432000 4194304 6014671 140735106627824 18446744073709551615 4378954 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 23627 15712 727 445 0 17172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94508

[startup+3.10091 s]
/proc/loadavg: 2.70 5.48 7.70 7/342 26296
/proc/meminfo: memFree=11729808/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=105288 CPUtime=3.09 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 16809 0 0 0 307 2 0 0 25 0 1 0 658372014 107814912 16746 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425669 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 26322 16746 728 445 0 19867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105288

[startup+6.3003 s]
/proc/loadavg: 2.97 5.49 7.69 7/342 26296
/proc/meminfo: memFree=11596040/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=116764 CPUtime=6.29 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 19246 0 0 0 627 2 0 0 25 0 1 0 658372014 119566336 19183 33554432000 4194304 6014671 140735106627824 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 29191 19183 729 445 0 22736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116764

[startup+12.7011 s]
/proc/loadavg: 3.21 5.50 7.68 7/342 26296
/proc/meminfo: memFree=11555416/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=140316 CPUtime=12.69 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 24415 0 0 0 1266 3 0 0 25 0 1 0 658372014 143683584 24352 33554432000 4194304 6014671 140735106627824 18446744073709551615 4244287 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 35079 24352 731 445 0 28624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 140316

[startup+25.5006 s]
/proc/loadavg: 3.83 5.52 7.65 7/342 26296
/proc/meminfo: memFree=11467060/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=151676 CPUtime=25.49 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 28013 0 0 0 2545 4 0 0 25 0 1 0 658372014 155316224 27949 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 37919 27949 732 445 0 31464 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151676

[startup+51.1008 s]
/proc/loadavg: 4.73 5.59 7.62 7/342 26297
/proc/meminfo: memFree=11386392/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=163760 CPUtime=51.09 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 29962 0 0 0 5104 5 0 0 25 0 1 0 658372014 167690240 29896 33554432000 4194304 6014671 140735106627824 18446744073709551615 4379570 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 40940 29896 732 445 0 34485 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163760

[startup+102.312 s]
/proc/loadavg: 5.50 5.67 7.54 7/342 26298
/proc/meminfo: memFree=11247352/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=220880 CPUtime=102.31 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 45398 0 0 0 10223 8 0 0 25 0 1 0 658372014 226181120 45329 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425364 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 55220 45329 732 445 0 48765 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 220880

[startup+162.301 s]
/proc/loadavg: 5.95 5.77 7.45 7/342 26300
/proc/meminfo: memFree=11129896/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=405576 CPUtime=162.3 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 51985 0 0 0 16220 10 0 0 25 0 1 0 658372014 415309824 51812 33554432000 4194304 6014671 140735106627824 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 101394 51812 732 445 0 94939 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 405576

[startup+222.3 s]
/proc/loadavg: 6.08 5.84 7.37 7/342 26301
/proc/meminfo: memFree=11040840/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=405576 CPUtime=222.29 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 54517 0 0 0 22219 10 0 0 25 0 1 0 658372014 415309824 52083 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423325 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 101394 52083 732 445 0 94939 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 405576

[startup+282.301 s]
/proc/loadavg: 6.12 5.90 7.29 7/342 26303
/proc/meminfo: memFree=10987004/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=479888 CPUtime=282.3 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 64396 0 0 0 28217 13 0 0 25 0 1 0 658372014 491405312 61962 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 119972 61962 732 445 0 113517 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 479888

[startup+342.3 s]
/proc/loadavg: 6.09 5.93 7.21 7/342 26314
/proc/meminfo: memFree=10823800/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=479888 CPUtime=342.3 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 79612 0 0 0 34214 16 0 0 25 0 1 0 658372014 491405312 77118 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 119972 77118 732 445 0 113517 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 479888

[startup+402.301 s]
/proc/loadavg: 6.10 5.95 7.14 7/342 26315
/proc/meminfo: memFree=10738188/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=555844 CPUtime=402.3 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 85352 0 0 0 40213 17 0 0 25 0 1 0 658372014 569184256 82858 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425726 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 138961 82858 732 445 0 132506 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 555844

[startup+462.3 s]
/proc/loadavg: 6.08 5.97 7.07 7/342 26317
/proc/meminfo: memFree=10711252/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=462.3 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 87671 0 0 0 46212 18 0 0 25 0 1 0 658372014 723963904 85177 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 85177 732 445 0 170294 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 706996

[startup+522.301 s]
/proc/loadavg: 6.03 5.97 7.00 7/342 26320
/proc/meminfo: memFree=10643264/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=522.31 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 89563 0 0 0 52212 19 0 0 25 0 1 0 658372014 723963904 87069 33554432000 4194304 6014671 140735106627824 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 87069 732 445 0 170294 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 706996

[startup+582.301 s]
/proc/loadavg: 6.08 6.00 6.95 7/342 26323
/proc/meminfo: memFree=10629336/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=582.31 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 90751 0 0 0 58212 19 0 0 25 0 1 0 658372014 723963904 88257 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 88257 732 445 0 170294 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 706996

[startup+642.3 s]
/proc/loadavg: 6.30 6.07 6.91 7/342 26325
/proc/meminfo: memFree=10599800/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=642.33 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 91081 0 0 0 64213 20 0 0 25 0 1 0 658372014 723963904 88587 33554432000 4194304 6014671 140735106627824 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 88587 732 445 0 170294 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 706996

[startup+702.301 s]
/proc/loadavg: 6.26 6.09 6.86 7/342 26326
/proc/meminfo: memFree=10570520/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=702.31 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 92343 0 0 0 70211 20 0 0 25 0 1 0 658372014 723963904 89849 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 89849 732 445 0 170294 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 706996

[startup+762.312 s]
/proc/loadavg: 6.16 6.09 6.81 7/342 26328
/proc/meminfo: memFree=10433220/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=762.33 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 100307 0 0 0 76210 23 0 0 25 0 1 0 658372014 723963904 97780 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 97780 732 445 0 170294 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 706996

[startup+822.301 s]
/proc/loadavg: 6.12 6.08 6.76 7/342 26329
/proc/meminfo: memFree=10397112/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=706996 CPUtime=822.32 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 101488 0 0 0 82209 23 0 0 25 0 1 0 658372014 723963904 98961 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176749 98961 732 445 0 170294 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 706996

[startup+882.3 s]
/proc/loadavg: 6.11 6.08 6.72 7/342 26331
/proc/meminfo: memFree=10357676/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=707124 CPUtime=882.32 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 107532 0 0 0 88207 25 0 0 25 0 1 0 658372014 724094976 105005 33554432000 4194304 6014671 140735106627824 18446744073709551615 4371643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 176781 105005 732 445 0 170326 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 707124

[startup+942.301 s]
/proc/loadavg: 6.12 6.10 6.68 7/342 26333
/proc/meminfo: memFree=10308548/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=785300 CPUtime=942.32 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 116451 0 0 0 94203 29 0 0 25 0 1 0 658372014 804147200 113924 33554432000 4194304 6014671 140735106627824 18446744073709551615 4372496 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 196325 113924 732 445 0 189870 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 785300

[startup+1002.3 s]
/proc/loadavg: 6.10 6.09 6.64 7/342 26334
/proc/meminfo: memFree=10296124/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=785300 CPUtime=1002.32 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 120606 0 0 0 100201 31 0 0 25 0 1 0 658372014 804147200 118079 33554432000 4194304 6014671 140735106627824 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 196325 118079 732 445 0 189870 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 785300

[startup+1062.3 s]
/proc/loadavg: 6.04 6.07 6.60 7/342 26336
/proc/meminfo: memFree=10240428/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=785300 CPUtime=1062.33 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 122901 0 0 0 106201 32 0 0 25 0 1 0 658372014 804147200 120374 33554432000 4194304 6014671 140735106627824 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 196325 120374 732 445 0 189870 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 785300

[startup+1122.3 s]
/proc/loadavg: 6.18 6.10 6.57 7/342 26337
/proc/meminfo: memFree=10141076/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=863296 CPUtime=1122.33 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 125394 0 0 0 112201 32 0 0 25 0 1 0 658372014 884015104 122867 33554432000 4194304 6014671 140735106627824 18446744073709551615 4422826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 215824 122867 732 445 0 209369 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 863296

[startup+1182.3 s]
/proc/loadavg: 6.15 6.11 6.54 7/342 26339
/proc/meminfo: memFree=10085500/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=863296 CPUtime=1182.34 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 128681 0 0 0 118200 34 0 0 25 0 1 0 658372014 884015104 126154 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 215824 126154 732 445 0 209369 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 863296

[startup+1242.3 s]
/proc/loadavg: 6.14 6.12 6.52 7/342 26341
/proc/meminfo: memFree=10064396/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=863296 CPUtime=1242.34 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 130438 0 0 0 124199 35 0 0 25 0 1 0 658372014 884015104 127911 33554432000 4194304 6014671 140735106627824 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 215824 127911 732 445 0 209369 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 863296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.12 6.12 6.49 6/340 26343
/proc/meminfo: memFree=10240224/32950928 swapFree=67083212/67111528
[pid=26279] ppid=26277 vsize=941512 CPUtime=1300.05 cores=4,6
/proc/26279/stat : 26279 (qutersat_releas) R 26277 26279 26234 0 -1 4202496 130463 0 0 0 129970 35 0 0 25 0 1 0 658372014 964108288 127936 33554432000 4194304 6014671 140735106627824 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26279/statm: 235378 127936 732 445 0 228923 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 941512

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.71
CPU system time (s): 0.374943
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 941512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130467
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= 1409

runsolver used 4.09338 second user time and 10.0645 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 15:55:23
IDJOB=3377143
IDBENCH=70791
IDSOLVER=1856
FILE ID=node127/3377143-1305467723
RUNJOBID= node127-1305467722-26253
PBS_JOBID= 13325301
Free space on /tmp= 73488 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377143-1305467723/watcher-3377143-1305467723 -o /tmp/evaluation-result-3377143-1305467723/solver-3377143-1305467723 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377143-1305467723.cnf 306983992

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=306983992

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11945440 kB
Buffers:        318744 kB
Cached:        4112736 kB
SwapCached:       1620 kB
Active:       17780780 kB
Inactive:      2878184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11945440 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           11152 kB
Writeback:           0 kB
AnonPages:    16225008 kB
Mapped:          30504 kB
Slab:           229156 kB
PageTables:      51024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59719884 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= 73480 MiB
End job on node127 at 2011-05-15 16:17:06