Trace number 3261376

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-03-01UNSAT 567.076 567.072

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 benchmark15.0447
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... 
567.00/567.05	s UNSATISFIABLE
567.00/567.06	c CPU time: 567.06 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: 935)

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

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: 0.00 0.00 0.00 3/179 4397
/proc/meminfo: memFree=15128196/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=32364 CPUtime=0 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 1823 0 0 0 0 0 0 0 22 0 1 0 544199553 33140736 1757 33554432000 4194304 6016207 140734079588064 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 8091 1764 400 445 0 1635 0

[startup+0.0311129 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 4397
/proc/meminfo: memFree=15128196/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=46712 CPUtime=0.02 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 3601 0 0 0 2 0 0 0 22 0 1 0 544199553 47833088 3535 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 11678 3535 717 445 0 5222 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 46712

[startup+0.101159 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 4397
/proc/meminfo: memFree=15128196/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=46712 CPUtime=0.09 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 3761 0 0 0 9 0 0 0 22 0 1 0 544199553 47833088 3695 33554432000 4194304 6016207 140734079588064 18446744073709551615 215988289291 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 11678 3695 720 445 0 5222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.301117 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 4397
/proc/meminfo: memFree=15128196/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=55316 CPUtime=0.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 4152 0 0 0 29 0 0 0 23 0 1 0 544199553 56643584 4086 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425548 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 13829 4086 720 445 0 7373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55316

[startup+0.701053 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 4397
/proc/meminfo: memFree=15128196/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=64176 CPUtime=0.69 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 4765 0 0 0 68 1 0 0 25 0 1 0 544199553 65716224 4699 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 16044 4699 720 445 0 9588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64176

[startup+1.5008 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 4418
/proc/meminfo: memFree=15062000/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=82448 CPUtime=1.49 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 7841 0 0 0 148 1 0 0 25 0 1 0 544199553 84426752 7775 33554432000 4194304 6016207 140734079588064 18446744073709551615 4538712 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 20612 7775 729 445 0 14156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82448

[startup+3.10062 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 4419
/proc/meminfo: memFree=15026772/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=91792 CPUtime=3.09 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 8976 0 0 0 308 1 0 0 25 0 1 0 544199553 93995008 8910 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425504 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 22948 8911 729 445 0 16492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91792

[startup+6.30103 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 4419
/proc/meminfo: memFree=14974072/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=101540 CPUtime=6.28 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 10438 0 0 0 627 1 0 0 25 0 1 0 544199553 103976960 10372 33554432000 4194304 6016207 140734079588064 18446744073709551615 4380247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 25385 10372 729 445 0 18929 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 101540

[startup+12.7009 s]
/proc/loadavg: 0.89 0.20 0.06 5/190 4419
/proc/meminfo: memFree=14892132/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=101540 CPUtime=12.68 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 13454 0 0 0 1266 2 0 0 25 0 1 0 544199553 103976960 13388 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 25385 13388 729 445 0 18929 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101540

[startup+25.5007 s]
/proc/loadavg: 1.36 0.32 0.11 5/190 4419
/proc/meminfo: memFree=14816824/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=112444 CPUtime=25.48 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 19370 0 0 0 2545 3 0 0 25 0 1 0 544199553 115142656 19304 33554432000 4194304 6016207 140734079588064 18446744073709551615 4536912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 28111 19304 729 445 0 21655 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112444

[startup+51.1002 s]
/proc/loadavg: 2.33 0.63 0.21 5/190 4420
/proc/meminfo: memFree=14703556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=123720 CPUtime=51.09 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 21990 0 0 0 5105 4 0 0 25 0 1 0 544199553 126689280 21924 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 30930 21924 739 445 0 24474 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123720

[startup+102.306 s]
/proc/loadavg: 3.33 1.19 0.43 5/190 4421
/proc/meminfo: memFree=14600876/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=147988 CPUtime=102.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 25143 0 0 0 10224 5 0 0 25 0 1 0 544199553 151539712 25077 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 36997 25077 739 445 0 30541 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147988

[startup+162.301 s]
/proc/loadavg: 3.75 1.70 0.65 5/190 4423
/proc/meminfo: memFree=14480192/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=175056 CPUtime=162.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 32046 0 0 0 16222 7 0 0 25 0 1 0 544199553 179257344 31980 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 43764 31980 749 445 0 37308 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175056

[startup+222.301 s]
/proc/loadavg: 3.94 2.13 0.86 5/190 4424
/proc/meminfo: memFree=14276776/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=175056 CPUtime=222.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 33546 0 0 0 22222 7 0 0 25 0 1 0 544199553 179257344 33470 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 43764 33470 739 445 0 37308 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 175056

[startup+282.301 s]
/proc/loadavg: 3.98 2.47 1.05 5/190 4426
/proc/meminfo: memFree=14154740/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=175056 CPUtime=282.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 35542 0 0 0 28222 7 0 0 25 0 1 0 544199553 179257344 35466 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 43764 35466 739 445 0 37308 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 175056

[startup+342.301 s]
/proc/loadavg: 3.99 2.75 1.24 5/190 4428
/proc/meminfo: memFree=14057248/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=175056 CPUtime=342.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 35956 0 0 0 34222 7 0 0 25 0 1 0 544199553 179257344 35870 33554432000 4194304 6016207 140734079588064 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 43764 35870 729 445 0 37308 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 175056

[startup+402.301 s]
/proc/loadavg: 3.99 2.97 1.41 5/190 4429
/proc/meminfo: memFree=13992132/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=236512 CPUtime=402.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 41583 0 0 0 40220 9 0 0 25 0 1 0 544199553 242188288 41482 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 59128 41482 729 445 0 52672 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 236512

[startup+462.301 s]
/proc/loadavg: 3.99 3.16 1.57 5/190 4431
/proc/meminfo: memFree=13846148/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=236512 CPUtime=462.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 46915 0 0 0 46219 10 0 0 25 0 1 0 544199553 242188288 46808 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 59128 46808 729 445 0 52672 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 236512

[startup+522.301 s]
/proc/loadavg: 3.99 3.31 1.71 5/190 4432
/proc/meminfo: memFree=13819088/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=236512 CPUtime=522.29 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 47524 0 0 0 52219 10 0 0 25 0 1 0 544199553 242188288 47402 33554432000 4194304 6016207 140734079588064 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 59128 47402 729 445 0 52672 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 236512

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

[startup+537.501 s]
/proc/loadavg: 3.99 3.34 1.75 5/190 4433
/proc/meminfo: memFree=13788204/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=236512 CPUtime=537.49 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 47524 0 0 0 53739 10 0 0 25 0 1 0 544199553 242188288 47402 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 59128 47402 729 445 0 52672 0
Current children cumulated CPU time (s) 537.49
Current children cumulated vsize (KiB) 236512

[startup+550.301 s]
/proc/loadavg: 3.99 3.36 1.77 5/190 4433
/proc/meminfo: memFree=13776912/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=550.3 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 50176 0 0 0 55019 11 0 0 25 0 1 0 544199553 258289664 50023 33554432000 4194304 6016207 140734079588064 18446744073709551615 4426518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50023 729 445 0 56603 0
Current children cumulated CPU time (s) 550.3
Current children cumulated vsize (KiB) 252236

[startup+556.701 s]
/proc/loadavg: 3.99 3.38 1.80 5/190 4433
/proc/meminfo: memFree=13774292/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=556.7 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 50808 0 0 0 55659 11 0 0 25 0 1 0 544199553 258289664 50655 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50655 729 445 0 56603 0
Current children cumulated CPU time (s) 556.7
Current children cumulated vsize (KiB) 252236

[startup+563.1 s]
/proc/loadavg: 3.99 3.39 1.81 5/190 4434
/proc/meminfo: memFree=13772556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=563.1 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 51073 0 0 0 56299 11 0 0 25 0 1 0 544199553 258289664 50920 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50920 729 445 0 56603 0
Current children cumulated CPU time (s) 563.1
Current children cumulated vsize (KiB) 252236

[startup+564.701 s]
/proc/loadavg: 3.99 3.39 1.81 5/190 4434
/proc/meminfo: memFree=13772556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=564.7 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 51073 0 0 0 56459 11 0 0 25 0 1 0 544199553 258289664 50920 33554432000 4194304 6016207 140734079588064 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50920 729 445 0 56603 0
Current children cumulated CPU time (s) 564.7
Current children cumulated vsize (KiB) 252236

[startup+566.301 s]
/proc/loadavg: 3.99 3.39 1.81 6/190 4434
/proc/meminfo: memFree=13772556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=566.3 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 51073 0 0 0 56619 11 0 0 25 0 1 0 544199553 258289664 50920 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50920 729 445 0 56603 0
Current children cumulated CPU time (s) 566.3
Current children cumulated vsize (KiB) 252236

[startup+566.701 s]
/proc/loadavg: 3.99 3.40 1.82 5/190 4434
/proc/meminfo: memFree=13772556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=566.7 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 51073 0 0 0 56659 11 0 0 25 0 1 0 544199553 258289664 50920 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50920 729 445 0 56603 0
Current children cumulated CPU time (s) 566.7
Current children cumulated vsize (KiB) 252236

[startup+566.901 s]
/proc/loadavg: 3.99 3.40 1.82 5/190 4434
/proc/meminfo: memFree=13772556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=566.9 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 51073 0 0 0 56679 11 0 0 25 0 1 0 544199553 258289664 50920 33554432000 4194304 6016207 140734079588064 18446744073709551615 4371010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50920 729 445 0 56603 0
Current children cumulated CPU time (s) 566.9
Current children cumulated vsize (KiB) 252236

[startup+567.001 s]
/proc/loadavg: 3.99 3.40 1.82 5/190 4434
/proc/meminfo: memFree=13772556/32950940 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=252236 CPUtime=567 cores=4,6
/proc/4397/stat : 4397 (qutersat_releas) R 4395 4397 4357 0 -1 4202496 51073 0 0 0 56689 11 0 0 25 0 1 0 544199553 258289664 50920 33554432000 4194304 6016207 140734079588064 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4397/statm: 63059 50920 729 445 0 56603 0
Current children cumulated CPU time (s) 567
Current children cumulated vsize (KiB) 252236

Child status: 0
Real time (s): 567.072
CPU time (s): 567.076
CPU user time (s): 566.951
CPU system time (s): 0.124981
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 252236

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

runsolver used 0.910861 second user time and 2.18567 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-23 08:21:28
IDJOB=3261376
IDBENCH=83224
IDSOLVER=1607
FILE ID=node117/3261376-1303539687
RUNJOBID= node117-1303539685-4376
PBS_JOBID= 13143121
Free space on /tmp= 72268 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3261376-1303539687/watcher-3261376-1303539687 -o /tmp/evaluation-result-3261376-1303539687/solver-3261376-1303539687 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3261376-1303539687.cnf 1713652017

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

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=1713652017

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15128460 kB
Buffers:       2307924 kB
Cached:       14869160 kB
SwapCached:          0 kB
Active:        9401892 kB
Inactive:      7866316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15128460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3788 kB
Writeback:           0 kB
AnonPages:       90536 kB
Mapped:          16800 kB
Slab:           490496 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   266384 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= 72264 MiB
End job on node117 at 2011-04-23 08:30:55