Trace number 3261322

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-stUNSAT 1167.89 1167.87

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 benchmark11.2073
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261322-1303539709.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 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.32	c  N st    10     11295        84        49       252      4283      1092    124151   no data   no data  --
0.49/0.53	c  N st    11     17040        84        49       252      9770      1092    313903   no data   no data  --
0.79/0.83	c  F st    12     25001        84        49       252     11918      1092    372969   no data   no data  --
0.79/0.83	c  N st    12     25001        84        49       252     11918      1092    372969   no data   no data  --
1.00/1.06	c Decided on static restart strategy
1.00/1.06	c  N st    18     30000        84        49       252     10232      1092    303962   no data   no data  --
1.00/1.06	c  S st    18     30000        84        49       252     10232      1092    303962   no data   no data  --
1.00/1.09	c  S st    18     30502        84        49       252     10724      1092    319979   no data   no data  --
1.00/1.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.00/1.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.00/1.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.00
1.00/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.09/1.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1.09/1.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
1.09/1.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.99/2.06	c lits-rem:       413  cl-subs:      301  v-elim:      0  v-fix:    0  time:  0.89 s
1.99/2.06	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
1.99/2.06	c calculated reachability. Time: 0.00
1.99/2.06	c  N st    18     30502        84        49       252     10423      1092    310208   no data   no data  --
2.39/2.41	c  N st    20     37614        84        49       252      9667      1092    274978   no data   no data  --
2.59/2.69	c  N st    21     44013        84        49       252     15567      1092    486846   no data   no data  --
2.69/2.79	c  S st    22     45753        84        49       252      8830      1092    238792   no data   no data  --
2.79/2.83	c  S st    22     46255        84        49       252      9314      1092    254090   no data   no data  --
2.79/2.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.79/2.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.00
2.79/2.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.79/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2.79/2.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
2.79/2.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.99/3.01	c lits-rem:        71  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.12 s
2.99/3.01	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
2.99/3.01	c vivif2 --  cl tried     9224 cl shrink        0 lits rem          0 time: 0.00
2.99/3.02	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
2.99/3.02	c calculated reachability. Time: 0.00
2.99/3.02	c  N st    22     46255        84        49       252      9224      1092    251444   no data   no data  --
3.69/3.78	c  N st    23     60653        84        49       252     13323      1092    393374   no data   no data  --
4.30/4.33	c  N st    24     69382        84        49       252     11159      1092    306503   no data   no data  --
4.30/4.33	c  S st    24     69382        84        49       252     11159      1092    306503   no data   no data  --
4.30/4.37	c  S st    24     69885        84        49       252     11649      1092    322402   no data   no data  --
4.30/4.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.30/4.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.30/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.00
4.30/4.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4.40/4.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
4.40/4.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.19/5.21	c lits-rem:       126  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.77 s
5.19/5.21	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
5.19/5.21	c vivif2 --  cl tried    11499 cl shrink        0 lits rem          0 time: 0.00
5.19/5.22	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
5.19/5.22	c calculated reachability. Time: 0.00
5.19/5.22	c  N st    24     69885        84        49       252     11499      1092    317344   no data   no data  --
6.19/6.22	c  F st    25     87500        84        49       252     16639      1092    496563   no data   no data  --
6.19/6.22	c  N st    25     87500        84        49       252     16639      1092    496563   no data   no data  --
6.49/6.50	c Decided on static restart strategy
6.59/6.69	c  N st    32     95538        84        49       252     24124      1092    760851   no data   no data  --
7.18/7.20	c  N st    34    104827        84        49       252     20625      1092    621515   no data   no data  --
7.18/7.20	c  S st    34    104827        84        49       252     20625      1092    621515   no data   no data  --
7.18/7.27	c  S st    34    105328        84        49       252     21120      1092    637551   no data   no data  --
7.18/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/7.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.18/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.01
7.29/7.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.39/7.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
7.39/7.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
7.39/7.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.99/9.02	c lits-rem:       543  cl-subs:      952  v-elim:      0  v-fix:    0  time:  1.58 s
8.99/9.02	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
8.99/9.03	c vivif2 --  cl tried    20168 cl shrink        0 lits rem          0 time: 0.01
8.99/9.04	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
8.99/9.04	c calculated reachability. Time: 0.00
8.99/9.04	c  N st    34    105328        84        49       252     20168      1092    611964   no data   no data  --
9.59/9.66	c  N st    35    114927        84        49       252     16130      1092    457465   no data   no data  --
10.69/10.70	c  N st    36    129324        84        49       252     15578      1092    429132   no data   no data  --
12.00/12.01	c  N st    37    150923        84        49       252     20823      1092    605164   no data   no data  --
12.59/12.63	c  S st    38    157993        84        49       252     27346      1092    835109   no data   no data  --
12.69/12.71	c  S st    38    158497        84        49       252     27833      1092    851211   no data   no data  --
12.69/12.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.69/12.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.69/12.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.01
12.69/12.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
12.89/12.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
12.89/12.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.19/15.23	c lits-rem:       781  cl-subs:      932  v-elim:      0  v-fix:    0  time:  2.30 s
15.19/15.23	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
15.19/15.24	c vivif2 --  cl tried    26901 cl shrink        0 lits rem          0 time: 0.01
15.19/15.26	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
15.19/15.26	c calculated reachability. Time: 0.00
15.19/15.26	c  N st    38    158497        84        49       252     26901      1092    822618   no data   no data  --
20.09/20.13	c  N st    39    207086        84        49       252     21631      1092    602253   no data   no data  --
22.79/22.86	c  N st    40    237745        84        49       252     31580      1092    937054   no data   no data  --
22.79/22.86	c  S st    40    237745        84        49       252     31580      1092    937054   no data   no data  --
22.89/22.96	c  S st    40    238247        84        49       252     32068      1092    953192   no data   no data  --
22.89/22.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.89/22.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.89/22.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.02
22.99/23.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.19/23.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
23.19/23.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
23.19/23.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.69/25.76	c lits-rem:       787  cl-subs:     1359  v-elim:      0  v-fix:    0  time:  2.55 s
25.69/25.76	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
25.69/25.77	c vivif2 --  cl tried    30709 cl shrink        0 lits rem          0 time: 0.01
25.69/25.79	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
25.69/25.79	c calculated reachability. Time: 0.00
25.69/25.79	c  N st    40    238247        84        49       252     30709      1092    916232   no data   no data  --
31.19/31.29	c  F st    41    306250        84        49       252     32821      1092    968123   no data   no data  --
31.19/31.29	c  N st    41    306250        84        49       252     32821      1092    968123   no data   no data  --
31.80/31.81	c Decided on static restart strategy
34.29/34.31	c  N st    51    334553        84        49       252     36873      1092   1101667   no data   no data  --
37.19/37.20	c  N st    53    357372        84        49       252     34784      1092   1006332   no data   no data  --
37.19/37.20	c  S st    53    357372        84        49       252     34784      1092   1006332   no data   no data  --
37.29/37.33	c  S st    53    357872        84        49       252     35271      1092   1021888   no data   no data  --
37.29/37.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.29/37.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.29/37.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.02
37.29/37.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.59/37.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
37.59/37.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
37.59/37.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.29/40.32	c lits-rem:       619  cl-subs:     1111  v-elim:      0  v-fix:    0  time:  2.71 s
40.29/40.32	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
40.29/40.33	c vivif2 --  cl tried    34160 cl shrink        0 lits rem          0 time: 0.01
40.29/40.35	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
40.29/40.35	c calculated reachability. Time: 0.00
40.29/40.35	c  N st    53    357872        84        49       252     34160      1092    991916   no data   no data  --
43.68/43.79	c  N st    54    390264        84        49       252     40090      1092   1186840   no data   no data  --
48.49/48.50	c  N st    55    438853        84        49       252     33945      1092    964566   no data   no data  --
56.28/56.38	c  N st    56    511736        84        49       252     47104      1092   1395035   no data   no data  --
59.39/59.45	c  N st    57    536809        84        49       252     41534      1092   1180760   no data   no data  --
59.39/59.45	c  S st    57    536809        84        49       252     41534      1092   1180760   no data   no data  --
59.49/59.56	c  S st    57    537312        84        49       252     42027      1092   1197250   no data   no data  --
59.49/59.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.49/59.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.49/59.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.02
59.59/59.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.79/59.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
59.79/59.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
59.79/59.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.19/64.24	c lits-rem:       941  cl-subs:     1592  v-elim:      0  v-fix:    0  time:  4.36 s
64.19/64.24	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
64.19/64.26	c vivif2 --  cl tried    40435 cl shrink        0 lits rem          0 time: 0.01
64.19/64.29	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.04
64.19/64.29	c calculated reachability. Time: 0.00
64.19/64.29	c  N st    57    537312        84        49       252     40435      1092   1156989   no data   no data  --
87.09/87.11	c  N st    58    701297        84        49       252     35152      1092    926618   no data   no data  --
99.89/99.92	c  N st    59    805968        84        49       252     62715      1092   1847659   no data   no data  --
99.89/99.92	c  S st    59    805968        84        49       252     62715      1092   1847659   no data   no data  --
100.10/100.14	c  S st    59    806469        84        49       252     63202      1092   1863989   no data   no data  --
100.10/100.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.10/100.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.19/100.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.05
100.19/100.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.69/100.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.49 s
100.69/100.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
100.69/100.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
114.29/114.36	c lits-rem:      2098  cl-subs:     2228  v-elim:      0  v-fix:    0  time: 13.62 s
114.29/114.36	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
114.29/114.38	c vivif2 --  cl tried    60974 cl shrink        0 lits rem          0 time: 0.02
114.39/114.45	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.07
114.39/114.45	c calculated reachability. Time: 0.00
114.39/114.45	c  N st    59    806469        84        49       252     60974      1092   1803628   no data   no data  --
155.19/155.21	c  F st    60   1071875        84        49       253     75800      1092   2226222   no data   no data  --
155.19/155.21	c  N st    60   1071875        84        49       253     75800      1092   2226222   no data   no data  --
155.99/156.09	c Decided on static restart strategy
159.59/159.68	c  N st    70   1100177        84        49       253     60488      1092   1713541   no data   no data  --
166.10/166.13	c  N st    72   1136170        84        49       253     51287      1092   1390778   no data   no data  --
170.69/170.78	c  N st    73   1168562        84        49       253     81245      1092   2397899   no data   no data  --
177.88/177.90	c  N st    74   1209703        84        49       253     75730      1092   2158549   no data   no data  --
177.88/177.90	c  S st    74   1209703        84        49       253     75730      1092   2158549   no data   no data  --
178.09/178.16	c  S st    74   1210208        84        49       253     76220      1092   2174024   no data   no data  --
178.09/178.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
178.09/178.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
178.19/178.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.08
178.29/178.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.89/178.90	c subs with bin:       20  lits-rem:         6  v-fix:    0  time:  0.60 s
178.89/178.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
178.89/178.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
194.99/195.00	c lits-rem:      1329  cl-subs:     4369  v-elim:      0  v-fix:    0  time: 16.10 s
194.99/195.00	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
194.99/195.03	c vivif2 --  cl tried    71831 cl shrink        0 lits rem          0 time: 0.02
195.09/195.13	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.10
195.09/195.13	c calculated reachability. Time: 0.00
195.09/195.13	c  N st    74   1210208        84        49       253     71831      1092   2082187   no data   no data  --
208.69/208.77	c  N st    75   1283091        84        49       253     49782      1092   1323738   no data   no data  --
229.69/229.79	c  N st    76   1392414        84        49       253     57577      1092   1553527   no data   no data  --
264.49/264.57	c  N st    77   1556398        84        49       255     62045      1092   1670016   no data   no data  --
264.49/264.57	c Finding binary XORs  T:     0.00 s  found:       0
299.10/299.15	c  N st    78   1710208        84        49       255    101024      1092   2872769   no data   no data  --
299.10/299.15	c  S st    78   1710208        84        49       255    101024      1092   2872769   no data   no data  --
299.49/299.56	c  S st    78   1710711        84        49       255    101515      1092   2887836   no data   no data  --
299.49/299.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
299.49/299.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
299.59/299.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.12
299.69/299.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
300.80/300.81	c subs with bin:       40  lits-rem:       568  v-fix:    0  time:  1.05 s
300.80/300.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
300.80/300.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
350.80/350.87	c lits-rem:      3141  cl-subs:    10127  v-elim:      0  v-fix:    0  time: 50.06 s
350.80/350.87	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
350.90/350.90	c vivif2 --  cl tried    91348 cl shrink        0 lits rem          0 time: 0.03
351.00/351.06	c asymm  cl-useful: 1/49/49 lits-rem:1 time: 0.15
351.00/351.06	c calculated reachability. Time: 0.00
351.00/351.06	c  N st    78   1710711        84        49       255     91348      1091   2686426   no data   no data  --
443.80/443.86	c  N st    79   2079677        84        49       255    101154      1091   2844504   no data   no data  --
476.50/476.52	c  N st    80   2210713        84        49       256    105842      1091   2945446   no data   no data  --
476.50/476.52	c  S st    80   2210713        84        49       256    105842      1091   2945446   no data   no data  --
476.90/476.95	c  S st    80   2211218        84        49       256    106323      1091   2960242   no data   no data  --
476.90/476.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
476.90/476.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
477.00/477.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.1M T:  0.11
477.10/477.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
479.10/479.12	c subs with bin:      569  lits-rem:      8051  v-fix:    0  time:  1.98 s
479.10/479.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
479.10/479.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
520.40/520.46	c lits-rem:      1732  cl-subs:     9143  v-elim:      0  v-fix:    0  time: 41.34 s
520.40/520.46	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
520.50/520.56	c vivif2 --  cl tried    96611 cl shrink     3303 lits rem       8380 time: 0.09
520.60/520.69	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.13
520.60/520.70	c calculated reachability. Time: 0.00
520.60/520.70	c  N st    80   2211218        84        49       256     96611      1090   2720971   no data   no data  --
524.90/524.95	c Finding binary XORs  T:     0.00 s  found:       0
657.81/657.84	c  N st    81   2711219        83        49       251    117827      1072   2936598   no data   no data  --
657.81/657.84	c  S st    81   2711219        83        49       251    117827      1072   2936598   no data   no data  --
657.81/657.84	c Finding binary XORs  T:     0.00 s  found:       0
658.50/658.51	c  S st    81   2711724        83        49       251    118316      1072   2950312   no data   no data  --
658.50/658.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
658.50/658.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
658.60/658.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P:  6.7M T:  0.15
658.70/658.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
661.80/661.82	c subs with bin:      757  lits-rem:     28737  v-fix:    0  time:  3.08 s
661.80/661.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     83 time:  0.00 s
661.80/661.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.71/772.73	c lits-rem:      8496  cl-subs:    30982  v-elim:      0  v-fix:    0  time: 110.91 s
772.71/772.73	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
772.81/772.81	c vivif2 --  cl tried    86577 cl shrink     3182 lits rem       5205 time: 0.08
772.91/772.97	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.16
772.91/772.97	c calculated reachability. Time: 0.00
772.91/772.97	c  N st    81   2711724        83        49       252     86576      1069   2166423   no data   no data  --
912.21/912.21	c  N st    82   3211725        83        49       255    138794      1069   3276020   no data   no data  --
912.21/912.21	c  S st    82   3211725        83        49       255    138794      1069   3276020   no data   no data  --
912.21/912.21	c Finding binary XORs  T:     0.00 s  found:       0
912.71/912.77	c  S st    82   3212229        83        49       255    139282      1069   3288819   no data   no data  --
912.71/912.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
912.71/912.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
912.91/912.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.8M T:  0.14
913.01/913.00	c bin-w-bin subsume rem            1 bins  time:  0.00 s
983.61/983.62	c subs with bin:    26955  lits-rem:       407  v-fix:    0  time: 70.62 s
1008.31/1008.33	c Subs w/ non-existent bins:  11640 l-rem:  42819 v-fix:     0 done:     71 time: 24.71 s
1008.61/1008.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1111.21/1111.24	c lits-rem:      6680  cl-subs:    17094  v-elim:      0  v-fix:    0  time: 102.59 s
1111.21/1111.24	c vivif2 --  cl tried       48 cl shrink        1 lits rem          1 time: 0.00
1111.81/1111.83	c vivif2 --  cl tried    83467 cl shrink    38796 lits rem      78068 time: 0.59
1111.91/1111.96	c asymm  cl-useful: 0/48/48 lits-rem:0 time: 0.13
1111.91/1111.96	c calculated reachability. Time: 0.00
1111.91/1111.96	c  N st    82   3212229        83        48       255     83467      1039   1976729   no data   no data  --
1151.01/1151.06	c Finding binary XORs  T:     0.00 s  found:       0
1153.41/1153.47	c Finding binary XORs  T:     0.00 s  found:       0
1155.72/1155.74	c Finding binary XORs  T:     0.00 s  found:       0
1166.32/1166.34	c Finding binary XORs  T:     0.00 s  found:       0
1167.82/1167.85	c  E st    83   3356613        51        41       215     38543       796    702159   no data   no data  --
1167.82/1167.85	c num threads              : 1          
1167.82/1167.85	c restarts                 : 83         
1167.82/1167.85	c dynamic restarts         : 0          
1167.82/1167.85	c static restarts          : 83         
1167.82/1167.85	c full restarts            : 4          
1167.82/1167.85	c total simplify time      : 0.75       
1167.82/1167.85	c learnts DL2              : 0          
1167.82/1167.85	c learnts size 2           : 330        
1167.82/1167.85	c learnts size 1           : 68          (80.95     % of vars)
1167.82/1167.85	c filedLit time            : 0.75        (0.06      % time)
1167.82/1167.85	c v-elim SatELite          : 0           (0.00      % vars)
1167.82/1167.85	c SatELite time            : 374.13      (32.05     % time)
1167.82/1167.85	c v-elim xor               : 0           (0.00      % vars)
1167.82/1167.85	c xor elim time            : 0.06        (0.01      % time)
1167.82/1167.85	c num binary xor trees     : 0          
1167.82/1167.85	c binxor trees' crown      : 0           (nan       leafs/tree)
1167.82/1167.85	c bin xor find time        : 0.00       
1167.82/1167.85	c OTF clause improved      : 285996      (0.09      clauses/conflict)
1167.82/1167.85	c OTF impr. size diff      : 313499      (1.10       lits/clause)
1167.82/1167.85	c OTF cl watch-shrink      : 2186221     (0.65      clauses/conflict)
1167.82/1167.85	c OTF cl watch-sh-lit      : 5698819     (2.61       lits/clause)
1167.82/1167.85	c tried to recurMin cls    : 296720      (8.84       % of conflicts)
1167.82/1167.85	c updated cache            : 1372        (0.00       lits/tried recurMin)
1167.82/1167.85	c clauses over max glue    : 0           (0.00      % of all clauses)
1167.82/1167.85	c conflicts                : 3356613     (2875.37   / sec)
1167.82/1167.85	c decisions                : 3743005     (0.13      % random)
1167.82/1167.85	c bogo-props               : 144055719567 (123402198.10 / sec)
1167.82/1167.85	c conflict literals        : 102952169   (22.18     % deleted)
1167.82/1167.85	c Memory used              : 184.45      MB
1167.82/1167.85	c CPU time                 : 1167.37     s
1167.82/1167.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3261322-1303539709/watcher-3261322-1303539709 -o /tmp/evaluation-result-3261322-1303539709/solver-3261322-1303539709 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3261322-1303539709.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.77 0.18 0.06 3/184 12282
/proc/meminfo: memFree=15571992/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=29672 CPUtime=0 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 465569716 30384128 460 33554432000 4194304 4650387 140735731669344 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 7418 460 377 112 0 2383 0

[startup+0.059446 s]
/proc/loadavg: 0.77 0.18 0.06 3/184 12282
/proc/meminfo: memFree=15571992/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=29940 CPUtime=0.05 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 683 0 0 0 5 0 0 0 25 0 1 0 465569716 30658560 620 33554432000 4194304 4650387 140735731669344 18446744073709551615 4349662 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 7485 620 378 112 0 2450 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29940

[startup+0.100439 s]
/proc/loadavg: 0.77 0.18 0.06 3/184 12282
/proc/meminfo: memFree=15571992/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=30076 CPUtime=0.09 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 760 0 0 0 9 0 0 0 25 0 1 0 465569716 30797824 697 33554432000 4194304 4650387 140735731669344 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 7519 697 378 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300459 s]
/proc/loadavg: 0.77 0.18 0.06 3/184 12282
/proc/meminfo: memFree=15571992/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=30844 CPUtime=0.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 1127 0 0 0 29 0 0 0 25 0 1 0 465569716 31584256 895 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 7711 895 380 112 0 2676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30844

[startup+0.700331 s]
/proc/loadavg: 0.77 0.18 0.06 3/184 12282
/proc/meminfo: memFree=15571992/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=31680 CPUtime=0.69 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 1912 0 0 0 69 0 0 0 25 0 1 0 465569716 32440320 1032 33554432000 4194304 4650387 140735731669344 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 7920 1032 380 112 0 2885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31680

[startup+1.50025 s]
/proc/loadavg: 0.77 0.18 0.06 4/185 12283
/proc/meminfo: memFree=15577196/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=40248 CPUtime=1.49 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 4388 0 0 0 149 0 0 0 25 0 1 0 465569716 41213952 3074 33554432000 4194304 4650387 140735731669344 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 10062 3074 382 112 0 5027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40248

[startup+3.10091 s]
/proc/loadavg: 0.95 0.22 0.07 4/185 12283
/proc/meminfo: memFree=15547808/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=41132 CPUtime=3.09 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 5618 0 0 0 308 1 0 0 25 0 1 0 465569716 42119168 3219 33554432000 4194304 4650387 140735731669344 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 10283 3219 382 112 0 5248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41132

[startup+6.30034 s]
/proc/loadavg: 0.95 0.22 0.07 5/190 12293
/proc/meminfo: memFree=15461088/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=42960 CPUtime=6.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 8319 0 0 0 628 1 0 0 25 0 1 0 465569716 43991040 3819 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 10740 3819 382 112 0 5705 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42960

[startup+12.7002 s]
/proc/loadavg: 1.42 0.35 0.11 5/190 12293
/proc/meminfo: memFree=15448080/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=52960 CPUtime=12.69 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 14545 0 0 0 1266 3 0 0 25 0 1 0 465569716 54231040 6406 33554432000 4194304 4650387 140735731669344 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 13240 6406 382 112 0 8205 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52960

[startup+25.5009 s]
/proc/loadavg: 1.81 0.47 0.16 5/190 12293
/proc/meminfo: memFree=15407152/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=66584 CPUtime=25.49 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 22164 0 0 0 2544 5 0 0 25 0 1 0 465569716 68182016 9532 33554432000 4194304 4650387 140735731669344 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 16646 9532 382 112 0 11611 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66584

[startup+51.1003 s]
/proc/loadavg: 2.56 0.75 0.26 5/190 12294
/proc/meminfo: memFree=15370740/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=70532 CPUtime=51.08 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 35697 0 0 0 5101 7 0 0 25 0 1 0 465569716 72224768 11021 33554432000 4194304 4650387 140735731669344 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 17633 11021 382 112 0 12598 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70532

[startup+102.307 s]
/proc/loadavg: 3.42 1.29 0.47 5/190 12295
/proc/meminfo: memFree=15216308/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=94892 CPUtime=102.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 61858 0 0 0 10217 12 0 0 25 0 1 0 465569716 97169408 16921 33554432000 4194304 4650387 140735731669344 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 23723 16921 382 112 0 18688 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 94892

[startup+162.3 s]
/proc/loadavg: 3.85 1.78 0.68 5/190 12297
/proc/meminfo: memFree=15166436/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=97660 CPUtime=162.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 80129 0 0 0 16212 17 0 0 25 0 1 0 465569716 100003840 17704 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 24415 17704 382 112 0 19380 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97660

[startup+222.301 s]
/proc/loadavg: 3.95 2.21 0.90 5/190 12299
/proc/meminfo: memFree=15043784/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=114184 CPUtime=222.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 97379 0 0 0 22208 21 0 0 25 0 1 0 465569716 116924416 20683 33554432000 4194304 4650387 140735731669344 18446744073709551615 4315998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 28546 20683 382 112 0 23511 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 114184

[startup+282.301 s]
/proc/loadavg: 3.98 2.51 1.08 5/190 12300
/proc/meminfo: memFree=15014388/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=114756 CPUtime=282.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 113066 0 0 0 28200 29 0 0 25 0 1 0 465569716 117510144 20927 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 28689 20927 382 112 0 23654 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 114756

[startup+342.3 s]
/proc/loadavg: 3.99 2.80 1.27 5/190 12302
/proc/meminfo: memFree=14981012/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=143544 CPUtime=342.3 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 123775 0 0 0 34198 32 0 0 25 0 1 0 465569716 146989056 28434 33554432000 4194304 4650387 140735731669344 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 35886 28434 382 112 0 30851 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 143544

[startup+402.301 s]
/proc/loadavg: 4.09 3.03 1.44 5/190 12303
/proc/meminfo: memFree=14929136/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=143876 CPUtime=402.29 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 135627 0 0 0 40195 34 0 0 25 0 1 0 465569716 147329024 26845 33554432000 4194304 4650387 140735731669344 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 35969 26845 382 112 0 30934 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 143876

[startup+462.301 s]
/proc/loadavg: 4.03 3.21 1.61 5/190 12305
/proc/meminfo: memFree=14916716/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=144224 CPUtime=462.3 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 147664 0 0 0 46192 38 0 0 25 0 1 0 465569716 147685376 28811 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 36056 28811 382 112 0 31021 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 144224

[startup+522.3 s]
/proc/loadavg: 4.01 3.34 1.74 5/190 12307
/proc/meminfo: memFree=14915444/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=152772 CPUtime=522.3 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 153128 0 0 0 52191 39 0 0 25 0 1 0 465569716 156438528 30731 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 38193 30731 382 112 0 33158 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 152772

[startup+582.3 s]
/proc/loadavg: 4.00 3.46 1.88 5/190 12308
/proc/meminfo: memFree=14881320/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=161580 CPUtime=582.3 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 163317 0 0 0 58188 42 0 0 25 0 1 0 465569716 165457920 33281 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 40395 33281 382 112 0 35360 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 161580

[startup+642.301 s]
/proc/loadavg: 4.00 3.56 2.02 5/190 12310
/proc/meminfo: memFree=14864792/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178216 CPUtime=642.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 169286 0 0 0 64188 43 0 0 25 0 1 0 465569716 182493184 35502 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44554 35502 382 112 0 39519 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 178216

[startup+702.301 s]
/proc/loadavg: 4.12 3.66 2.14 5/190 12311
/proc/meminfo: memFree=14855848/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178216 CPUtime=702.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 170841 0 0 0 70188 43 0 0 25 0 1 0 465569716 182493184 37057 33554432000 4194304 4650387 140735731669344 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44554 37057 382 112 0 39519 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 178216

[startup+762.307 s]
/proc/loadavg: 4.04 3.73 2.27 5/190 12313
/proc/meminfo: memFree=14866728/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178216 CPUtime=762.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 170841 0 0 0 76188 43 0 0 25 0 1 0 465569716 182493184 37057 33554432000 4194304 4650387 140735731669344 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44554 37057 382 112 0 39519 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 178216

[startup+822.301 s]
/proc/loadavg: 4.01 3.77 2.36 5/190 12315
/proc/meminfo: memFree=14862852/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178280 CPUtime=822.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 175851 0 0 0 82187 44 0 0 25 0 1 0 465569716 182558720 37447 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44570 37447 382 112 0 39535 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 178280

[startup+882.301 s]
/proc/loadavg: 4.00 3.81 2.47 5/190 12316
/proc/meminfo: memFree=14716636/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178692 CPUtime=882.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 183533 0 0 0 88185 46 0 0 25 0 1 0 465569716 182980608 37350 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365220 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44673 37350 382 112 0 39638 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 178692

[startup+942.3 s]
/proc/loadavg: 4.05 3.86 2.56 5/190 12318
/proc/meminfo: memFree=14661040/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178808 CPUtime=942.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 187976 0 0 0 94184 47 0 0 25 0 1 0 465569716 183099392 37928 33554432000 4194304 4650387 140735731669344 18446744073709551615 4433052 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44702 37928 382 112 0 39667 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178808

[startup+1002.3 s]
/proc/loadavg: 4.04 3.89 2.66 5/190 12319
/proc/meminfo: memFree=14643132/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178808 CPUtime=1002.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 187976 0 0 0 100184 47 0 0 25 0 1 0 465569716 183099392 37928 33554432000 4194304 4650387 140735731669344 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44702 37928 382 112 0 39667 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 178808

[startup+1062.3 s]
/proc/loadavg: 4.02 3.91 2.73 5/190 12321
/proc/meminfo: memFree=14638020/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=178808 CPUtime=1062.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 187976 0 0 0 106184 47 0 0 25 0 1 0 465569716 183099392 37928 33554432000 4194304 4650387 140735731669344 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 44702 37928 382 112 0 39667 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 178808

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.82 5/190 12323
/proc/meminfo: memFree=14647664/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=244352 CPUtime=1122.31 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 189710 0 0 0 112183 48 0 0 25 0 1 0 465569716 250216448 39662 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364747 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 61088 39662 382 112 0 56053 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 244352

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

[startup+1126.3 s]
/proc/loadavg: 4.00 3.92 2.82 5/190 12323
/proc/meminfo: memFree=14646796/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=244352 CPUtime=1126.32 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 189888 0 0 0 112584 48 0 0 25 0 1 0 465569716 250216448 39840 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 61088 39840 382 112 0 56053 0
Current children cumulated CPU time (s) 1126.32
Current children cumulated vsize (KiB) 244352

[startup+1151.9 s]
/proc/loadavg: 4.00 3.93 2.85 5/190 12323
/proc/meminfo: memFree=14661172/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=172816 CPUtime=1151.91 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 192319 0 0 0 115141 50 0 0 25 0 1 0 465569716 176963584 36182 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 43204 36182 382 112 0 38169 0
Current children cumulated CPU time (s) 1151.91
Current children cumulated vsize (KiB) 172816

[startup+1158.31 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 12324
/proc/meminfo: memFree=14659800/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=172816 CPUtime=1158.33 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 192679 0 0 0 115782 51 0 0 25 0 1 0 465569716 176963584 36542 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 43204 36542 382 112 0 38169 0
Current children cumulated CPU time (s) 1158.33
Current children cumulated vsize (KiB) 172816

[startup+1164.7 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 12324
/proc/meminfo: memFree=14658932/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=172816 CPUtime=1164.72 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 192912 0 0 0 116421 51 0 0 25 0 1 0 465569716 176963584 36775 33554432000 4194304 4650387 140735731669344 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 43204 36775 382 112 0 38169 0
Current children cumulated CPU time (s) 1164.72
Current children cumulated vsize (KiB) 172816

[startup+1166.3 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 12324
/proc/meminfo: memFree=14658808/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=188876 CPUtime=1166.32 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 194448 0 0 0 116581 51 0 0 25 0 1 0 465569716 193409024 38311 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 47219 38311 382 112 0 42184 0
Current children cumulated CPU time (s) 1166.32
Current children cumulated vsize (KiB) 188876

[startup+1167.11 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 12324
/proc/meminfo: memFree=14652484/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=188876 CPUtime=1167.12 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 194507 0 0 0 116661 51 0 0 25 0 1 0 465569716 193409024 38370 33554432000 4194304 4650387 140735731669344 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 47219 38370 382 112 0 42184 0
Current children cumulated CPU time (s) 1167.12
Current children cumulated vsize (KiB) 188876

[startup+1167.5 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 12324
/proc/meminfo: memFree=14652484/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=188876 CPUtime=1167.52 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 194527 0 0 0 116701 51 0 0 25 0 1 0 465569716 193409024 38390 33554432000 4194304 4650387 140735731669344 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 47219 38390 382 112 0 42184 0
Current children cumulated CPU time (s) 1167.52
Current children cumulated vsize (KiB) 188876

[startup+1167.7 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 12324
/proc/meminfo: memFree=14652484/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=188876 CPUtime=1167.72 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 194527 0 0 0 116721 51 0 0 25 0 1 0 465569716 193409024 38390 33554432000 4194304 4650387 140735731669344 18446744073709551615 4313048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 47219 38390 382 112 0 42184 0
Current children cumulated CPU time (s) 1167.72
Current children cumulated vsize (KiB) 188876

[startup+1167.8 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 12324
/proc/meminfo: memFree=14652484/32950928 swapFree=67111528/67111528
[pid=12282] ppid=12280 vsize=188876 CPUtime=1167.82 cores=1,3
/proc/12282/stat : 12282 (strangenight1-s) R 12280 12282 12177 0 -1 4202496 194529 0 0 0 116731 51 0 0 25 0 1 0 465569716 193409024 38392 33554432000 4194304 4650387 140735731669344 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12282/statm: 47219 38392 382 112 0 42184 0
Current children cumulated CPU time (s) 1167.82
Current children cumulated vsize (KiB) 188876

Child status: 20
Real time (s): 1167.87
CPU time (s): 1167.89
CPU user time (s): 1167.37
CPU system time (s): 0.52392
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 244352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1167.37
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194544
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= 9
involuntary context switches= 2507

runsolver used 1.79173 second user time and 4.5683 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 08:21:49
IDJOB=3261322
IDBENCH=83222
IDSOLVER=1589
FILE ID=node122/3261322-1303539709
RUNJOBID= node122-1303539684-12197
PBS_JOBID= 13143116
Free space on /tmp= 70896 MiB

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

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=912327920

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15572024 kB
Buffers:       1772848 kB
Cached:       14877728 kB
SwapCached:          0 kB
Active:        5405152 kB
Inactive:     11422652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15572024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19208 kB
Writeback:           0 kB
AnonPages:      176664 kB
Mapped:          16088 kB
Slab:           486460 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   420224 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= 70884 MiB
End job on node122 at 2011-04-23 08:41:17