Trace number 3260988

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
glucose 2UNSAT 287.257 287.253

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-11-11-unsat.cnf
MD5SUMf5821fd80ce137a7b8cae2070a9b28d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.97324
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of clauses726
Sum of the clauses size2541
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2605
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5121

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     726     2541 |     217       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 121   #clauses: 726   #literals: 2541
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
219.09/219.11	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
219.09/219.11	c WARNING: for repeatability, setting FPU to use double precision
219.09/219.11	c ============================[ Problem Statistics ]=============================
219.09/219.11	c |                                                                             |
219.09/219.11	c |  Number of variables:           121                                         |
219.09/219.11	c |  Number of clauses:             726                                         |
219.09/219.11	c |  Parse time:                   0.00 s                                       |
219.09/219.11	c |                                                                             |
219.09/219.11	c ============================[ Search Statistics ]==============================
219.09/219.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
219.09/219.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
219.09/219.11	c ===============================================================================
219.09/219.11	c |    199431 |     121      726     2541 |        1    53824     34 |  0.000 % |
219.09/219.11	c |    515716 |     120      726     2541 |        1    67309     31 |  0.826 % |
219.09/219.11	c |    515816 |     120      726     2541 |        1    67409     31 |  0.826 % |
219.09/219.11	c |    554763 |     120      726     2541 |        1    57567     29 |  0.826 % |
219.09/219.11	c |    689687 |     120      726     2541 |        1    86341     29 |  0.826 % |
219.09/219.11	c |    689787 |     120      726     2541 |        1    86441     29 |  0.826 % |
219.09/219.11	c |    690066 |     120      726     2541 |        1    86720     29 |  0.826 % |
219.09/219.11	c |    690166 |     120      726     2541 |        1    86820     29 |  0.826 % |
219.09/219.11	c |    693999 |     120      726     2541 |        1    90653     30 |  0.826 % |
219.09/219.11	c |    694315 |     120      726     2541 |        1    90969     30 |  0.826 % |
219.09/219.11	c |    694422 |     120      726     2541 |        1    91076     30 |  0.826 % |
219.09/219.11	c |    694522 |     120      726     2541 |        1    91176     30 |  0.826 % |
219.09/219.11	c |    694623 |     120      726     2541 |        1    91277     30 |  0.826 % |
219.09/219.11	c |    695276 |     120      726     2541 |        1    91930     30 |  0.826 % |
219.09/219.11	c |    695378 |     120      726     2541 |        1    92032     30 |  0.826 % |
219.09/219.11	c |    719313 |     120      726     2541 |        1    58850     27 |  0.826 % |
219.09/219.11	c |    719417 |     120      726     2541 |        1    58954     27 |  0.826 % |
219.09/219.11	c |    719518 |     120      726     2541 |        1    59055     27 |  0.826 % |
219.09/219.11	c |    719852 |     120      726     2541 |        1    59389     27 |  0.826 % |
219.09/219.11	c |    719952 |     120      726     2541 |        1    59489     27 |  0.826 % |
219.09/219.11	c |    720333 |     120      726     2541 |        1    59870     27 |  0.826 % |
219.09/219.11	c |    720720 |     120      726     2541 |        1    60257     27 |  0.826 % |
219.09/219.11	c |    720822 |     120      726     2541 |        1    60359     27 |  0.826 % |
219.09/219.11	c |    720922 |     120      726     2541 |        1    60459     27 |  0.826 % |
219.09/219.11	c |    721024 |     120      726     2541 |        1    60561     27 |  0.826 % |
219.09/219.11	c |    721127 |     120      726     2541 |        1    60664     27 |  0.826 % |
219.09/219.11	c |    794587 |     120      726     2541 |        1    74358     27 |  0.826 % |
219.09/219.11	c |    794689 |     120      726     2541 |        1    74460     27 |  0.826 % |
219.09/219.11	c |    875251 |     119      726     2541 |        1    81136     29 |  1.653 % |
219.09/219.11	c |    920730 |     119      726     2541 |        1    67378     26 |  1.653 % |
219.09/219.11	c |    954873 |     119      726     2541 |        1   101521     28 |  1.653 % |
219.09/219.11	c |    957450 |     119      726     2541 |        1   104098     28 |  1.653 % |
219.09/219.11	c |    957550 |     119      726     2541 |        1   104198     28 |  1.653 % |
219.09/219.11	c |    957651 |     119      726     2541 |        1   104299     28 |  1.653 % |
219.09/219.11	c |    957751 |     119      726     2541 |        1   104399     28 |  1.653 % |
219.09/219.11	c |    958868 |     119      726     2541 |        1   105516     28 |  1.653 % |
219.09/219.11	c |    958970 |     119      726     2541 |        1   105618     28 |  1.653 % |
219.09/219.11	c |   1013223 |     119      726     2541 |        1    95148     27 |  1.653 % |
219.09/219.11	c |   1013323 |     119      726     2541 |        1    95248     27 |  1.653 % |
287.19/287.24	c |   1043101 |     119      726     2541 |        1   125026     28 |  1.653 % |
287.19/287.24	c |   1043201 |     119      726     2541 |        1   125126     28 |  1.653 % |
287.19/287.24	c |   1043301 |     119      726     2541 |        1   125226     28 |  1.653 % |
287.19/287.24	c |   1043402 |     119      726     2541 |        1   125327     28 |  1.653 % |
287.19/287.24	c |   1044669 |     119      726     2541 |        1   126594     28 |  1.653 % |
287.19/287.24	c |   1059275 |     119      726     2541 |        1    72450     25 |  1.653 % |
287.19/287.24	c |   1059375 |     119      726     2541 |        1    72550     25 |  1.653 % |
287.19/287.24	c |   1059475 |     119      726     2541 |        1    72650     25 |  1.653 % |
287.19/287.24	c |   1094127 |     119      726     2541 |        1   107302     28 |  1.653 % |
287.19/287.24	c |   1094230 |     119      726     2541 |        1   107405     28 |  1.653 % |
287.19/287.24	c |   1130277 |     117      726     2541 |        1   138655     29 |  3.306 % |
287.19/287.24	c |   1130378 |     117      726     2541 |        1   138756     29 |  3.306 % |
287.19/287.24	c |   1138580 |     117      726     2541 |        1    77272     26 |  3.306 % |
287.19/287.24	c |   1139887 |     117      726     2541 |        1    78579     26 |  3.306 % |
287.19/287.24	c |   1142407 |     117      726     2541 |        1    81099     26 |  3.306 % |
287.19/287.24	c |   1153728 |     117      726     2541 |        1    92420     27 |  3.306 % |
287.19/287.24	c |   1153828 |     117      726     2541 |        1    92520     27 |  3.306 % |
287.19/287.24	c |   1192099 |      18      726     2541 |        1   130782     26 | 85.124 % |
287.19/287.24	c ===============================================================================
287.19/287.24	c restarts              : 57
287.19/287.24	c nb ReduceDB           : 30
287.19/287.24	c nb removed Clauses    : 1025545
287.19/287.24	c nb learnts DL2        : 71
287.19/287.24	c nb learnts size 2     : 59
287.19/287.24	c nb learnts size 1     : 11
287.19/287.24	c conflicts             : 1192099        (4151 /sec)
287.19/287.24	c decisions             : 1344079        (0.00 % random) (4680 /sec)
287.19/287.24	c propagations          : 14180357       (49372 /sec)
287.19/287.24	c conflict literals     : 41252451       (22.62 % deleted)
287.19/287.24	c nb reduced Clauses    : 984
287.19/287.24	c CPU time              : 287.213 s
287.19/287.24	
287.19/287.24	s UNSATISFIABLE

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-3260988-1303510133/watcher-3260988-1303510133 -o /tmp/evaluation-result-3260988-1303510133/solver-3260988-1303510133 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3260988-1303510133.cnf 

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: 4.01 3.99 3.93 4/192 21197
/proc/meminfo: memFree=14480920/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0

[startup+0.0890719 s]
/proc/loadavg: 4.01 3.99 3.93 4/192 21197
/proc/meminfo: memFree=14480920/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101064 s]
/proc/loadavg: 4.01 3.99 3.93 4/192 21197
/proc/meminfo: memFree=14480920/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301031 s]
/proc/loadavg: 4.01 3.99 3.93 4/192 21197
/proc/meminfo: memFree=14480920/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700969 s]
/proc/loadavg: 4.01 3.99 3.93 4/192 21197
/proc/meminfo: memFree=14480920/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50079 s]
/proc/loadavg: 4.01 3.99 3.93 5/194 21200
/proc/meminfo: memFree=14473092/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=23412 CPUtime=1.49 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 2859 0 0 0 149 0 0 0 25 0 1 0 462614266 23973888 2253 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 5853 2253 240 17 0 2494 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32116

[startup+3.10055 s]
/proc/loadavg: 4.01 3.99 3.93 5/194 21200
/proc/meminfo: memFree=14490204/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=27880 CPUtime=3.09 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 3433 0 0 0 309 0 0 0 25 0 1 0 462614266 28549120 2816 33554432000 4194304 4260849 140734683381472 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 6970 2816 240 17 0 3611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36584

[startup+6.30097 s]
/proc/loadavg: 4.01 3.99 3.93 5/194 21200
/proc/meminfo: memFree=14480484/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=32272 CPUtime=6.29 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 4880 0 0 0 629 0 0 0 25 0 1 0 462614266 33046528 4226 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 8068 4226 240 17 0 4709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40976

[startup+12.7008 s]
/proc/loadavg: 4.01 3.99 3.93 5/194 21200
/proc/meminfo: memFree=14458032/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=39416 CPUtime=12.69 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 8431 0 0 0 1269 0 0 0 25 0 1 0 462614266 40361984 5581 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 9854 5581 249 17 0 6495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48120

[startup+25.5006 s]
/proc/loadavg: 4.00 3.99 3.93 5/194 21200
/proc/meminfo: memFree=14466700/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=46612 CPUtime=25.49 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 10860 0 0 0 2548 1 0 0 25 0 1 0 462614266 47730688 5897 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 11653 5897 249 17 0 8294 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55316

[startup+51.101 s]
/proc/loadavg: 4.06 4.00 3.94 5/194 21201
/proc/meminfo: memFree=14437044/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=53796 CPUtime=51.09 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 15132 0 0 0 5107 2 0 0 25 0 1 0 462614266 55087104 10023 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 13449 10023 249 17 0 10090 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62500

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.94 5/194 21202
/proc/meminfo: memFree=14401312/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=102.3 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 18393 0 0 0 10228 2 0 0 25 0 1 0 462614266 70938624 10052 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 10052 249 17 0 13960 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77980

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/194 21204
/proc/meminfo: memFree=14400808/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=162.29 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 21702 0 0 0 16226 3 0 0 25 0 1 0 462614266 70938624 13273 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13273 249 17 0 13960 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77980

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21206
/proc/meminfo: memFree=14321692/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=222.29 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 21871 0 0 0 22226 3 0 0 25 0 1 0 462614266 70938624 13440 33554432000 4194304 4260849 140734683381472 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13440 249 17 0 13960 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77980

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21207
/proc/meminfo: memFree=14307256/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=282.29 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 22219 0 0 0 28226 3 0 0 25 0 1 0 462614266 70938624 13776 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224834 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13776 249 17 0 13960 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 77980

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

[startup+284.701 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21207
/proc/meminfo: memFree=14339248/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=284.69 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 22219 0 0 0 28466 3 0 0 25 0 1 0 462614266 70938624 13776 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13776 249 17 0 13960 0
Current children cumulated CPU time (s) 284.69
Current children cumulated vsize (KiB) 77980

[startup+286.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21207
/proc/meminfo: memFree=14333544/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=286.29 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 22219 0 0 0 28626 3 0 0 25 0 1 0 462614266 70938624 13776 33554432000 4194304 4260849 140734683381472 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13776 249 17 0 13960 0
Current children cumulated CPU time (s) 286.29
Current children cumulated vsize (KiB) 77980

[startup+286.7 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21207
/proc/meminfo: memFree=14333544/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=286.69 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 22219 0 0 0 28666 3 0 0 25 0 1 0 462614266 70938624 13776 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13776 249 17 0 13960 0
Current children cumulated CPU time (s) 286.69
Current children cumulated vsize (KiB) 77980

[startup+287.107 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21207
/proc/meminfo: memFree=14331188/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=287.1 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 22219 0 0 0 28707 3 0 0 25 0 1 0 462614266 70938624 13776 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13776 249 17 0 13960 0
Current children cumulated CPU time (s) 287.1
Current children cumulated vsize (KiB) 77980

[startup+287.201 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 21207
/proc/meminfo: memFree=14331188/32951124 swapFree=67111528/67111528
[pid=21197] ppid=21195 vsize=8704 CPUtime=0 cores=4,6
/proc/21197/stat : 21197 (glucose.sh) S 21195 21197 19853 0 -1 4202496 360 154 0 0 0 0 0 0 25 0 1 0 462614266 8912896 254 33554432000 4194304 4922060 140735606652960 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21197/statm: 2176 254 211 178 0 69 0
[pid=21199] ppid=21197 vsize=69276 CPUtime=287.19 cores=4,6
/proc/21199/stat : 21199 (glucose_static) R 21197 21197 19853 0 -1 4202496 22219 0 0 0 28716 3 0 0 25 0 1 0 462614266 70938624 13776 33554432000 4194304 4260849 140734683381472 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21199/statm: 17319 13776 249 17 0 13960 0
Current children cumulated CPU time (s) 287.19
Current children cumulated vsize (KiB) 77980

Child status: 20
Real time (s): 287.253
CPU time (s): 287.257
CPU user time (s): 287.214
CPU system time (s): 0.042993
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 81176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 287.214
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22948
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= 39
involuntary context switches= 469

runsolver used 0.498924 second user time and 1.07384 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 00:08:53
IDJOB=3260988
IDBENCH=83203
IDSOLVER=1651
FILE ID=node108/3260988-1303510133
RUNJOBID= node108-1303509889-21051
PBS_JOBID= 13134238
Free space on /tmp= 71256 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-11-11-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260988-1303510133/watcher-3260988-1303510133 -o /tmp/evaluation-result-3260988-1303510133/solver-3260988-1303510133 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3260988-1303510133.cnf 

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

MD5SUM BENCH= f5821fd80ce137a7b8cae2070a9b28d7
RANDOM SEED=1784627442

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5226.15
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.820
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.820
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.77
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.820
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.820
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.820
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.820
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:      14481068 kB
Buffers:       1886056 kB
Cached:       15645076 kB
SwapCached:          0 kB
Active:        9873316 kB
Inactive:      8032776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14481068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1224 kB
Writeback:           0 kB
AnonPages:      374516 kB
Mapped:          15360 kB
Slab:           498848 kB
PageTables:       6344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   597632 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= 71256 MiB
End job on node108 at 2011-04-23 00:13:41