Trace number 3421119

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 714.054 714.036

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-12-12-unsat.cnf
MD5SUM9255daf8fc8e7a0c753f68fd095283c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.025
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of clauses936
Sum of the clauses size3312
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2792
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5144

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 144 #clause: 936
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 144
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 144 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 792
0.00/0.00	c Clauses( cover/uncovered ): 0 144
0.00/0.00	c Total Clauses( cover/uncovered ): 0 936 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 3.53846 max size: 12
0.00/0.00	c Final circuit: i/l/o/s     144       0     936      2376
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 936
0.00/0.02	c TmMap: Origin: 2521 ClauseNum: 7128 --> New: 1081 ClauseNum: 4248
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1872 #xorclause: 0
0.00/0.02	c #var: 144 #clauses: 145 Solving... 
714.01/714.01	s UNSATISFIABLE
714.01/714.02	c CPU time: 714.03 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-3421119-1306609837/watcher-3421119-1306609837 -o /tmp/evaluation-result-3421119-1306609837/solver-3421119-1306609837 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421119-1306609837.cnf 1050888688 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.99 2.00 5/326 18501
/proc/meminfo: memFree=18816064/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 2275 0 0 0 0 0 0 0 25 0 1 0 851214282 35237888 2211 33554432000 4194304 6014671 140736590930976 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 8603 2214 486 445 0 2148 0

[startup+0.0588749 s]
/proc/loadavg: 1.91 1.99 2.00 5/326 18501
/proc/meminfo: memFree=18816064/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=46712 CPUtime=0.04 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 3653 0 0 0 4 0 0 0 25 0 1 0 851214282 47833088 3589 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 11678 3589 720 445 0 5223 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46712

[startup+0.100859 s]
/proc/loadavg: 1.91 1.99 2.00 5/326 18501
/proc/meminfo: memFree=18816064/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=46712 CPUtime=0.08 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 3766 0 0 0 8 0 0 0 25 0 1 0 851214282 47833088 3702 33554432000 4194304 6014671 140736590930976 18446744073709551615 4629658 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 11678 3702 721 445 0 5223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46712

[startup+0.30085 s]
/proc/loadavg: 1.91 1.99 2.00 5/326 18501
/proc/meminfo: memFree=18816064/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=55328 CPUtime=0.28 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 4170 0 0 0 28 0 0 0 25 0 1 0 851214282 56655872 4106 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 13832 4106 722 445 0 7377 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55328

[startup+0.700775 s]
/proc/loadavg: 1.91 1.99 2.00 5/326 18501
/proc/meminfo: memFree=18816064/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=73208 CPUtime=0.68 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 4930 0 0 0 68 0 0 0 25 0 1 0 851214282 74964992 4866 33554432000 4194304 6014671 140736590930976 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 18302 4866 722 445 0 11847 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73208

[startup+1.50065 s]
/proc/loadavg: 1.91 1.99 2.00 4/328 18503
/proc/meminfo: memFree=18774672/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=82408 CPUtime=1.49 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 7889 0 0 0 148 1 0 0 25 0 1 0 851214282 84385792 7825 33554432000 4194304 6014671 140736590930976 18446744073709551615 4547133 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 20602 7827 726 445 0 14147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82408

[startup+3.10034 s]
/proc/loadavg: 1.91 1.99 2.00 4/328 18503
/proc/meminfo: memFree=18745284/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=101148 CPUtime=3.09 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 9129 0 0 0 308 1 0 0 25 0 1 0 851214282 103575552 9065 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 25287 9065 726 445 0 18832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101148

[startup+6.30073 s]
/proc/loadavg: 1.91 1.99 2.00 4/328 18503
/proc/meminfo: memFree=18729720/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=120520 CPUtime=6.29 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 10731 0 0 0 628 1 0 0 25 0 1 0 851214282 123412480 10667 33554432000 4194304 6014671 140736590930976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 30130 10667 726 445 0 23675 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120520

[startup+12.7006 s]
/proc/loadavg: 1.92 1.99 2.00 4/328 18503
/proc/meminfo: memFree=18700652/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=140920 CPUtime=12.69 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 14329 0 0 0 1267 2 0 0 25 0 1 0 851214282 144302080 14265 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 35230 14265 726 445 0 28775 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 140920

[startup+25.5002 s]
/proc/loadavg: 1.94 1.99 2.00 3/328 18503
/proc/meminfo: memFree=18649768/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=140920 CPUtime=25.49 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 18625 0 0 0 2547 2 0 0 25 0 1 0 851214282 144302080 18561 33554432000 4194304 6014671 140736590930976 18446744073709551615 4521600 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 35230 18561 726 445 0 28775 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140920

[startup+51.1005 s]
/proc/loadavg: 1.96 1.99 2.00 4/328 18504
/proc/meminfo: memFree=18609920/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=152544 CPUtime=51.09 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 22620 0 0 0 5106 3 0 0 25 0 1 0 851214282 156205056 22556 33554432000 4194304 6014671 140736590930976 18446744073709551615 260020092572 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 38136 22556 726 445 0 31681 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 152544

[startup+102.312 s]
/proc/loadavg: 1.98 1.99 2.00 4/328 18505
/proc/meminfo: memFree=18522828/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=152544 CPUtime=102.3 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 26565 0 0 0 10227 3 0 0 25 0 1 0 851214282 156205056 26501 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 38136 26501 726 445 0 31681 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152544

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 2.00 4/328 18507
/proc/meminfo: memFree=18489440/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=179156 CPUtime=162.29 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 33520 0 0 0 16225 4 0 0 25 0 1 0 851214282 183455744 33456 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 44789 33456 726 445 0 38334 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 179156

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/328 18509
/proc/meminfo: memFree=18409540/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=208696 CPUtime=222.29 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 40470 0 0 0 22224 5 0 0 25 0 1 0 851214282 213704704 40406 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 52174 40406 726 445 0 45719 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 208696

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 2.00 4/328 18510
/proc/meminfo: memFree=18304252/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=269424 CPUtime=282.3 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 55943 0 0 0 28222 8 0 0 25 0 1 0 851214282 275890176 55858 33554432000 4194304 6014671 140736590930976 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 67356 55858 730 445 0 60901 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 269424

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/328 18512
/proc/meminfo: memFree=18274720/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=330608 CPUtime=342.3 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 57362 0 0 0 34222 8 0 0 25 0 1 0 851214282 338542592 57249 33554432000 4194304 6014671 140736590930976 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 82652 57249 730 445 0 76197 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 330608

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 2.00 3/328 18513
/proc/meminfo: memFree=18230904/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=402.31 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 62700 0 0 0 40222 9 0 0 25 0 1 0 851214282 405254144 62517 33554432000 4194304 6014671 140736590930976 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 62517 730 445 0 92484 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 395756

[startup+462.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/328 18515
/proc/meminfo: memFree=18210548/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=462.31 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 62786 0 0 0 46222 9 0 0 25 0 1 0 851214282 405254144 62548 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 62548 730 445 0 92484 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 395756

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/328 18517
/proc/meminfo: memFree=18207660/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=522.31 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 63018 0 0 0 52222 9 0 0 25 0 1 0 851214282 405254144 62712 33554432000 4194304 6014671 140736590930976 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 62712 730 445 0 92484 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 395756

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 4/328 18518
/proc/meminfo: memFree=18189780/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=582.31 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 65027 0 0 0 58222 9 0 0 25 0 1 0 851214282 405254144 64721 33554432000 4194304 6014671 140736590930976 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 64721 730 445 0 92484 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 395756

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 18520
/proc/meminfo: memFree=18151924/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=642.32 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 65369 0 0 0 64223 9 0 0 25 0 1 0 851214282 405254144 64981 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 64981 726 445 0 92484 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 395756

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18521
/proc/meminfo: memFree=18146424/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=702.31 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66448 0 0 0 70222 9 0 0 25 0 1 0 851214282 405254144 66032 33554432000 4194304 6014671 140736590930976 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66032 726 445 0 92484 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 395756

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18146424/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=703.92 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66448 0 0 0 70383 9 0 0 25 0 1 0 851214282 405254144 66032 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66032 726 445 0 92484 0
Current children cumulated CPU time (s) 703.92
Current children cumulated vsize (KiB) 395756

[startup+710.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18136860/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=710.31 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66528 0 0 0 71022 9 0 0 25 0 1 0 851214282 405254144 66112 33554432000 4194304 6014671 140736590930976 18446744073709551615 4535168 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66112 726 445 0 92484 0
Current children cumulated CPU time (s) 710.31
Current children cumulated vsize (KiB) 395756

[startup+711.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18132388/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=711.91 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66528 0 0 0 71182 9 0 0 25 0 1 0 851214282 405254144 66112 33554432000 4194304 6014671 140736590930976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66112 726 445 0 92484 0
Current children cumulated CPU time (s) 711.91
Current children cumulated vsize (KiB) 395756

[startup+712.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18130156/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=712.72 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66528 0 0 0 71263 9 0 0 25 0 1 0 851214282 405254144 66112 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66112 726 445 0 92484 0
Current children cumulated CPU time (s) 712.72
Current children cumulated vsize (KiB) 395756

[startup+713.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18130156/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=713.51 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66528 0 0 0 71342 9 0 0 25 0 1 0 851214282 405254144 66112 33554432000 4194304 6014671 140736590930976 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66112 726 445 0 92484 0
Current children cumulated CPU time (s) 713.51
Current children cumulated vsize (KiB) 395756

[startup+713.913 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18128420/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=713.92 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66528 0 0 0 71383 9 0 0 25 0 1 0 851214282 405254144 66112 33554432000 4194304 6014671 140736590930976 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66112 726 445 0 92484 0
Current children cumulated CPU time (s) 713.92
Current children cumulated vsize (KiB) 395756

[startup+714.001 s]
/proc/loadavg: 2.00 2.00 2.00 4/328 18522
/proc/meminfo: memFree=18128420/32951124 swapFree=67083432/67111528
[pid=18499] ppid=18496 vsize=395756 CPUtime=714.01 cores=0,2,4,6
/proc/18499/stat : 18499 (qutersat_releas) R 18496 18499 18464 0 -1 4202496 66528 0 0 0 71392 9 0 0 25 0 1 0 851214282 405254144 66112 33554432000 4194304 6014671 140736590930976 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/18499/statm: 98939 66112 726 445 0 92484 0
Current children cumulated CPU time (s) 714.01
Current children cumulated vsize (KiB) 395756

Child status: 0
Real time (s): 714.036
CPU time (s): 714.054
CPU user time (s): 713.947
CPU system time (s): 0.106983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 395756

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

runsolver used 2.37964 second user time and 5.33619 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-28 21:10:37
IDJOB=3421119
IDBENCH=83224
IDSOLVER=1868
FILE ID=node110/3421119-1306609837
RUNJOBID= node110-1306609837-18482
PBS_JOBID= 13471590
Free space on /tmp= 73488 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-12-12-unsat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421119-1306609837/watcher-3421119-1306609837 -o /tmp/evaluation-result-3421119-1306609837/solver-3421119-1306609837 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421119-1306609837.cnf 1050888688

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=1050888688

node110.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.830
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.66
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.830
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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:     32951124 kB
MemFree:      18816500 kB
Buffers:        342756 kB
Cached:        9832524 kB
SwapCached:       1416 kB
Active:        7335176 kB
Inactive:      6464236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18816500 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            3488 kB
Writeback:          28 kB
AnonPages:     3623460 kB
Mapped:          27604 kB
Slab:           241652 kB
PageTables:      27492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75581232 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= 73484 MiB
End job on node110 at 2011-05-28 21:22:31