Trace number 3377116

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 645.211 645.225

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.00/0.01	c Set FPU double precision.
4.50/4.52	c Parse Cnf success: #var: 489685 #clause: 8779920
4.50/4.52	c Find Units :       1440
5.19/5.22	c Find Invs  :          0
5.60/5.61	c Find Ands  :     159840 AvgFaninNum: 2
5.60/5.63	c Find Xors  :          0 AvgFaninNum: nan
5.60/5.68	c Find Ite   :          0
5.78/5.85	c UnDirect variable: 0
5.78/5.85	c UnDirect to Direct Gate: 0
5.78/5.85	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.78/5.88	c Break Cycle : 0
5.78/5.88	c Total Root : 159840 Undef Var: 329845
5.99/6.04	c After covering, Total Root: 159840 Leaf: 161245
5.99/6.04	c Variable( cover/uncovered/unused ): 321085 168600 0
5.99/6.04	c Unit Clauses: 1440
5.99/6.04	c Binary Clauses( cover/uncovered ): 319680 8121600
5.99/6.04	c Clauses( cover/uncovered ): 159840 177360
5.99/6.04	c Total Clauses( cover/uncovered ): 480960 8298960 5.47795%
5.99/6.04	c Covered Ands: 159840 Invs: 0 Xors: 0 Ites: 0
11.48/11.55	c Uncover Clauses avg size: 2.17126 max size: 1334
11.58/11.68	c Final circuit: i/l/o/s  328405       0 8073967   9260162
11.58/11.68	c CnfToAig: Time: 11.66 s
16.49/16.57	c TmMap: Set choices finish.
20.69/20.74	c TmMap: Set big and: 8301328
20.69/20.74	c TmMap: Origin: 9588568 ClauseNum: 27780486 --> New: 8629734 ClauseNum: 25868383
20.69/20.74	c TmMap: Time: 4.87
21.99/22.05	c Try to Add: #clause: 16602656 #xorclause: 0
23.49/23.55	c #var: 555766 #clauses: 383518 Solving... 
644.79/644.87	s UNSATISFIABLE
644.98/645.04	c CPU time: 645.02 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-3377116-1305468206/watcher-3377116-1305468206 -o /tmp/evaluation-result-3377116-1305468206/solver-3377116-1305468206 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377116-1305468206.cnf 739507693 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.82 4.07 4.82 4/420 31981
/proc/meminfo: memFree=21165860/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=44356 CPUtime=0 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 4880 0 0 0 0 0 0 0 23 0 1 0 658418194 45420544 4816 33554432000 4194304 6014671 140735812303184 18446744073709551615 239476694784 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 11089 4816 378 445 0 4634 0

[startup+0.0381719 s]
/proc/loadavg: 3.82 4.07 4.82 4/420 31981
/proc/meminfo: memFree=21165860/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=50500 CPUtime=0.02 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 6415 0 0 0 2 0 0 0 23 0 1 0 658418194 51712000 6351 33554432000 4194304 6014671 140735812303184 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 12625 6352 378 445 0 6170 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 50500

[startup+0.101169 s]
/proc/loadavg: 3.82 4.07 4.82 4/420 31981
/proc/meminfo: memFree=21165860/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=69956 CPUtime=0.09 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 10880 0 0 0 8 1 0 0 23 0 1 0 658418194 71634944 10816 33554432000 4194304 6014671 140735812303184 18446744073709551615 4308289 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 17489 10816 378 445 0 11034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69956

[startup+0.301122 s]
/proc/loadavg: 3.82 4.07 4.82 4/420 31981
/proc/meminfo: memFree=21165860/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=94660 CPUtime=0.29 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 17039 0 0 0 27 2 0 0 24 0 1 0 658418194 96931840 16975 33554432000 4194304 6014671 140735812303184 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 23665 16976 378 445 0 17210 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94660

[startup+0.701042 s]
/proc/loadavg: 3.82 4.07 4.82 4/420 31981
/proc/meminfo: memFree=21165860/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=144068 CPUtime=0.69 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 29257 0 0 0 65 4 0 0 25 0 1 0 658418194 147525632 29193 33554432000 4194304 6014671 140735812303184 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 36017 29193 378 445 0 29562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144068

[startup+2.12378 s]
/proc/loadavg: 3.82 4.07 4.82 4/420 31981
/proc/meminfo: memFree=21165860/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=440132 CPUtime=2.11 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 96040 0 0 0 199 12 0 0 25 0 1 0 658418194 450695168 95976 33554432000 4194304 6014671 140735812303184 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 110033 95976 378 445 0 103578 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 440132

[startup+3.10059 s]
/proc/loadavg: 3.82 4.07 4.82 5/421 31982
/proc/meminfo: memFree=20613744/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=440772 CPUtime=3.09 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 101673 0 0 0 294 15 0 0 25 0 1 0 658418194 451350528 101609 33554432000 4194304 6014671 140735812303184 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 110193 101609 378 445 0 103738 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 440772

[startup+6.30097 s]
/proc/loadavg: 3.84 4.07 4.81 5/421 31982
/proc/meminfo: memFree=20118764/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=835524 CPUtime=6.29 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 196869 0 0 0 604 25 0 0 18 0 1 0 658418194 855576576 181762 33554432000 4194304 6014671 140735812303184 18446744073709551615 4334520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 208881 181762 398 445 0 202426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 835524

[startup+12.7007 s]
/proc/loadavg: 3.85 4.06 4.81 5/421 31983
/proc/meminfo: memFree=18668976/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=2233188 CPUtime=12.69 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 535806 0 0 0 1207 62 0 0 25 0 1 0 658418194 2286784512 520699 33554432000 4194304 6014671 140735812303184 18446744073709551615 4257538 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 558297 520699 668 445 0 551842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2233188

[startup+25.5153 s]
/proc/loadavg: 3.88 4.06 4.79 5/421 31983
/proc/meminfo: memFree=17159652/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=3795588 CPUtime=25.5 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 892677 0 0 0 2447 103 0 0 25 0 1 0 658418194 3886682112 865332 33554432000 4194304 6014671 140735812303184 18446744073709551615 4423389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 948897 865332 701 445 0 942442 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 3795588

[startup+51.1004 s]
/proc/loadavg: 3.92 4.05 4.77 5/421 31987
/proc/meminfo: memFree=17021200/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=3795588 CPUtime=51.08 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 892733 0 0 0 5005 103 0 0 25 0 1 0 658418194 3886682112 865355 33554432000 4194304 6014671 140735812303184 18446744073709551615 4371896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 948897 865355 723 445 0 942442 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3795588

[startup+102.301 s]
/proc/loadavg: 4.09 4.08 4.74 5/421 31988
/proc/meminfo: memFree=15823008/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=3795588 CPUtime=102.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 892926 0 0 0 10125 103 0 0 25 0 1 0 658418194 3886682112 865321 33554432000 4194304 6014671 140735812303184 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 948897 865321 724 445 0 942442 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3795588

[startup+162.301 s]
/proc/loadavg: 4.09 4.08 4.70 5/421 31990
/proc/meminfo: memFree=14631352/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=3795588 CPUtime=162.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 892938 0 0 0 16125 103 0 0 25 0 1 0 658418194 3886682112 865333 33554432000 4194304 6014671 140735812303184 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 948897 865333 728 445 0 942442 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 3795588

[startup+222.301 s]
/proc/loadavg: 4.03 4.06 4.65 5/421 31991
/proc/meminfo: memFree=14090968/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=3872476 CPUtime=222.29 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 922251 0 0 0 22121 108 0 0 25 0 1 0 658418194 3965415424 851816 33554432000 4194304 6014671 140735812303184 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 968119 851816 728 445 0 961664 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 3872476

[startup+282.301 s]
/proc/loadavg: 4.01 4.05 4.61 5/421 31993
/proc/meminfo: memFree=13198880/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=4331604 CPUtime=282.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1020959 0 0 0 28108 120 0 0 25 0 1 0 658418194 4435562496 950524 33554432000 4194304 6014671 140735812303184 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1082901 950524 728 445 0 1076446 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 4331604

[startup+342.316 s]
/proc/loadavg: 4.00 4.03 4.57 5/421 31995
/proc/meminfo: memFree=12089068/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=4843440 CPUtime=342.29 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1115400 0 0 0 34098 131 0 0 25 0 1 0 658418194 4959682560 1044965 33554432000 4194304 6014671 140735812303184 18446744073709551615 4731797 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1210860 1044965 728 445 0 1204405 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 4843440

[startup+402.301 s]
/proc/loadavg: 4.07 4.05 4.54 5/421 31996
/proc/meminfo: memFree=11947664/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=4880084 CPUtime=402.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1124610 0 0 0 40094 134 0 0 25 0 1 0 658418194 4997206016 1054175 33554432000 4194304 6014671 140735812303184 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1220021 1054175 728 445 0 1213566 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 4880084

[startup+462.301 s]
/proc/loadavg: 4.06 4.05 4.51 5/421 31998
/proc/meminfo: memFree=11005244/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5292012 CPUtime=462.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1204988 0 0 0 46085 143 0 0 25 0 1 0 658418194 5419020288 1134553 33554432000 4194304 6014671 140735812303184 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1323003 1134553 728 445 0 1316548 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 5292012

[startup+522.301 s]
/proc/loadavg: 4.15 4.09 4.49 5/421 31999
/proc/meminfo: memFree=10842316/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5310892 CPUtime=522.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1212073 0 0 0 52083 145 0 0 25 0 1 0 658418194 5438353408 1141638 33554432000 4194304 6014671 140735812303184 18446744073709551615 4372085 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1327723 1141638 728 445 0 1321268 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 5310892

[startup+582.301 s]
/proc/loadavg: 4.10 4.08 4.46 5/421 32001
/proc/meminfo: memFree=10490360/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5539100 CPUtime=582.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1264152 0 0 0 58075 153 0 0 25 0 1 0 658418194 5672038400 1193717 33554432000 4194304 6014671 140735812303184 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1384775 1193717 728 445 0 1378320 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 5539100

[startup+642.301 s]
/proc/loadavg: 4.03 4.07 4.43 5/421 32003
/proc/meminfo: memFree=10380628/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5637472 CPUtime=642.28 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1271457 0 0 0 64073 155 0 0 25 0 1 0 658418194 5772771328 1201022 33554432000 4194304 6014671 140735812303184 18446744073709551615 4379493 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1409368 1201022 728 445 0 1402913 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 5637472

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

[startup+642.801 s]
/proc/loadavg: 4.03 4.07 4.43 5/421 32003
/proc/meminfo: memFree=10380380/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5637472 CPUtime=642.78 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1271501 0 0 0 64123 155 0 0 25 0 1 0 658418194 5772771328 1201066 33554432000 4194304 6014671 140735812303184 18446744073709551615 4379408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1409368 1201066 728 445 0 1402913 0
Current children cumulated CPU time (s) 642.78
Current children cumulated vsize (KiB) 5637472

[startup+644.401 s]
/proc/loadavg: 4.03 4.07 4.43 5/421 32003
/proc/meminfo: memFree=10380036/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5637472 CPUtime=644.38 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1271634 0 0 0 64283 155 0 0 25 0 1 0 658418194 5772771328 1201199 33554432000 4194304 6014671 140735812303184 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1409368 1201199 728 445 0 1402913 0
Current children cumulated CPU time (s) 644.38
Current children cumulated vsize (KiB) 5637472

[startup+644.816 s]
/proc/loadavg: 4.11 4.08 4.43 5/421 32003
/proc/meminfo: memFree=10379788/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=5637472 CPUtime=644.79 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202496 1271646 0 0 0 64324 155 0 0 25 0 1 0 658418194 5772771328 1200265 33554432000 4194304 6014671 140735812303184 18446744073709551615 4810475 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31981/statm: 1409368 1200265 728 445 0 1402913 0
Current children cumulated CPU time (s) 644.79
Current children cumulated vsize (KiB) 5637472

[startup+645.201 s]
/proc/loadavg: 4.11 4.08 4.43 5/421 32003
/proc/meminfo: memFree=10379788/32950928 swapFree=67056568/67111528
[pid=31981] ppid=31979 vsize=0 CPUtime=645.18 cores=4,6
/proc/31981/stat : 31981 (qutersat_releas) R 31979 31981 31839 0 -1 4202500 1271650 0 0 0 64347 171 0 0 25 0 1 0 658418194 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/31981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 645.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 645.225
CPU time (s): 645.211
CPU user time (s): 643.472
CPU system time (s): 1.73873
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 5637472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 643.472
system time used= 1.73873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1271650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 745

runsolver used 2.80357 second user time and 5.98209 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 16:03:31
IDJOB=3377116
IDBENCH=82371
IDSOLVER=1856
FILE ID=node148/3377116-1305468206
RUNJOBID= node148-1305468168-31858
PBS_JOBID= 13325324
Free space on /tmp= 72628 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377116-1305468206/watcher-3377116-1305468206 -o /tmp/evaluation-result-3377116-1305468206/solver-3377116-1305468206 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377116-1305468206.cnf 739507693

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=739507693

node148.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.83
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21166256 kB
Buffers:        343336 kB
Cached:        5210004 kB
SwapCached:       8488 kB
Active:        8080124 kB
Inactive:      3333724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21166256 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          230440 kB
Writeback:           0 kB
AnonPages:     5857928 kB
Mapped:          37284 kB
Slab:           263992 kB
PageTables:      40784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106935948 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= 72628 MiB
End job on node148 at 2011-05-15 16:14:17