Trace number 3376979

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)UNSAT 788.78 788.759

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
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.00/0.08	c Parse Cnf success: #var: 51064 #clause: 152039
0.00/0.08	c Find Units :          2
0.08/0.09	c Find Invs  :          0
0.09/0.10	c Find Ands  :      50679 AvgFaninNum: 2
0.09/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.11	c Find Ite   :          0
0.09/0.14	c UnDirect variable: 0
0.09/0.14	c UnDirect to Direct Gate: 0
0.09/0.14	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.14	c Break Cycle : 0
0.09/0.14	c Total Root : 1 Undef Var: 385
0.09/0.17	c After covering, Total Root: 1 Leaf: 385
0.09/0.17	c Variable( cover/uncovered/unused ): 51064 0 0
0.09/0.17	c Unit Clauses: 2
0.09/0.17	c Binary Clauses( cover/uncovered ): 101358 0
0.09/0.17	c Clauses( cover/uncovered ): 50679 0
0.09/0.17	c Total Clauses( cover/uncovered ): 152039 0 100%
0.09/0.17	c Covered Ands: 50679 Invs: 0 Xors: 0 Ites: 0
0.09/0.17	c Uncover Clauses avg size: nan max size: 0
0.09/0.17	c Final circuit: i/l/o/s     384       0       1     50679
0.09/0.17	c CnfToAig: Time: 0.17 s
0.29/0.36	c TmMap: Set choices finish.
0.29/0.38	c TmMap: Set big and: 4223
0.29/0.38	c TmMap: Origin: 51064 ClauseNum: 152037 --> New: 17273 ClauseNum: 76261
0.29/0.38	c TmMap: Time: 0.04
0.59/0.63	c Simulation --> TransNum: 57544/76261 Try to Add: #clause: 49358 #xorclause: 0
0.59/0.66	c #var: 16622 #clauses: 55417 Solving... 
2.29/2.39	c Abstract SAT
2.39/2.42	c Simulation --> TransNum: 70483/76261 Try to Add: #clause: 1871 #xorclause: 0
2.39/2.42	c #var: 16667 #clauses: 42037 Solving... 
2.39/2.44	c Abstract SAT
2.39/2.47	c Simulation --> TransNum: 70737/76261 Try to Add: #clause: 95 #xorclause: 0
2.39/2.47	c #var: 16699 #clauses: 42722 Solving... 
2.59/2.64	c Abstract SAT
2.59/2.64	c Simulation --> TransNum: 76261/76261 Try to Add: #clause: 5421 #xorclause: 0
2.59/2.64	c #var: 17271 #clauses: 51309 Solving... 
788.72/788.73	s UNSATISFIABLE
788.72/788.74	c CPU time: 788.75 s

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.75 5.29 5.67 4/350 26508
/proc/meminfo: memFree=27614120/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=35612 CPUtime=0 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 2688 0 0 0 0 0 0 0 23 0 1 0 658370888 36466688 2624 33554432000 4194304 6014671 140737417421312 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 8903 2625 378 445 0 2448 0

[startup+0.0901771 s]
/proc/loadavg: 1.75 5.29 5.67 4/350 26508
/proc/meminfo: memFree=27614120/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=53020 CPUtime=0.08 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 6925 0 0 0 7 1 0 0 23 0 1 0 658370888 54292480 6861 33554432000 4194304 6014671 140737417421312 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 13255 6861 382 445 0 6800 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53020

[startup+0.101175 s]
/proc/loadavg: 1.75 5.29 5.67 4/350 26508
/proc/meminfo: memFree=27614120/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=53020 CPUtime=0.09 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 6931 0 0 0 8 1 0 0 23 0 1 0 658370888 54292480 6867 33554432000 4194304 6014671 140737417421312 18446744073709551615 4287550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 13255 6867 383 445 0 6800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53020

[startup+0.301134 s]
/proc/loadavg: 1.75 5.29 5.67 4/350 26508
/proc/meminfo: memFree=27614120/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=58268 CPUtime=0.29 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 8731 0 0 0 28 1 0 0 25 0 1 0 658370888 59666432 8667 33554432000 4194304 6014671 140737417421312 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 14567 8668 668 445 0 8112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58268

[startup+0.701064 s]
/proc/loadavg: 1.75 5.29 5.67 4/350 26508
/proc/meminfo: memFree=27614120/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=77016 CPUtime=0.69 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 11516 0 0 0 68 1 0 0 25 0 1 0 658370888 78864384 11452 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 19254 11452 696 445 0 12799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77016

[startup+1.50092 s]
/proc/loadavg: 1.75 5.29 5.67 5/351 26509
/proc/meminfo: memFree=27564272/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=77016 CPUtime=1.49 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 11541 0 0 0 148 1 0 0 25 0 1 0 658370888 78864384 11477 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 19254 11477 700 445 0 12799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77016

[startup+3.10063 s]
/proc/loadavg: 1.75 5.29 5.67 5/351 26509
/proc/meminfo: memFree=27547540/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=100580 CPUtime=3.09 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 15565 0 0 0 307 2 0 0 25 0 1 0 658370888 102993920 15492 33554432000 4194304 6014671 140737417421312 18446744073709551615 4385992 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 25145 15492 728 445 0 18690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100580

[startup+6.30106 s]
/proc/loadavg: 1.93 5.27 5.66 5/351 26509
/proc/meminfo: memFree=27513448/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=110652 CPUtime=6.29 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 16433 0 0 0 627 2 0 0 25 0 1 0 658370888 113307648 16360 33554432000 4194304 6014671 140737417421312 18446744073709551615 4371896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 27663 16360 729 445 0 21208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110652

[startup+12.7009 s]
/proc/loadavg: 2.09 5.25 5.65 5/351 26509
/proc/meminfo: memFree=27450752/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=130936 CPUtime=12.69 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 21860 0 0 0 1267 2 0 0 25 0 1 0 658370888 134078464 21783 33554432000 4194304 6014671 140737417421312 18446744073709551615 4422949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 32734 21783 738 445 0 26279 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130936

[startup+25.5006 s]
/proc/loadavg: 2.51 5.19 5.63 5/351 26510
/proc/meminfo: memFree=27386128/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=151320 CPUtime=25.49 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 24335 0 0 0 2546 3 0 0 25 0 1 0 658370888 154951680 24250 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 37830 24250 730 445 0 31375 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151320

[startup+51.1009 s]
/proc/loadavg: 3.02 5.09 5.58 5/351 26510
/proc/meminfo: memFree=27293632/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=162040 CPUtime=51.09 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 28893 0 0 0 5106 3 0 0 25 0 1 0 658370888 165928960 28782 33554432000 4194304 6014671 140737417421312 18446744073709551615 4386138 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 40510 28782 730 445 0 34055 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 162040

[startup+102.314 s]
/proc/loadavg: 3.57 4.92 5.50 5/351 26539
/proc/meminfo: memFree=27083420/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=186140 CPUtime=102.31 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 35134 0 0 0 10226 5 0 0 25 0 1 0 658370888 190607360 35023 33554432000 4194304 6014671 140737417421312 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 46535 35023 730 445 0 40080 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 186140

[startup+162.301 s]
/proc/loadavg: 3.84 4.75 5.40 5/351 26540
/proc/meminfo: memFree=26921324/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=213400 CPUtime=162.29 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 40365 0 0 0 16224 5 0 0 25 0 1 0 658370888 218521600 40232 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 53350 40232 730 445 0 46895 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213400

[startup+222.301 s]
/proc/loadavg: 4.25 4.69 5.34 5/351 26542
/proc/meminfo: memFree=26861900/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=271564 CPUtime=222.3 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 46140 0 0 0 22223 7 0 0 25 0 1 0 658370888 278081536 45840 33554432000 4194304 6014671 140737417421312 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 67891 45840 730 445 0 61436 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 271564

[startup+282.301 s]
/proc/loadavg: 4.16 4.58 5.26 5/351 26544
/proc/meminfo: memFree=26730808/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=338660 CPUtime=282.3 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 59452 0 0 0 28221 9 0 0 25 0 1 0 658370888 346787840 59152 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 84665 59152 730 445 0 78210 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 338660

[startup+342.3 s]
/proc/loadavg: 4.06 4.47 5.17 5/351 26554
/proc/meminfo: memFree=26665004/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=338660 CPUtime=342.3 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 59491 0 0 0 34221 9 0 0 25 0 1 0 658370888 346787840 59191 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 84665 59191 730 445 0 78210 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 338660

[startup+402.3 s]
/proc/loadavg: 4.02 4.38 5.10 5/351 26556
/proc/meminfo: memFree=26540332/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=338660 CPUtime=402.3 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 72721 0 0 0 40217 13 0 0 25 0 1 0 658370888 346787840 72421 33554432000 4194304 6014671 140737417421312 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 84665 72421 730 445 0 78210 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 338660

[startup+462.3 s]
/proc/loadavg: 4.07 4.34 5.04 5/351 26557
/proc/meminfo: memFree=26444324/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=414696 CPUtime=462.31 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 81430 0 0 0 46215 16 0 0 25 0 1 0 658370888 424648704 80899 33554432000 4194304 6014671 140737417421312 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 103674 80899 730 445 0 97219 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 414696

[startup+522.301 s]
/proc/loadavg: 4.02 4.27 4.97 5/351 26559
/proc/meminfo: memFree=26410188/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=414696 CPUtime=522.3 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 82588 0 0 0 52214 16 0 0 25 0 1 0 658370888 424648704 82057 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 103674 82057 730 445 0 97219 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 414696

[startup+582.301 s]
/proc/loadavg: 4.01 4.22 4.90 5/351 26564
/proc/meminfo: memFree=26361572/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=414696 CPUtime=582.3 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 88518 0 0 0 58213 17 0 0 25 0 1 0 658370888 424648704 87987 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 103674 87987 730 445 0 97219 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 414696

[startup+642.301 s]
/proc/loadavg: 4.00 4.18 4.85 5/351 26592
/proc/meminfo: memFree=26300508/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=642.32 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 90901 0 0 0 64214 18 0 0 25 0 1 0 658370888 508784640 90370 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 90370 730 445 0 117760 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 496860

[startup+702.301 s]
/proc/loadavg: 3.95 4.13 4.79 5/351 26756
/proc/meminfo: memFree=26395292/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=702.31 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 91687 0 0 0 70212 19 0 0 25 0 1 0 658370888 508784640 91156 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 91156 730 445 0 117760 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 496860

[startup+762.313 s]
/proc/loadavg: 4.21 4.15 4.75 5/351 26757
/proc/meminfo: memFree=26350524/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=762.32 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 97174 0 0 0 76212 20 0 0 25 0 1 0 658370888 508784640 73729 33554432000 4194304 6014671 140737417421312 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 73729 730 445 0 117760 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 496860

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

[startup+767.901 s]
/proc/loadavg: 4.19 4.15 4.74 5/351 26758
/proc/meminfo: memFree=26350020/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=767.91 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 97188 0 0 0 76771 20 0 0 25 0 1 0 658370888 508784640 73743 33554432000 4194304 6014671 140737417421312 18446744073709551615 4657652 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 73743 730 445 0 117760 0
Current children cumulated CPU time (s) 767.91
Current children cumulated vsize (KiB) 496860

[startup+780.701 s]
/proc/loadavg: 4.15 4.14 4.73 5/351 26758
/proc/meminfo: memFree=26338360/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=780.71 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 98645 0 0 0 78051 20 0 0 25 0 1 0 658370888 508784640 75200 33554432000 4194304 6014671 140737417421312 18446744073709551615 4385992 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 75200 730 445 0 117760 0
Current children cumulated CPU time (s) 780.71
Current children cumulated vsize (KiB) 496860

[startup+783.9 s]
/proc/loadavg: 4.15 4.14 4.73 5/351 26758
/proc/meminfo: memFree=26337368/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=783.91 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 98651 0 0 0 78371 20 0 0 25 0 1 0 658370888 508784640 75206 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 75206 730 445 0 117760 0
Current children cumulated CPU time (s) 783.91
Current children cumulated vsize (KiB) 496860

[startup+787.101 s]
/proc/loadavg: 4.14 4.14 4.73 5/351 26758
/proc/meminfo: memFree=26333400/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=787.11 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 98655 0 0 0 78691 20 0 0 25 0 1 0 658370888 508784640 75210 33554432000 4194304 6014671 140737417421312 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 75210 730 445 0 117760 0
Current children cumulated CPU time (s) 787.11
Current children cumulated vsize (KiB) 496860

[startup+787.901 s]
/proc/loadavg: 4.14 4.14 4.73 5/351 26758
/proc/meminfo: memFree=26332652/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=787.91 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 98655 0 0 0 78771 20 0 0 25 0 1 0 658370888 508784640 75210 33554432000 4194304 6014671 140737417421312 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 75210 730 445 0 117760 0
Current children cumulated CPU time (s) 787.91
Current children cumulated vsize (KiB) 496860

[startup+788.3 s]
/proc/loadavg: 4.14 4.14 4.73 5/351 26758
/proc/meminfo: memFree=26332652/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=788.31 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 98655 0 0 0 78811 20 0 0 25 0 1 0 658370888 508784640 75210 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 75210 730 445 0 117760 0
Current children cumulated CPU time (s) 788.31
Current children cumulated vsize (KiB) 496860

[startup+788.713 s]
/proc/loadavg: 4.14 4.14 4.73 5/351 26758
/proc/meminfo: memFree=26331908/32951124 swapFree=54427468/67111528
[pid=26508] ppid=26506 vsize=496860 CPUtime=788.72 cores=5,7
/proc/26508/stat : 26508 (qutersat_releas) R 26506 26508 26421 0 -1 4202496 98662 0 0 0 78852 20 0 0 25 0 1 0 658370888 508784640 75217 33554432000 4194304 6014671 140737417421312 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26508/statm: 124215 75217 730 445 0 117760 0
Current children cumulated CPU time (s) 788.72
Current children cumulated vsize (KiB) 496860

Child status: 0
Real time (s): 788.759
CPU time (s): 788.78
CPU user time (s): 788.559
CPU system time (s): 0.220966
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 496860

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

runsolver used 2.52162 second user time and 6.10307 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 15:55:29
IDJOB=3376979
IDBENCH=70817
IDSOLVER=1856
FILE ID=node138/3376979-1305467729
RUNJOBID= node138-1305467718-26442
PBS_JOBID= 13325298
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=1312838801

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27614400 kB
Buffers:        291928 kB
Cached:        4017044 kB
SwapCached:      18496 kB
Active:        1939080 kB
Inactive:      3157220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27614400 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           18372 kB
Writeback:           0 kB
AnonPages:      780736 kB
Mapped:          19864 kB
Slab:           128880 kB
PageTables:      48560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68624284 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= 73540 MiB
End job on node138 at 2011-05-15 16:08:38