Trace number 3421883

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-Night2-st (fixed)UNSAT 989.547 989.533

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.9122
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3421883-1306609824.cnf'
0.00/0.00	c -- header says num vars:             84
0.00/0.00	c -- header says num clauses:         301
0.00/0.00	c -- clauses added:            0 learnts,          301 normals,            0 xors
0.00/0.00	c -- vars added         84
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        84        49       252         0      1092         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:      84
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0        84        49       252         0      1092         0   no data   no data
0.00/0.03	c Decided on static restart strategy
0.09/0.11	c  N st     8      4912        84        49       252      4603      1092    153593   no data   no data
0.29/0.33	c  N st    10     11295        84        49       252      4283      1092    124151   no data   no data
0.49/0.55	c  N st    11     17040        84        49       252      9770      1092    313903   no data   no data
0.79/0.86	c  F st    12     25001        84        49       252     11918      1092    372969   no data   no data
0.79/0.86	c  N st    12     25001        84        49       252     11918      1092    372969   no data   no data
1.01/1.09	c Decided on static restart strategy
1.01/1.09	c  N st    18     30000        84        49       252     10232      1092    303962   no data   no data
1.01/1.09	c  S st    18     30000        84        49       252     10232      1092    303962   no data   no data
1.11/1.13	c  S st    18     30502        84        49       252     10724      1092    319979   no data   no data
1.11/1.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.11/1.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.00
1.11/1.13	c blocked clauses removed:        0 vars:      0 tried:          84 T: 0.00 s
1.11/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.11/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.11/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
1.11/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.11/1.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.19/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1.39/1.41	c lits-rem:       405  cl-subs:      302  v-elim:      0  v-fix:    0  time:  0.21 s
1.39/1.42	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
1.39/1.42	c calculated reachability. Time: 0.00
1.39/1.42	c  N st    18     30502        84        49       252     10422      1092    310176   no data   no data
1.69/1.73	c  N st    20     37612        84        49       252      9664      1092    276504   no data   no data
1.99/2.02	c  N st    21     44012        84        49       252     15663      1092    489053   no data   no data
2.10/2.13	c  S st    22     45753        84        49       252      8827      1092    239261   no data   no data
2.10/2.16	c  S st    22     46254        84        49       252      9321      1092    254988   no data   no data
2.10/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.10/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.00
2.10/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.10/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.10/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.10/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
2.10/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.10/2.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.21/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2.21/2.26	c lits-rem:        69  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.04 s
2.21/2.26	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
2.21/2.27	c vivif2 --  cl tried     9242 cl shrink        0 lits rem          0 time: 0.00
2.21/2.27	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
2.21/2.27	c calculated reachability. Time: 0.00
2.21/2.27	c  N st    22     46254        84        49       252      9242      1092    252321   no data   no data
2.89/2.96	c  N st    23     60651        84        49       252     13297      1092    397782   no data   no data
3.49/3.54	c  N st    24     69381        84        49       252     11143      1092    307354   no data   no data
3.49/3.54	c  S st    24     69381        84        49       252     11143      1092    307354   no data   no data
3.49/3.58	c  S st    24     69887        84        49       252     11636      1092    323186   no data   no data
3.49/3.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.00
3.49/3.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
3.49/3.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.49/3.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.59/3.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3.69/3.74	c lits-rem:       110  cl-subs:      159  v-elim:      0  v-fix:    0  time:  0.08 s
3.69/3.74	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
3.69/3.74	c vivif2 --  cl tried    11477 cl shrink        0 lits rem          0 time: 0.00
3.69/3.74	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
3.69/3.74	c calculated reachability. Time: 0.00
3.69/3.74	c  N st    24     69887        84        49       252     11477      1092    317622   no data   no data
4.79/4.82	c  F st    25     87500        84        49       252     16797      1092    496932   no data   no data
4.79/4.82	c  N st    25     87500        84        49       252     16797      1092    496932   no data   no data
5.09/5.14	c Decided on static restart strategy
5.29/5.32	c  N st    32     95537        84        49       252     24296      1092    756062   no data   no data
5.79/5.82	c  N st    34    104831        84        49       252     20788      1092    620449   no data   no data
5.79/5.82	c  S st    34    104831        84        49       252     20788      1092    620449   no data   no data
5.79/5.88	c  S st    34    105333        84        49       252     21278      1092    636497   no data   no data
5.79/5.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.79/5.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
5.79/5.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.79/5.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.79/5.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.79/5.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
5.79/5.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.89/5.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.00/6.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
6.69/6.71	c lits-rem:       563  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.66 s
6.69/6.71	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
6.69/6.71	c vivif2 --  cl tried    20354 cl shrink        0 lits rem          0 time: 0.01
6.69/6.72	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
6.69/6.72	c calculated reachability. Time: 0.00
6.69/6.72	c  N st    34    105333        84        49       252     20354      1092    612739   no data   no data
7.19/7.24	c  N st    35    114932        84        49       252     16280      1092    468133   no data   no data
8.19/8.26	c  N st    36    129331        84        49       252     15699      1092    435534   no data   no data
9.81/9.84	c  N st    37    150927        84        49       252     20900      1092    609764   no data   no data
10.29/10.34	c  S st    38    158000        84        49       252     27475      1092    841462   no data   no data
10.39/10.43	c  S st    38    158501        84        49       252     27968      1092    857540   no data   no data
10.39/10.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.39/10.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.01
10.39/10.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.39/10.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.39/10.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.39/10.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
10.39/10.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.39/10.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.59/10.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
12.01/12.09	c lits-rem:      1042  cl-subs:     1014  v-elim:      0  v-fix:    0  time:  1.44 s
12.01/12.09	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
12.01/12.10	c vivif2 --  cl tried    26954 cl shrink        0 lits rem          0 time: 0.01
12.01/12.11	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
12.01/12.12	c calculated reachability. Time: 0.00
12.01/12.12	c  N st    38    158501        84        49       252     26954      1092    826311   no data   no data
16.30/16.33	c  N st    39    207089        84        49       252     21682      1092    612201   no data   no data
18.61/18.64	c  N st    40    237752        84        49       252     31611      1092    958560   no data   no data
18.61/18.64	c  S st    40    237752        84        49       252     31611      1092    958560   no data   no data
18.71/18.76	c  S st    40    238255        84        49       252     32108      1092    974560   no data   no data
18.71/18.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.71/18.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.02
18.71/18.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.71/18.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.71/18.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.71/18.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
18.71/18.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.71/18.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.99/19.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.21 s
20.99/21.05	c lits-rem:      1265  cl-subs:     1178  v-elim:      0  v-fix:    0  time:  2.03 s
20.99/21.05	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
20.99/21.06	c vivif2 --  cl tried    30930 cl shrink        0 lits rem          0 time: 0.01
20.99/21.07	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
20.99/21.07	c calculated reachability. Time: 0.00
20.99/21.07	c  N st    40    238255        84        49       252     30930      1092    936615   no data   no data
27.19/27.22	c  F st    41    306251        84        49       252     32741      1092    966483   no data   no data
27.19/27.22	c  N st    41    306251        84        49       252     32741      1092    966483   no data   no data
27.59/27.65	c Decided on static restart strategy
29.79/29.87	c  N st    51    334554        84        49       252     36968      1092   1098427   no data   no data
31.99/32.02	c  N st    53    357383        84        49       252     34989      1092   1025456   no data   no data
31.99/32.02	c  S st    53    357383        84        49       252     34989      1092   1025456   no data   no data
32.09/32.12	c  S st    53    357888        84        49       252     35476      1092   1041120   no data   no data
32.09/32.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.09/32.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
32.09/32.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.09/32.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.09/32.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.09/32.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
32.09/32.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.09/32.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.29/32.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
34.19/34.20	c lits-rem:       895  cl-subs:      918  v-elim:      0  v-fix:    0  time:  1.82 s
34.19/34.20	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
34.19/34.22	c vivif2 --  cl tried    34558 cl shrink        0 lits rem          0 time: 0.01
34.19/34.23	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
34.19/34.23	c calculated reachability. Time: 0.00
34.19/34.23	c  N st    53    357888        84        49       252     34558      1092   1012722   no data   no data
37.31/37.34	c  N st    54    390280        84        49       252     40455      1092   1203131   no data   no data
43.49/43.51	c  N st    55    438868        84        49       252     34444      1092    954677   no data   no data
51.39/51.49	c  N st    56    511751        84        49       252     47414      1092   1396911   no data   no data
54.90/54.94	c  N st    57    536832        84        49       252     41761      1092   1193176   no data   no data
54.90/54.94	c  S st    57    536832        84        49       252     41761      1092   1193176   no data   no data
55.01/55.08	c  S st    57    537333        84        49       252     42253      1092   1209156   no data   no data
55.01/55.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.09/55.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.02
55.09/55.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.09/55.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.09/55.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.09/55.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
55.09/55.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.09/55.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.29/55.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
59.09/59.12	c lits-rem:      1144  cl-subs:     2772  v-elim:      0  v-fix:    0  time:  3.73 s
59.09/59.12	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
59.09/59.13	c vivif2 --  cl tried    39481 cl shrink        0 lits rem          0 time: 0.01
59.09/59.16	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.03
59.09/59.16	c calculated reachability. Time: 0.00
59.09/59.16	c  N st    57    537333        84        49       252     39481      1092   1130543   no data   no data
80.10/80.14	c  N st    58    701318        84        49       253     34054      1092    900083   no data   no data
93.29/93.37	c  N st    59    805999        84        49       253     61498      1092   1806554   no data   no data
93.29/93.37	c  S st    59    805999        84        49       253     61498      1092   1806554   no data   no data
93.51/93.55	c  S st    59    806500        84        49       253     61990      1092   1822878   no data   no data
93.51/93.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.59/93.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.04
93.59/93.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.59/93.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.59/93.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.59/93.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
93.59/93.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.59/93.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
94.09/94.11	c subs with bin:       32  lits-rem:       149  v-fix:    0  time:  0.45 s
101.49/101.53	c lits-rem:      1506  cl-subs:     2608  v-elim:      0  v-fix:    0  time:  7.42 s
101.49/101.53	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
101.49/101.55	c vivif2 --  cl tried    59350 cl shrink        0 lits rem          0 time: 0.02
101.59/101.60	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.05
101.59/101.61	c calculated reachability. Time: 0.00
101.59/101.61	c  N st    59    806500        84        49       253     59350      1092   1758564   no data   no data
142.70/142.73	c  F st    60   1071877        84        49       253     74524      1092   2225077   no data   no data
142.70/142.73	c  N st    60   1071877        84        49       253     74524      1092   2225077   no data   no data
143.40/143.49	c Decided on static restart strategy
146.69/146.73	c  N st    70   1100178        84        49       253     59222      1092   1680210   no data   no data
151.59/151.70	c  N st    72   1136170        84        49       253     50002      1092   1351554   no data   no data
156.30/156.39	c  N st    73   1168563        84        49       253     79804      1092   2343432   no data   no data
162.71/162.81	c  N st    74   1209751        84        49       253     74308      1092   2168698   no data   no data
162.71/162.81	c  S st    74   1209751        84        49       253     74308      1092   2168698   no data   no data
163.10/163.10	c  S st    74   1210256        84        49       253     74805      1092   2184732   no data   no data
163.10/163.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.10/163.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.06
163.10/163.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
163.10/163.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.10/163.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.10/163.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
163.10/163.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
163.10/163.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
163.70/163.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.54 s
173.40/173.45	c lits-rem:      2385  cl-subs:     3160  v-elim:      0  v-fix:    0  time:  9.68 s
173.40/173.45	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
173.40/173.48	c vivif2 --  cl tried    71645 cl shrink        0 lits rem          0 time: 0.03
173.50/173.56	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.08
173.50/173.56	c calculated reachability. Time: 0.00
173.50/173.56	c  N st    74   1210256        84        49       253     71645      1092   2108822   no data   no data
185.19/185.27	c  N st    75   1283138        84        49       254     49690      1092   1326590   no data   no data
185.19/185.27	c Finding binary XORs  T:     0.00 s  found:       0
203.70/203.73	c  N st    76   1392461        84        49       254     57260      1092   1570404   no data   no data
234.79/234.82	c  N st    77   1556445        84        49       254     61215      1092   1669013   no data   no data
263.59/263.60	c  N st    78   1710256        84        49       254    100701      1092   2894035   no data   no data
263.59/263.60	c  S st    78   1710256        84        49       254    100701      1092   2894035   no data   no data
263.90/263.96	c  S st    78   1710763        84        49       254    101195      1092   2910079   no data   no data
263.90/263.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.01/264.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.08
264.01/264.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
264.01/264.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.01/264.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.01/264.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
264.01/264.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
264.01/264.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
264.89/264.96	c subs with bin:       21  lits-rem:       182  v-fix:    0  time:  0.82 s
291.99/292.06	c lits-rem:      5586  cl-subs:    10493  v-elim:      0  v-fix:    0  time: 27.10 s
291.99/292.06	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
292.09/292.10	c vivif2 --  cl tried    90681 cl shrink        0 lits rem          0 time: 0.03
292.09/292.20	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.10
292.19/292.20	c calculated reachability. Time: 0.00
292.19/292.20	c  N st    78   1710763        84        49       254     90681      1092   2676860   no data   no data
359.72/359.76	c Finding binary XORs  T:     0.00 s  found:       0
366.00/366.07	c  N st    79   2079729        83        49       248     99417      1073   2884072   no data   no data
392.61/392.66	c  N st    80   2210763        83        49       248    106191      1073   3083304   no data   no data
392.61/392.66	c  S st    80   2210763        83        49       248    106191      1073   3083304   no data   no data
393.10/393.14	c  S st    80   2211264        83        49       248    106680      1073   3098625   no data   no data
393.10/393.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
393.20/393.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.08
393.20/393.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
393.20/393.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
393.20/393.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.20/393.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     83 time:  0.00 s
393.20/393.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
393.20/393.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
394.09/394.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.85 s
411.89/411.91	c lits-rem:      2862  cl-subs:     3838  v-elim:      0  v-fix:    0  time: 17.73 s
411.89/411.91	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
411.89/411.95	c vivif2 --  cl tried   102842 cl shrink        0 lits rem          0 time: 0.04
412.00/412.08	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.13
412.00/412.08	c calculated reachability. Time: 0.00
412.00/412.08	c  N st    80   2211264        83        49       248    102842      1073   2988820   no data   no data
531.10/531.13	c  N st    81   2711265        83        49       250    125588      1073   3466648   no data   no data
531.10/531.13	c  S st    81   2711265        83        49       250    125588      1073   3466648   no data   no data
531.10/531.13	c Finding binary XORs  T:     0.00 s  found:       0
531.50/531.55	c  S st    81   2711767        83        49       250    126072      1073   3481992   no data   no data
531.50/531.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
531.60/531.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  6.5M T:  0.13
531.60/531.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
531.60/531.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
531.60/531.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.60/531.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     83 time:  0.00 s
531.60/531.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
531.70/531.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
533.79/533.85	c subs with bin:      392  lits-rem:      7928  v-fix:    0  time:  2.06 s
570.92/570.92	c lits-rem:      9692  cl-subs:    10815  v-elim:      0  v-fix:    0  time: 37.06 s
570.92/570.92	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
570.92/570.97	c vivif2 --  cl tried   114865 cl shrink      903 lits rem       1025 time: 0.05
571.09/571.11	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.14
571.09/571.12	c calculated reachability. Time: 0.00
571.09/571.12	c  N st    81   2711767        83        49       249    114865      1073   3219489   no data   no data
610.10/610.14	c Finding binary XORs  T:     0.00 s  found:       0
702.60/702.65	c  N st    82   3211767        82        49       247     92016      1054   2348662   no data   no data
702.60/702.65	c  S st    82   3211767        82        49       247     92016      1054   2348662   no data   no data
702.60/702.65	c Finding binary XORs  T:     0.00 s  found:       0
702.92/702.95	c  S st    82   3212271        82        49       247     92508      1054   2363042   no data   no data
702.92/702.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
703.00/703.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  4.8M T:  0.08
703.00/703.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
703.00/703.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
703.00/703.04	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.00 s
703.00/703.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     82 time:  0.00 s
703.00/703.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
703.00/703.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
704.70/704.75	c subs with bin:      425  lits-rem:     16802  v-fix:    0  time:  1.65 s
721.00/721.04	c lits-rem:      6901  cl-subs:     4633  v-elim:      0  v-fix:    0  time: 16.29 s
721.00/721.04	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
721.00/721.08	c vivif2 --  cl tried    87450 cl shrink     1484 lits rem       2012 time: 0.04
721.10/721.17	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.08
721.10/721.17	c calculated reachability. Time: 0.00
721.10/721.17	c  N st    82   3212271        82        49       246     87449      1052   2215619   no data   no data
856.82/856.84	c  N st    83   3712272        82        49       249     96646      1052   2330226   no data   no data
856.82/856.84	c  S st    83   3712272        82        49       249     96646      1052   2330226   no data   no data
856.82/856.84	c Finding binary XORs  T:     0.00 s  found:       0
857.10/857.16	c  S st    83   3712777        82        49       250     97129      1052   2343237   no data   no data
857.10/857.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
857.20/857.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  5.0M T:  0.07
857.20/857.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
857.20/857.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
857.20/857.24	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
857.20/857.24	c Subs w/ non-existent bins:      0 l-rem:     10 v-fix:     0 done:     81 time:  0.00 s
857.20/857.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
857.20/857.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
886.80/886.88	c subs with bin:    19728  lits-rem:     11115  v-fix:    0  time: 29.56 s
895.20/895.31	c lits-rem:      9465  cl-subs:     1557  v-elim:      0  v-fix:    0  time:  8.43 s
895.20/895.31	c vivif2 --  cl tried       48 cl shrink        0 lits rem          0 time: 0.00
895.50/895.57	c vivif2 --  cl tried    75641 cl shrink    44927 lits rem      99341 time: 0.26
895.60/895.65	c asymm  cl-useful: 0/48/48 lits-rem:0 time: 0.08
895.60/895.65	c calculated reachability. Time: 0.00
895.60/895.65	c  N st    83   3712777        81        48       242     75639      1013   1758880   no data   no data
908.01/908.06	c  F st    84   3751564        81        48       242    111253      1013   2732744   no data   no data
908.01/908.06	c  N st    84   3751564        81        48       242    111253      1013   2732744   no data   no data
908.01/908.06	c Finding binary XORs  T:     0.00 s  found:       0
909.62/909.63	c Decided on static restart strategy
911.71/911.73	c Finding binary XORs  T:     0.00 s  found:       0
914.02/914.10	c Finding binary XORs  T:     0.00 s  found:       0
917.42/917.46	c  N st    94   3779872        80        48       237    133653       995   3328183   no data   no data
921.72/921.81	c Finding binary XORs  T:     0.00 s  found:       0
927.11/927.15	c Finding binary XORs  T:     0.00 s  found:       0
928.71/928.78	c  N st    96   3815864        79        48       236     87377       978   1995587   no data   no data
940.31/940.33	c  N st    97   3848256        78        48       220    115829       960   2716408   no data   no data
940.31/940.33	c Finding binary XORs  T:     0.00 s  found:       0
960.41/960.45	c  N st    98   3896844        78        48       220     85662       960   1864360   no data   no data
982.51/982.52	c  N st    99   3969726        78        48       223    149870       960   3233288   no data   no data
982.51/982.52	c Finding binary XORs  T:     0.00 s  found:       1
984.91/984.92	c Replacing        1 vars Replaced    62414 lits Time:     2.40 s 
989.40/989.43	c Finding binary XORs  T:     0.00 s  found:       0
989.50/989.52	c  E st   100   3984521        45        30       190     15587       599    247469   no data   no data
989.50/989.52	c num threads              : 1          
989.50/989.52	c restarts                 : 100        
989.50/989.52	c dynamic restarts         : 0          
989.50/989.52	c static restarts          : 100        
989.50/989.52	c full restarts            : 5          
989.50/989.52	c total simplify time      : 3.36       
989.50/989.52	c learnts DL2              : 0          
989.50/989.52	c learnts size 2           : 352        
989.50/989.52	c learnts size 1           : 69          (82.14     % of vars)
989.50/989.52	c filedLit time            : 0.65        (0.07      % time)
989.50/989.52	c v-elim SatELite          : 0           (0.00      % vars)
989.50/989.52	c SatELite time            : 133.39      (13.49     % time)
989.50/989.52	c v-elim xor               : 0           (0.00      % vars)
989.50/989.52	c xor elim time            : 0.06        (0.01      % time)
989.50/989.52	c num binary xor trees     : 1          
989.50/989.52	c binxor trees' crown      : 1           (1.00      leafs/tree)
989.50/989.52	c bin xor find time        : 0.00       
989.50/989.52	c OTF clause improved      : 337190      (0.08      clauses/conflict)
989.50/989.52	c OTF impr. size diff      : 357860      (1.06       lits/clause)
989.50/989.52	c OTF cl watch-shrink      : 2655782     (0.67      clauses/conflict)
989.50/989.52	c OTF cl watch-sh-lit      : 6798914     (2.56       lits/clause)
989.50/989.52	c tried to recurMin cls    : 273581      (6.87       % of conflicts)
989.50/989.52	c updated cache            : 1429        (0.01       lits/tried recurMin)
989.50/989.52	c clauses over max glue    : 0           (0.00      % of all clauses)
989.50/989.52	c conflicts                : 3984521     (4028.22   / sec)
989.50/989.52	c decisions                : 4450917     (0.12      % random)
989.50/989.52	c bogo-props               : 159550811254 (161300498.25 / sec)
989.50/989.52	c conflict literals        : 123494467   (20.98     % deleted)
989.50/989.52	c Memory used              : 191.31      MB
989.50/989.52	c CPU time                 : 989.15      s
989.50/989.52	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-3421883-1306609824/watcher-3421883-1306609824 -o /tmp/evaluation-result-3421883-1306609824/solver-3421883-1306609824 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421883-1306609824.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.05 2.01 2/558 27781
/proc/meminfo: memFree=23853624/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=29728 CPUtime=0.01 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 543 0 0 0 1 0 0 0 25 0 1 0 851213093 30441472 483 33554432000 4194304 4580011 140734164173296 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 7432 483 363 95 0 2414 0

[startup+0.033766 s]
/proc/loadavg: 2.11 2.05 2.01 2/558 27781
/proc/meminfo: memFree=23853624/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=29728 CPUtime=0.03 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 605 0 0 0 3 0 0 0 25 0 1 0 851213093 30441472 545 33554432000 4194304 4580011 140734164173296 18446744073709551615 4322636 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 7432 545 364 95 0 2414 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29728

[startup+0.100783 s]
/proc/loadavg: 2.11 2.05 2.01 2/558 27781
/proc/meminfo: memFree=23853624/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=29992 CPUtime=0.09 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 743 0 0 0 9 0 0 0 25 0 1 0 851213093 30711808 683 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 7498 683 364 95 0 2480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29992

[startup+0.300753 s]
/proc/loadavg: 2.11 2.05 2.01 2/558 27781
/proc/meminfo: memFree=23853624/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=30616 CPUtime=0.29 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 1095 0 0 0 29 0 0 0 25 0 1 0 851213093 31350784 867 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 7654 867 364 95 0 2636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30616

[startup+0.700691 s]
/proc/loadavg: 2.11 2.05 2.01 2/558 27781
/proc/meminfo: memFree=23853624/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=31476 CPUtime=0.69 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 1843 0 0 0 69 0 0 0 25 0 1 0 851213093 32231424 969 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 7869 969 364 95 0 2851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31476

[startup+1.50055 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 27782
/proc/meminfo: memFree=23843256/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=40360 CPUtime=1.49 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 4470 0 0 0 149 0 0 0 18 0 1 0 851213093 41328640 3163 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 10090 3163 367 95 0 5072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40360

[startup+3.10026 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 27782
/proc/meminfo: memFree=23830980/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=40756 CPUtime=3.09 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 6318 0 0 0 309 0 0 0 21 0 1 0 851213093 41734144 3281 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 10189 3281 367 95 0 5171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40756

[startup+6.30076 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 27782
/proc/meminfo: memFree=23805396/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=50624 CPUtime=6.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 11070 0 0 0 629 1 0 0 22 0 1 0 851213093 51838976 5764 33554432000 4194304 4580011 140734164173296 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 12656 5764 367 95 0 7638 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 50624

[startup+12.7007 s]
/proc/loadavg: 2.08 2.05 2.01 3/559 27782
/proc/meminfo: memFree=23782036/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=58672 CPUtime=12.69 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 16654 0 0 0 1268 1 0 0 25 0 1 0 851213093 60080128 7395 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 14668 7395 367 95 0 9650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58672

[startup+25.5006 s]
/proc/loadavg: 2.07 2.05 2.01 3/559 27784
/proc/meminfo: memFree=23744504/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=65612 CPUtime=25.49 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 24821 0 0 0 2547 2 0 0 25 0 1 0 851213093 67186688 9372 33554432000 4194304 4580011 140734164173296 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 16403 9372 367 95 0 11385 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65612

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 2.00 3/559 27784
/proc/meminfo: memFree=23724572/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=68516 CPUtime=51.09 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 38454 0 0 0 5104 5 0 0 25 0 1 0 851213093 70160384 10126 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 17129 10126 367 95 0 12111 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68516

[startup+102.321 s]
/proc/loadavg: 2.09 2.06 2.01 3/559 27786
/proc/meminfo: memFree=23645296/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=93616 CPUtime=102.31 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 61676 0 0 0 10223 8 0 0 25 0 1 0 851213093 95862784 16667 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 23404 16667 367 95 0 18386 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 93616

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/559 27786
/proc/meminfo: memFree=23613492/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=94736 CPUtime=162.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 85005 0 0 0 16217 13 0 0 25 0 1 0 851213093 97009664 16752 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 23684 16752 367 95 0 18666 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 94736

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/559 27788
/proc/meminfo: memFree=23504692/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=107480 CPUtime=222.29 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 103161 0 0 0 22214 15 0 0 25 0 1 0 851213093 110059520 20170 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 26870 20170 367 95 0 21852 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 107480

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 27790
/proc/meminfo: memFree=23481448/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=133216 CPUtime=282.29 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 121596 0 0 0 28211 18 0 0 25 0 1 0 851213093 136413184 26170 33554432000 4194304 4580011 140734164173296 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 33304 26170 367 95 0 28286 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 133216

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 27792
/proc/meminfo: memFree=23438992/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=133668 CPUtime=342.29 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 135156 0 0 0 34209 20 0 0 25 0 1 0 851213093 136876032 26010 33554432000 4194304 4580011 140734164173296 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 33417 26010 367 95 0 28399 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 133668

[startup+402.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 27794
/proc/meminfo: memFree=23421088/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=146248 CPUtime=402.29 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 152612 0 0 0 40207 22 0 0 25 0 1 0 851213093 149757952 29214 33554432000 4194304 4580011 140734164173296 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 36562 29214 367 95 0 31544 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 146248

[startup+462.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/559 27794
/proc/meminfo: memFree=23437672/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=146760 CPUtime=462.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 166410 0 0 0 46205 25 0 0 25 0 1 0 851213093 150282240 27766 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 36690 27766 367 95 0 31672 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 146760

[startup+522.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/559 27796
/proc/meminfo: memFree=23437128/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=147176 CPUtime=522.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 179333 0 0 0 52203 27 0 0 25 0 1 0 851213093 150708224 28736 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 36794 28736 367 95 0 31776 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 147176

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/559 27798
/proc/meminfo: memFree=23406328/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=156128 CPUtime=582.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 185789 0 0 0 58202 28 0 0 25 0 1 0 851213093 159875072 30832 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 39032 30832 367 95 0 34014 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 156128

[startup+642.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 27800
/proc/meminfo: memFree=23415224/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=171652 CPUtime=642.31 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 198610 0 0 0 64201 30 0 0 25 0 1 0 851213093 175771648 35468 33554432000 4194304 4580011 140734164173296 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 42913 35468 367 95 0 37895 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 171652

[startup+702.301 s]
/proc/loadavg: 2.12 2.07 2.01 3/559 27802
/proc/meminfo: memFree=23369784/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=188712 CPUtime=702.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 203377 0 0 0 70199 31 0 0 25 0 1 0 851213093 193241088 40235 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 47178 40235 367 95 0 42160 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 188712

[startup+762.32 s]
/proc/loadavg: 2.04 2.06 2.01 3/559 27802
/proc/meminfo: memFree=23403472/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=157680 CPUtime=762.32 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 210473 0 0 0 76200 32 0 0 25 0 1 0 851213093 161464320 31008 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 39420 31008 367 95 0 34402 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 157680

[startup+822.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 27804
/proc/meminfo: memFree=23415220/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=158720 CPUtime=822.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 220409 0 0 0 82196 34 0 0 25 0 1 0 851213093 162529280 32366 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 39680 32366 367 95 0 34662 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 158720

[startup+882.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 27806
/proc/meminfo: memFree=23397716/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=159508 CPUtime=882.3 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 227723 0 0 0 88195 35 0 0 25 0 1 0 851213093 163336192 31286 33554432000 4194304 4580011 140734164173296 18446744073709551615 4406254 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 39877 31286 367 95 0 34859 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 159508

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 27808
/proc/meminfo: memFree=23405112/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=158968 CPUtime=942.31 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 234330 0 0 0 94194 37 0 0 25 0 1 0 851213093 162783232 31980 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 39742 31980 367 95 0 34724 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 158968

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

[startup+947.121 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 27808
/proc/meminfo: memFree=23390232/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=158968 CPUtime=947.13 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 234612 0 0 0 94676 37 0 0 25 0 1 0 851213093 162783232 32262 33554432000 4194304 4580011 140734164173296 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 39742 32262 367 95 0 34724 0
Current children cumulated CPU time (s) 947.13
Current children cumulated vsize (KiB) 158968

[startup+972.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 27808
/proc/meminfo: memFree=23227648/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=176628 CPUtime=972.71 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 238211 0 0 0 97233 38 0 0 25 0 1 0 851213093 180867072 35861 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 44157 35861 367 95 0 39139 0
Current children cumulated CPU time (s) 972.71
Current children cumulated vsize (KiB) 176628

[startup+979.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 27808
/proc/meminfo: memFree=23225904/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=176628 CPUtime=979.11 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 238634 0 0 0 97873 38 0 0 25 0 1 0 851213093 180867072 36284 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 44157 36284 367 95 0 39139 0
Current children cumulated CPU time (s) 979.11
Current children cumulated vsize (KiB) 176628

[startup+985.501 s]
/proc/loadavg: 2.16 2.05 2.01 3/559 27808
/proc/meminfo: memFree=23225036/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=176628 CPUtime=985.52 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 238819 0 0 0 98514 38 0 0 25 0 1 0 851213093 180867072 36469 33554432000 4194304 4580011 140734164173296 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 44157 36469 368 95 0 39139 0
Current children cumulated CPU time (s) 985.52
Current children cumulated vsize (KiB) 176628

[startup+987.101 s]
/proc/loadavg: 2.16 2.05 2.01 3/559 27808
/proc/meminfo: memFree=23225036/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=195896 CPUtime=987.1 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 241124 0 0 0 98672 38 0 0 25 0 1 0 851213093 200597504 38774 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 48974 38774 368 95 0 43956 0
Current children cumulated CPU time (s) 987.1
Current children cumulated vsize (KiB) 195896

[startup+988.701 s]
/proc/loadavg: 2.16 2.05 2.01 3/559 27808
/proc/meminfo: memFree=23215364/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=195896 CPUtime=988.7 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 241281 0 0 0 98832 38 0 0 25 0 1 0 851213093 200597504 38931 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 48974 38931 368 95 0 43956 0
Current children cumulated CPU time (s) 988.7
Current children cumulated vsize (KiB) 195896

[startup+989.101 s]
/proc/loadavg: 2.16 2.05 2.01 3/559 27808
/proc/meminfo: memFree=23214988/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=195896 CPUtime=989.1 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 241329 0 0 0 98872 38 0 0 25 0 1 0 851213093 200597504 38979 33554432000 4194304 4580011 140734164173296 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 48974 38979 368 95 0 43956 0
Current children cumulated CPU time (s) 989.1
Current children cumulated vsize (KiB) 195896

[startup+989.501 s]
/proc/loadavg: 2.16 2.05 2.01 3/559 27808
/proc/meminfo: memFree=23214988/32951124 swapFree=39849780/67111528
[pid=27781] ppid=27779 vsize=195896 CPUtime=989.5 cores=0,2,4,6
/proc/27781/stat : 27781 (strangenight2-s) R 27779 27781 26137 0 -1 4202496 241345 0 0 0 98912 38 0 0 25 0 1 0 851213093 200597504 38995 33554432000 4194304 4580011 140734164173296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27781/statm: 48974 38995 368 95 0 43956 0
Current children cumulated CPU time (s) 989.5
Current children cumulated vsize (KiB) 195896

Child status: 20
Real time (s): 989.533
CPU time (s): 989.547
CPU user time (s): 989.153
CPU system time (s): 0.39394
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 258388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 989.153
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241360
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= 12
involuntary context switches= 1093

runsolver used 5.74613 second user time and 12.3411 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-28 21:10:24
IDJOB=3421883
IDBENCH=83222
IDSOLVER=1887
FILE ID=node118/3421883-1306609824
RUNJOBID= node118-1306609824-27734
PBS_JOBID= 13471562
Free space on /tmp= 73256 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-7-12-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421883-1306609824/watcher-3421883-1306609824 -o /tmp/evaluation-result-3421883-1306609824/solver-3421883-1306609824 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421883-1306609824.cnf

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=483213119

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23853904 kB
Buffers:        202788 kB
Cached:        1618640 kB
SwapCached:      52852 kB
Active:         811544 kB
Inactive:      7995804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23853904 kB
SwapTotal:    67111528 kB
SwapFree:     39849780 kB
Dirty:           10896 kB
Writeback:           0 kB
AnonPages:     6946152 kB
Mapped:          25996 kB
Slab:           104696 kB
PageTables:     114636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183808304 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= 73252 MiB
End job on node118 at 2011-05-28 21:26:54