Trace number 3370524

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
CryptoMiniSat Strange-Night-1-st (fixed)UNSAT 391.418 391.439

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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370524-1305391221.cnf'
0.00/0.01	c -- header says num vars:            121
0.00/0.01	c -- header says num clauses:         726
0.00/0.01	c -- clauses added:            0 learnts,          726 normals,            0 xors
0.00/0.01	c -- vars added        121
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       121       121       605         0      2541         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     121
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       121       121       605         0      2541         0   no data   no data  --
0.00/0.07	c Decided on static restart strategy
0.10/0.14	c  N st     8      4915       121       121       605      4691      2541    179867   no data   no data  --
0.28/0.37	c  N st    10     11300       121       121       605      4302      2541    135655   no data   no data  --
0.58/0.63	c  N st    11     17043       121       121       605      9641      2541    341450   no data   no data  --
0.98/1.06	c  F st    12     25001       121       121       605     11758      2541    417529   no data   no data  --
0.98/1.06	c  N st    12     25001       121       121       605     11758      2541    417529   no data   no data  --
1.27/1.33	c Decided on static restart strategy
1.27/1.33	c  N st    18     30000       121       121       605     10121      2541    332661   no data   no data  --
1.27/1.33	c  S st    18     30000       121       121       605     10121      2541    332661   no data   no data  --
1.27/1.38	c  S st    18     30501       121       121       605     10612      2541    351452   no data   no data  --
1.27/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.27/1.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.27/1.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.27/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.47/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
1.47/1.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1.47/1.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.96/3.02	c lits-rem:       216  cl-subs:      433  v-elim:      0  v-fix:    0  time:  1.47 s
2.96/3.03	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.01
2.96/3.03	c calculated reachability. Time: 0.00
2.96/3.03	c  N st    18     30501       121       121       605     10179      2541    336922   no data   no data  --
3.26/3.40	c  N st    20     37619       121       121       605      9451      2541    297622   no data   no data  --
3.66/3.75	c  N st    21     44018       121       121       605     15388      2541    550412   no data   no data  --
3.76/3.86	c  S st    22     45752       121       121       605      8673      2541    249133   no data   no data  --
3.86/3.90	c  S st    22     46253       121       121       605      9163      2541    268645   no data   no data  --
3.86/3.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.86/3.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.86/3.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
3.86/3.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.96/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
3.96/4.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
3.96/4.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.06/4.10	c lits-rem:        23  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.10 s
4.06/4.10	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
4.06/4.11	c vivif2 --  cl tried     9110 cl shrink        0 lits rem          0 time: 0.00
4.06/4.12	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.01
4.06/4.12	c calculated reachability. Time: 0.00
4.06/4.12	c  N st    22     46253       121       121       605      9110      2541    266734   no data   no data  --
4.96/5.04	c  N st    23     60650       121       121       605     13059      2541    391937   no data   no data  --
5.58/5.66	c  N st    24     69381       121       121       605     11027      2541    317683   no data   no data  --
5.58/5.66	c  S st    24     69381       121       121       605     11027      2541    317683   no data   no data  --
5.66/5.72	c  S st    24     69886       121       121       605     11524      2541    336175   no data   no data  --
5.66/5.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.66/5.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.66/5.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
5.66/5.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.76/5.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
5.76/5.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
5.76/5.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.86/6.98	c lits-rem:        61  cl-subs:      101  v-elim:      0  v-fix:    0  time:  1.12 s
6.86/6.98	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
6.86/6.98	c vivif2 --  cl tried    11423 cl shrink        0 lits rem          0 time: 0.00
6.86/6.99	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.01
6.86/6.99	c calculated reachability. Time: 0.00
6.86/6.99	c  N st    24     69886       121       121       605     11423      2541    333252   no data   no data  --
8.46/8.55	c  F st    25     87500       121       121       605     16592      2541    555617   no data   no data  --
8.46/8.55	c  N st    25     87500       121       121       605     16592      2541    555617   no data   no data  --
9.06/9.12	c Decided on static restart strategy
9.36/9.45	c  N st    32     95541       121       121       605     24202      2541    863203   no data   no data  --
10.06/10.17	c  N st    34    104829       121       121       605     20743      2541    688707   no data   no data  --
10.06/10.17	c  S st    34    104829       121       121       605     20743      2541    688707   no data   no data  --
10.16/10.26	c  S st    34    105334       121       121       605     21232      2541    707157   no data   no data  --
10.16/10.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.16/10.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.16/10.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
10.16/10.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.46/10.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
10.46/10.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
10.46/10.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.66/12.76	c lits-rem:       703  cl-subs:      673  v-elim:      0  v-fix:    0  time:  2.17 s
12.66/12.76	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
12.66/12.76	c vivif2 --  cl tried    20559 cl shrink        0 lits rem          0 time: 0.01
12.66/12.79	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.03
12.66/12.79	c calculated reachability. Time: 0.00
12.66/12.79	c  N st    34    105334       121       121       605     20559      2541    682782   no data   no data  --
13.56/13.63	c  N st    35    114934       121       121       605     16502      2541    497934   no data   no data  --
14.96/15.00	c  N st    36    129334       121       121       605     15853      2541    456967   no data   no data  --
16.96/17.03	c  N st    37    150931       121       121       605     20923      2541    650583   no data   no data  --
17.67/17.79	c  S st    38    158006       121       121       605     27391      2541    888738   no data   no data  --
17.86/17.92	c  S st    38    158509       121       121       605     27883      2541    907651   no data   no data  --
17.86/17.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.86/17.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.86/17.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.02
17.86/17.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.26/18.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
18.26/18.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
18.26/18.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.06/21.10	c lits-rem:      1098  cl-subs:     1866  v-elim:      0  v-fix:    0  time:  2.77 s
21.06/21.10	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
21.06/21.11	c vivif2 --  cl tried    26017 cl shrink        0 lits rem          0 time: 0.01
21.06/21.14	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.03
21.06/21.14	c calculated reachability. Time: 0.00
21.06/21.14	c  N st    38    158509       121       121       605     26017      2541    852648   no data   no data  --
25.86/25.99	c  N st    39    207097       121       121       605     21093      2541    630319   no data   no data  --
28.86/28.99	c  N st    40    237763       121       121       605     30981      2541   1034264   no data   no data  --
28.86/28.99	c  S st    40    237763       121       121       605     30981      2541   1034264   no data   no data  --
29.06/29.12	c  S st    40    238265       121       121       605     31472      2541   1053764   no data   no data  --
29.06/29.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.06/29.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.06/29.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.02
29.06/29.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.56/29.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.47 s
29.56/29.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
29.56/29.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.86/31.95	c lits-rem:       681  cl-subs:     1033  v-elim:      0  v-fix:    0  time:  2.31 s
31.86/31.95	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
31.86/31.96	c vivif2 --  cl tried    30439 cl shrink        0 lits rem          0 time: 0.01
31.86/32.00	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.04
31.86/32.01	c calculated reachability. Time: 0.00
31.86/32.01	c  N st    40    238265       121       121       605     30439      2541   1018851   no data   no data  --
39.56/39.68	c  F st    41    306251       121       121       605     32222      2541   1031535   no data   no data  --
39.56/39.68	c  N st    41    306251       121       121       605     32222      2541   1031535   no data   no data  --
40.26/40.32	c Decided on static restart strategy
43.06/43.11	c  N st    51    334556       121       121       605     36408      2541   1169724   no data   no data  --
45.76/45.81	c  N st    53    357397       121       121       605     34110      2541   1047974   no data   no data  --
45.76/45.81	c  S st    53    357397       121       121       605     34110      2541   1047974   no data   no data  --
45.86/45.95	c  S st    53    357898       121       121       605     34600      2541   1066222   no data   no data  --
45.86/45.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.86/45.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.86/45.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.02
45.96/46.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.36/46.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
46.36/46.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
46.36/46.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.76/48.83	c lits-rem:       599  cl-subs:     1537  v-elim:      0  v-fix:    0  time:  2.41 s
48.76/48.83	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
48.76/48.85	c vivif2 --  cl tried    33063 cl shrink        0 lits rem          0 time: 0.01
48.76/48.89	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.04
48.76/48.89	c calculated reachability. Time: 0.00
48.76/48.89	c  N st    53    357898       121       121       605     33063      2541   1024251   no data   no data  --
53.26/53.30	c  N st    54    390290       121       121       605     38390      2541   1153021   no data   no data  --
59.66/59.74	c  N st    55    438880       121       121       606     33080      2541    994164   no data   no data  --
70.36/70.47	c  N st    56    511762       121       121       606     44861      2541   1299436   no data   no data  --
73.96/74.08	c  N st    57    536847       121       121       607     39864      2541   1250709   no data   no data  --
73.96/74.08	c  S st    57    536847       121       121       607     39864      2541   1250709   no data   no data  --
74.16/74.24	c  S st    57    537351       121       121       607     40359      2541   1270288   no data   no data  --
74.16/74.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.16/74.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.16/74.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.03
74.26/74.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.77/74.90	c subs with bin:      112  lits-rem:       140  v-fix:    0  time:  0.60 s
74.77/74.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
74.77/74.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.16/79.21	c lits-rem:      1041  cl-subs:     1089  v-elim:      0  v-fix:    0  time:  4.31 s
79.16/79.21	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
79.16/79.23	c vivif2 --  cl tried    39158 cl shrink        0 lits rem          0 time: 0.01
79.16/79.28	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.06
79.16/79.28	c calculated reachability. Time: 0.00
79.16/79.28	c  N st    57    537351       121       121       607     39158      2541   1237433   no data   no data  --
105.96/106.03	c Finding binary XORs  T:     0.00 s  found:       0
107.06/107.16	c  N st    58    701335       120       121       597     32293      2510    865312   no data   no data  --
125.06/125.17	c  N st    59    806026       120       121       597     59810      2510   1917303   no data   no data  --
125.06/125.17	c  S st    59    806026       120       121       597     59810      2510   1917303   no data   no data  --
125.36/125.44	c  S st    59    806528       120       121       597     60293      2510   1935098   no data   no data  --
125.36/125.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
125.36/125.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
125.36/125.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.05
125.47/125.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.47/126.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.97 s
126.47/126.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    120 time:  0.00 s
126.47/126.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.26/141.31	c lits-rem:      2936  cl-subs:     5785  v-elim:      0  v-fix:    0  time: 14.78 s
141.26/141.31	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
141.26/141.33	c vivif2 --  cl tried    54508 cl shrink        0 lits rem          0 time: 0.02
141.36/141.42	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.10
141.36/141.42	c calculated reachability. Time: 0.00
141.36/141.42	c  N st    59    806528       120       121       597     54508      2510   1792719   no data   no data  --
143.56/143.62	c Finding binary XORs  T:     0.00 s  found:       0
198.76/198.85	c  F st    60   1071880       119       121       586     69518      2479   2106226   no data   no data  --
198.76/198.85	c  N st    60   1071880       119       121       586     69518      2479   2106226   no data   no data  --
200.36/200.44	c Decided on static restart strategy
205.46/205.50	c  N st    70   1100184       119       121       587     54922      2479   1626680   no data   no data  --
214.36/214.47	c  N st    72   1136177       119       121       588     45963      2479   1244701   no data   no data  --
220.96/221.02	c  N st    73   1168570       119       121       589     73842      2479   2304883   no data   no data  --
231.46/231.52	c  N st    74   1209793       119       121       589     68875      2479   2070511   no data   no data  --
231.46/231.52	c  S st    74   1209793       119       121       589     68875      2479   2070511   no data   no data  --
231.86/231.95	c  S st    74   1210299       119       121       589     69366      2479   2087130   no data   no data  --
231.86/231.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
231.86/231.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
231.96/232.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.08
231.96/232.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
233.36/233.47	c subs with bin:      108  lits-rem:      4837  v-fix:    0  time:  1.38 s
233.36/233.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    119 time:  0.00 s
233.36/233.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
253.16/253.23	c lits-rem:      3610  cl-subs:     7607  v-elim:      0  v-fix:    0  time: 19.77 s
253.16/253.23	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
253.16/253.27	c vivif2 --  cl tried    61651 cl shrink     1322 lits rem       2305 time: 0.04
253.26/253.38	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.11
253.26/253.38	c calculated reachability. Time: 0.00
253.26/253.38	c  N st    74   1210299       119       121       589     61651      2478   1891608   no data   no data  --
271.97/272.01	c  N st    75   1283181       119       121       589     84736      2478   2649019   no data   no data  --
307.76/307.88	c  N st    76   1392504       119       121       589     49158      2478   1291826   no data   no data  --
308.47/308.54	c Finding binary XORs  T:     0.00 s  found:       0
320.96/321.08	c Finding binary XORs  T:     0.00 s  found:       0
323.77/323.83	c Finding binary XORs  T:     0.00 s  found:       0
331.37/331.40	c Finding binary XORs  T:     0.00 s  found:       0
358.57/358.69	c  N st    77   1556488       114       121       553     50126      2354   1237257   no data   no data  --
358.57/358.70	c Finding binary XORs  T:     0.00 s  found:       0
364.07/364.17	c Finding binary XORs  T:     0.00 s  found:       0
386.77/386.82	c Finding binary XORs  T:     0.00 s  found:       0
390.97/391.05	c Finding binary XORs  T:     0.00 s  found:       0
391.37/391.43	c  E st    78   1666233        80        91       404      9082      1441    121649   no data   no data  --
391.37/391.43	c num threads              : 1          
391.37/391.43	c restarts                 : 78         
391.37/391.43	c dynamic restarts         : 0          
391.37/391.43	c static restarts          : 78         
391.37/391.43	c full restarts            : 4          
391.37/391.43	c total simplify time      : 0.93       
391.37/391.43	c learnts DL2              : 0          
391.37/391.43	c learnts size 2           : 727        
391.37/391.43	c learnts size 1           : 105         (86.78     % of vars)
391.37/391.43	c filedLit time            : 0.25        (0.06      % time)
391.37/391.43	c v-elim SatELite          : 0           (0.00      % vars)
391.37/391.43	c SatELite time            : 51.01       (13.04     % time)
391.37/391.43	c v-elim xor               : 0           (0.00      % vars)
391.37/391.43	c xor elim time            : 0.03        (0.01      % time)
391.37/391.43	c num binary xor trees     : 0          
391.37/391.43	c binxor trees' crown      : 0           (nan       leafs/tree)
391.37/391.43	c bin xor find time        : 0.00       
391.37/391.43	c OTF clause improved      : 165325      (0.10      clauses/conflict)
391.37/391.43	c OTF impr. size diff      : 184636      (1.12       lits/clause)
391.37/391.43	c OTF cl watch-shrink      : 1033126     (0.62      clauses/conflict)
391.37/391.43	c OTF cl watch-sh-lit      : 2783804     (2.69       lits/clause)
391.37/391.43	c tried to recurMin cls    : 246381      (14.79      % of conflicts)
391.37/391.43	c updated cache            : 1035        (0.00       lits/tried recurMin)
391.37/391.43	c clauses over max glue    : 0           (0.00      % of all clauses)
391.37/391.43	c conflicts                : 1666233     (4259.79   / sec)
391.37/391.43	c decisions                : 1956178     (0.20      % random)
391.37/391.43	c bogo-props               : 43104286634 (110197870.60 / sec)
391.37/391.43	c conflict literals        : 62390825    (22.53     % deleted)
391.37/391.43	c Memory used              : 109.47      MB
391.37/391.43	c CPU time                 : 391.15      s
391.37/391.43	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: 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-3370524-1305391221/watcher-3370524-1305391221 -o /tmp/evaluation-result-3370524-1305391221/solver-3370524-1305391221 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370524-1305391221.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.90 3.98 3.98 5/307 636
/proc/meminfo: memFree=13047528/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=2844 CPUtime=0 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4194304 87 0 0 0 0 0 0 0 25 0 1 0 650721783 2912256 44 33554432000 4194304 4650387 140734707849296 18446744073709551615 208075308679 0 2147483391 4096 0 0 0 0 17 7 0 0 0
/proc/636/statm: 711 44 35 112 0 23 0

[startup+0.116307 s]
/proc/loadavg: 3.90 3.98 3.98 5/307 636
/proc/meminfo: memFree=13047528/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=30072 CPUtime=0.1 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 774 0 0 0 10 0 0 0 25 0 1 0 650721783 30793728 711 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/636/statm: 7518 711 378 112 0 2483 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30072

[startup+0.200291 s]
/proc/loadavg: 3.90 3.98 3.98 5/307 636
/proc/meminfo: memFree=13047528/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=30596 CPUtime=0.18 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 1007 0 0 0 18 0 0 0 25 0 1 0 650721783 31330304 748 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/636/statm: 7649 748 380 112 0 2614 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 30596

[startup+0.300271 s]
/proc/loadavg: 3.90 3.98 3.98 5/307 636
/proc/meminfo: memFree=13047528/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=30728 CPUtime=0.28 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 1142 0 0 0 28 0 0 0 25 0 1 0 650721783 31465472 883 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365163 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/636/statm: 7682 883 380 112 0 2647 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30728

[startup+0.700197 s]
/proc/loadavg: 3.90 3.98 3.98 5/307 636
/proc/meminfo: memFree=13047528/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=31872 CPUtime=0.68 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 1925 0 0 0 68 0 0 0 25 0 1 0 650721783 32636928 936 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/636/statm: 7968 936 380 112 0 2933 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31872

[startup+1.50104 s]
/proc/loadavg: 3.90 3.98 3.98 5/308 637
/proc/meminfo: memFree=13041692/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=40868 CPUtime=1.47 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 4712 0 0 0 147 0 0 0 25 0 1 0 650721783 41848832 3237 33554432000 4194304 4650387 140734707849296 18446744073709551615 4436425 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/636/statm: 10217 3237 382 112 0 5182 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40868

[startup+3.10074 s]
/proc/loadavg: 3.90 3.98 3.98 5/308 637
/proc/meminfo: memFree=13028180/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=41500 CPUtime=3.06 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 4896 0 0 0 306 0 0 0 25 0 1 0 650721783 42496000 3421 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 10375 3421 382 112 0 5340 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 41500

[startup+6.30013 s]
/proc/loadavg: 3.90 3.98 3.98 5/308 638
/proc/meminfo: memFree=13018512/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=43528 CPUtime=6.26 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 7896 0 0 0 625 1 0 0 25 0 1 0 650721783 44572672 3729 33554432000 4194304 4650387 140734707849296 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 10882 3729 382 112 0 5847 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43528

[startup+12.7009 s]
/proc/loadavg: 3.92 3.98 3.98 5/308 638
/proc/meminfo: memFree=12997436/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=54296 CPUtime=12.66 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 12578 0 0 0 1264 2 0 0 25 0 1 0 650721783 55599104 6640 33554432000 4194304 4650387 140734707849296 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 13574 6640 382 112 0 8539 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 54296

[startup+25.5005 s]
/proc/loadavg: 3.93 3.98 3.98 5/308 638
/proc/meminfo: memFree=12972512/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=64204 CPUtime=25.46 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 20711 0 0 0 2543 3 0 0 25 0 1 0 650721783 65744896 9212 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 16051 9212 382 112 0 11016 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 64204

[startup+51.1006 s]
/proc/loadavg: 3.95 3.98 3.98 5/308 639
/proc/meminfo: memFree=12934128/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=73212 CPUtime=51.06 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 33687 0 0 0 5101 5 0 0 25 0 1 0 650721783 74969088 11617 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 18303 11617 382 112 0 13268 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 73212

[startup+102.301 s]
/proc/loadavg: 4.03 3.99 3.99 5/308 667
/proc/meminfo: memFree=12900524/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=80672 CPUtime=102.26 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 55021 0 0 0 10217 9 0 0 25 0 1 0 650721783 82608128 12926 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366189 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 20168 12926 382 112 0 15133 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80672

[startup+162.3 s]
/proc/loadavg: 4.01 3.99 3.99 5/308 696
/proc/meminfo: memFree=12782924/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=127800 CPUtime=162.27 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 69892 0 0 0 16214 13 0 0 25 0 1 0 650721783 130867200 22936 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 31950 22936 382 112 0 26915 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 127800

[startup+222.311 s]
/proc/loadavg: 4.00 3.99 3.99 5/308 697
/proc/meminfo: memFree=12718136/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=128488 CPUtime=222.27 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 85033 0 0 0 22211 16 0 0 25 0 1 0 650721783 131571712 24352 33554432000 4194304 4650387 140734707849296 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 32122 24352 382 112 0 27087 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 128488

[startup+282.301 s]
/proc/loadavg: 4.03 4.01 3.99 5/308 726
/proc/meminfo: memFree=12571524/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=128744 CPUtime=282.27 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 94224 0 0 0 28208 19 0 0 25 0 1 0 650721783 131833856 24650 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 32186 24650 382 112 0 27151 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 128744

[startup+342.301 s]
/proc/loadavg: 4.04 4.02 4.00 5/308 728
/proc/meminfo: memFree=12547820/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=115616 CPUtime=342.27 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 103737 0 0 0 34204 23 0 0 25 0 1 0 650721783 118390784 22325 33554432000 4194304 4650387 140734707849296 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 28904 22325 382 112 0 23869 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 115616

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

[startup+358.401 s]
/proc/loadavg: 4.03 4.02 4.00 5/308 728
/proc/meminfo: memFree=12553312/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=129520 CPUtime=358.37 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 105241 0 0 0 35814 23 0 0 25 0 1 0 650721783 132628480 23829 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 32380 23829 382 112 0 27345 0
Current children cumulated CPU time (s) 358.37
Current children cumulated vsize (KiB) 129520

[startup+371.201 s]
/proc/loadavg: 4.03 4.01 4.00 5/308 728
/proc/meminfo: memFree=12540776/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=129520 CPUtime=371.17 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 106327 0 0 0 37093 24 0 0 25 0 1 0 650721783 132628480 24915 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 32380 24915 382 112 0 27345 0
Current children cumulated CPU time (s) 371.17
Current children cumulated vsize (KiB) 129520

[startup+384.011 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 729
/proc/meminfo: memFree=12520768/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=143356 CPUtime=383.98 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 108498 0 0 0 38373 25 0 0 25 0 1 0 650721783 146796544 27086 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 35839 27086 382 112 0 30804 0
Current children cumulated CPU time (s) 383.98
Current children cumulated vsize (KiB) 143356

[startup+387.201 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 729
/proc/meminfo: memFree=12509732/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=143356 CPUtime=387.17 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 108755 0 0 0 38692 25 0 0 25 0 1 0 650721783 146796544 27343 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 35839 27343 382 112 0 30804 0
Current children cumulated CPU time (s) 387.17
Current children cumulated vsize (KiB) 143356

[startup+388.8 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 729
/proc/meminfo: memFree=12498324/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=143356 CPUtime=388.77 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 108955 0 0 0 38852 25 0 0 25 0 1 0 650721783 146796544 27543 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 35839 27543 382 112 0 30804 0
Current children cumulated CPU time (s) 388.77
Current children cumulated vsize (KiB) 143356

[startup+390.401 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 729
/proc/meminfo: memFree=12506632/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=143356 CPUtime=390.37 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 109102 0 0 0 39012 25 0 0 25 0 1 0 650721783 146796544 27690 33554432000 4194304 4650387 140734707849296 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 35839 27690 382 112 0 30804 0
Current children cumulated CPU time (s) 390.37
Current children cumulated vsize (KiB) 143356

[startup+391.201 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 729
/proc/meminfo: memFree=12498816/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=112092 CPUtime=391.17 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 109154 0 0 0 39092 25 0 0 25 0 1 0 650721783 114782208 22303 33554432000 4194304 4650387 140734707849296 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 28023 22303 382 112 0 22988 0
Current children cumulated CPU time (s) 391.17
Current children cumulated vsize (KiB) 112092

[startup+391.401 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 729
/proc/meminfo: memFree=12498816/32950928 swapFree=67083212/67111528
[pid=636] ppid=634 vsize=112092 CPUtime=391.37 cores=5,7
/proc/636/stat : 636 (strangenight1-s) R 634 636 32651 0 -1 4202496 109154 0 0 0 39112 25 0 0 25 0 1 0 650721783 114782208 22303 33554432000 4194304 4650387 140734707849296 18446744073709551615 4313315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/636/statm: 28023 22303 382 112 0 22988 0
Current children cumulated CPU time (s) 391.37
Current children cumulated vsize (KiB) 112092

Child status: 20
Real time (s): 391.439
CPU time (s): 391.418
CPU user time (s): 391.154
CPU system time (s): 0.264959
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 143356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 391.154
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109166
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 4862

runsolver used 1.05284 second user time and 2.6036 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 18:40:21
IDJOB=3370524
IDBENCH=83203
IDSOLVER=1847
FILE ID=node127/3370524-1305391221
RUNJOBID= node127-1305391178-532
PBS_JOBID= 13324406
Free space on /tmp= 73460 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-11-11-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370524-1305391221/watcher-3370524-1305391221 -o /tmp/evaluation-result-3370524-1305391221/solver-3370524-1305391221 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370524-1305391221.cnf

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

MD5SUM BENCH= f5821fd80ce137a7b8cae2070a9b28d7
RANDOM SEED=317688551

node127.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.823
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.823
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      13047684 kB
Buffers:        280996 kB
Cached:        3348824 kB
SwapCached:       1620 kB
Active:       16835508 kB
Inactive:      2730588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13047684 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            9108 kB
Writeback:           0 kB
AnonPages:    15935260 kB
Mapped:          27484 kB
Slab:           226248 kB
PageTables:      47768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44525320 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= 73432 MiB
End job on node127 at 2011-05-14 18:46:53