Trace number 3260878

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 TechDemo-Alpha-stSAT 554.124 554.13

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-17-sat.cnf
MD5SUM817f170ef66023b68d8cda67f1d05059
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses865
Sum of the clauses size3230
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2765
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

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 Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3260878-1303518447.cnf'
0.00/0.00	c -- header says num vars:            170
0.00/0.00	c -- header says num clauses:         865
0.00/0.01	c -- clauses added:            0 learnts,          865 normals,            0 xors
0.00/0.01	c -- vars added        170
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       170       100       765         0      3230         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    170 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     170
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.01	c  B st     0         0       170       100       765         0      3230         0   no data   no data  --
0.06/0.06	c Decided on static restart strategy
0.09/0.17	c  N dy    20      4036       170       100       765      3913      3230    227497     63.73     19.19  --
0.39/0.40	c  N dy    49      8040       170       100       765      5387      3230    278926     56.49     20.07  --
0.79/0.80	c  N dy    78     12057       170       100       765      5175      3230    253147     58.35     20.31  --
1.10/1.18	c  N dy   107     16084       170       100       765      9131      3230    478290     57.36     20.27  --
1.59/1.64	c  N dy   136     20096       170       100       765      7534      3230    369954     54.56     20.47  --
2.09/2.10	c  N dy   165     24150       170       100       765     11470      3230    585270     53.63     20.48  --
2.59/2.67	c  N dy   195     28211       170       100       765      8807      3230    407931     56.64     20.47  --
2.89/2.91	c  S st   208     30001       170       100       765     10552      3230    503595     55.56     20.51  --
2.89/2.94	c  S st   208     30503       170       100       765     11052      3230    531596     55.56     20.51  --
2.89/2.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.99/3.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.6M T:  0.12
2.99/3.06	c Calc non-exist non-lernt bins v-fix:     0 done:    170 time:  0.00 s
2.99/3.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.99/3.07	c Subs w/ non-existent bins:      0 time:  0.00 s
2.99/3.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.29/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
3.29/3.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.78/5.84	c lits-rem:        42  cl-subs:     1095  v-elim:      0  v-fix:    0  time:  2.46 s
5.78/5.84	c learnt bin added due to v-elim: 0
5.78/5.84	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
5.78/5.84	c vivif2 --  cl tried     9957 cl shrink        0 lits rem          0 time: 0.00
5.88/5.93	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.08
5.88/5.93	c calculated reachability. Time: 0.00
5.88/5.93	c  N dy   208     30503       170       100       765      9957      3230    486207     55.56     20.51  --
5.88/5.93	c  F st   208     30503       170       100       765      9957      3230    486207     55.56     20.51  --
5.98/6.05	c Decided on static restart strategy
6.18/6.23	c  N dy   228     34505       170       100       765     13858      3230    712031     59.25     20.60  --
6.58/6.61	c  N dy   258     38620       170       100       765     10171      3230    476973     58.83     20.63  --
6.98/7.07	c  N dy   288     42751       170       100       765     14189      3230    716606     58.53     20.67  --
7.48/7.56	c  S st   310     45755       170       100       765     17128      3230    884588     57.61     20.63  --
7.58/7.63	c  S st   310     46258       170       100       765      8893      3230    402807     57.61     20.63  --
7.58/7.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.58/7.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.69/7.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.9M T:  0.16
7.69/7.79	c Calc non-exist non-lernt bins v-fix:     0 done:    170 time:  0.00 s
7.69/7.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.69/7.79	c Subs w/ non-existent bins:      0 time:  0.00 s
7.79/7.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
7.99/8.02	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.69/8.72	c lits-rem:         9  cl-subs:      241  v-elim:      0  v-fix:    0  time:  0.70 s
8.69/8.72	c learnt bin added due to v-elim: 0
8.69/8.72	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
8.69/8.72	c vivif2 --  cl tried     8652 cl shrink        0 lits rem          0 time: 0.00
8.69/8.77	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.04
8.69/8.77	c calculated reachability. Time: 0.00
8.69/8.77	c  N dy   310     46258       170       100       765      8652      3230    394023     57.61     20.63  --
8.99/9.01	c  N dy   340     50372       170       100       765     12679      3230    623220     56.33     20.65  --
9.49/9.51	c  N dy   369     54430       170       100       765     16641      3230    858099     61.77     20.63  --
10.08/10.10	c  N dy   398     58526       170       100       765     10849      3230    510145     68.25     20.67  --
10.48/10.53	c  N dy   427     62605       170       100       765     14781      3230    760941     63.59     20.74  --
10.99/11.09	c  N dy   456     66682       170       100       765     18716      3230    997308     54.37     20.78  --
11.58/11.68	c  S st   475     69389       170       100       765     10652      3230    449568     65.15     20.77  --
11.68/11.72	c  S st   475     69891       170       100       765     11153      3230    478044     65.15     20.77  --
11.68/11.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.68/11.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.88/11.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.4M T:  0.24
11.88/11.96	c Calc non-exist non-lernt bins v-fix:     0 done:    170 time:  0.00 s
11.88/11.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.88/11.96	c Subs w/ non-existent bins:      0 time:  0.00 s
11.88/11.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.18/12.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
12.18/12.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.58/14.69	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
17.98/18.06	c Added 2 vars  tried: 80000 time: 3.36
17.98/18.09	c ORs :      2 avg-s:  0.0 cl-sh:  6590 l-rem:   6590 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.40
18.08/18.10	c lits-rem:        33  cl-subs:      480  v-elim:      0  v-fix:    0  time:  5.87 s
18.08/18.10	c learnt bin added due to v-elim: 0
18.08/18.10	c vivif2 --  cl tried      102 cl shrink        0 lits rem          0 time: 0.00
18.08/18.10	c vivif2 --  cl tried    10673 cl shrink        0 lits rem          0 time: 0.00
18.08/18.14	c asymm  cl-useful: 0/102/102 lits-rem:0 time: 0.04
18.08/18.14	c calculated reachability. Time: 0.00
18.08/18.14	c  N dy   475     69891       172       102       769     10673      3224    456224     65.15     20.77  --
18.08/18.14	c  F st   475     69891       172       102       769     10673      3224    456224     65.15     20.77  --
18.18/18.27	c Decided on static restart strategy
18.38/18.49	c  N dy   498     74374       172       102       769     14980      3224    740788     74.72     20.81  --
19.08/19.12	c  N dy   533     79218       172       102       769     19657      3224   1028953     66.62     20.86  --
19.98/20.02	c  N dy   570     84405       172       102       769     13097      3224    580807     62.64     20.92  --
20.58/20.66	c  N dy   609     89904       172       102       769     18328      3224    935645     73.47     21.03  --
21.89/21.92	c  N dy   650     95757       172       102       769     23845      3224   1314370     64.81     21.17  --
22.58/22.66	c  N dy   694    101880       172       102       769     17285      3224    811580     56.53     21.21  --
23.09/23.17	c  S st   715    104836       172       102       769     20063      3224    990799     66.29     21.25  --
23.19/23.22	c  S st   715    105341       172       102       769     20566      3224   1018475     66.29     21.25  --
23.19/23.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.19/23.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.79/23.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 26.1M T:  0.61
23.79/23.84	c Calc non-exist non-lernt bins v-fix:     0 done:    172 time:  0.00 s
23.79/23.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.79/23.85	c Subs w/ non-existent bins:      0 time:  0.01 s
23.79/23.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.48/24.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.66 s
24.48/24.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.08/27.17	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
33.99/34.02	c Added 2 vars  tried: 80000 time: 6.85
34.09/34.18	c ORs :      2 avg-s:  0.0 cl-sh: 14821 l-rem:  14821 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    7.00
34.09/34.19	c lits-rem:        58  cl-subs:     3277  v-elim:      2  v-fix:    0  time:  9.67 s
34.09/34.19	c learnt bin added due to v-elim: 0
34.09/34.19	c vivif2 --  cl tried      119 cl shrink        0 lits rem          0 time: 0.00
34.09/34.20	c vivif2 --  cl tried    17289 cl shrink        0 lits rem          0 time: 0.01
34.18/34.23	c asymm  cl-useful: 0/119/119 lits-rem:0 time: 0.04
34.18/34.24	c calculated reachability. Time: 0.00
34.18/34.24	c  N dy   715    105341       172       119       754     17289      3226    843869     66.29     21.25  --
34.88/34.93	c  N dy   764    112097       172       119       754     23866      3226   1206859     59.31     21.24  --
35.78/35.86	c  N dy   816    119257       172       119       754     17434      3226    770169     51.20     21.17  --
36.98/37.04	c  N dy   873    126992       172       119       754     24984      3226   1176450     53.70     21.11  --
38.39/38.40	c  N dy   932    135126       172       119       754     18436      3226    798026     53.87     21.04  --
39.68/39.79	c  N dy   995    143809       172       119       754     26898      3226   1236304     49.53     21.00  --
41.28/41.37	c  N dy  1062    153087       172       119       754     20369      3226    879834     51.07     20.96  --
42.18/42.24	c  S st  1098    158011       172       119       754     25168      3226   1128666     48.45     20.94  --
42.28/42.31	c  S st  1098    158514       172       119       754     25668      3226   1157757     48.45     20.94  --
42.28/42.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.28/42.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.28/43.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 42.0M T:  0.99
43.28/43.31	c Calc non-exist non-lernt bins v-fix:     0 done:    172 time:  0.00 s
43.28/43.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.28/43.32	c Subs w/ non-existent bins:      0 time:  0.01 s
43.28/43.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.09/44.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.76 s
44.09/44.10	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
47.09/47.17	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
56.59/56.63	c Added 2 vars  tried: 80000 time: 9.45
56.79/56.85	c ORs :      2 avg-s:  0.0 cl-sh: 16317 l-rem:  16317 b-add:      4 v-rep:   0 cl-rem: 2 avg s: 23.5 T:    9.68
56.79/56.87	c lits-rem:        32  cl-subs:     2017  v-elim:      2  v-fix:    0  time: 12.77 s
56.79/56.87	c learnt bin added due to v-elim: 0
56.79/56.87	c vivif2 --  cl tried      132 cl shrink        0 lits rem          0 time: 0.00
56.79/56.88	c vivif2 --  cl tried    23649 cl shrink        0 lits rem          0 time: 0.01
56.89/56.92	c asymm  cl-useful: 0/132/132 lits-rem:0 time: 0.04
56.89/56.92	c calculated reachability. Time: 0.00
56.89/56.92	c  N dy  1098    158514       172       132       743     23649      3228   1057441     48.45     20.94  --
57.99/58.09	c  N dy  1172    168664       172       132       743     17045      3228    713514     56.51     20.90  --
59.29/59.32	c  N dy  1251    179443       172       132       743     27590      3228   1293641     56.58     20.87  --
61.08/61.17	c  N dy  1334    190900       172       132       743     21232      3228    903876     54.18     20.85  --
63.09/63.12	c  N dy  1422    203129       172       132       743     33120      3228   1554061     53.11     20.84  --
65.09/65.19	c  N dy  1516    216188       172       132       743     27290      3228   1189650     53.45     20.80  --
67.98/68.07	c  N dy  1615    230011       172       132       743     21265      3228    811675     53.51     20.79  --
69.19/69.23	c  S st  1672    237771       172       132       743     28818      3228   1203249     50.86     20.79  --
69.19/69.30	c  S st  1672    238275       172       132       743     29319      3228   1230218     50.86     20.79  --
69.29/69.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.29/69.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.29/70.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 48.7M T:  1.09
70.29/70.39	c Calc non-exist non-lernt bins v-fix:     0 done:    172 time:  0.00 s
70.29/70.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.39/70.41	c Subs w/ non-existent bins:      0 time:  0.01 s
70.39/70.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.09/71.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.70 s
71.09/71.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
74.59/74.68	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
82.49/82.51	c Added 2 vars  tried: 80000 time: 7.83
82.59/82.63	c ORs :      2 avg-s:  0.0 cl-sh:  9269 l-rem:   9269 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    7.95
82.59/82.64	c lits-rem:        75  cl-subs:     3731  v-elim:      2  v-fix:    0  time: 11.52 s
82.59/82.64	c learnt bin added due to v-elim: 0
82.59/82.64	c vivif2 --  cl tried      150 cl shrink        0 lits rem          0 time: 0.00
82.59/82.65	c vivif2 --  cl tried    25588 cl shrink        0 lits rem          0 time: 0.01
82.69/82.71	c asymm  cl-useful: 0/150/150 lits-rem:0 time: 0.06
82.69/82.71	c calculated reachability. Time: 0.00
82.69/82.71	c  N dy  1672    238275       172       150       727     25588      3240   1058891     50.86     20.79  --
84.69/84.77	c  N dy  1783    253579       172       150       727     40542      3240   1867628     55.24     20.75  --
87.09/87.16	c  N dy  1901    269853       172       150       727     35986      3240   1589532     54.33     20.72  --
89.98/90.01	c  N dy  2025    287149       172       150       727     31429      3240   1283708     52.04     20.68  --
93.38/93.47	c  N dy  2157    305605       172       150       727     26998      3240   1014581     49.03     20.62  --
97.19/97.20	c  N dy  2297    325180       172       150       727     46036      3240   1944045     46.98     20.57  --
100.78/100.84	c  N dy  2442    345248       172       150       727     42197      3240   1739370     48.43     20.51  --
103.18/103.29	c  S st  2530    357412       172       150       727     29685      3240   1131913     46.85     20.49  --
103.29/103.36	c  S st  2530    357920       172       150       727     30186      3240   1158229     46.85     20.49  --
103.29/103.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.29/103.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.49/104.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 52.4M T:  1.19
104.49/104.55	c Calc non-exist non-lernt bins v-fix:     0 done:    172 time:  0.00 s
104.49/104.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.49/104.57	c Subs w/ non-existent bins:      0 time:  0.01 s
104.49/104.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.18/105.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.66 s
105.18/105.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
107.18/107.27	c ORs :      1 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
115.09/115.11	c Added 2 vars  tried: 80000 time: 7.84
115.19/115.27	c ORs :      2 avg-s:  0.0 cl-sh: 13522 l-rem:  13522 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    8.00
115.19/115.28	c lits-rem:       116  cl-subs:     2283  v-elim:      3  v-fix:    0  time: 10.04 s
115.19/115.28	c learnt bin added due to v-elim: 0
115.19/115.28	c vivif2 --  cl tried      159 cl shrink        0 lits rem          0 time: 0.00
115.19/115.30	c vivif2 --  cl tried    27903 cl shrink        0 lits rem          0 time: 0.01
115.29/115.34	c asymm  cl-useful: 0/159/159 lits-rem:0 time: 0.04
115.29/115.34	c calculated reachability. Time: 0.00
115.29/115.34	c  N dy  2530    357920       173       159       722     27903      3238   1066329     46.85     20.49  --
118.49/118.53	c  N dy  2675    377963       173       159       722     47414      3238   2065274     48.74     20.44  --
121.68/121.72	c  N dy  2820    398006       173       159       722     41704      3238   1731731     49.32     20.42  --
125.39/125.46	c  N dy  2964    418103       173       159       722     35003      3238   1394679     49.89     20.40  --
129.88/129.97	c  N dy  3110    438240       173       159       722     27368      3238    992663     48.34     20.39  --
133.29/133.36	c  N dy  3254    458270       173       159       722     46826      3238   1945576     47.08     20.35  --
137.39/137.50	c  N dy  3398    478318       173       159       722     38096      3238   1437392     50.57     20.33  --
142.49/142.58	c  N dy  3542    498457       173       159       722     57524      3238   2355663     44.39     20.33  --
146.58/146.64	c  N dy  3686    518524       173       159       722     47898      3238   1861640     47.41     20.32  --
151.39/151.42	c  S st  3818    536880       173       159       722     35689      3238   1247828     49.23     20.32  --
151.49/151.50	c  S st  3818    537381       173       159       722     36183      3238   1272673     49.23     20.32  --
151.49/151.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.49/151.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.59/152.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.3M T:  1.19
152.59/152.69	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
152.59/152.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.69/152.70	c Subs w/ non-existent bins:      0 time:  0.01 s
152.69/152.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.19/153.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.55 s
153.19/153.27	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
155.59/155.68	c ORs :      1 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
161.59/161.68	c Added 2 vars  tried: 80000 time: 6.00
161.79/161.86	c ORs :      2 avg-s:  0.0 cl-sh: 14911 l-rem:  14911 b-add:      4 v-rep:   0 cl-rem: 3 avg s: 17.0 T:    6.18
161.79/161.88	c lits-rem:       128  cl-subs:     4256  v-elim:      4  v-fix:    0  time:  8.61 s
161.79/161.88	c learnt bin added due to v-elim: 0
161.79/161.88	c vivif2 --  cl tried      177 cl shrink        0 lits rem          0 time: 0.00
161.79/161.89	c vivif2 --  cl tried    31924 cl shrink        0 lits rem          0 time: 0.01
161.89/161.96	c asymm  cl-useful: 0/177/177 lits-rem:0 time: 0.07
161.89/161.96	c calculated reachability. Time: 0.00
161.89/161.96	c  N dy  3818    537381       173       177       706     31924      3240   1100011     49.23     20.32  --
161.89/161.96	c  F st  3818    537381       173       177       706     31924      3240   1100011     49.23     20.32  --
162.19/162.20	c Decided on static restart strategy
165.09/165.17	c  N dy  3954    557473       173       177       706     51525      3240   2120835     51.36     20.32  --
169.39/169.40	c  N dy  4099    577599       173       177       706     40075      3240   1455966     51.76     20.33  --
173.70/173.75	c  N dy  4242    597617       173       177       706     59555      3240   2420219     51.09     20.31  --
177.49/177.57	c  N dy  4386    617667       173       177       706     46953      3240   1766626     48.27     20.31  --
182.79/182.82	c  N dy  4530    637784       173       177       706     33448      3240   1052440     49.62     20.30  --
186.39/186.45	c  N dy  4674    657907       173       177       706     52998      3240   2003734     47.24     20.29  --
191.58/191.69	c  N dy  4817    678008       173       177       706     38453      3240   1250482     45.77     20.28  --
195.89/195.98	c  N dy  4960    698056       173       177       706     57942      3240   2183395     48.74     20.28  --
200.88/200.99	c  N dy  5104    718164       173       177       706     42487      3240   1404245     45.79     20.27  --
205.48/205.50	c  N dy  5248    738270       173       177       706     62085      3240   2336172     44.39     20.25  --
210.29/210.36	c  N dy  5391    758301       173       177       706     45620      3240   1533593     44.97     20.23  --
215.09/215.16	c  N dy  5534    778391       173       177       706     65142      3240   2459912     49.34     20.22  --
220.09/220.11	c  N dy  5676    798430       173       177       706     47602      3240   1583442     45.71     20.22  --
221.89/221.94	c  S st  5732    806072       173       177       706     55031      3240   1928397     46.49     20.22  --
221.99/222.05	c  S st  5732    806575       173       177       706     55525      3240   1954815     46.49     20.22  --
221.99/222.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
221.99/222.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.39/223.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.41
223.39/223.46	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
223.39/223.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.39/223.48	c Subs w/ non-existent bins:      0 time:  0.02 s
223.49/223.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
224.40/224.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.97 s
224.40/224.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
229.99/230.06	c ORs :      1 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
241.79/241.84	c Added 2 vars  tried: 80000 time: 11.78
242.39/242.49	c ORs :      2 avg-s:  0.0 cl-sh: 27592 l-rem:  27592 b-add:      4 v-rep:   0 cl-rem: 5 avg s: 31.4 T:   12.43
242.49/242.51	c lits-rem:       565  cl-subs:     5259  v-elim:      4  v-fix:    0  time: 18.02 s
242.49/242.51	c learnt bin added due to v-elim: 0
242.49/242.51	c vivif2 --  cl tried      192 cl shrink        0 lits rem          0 time: 0.00
242.49/242.53	c vivif2 --  cl tried    50261 cl shrink        0 lits rem          0 time: 0.02
242.59/242.63	c asymm  cl-useful: 0/192/192 lits-rem:0 time: 0.10
242.59/242.63	c calculated reachability. Time: 0.00
242.59/242.63	c  N dy  5732    806575       173       192       693     50261      3252   1749143     46.49     20.22  --
246.29/246.35	c  N dy  5877    826688       173       192       701     69818      3252   2689809     50.40     20.23  --
250.28/250.36	c  N dy  6021    846722       173       192       701     51560      3252   1779825     47.69     20.22  --
255.10/255.17	c  N dy  6166    866809       173       192       701     71185      3252   2714096     45.12     20.22  --
259.49/259.60	c  N dy  6310    886863       173       192       701     51798      3252   1736455     47.65     20.21  --
264.59/264.66	c  N dy  6453    906875       173       192       701     71264      3252   2646786     46.96     20.21  --
269.29/269.36	c  N dy  6597    926971       173       192       701     50901      3252   1678655     47.09     20.20  --
274.29/274.33	c  N dy  6741    947012       173       192       701     70436      3252   2605900     46.84     20.20  --
279.79/279.84	c  N dy  6884    967017       173       192       701     49059      3252   1581688     47.03     20.19  --
284.29/284.37	c  N dy  7027    987039       173       192       701     68625      3252   2497349     45.88     20.19  --
290.30/290.30	c  N dy  7170   1007045       173       192       701     46190      3252   1421350     48.86     20.19  --
294.29/294.39	c  N dy  7313   1027057       173       192       701     65627      3252   2297050     43.46     20.18  --
300.59/300.63	c  N dy  7457   1047135       173       192       701     85177      3252   3209021     48.67     20.18  --
304.70/304.72	c  N dy  7601   1067256       173       192       701     61970      3252   2127336     46.71     20.17  --
310.29/310.32	c  N dy  7745   1087283       173       192       701     81477      3252   3018067     45.11     20.16  --
315.29/315.32	c  N dy  7889   1107377       173       192       701     57152      3252   1888684     43.02     20.15  --
320.49/320.58	c  N dy  8033   1127515       173       192       701     76786      3252   2768357     44.70     20.15  --
326.79/326.80	c  N dy  8176   1147646       173       192       701     51566      3252   1630898     45.14     20.14  --
331.59/331.61	c  N dy  8320   1167748       173       192       701     71100      3252   2508588     45.71     20.14  --
338.09/338.16	c  N dy  8463   1187819       173       192       701     90621      3252   3382720     43.55     20.13  --
342.69/342.73	c  N dy  8607   1207928       173       192       701     64486      3252   2205984     44.50     20.12  --
343.39/343.42	c  S st  8621   1209863       173       192       701     66380      3252   2294004     46.69     20.12  --
343.49/343.53	c  S st  8621   1210364       173       192       701     66877      3252   2317873     46.69     20.12  --
343.49/343.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
343.49/343.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
344.89/344.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.42
344.89/344.96	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
344.89/344.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
344.89/344.99	c Subs w/ non-existent bins:      0 time:  0.03 s
344.99/345.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
346.09/346.15	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.12 s
346.09/346.15	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
352.79/352.81	c ORs :      4 avg-s:  2.0 cl-sh:     8 l-rem:      8 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 35.0 T:    0.01
367.99/368.03	c Added 2 vars  tried: 80000 time: 15.23
368.40/368.49	c ORs :      2 avg-s:  0.0 cl-sh: 22684 l-rem:  22684 b-add:      4 v-rep:   0 cl-rem: 17 avg s: 16.9 T:   15.69
368.50/368.52	c lits-rem:       324  cl-subs:     5666  v-elim:      5  v-fix:    0  time: 22.38 s
368.50/368.52	c learnt bin added due to v-elim: 0
368.50/368.52	c vivif2 --  cl tried      202 cl shrink        0 lits rem          0 time: 0.00
368.50/368.55	c vivif2 --  cl tried    61193 cl shrink        0 lits rem          0 time: 0.03
368.59/368.66	c asymm  cl-useful: 0/202/202 lits-rem:0 time: 0.11
368.59/368.67	c calculated reachability. Time: 0.00
368.59/368.67	c  N dy  8621   1210364       174       202       695     61193      3250   2093884     46.69     20.12  --
372.29/372.38	c  N dy  8766   1230377       174       202       695     80755      3250   3045987     49.31     20.11  --
376.99/377.04	c  N dy  8910   1250444       174       202       695     53684      3250   1721306     45.71     20.10  --
381.00/381.04	c  N dy  9055   1270509       174       202       695     73337      3250   2650805     48.27     20.10  --
387.10/387.19	c  N dy  9199   1290619       174       202       695     93009      3250   3590157     50.95     20.10  --
391.30/391.33	c  N dy  9343   1310629       174       202       695     64697      3250   2202264     47.72     20.09  --
396.39/396.44	c  N dy  9487   1330683       174       202       695     84262      3250   3109427     46.67     20.08  --
402.39/402.43	c  N dy  9632   1350799       174       202       695     55065      3250   1756875     43.96     20.07  --
406.90/406.96	c  N dy  9776   1370886       174       202       695     74634      3250   2663998     45.92     20.06  --
413.60/413.65	c  N dy  9920   1390996       174       202       695     94302      3250   3567033     48.16     20.05  --
418.79/418.89	c  N dy 10064   1411045       174       202       695     64123      3250   2196351     46.84     20.04  --
424.10/424.16	c  N dy 10208   1431131       174       202       695     83732      3250   3108728     44.54     20.03  --
430.89/430.90	c  N dy 10353   1451251       174       202       695     52623      3250   1679365     46.42     20.03  --
434.99/435.04	c  N dy 10497   1471263       174       202       695     72154      3250   2581888     45.24     20.02  --
440.79/440.84	c  N dy 10640   1491290       174       202       695     91681      3250   3483895     47.80     20.01  --
447.00/447.03	c  N dy 10784   1511353       174       202       695     59540      3250   1988267     47.58     20.01  --
451.69/451.79	c  N dy 10929   1531446       174       202       695     79178      3250   2889563     48.54     20.00  --
458.49/458.50	c  N dy 11073   1551455       174       202       695     98672      3250   3771347     44.19     20.00  --
464.20/464.29	c  N dy 11217   1571493       174       202       695     65547      3250   2194762     45.03     19.99  --
469.60/469.64	c  N dy 11360   1591539       174       202       695     85092      3250   3090385     43.95     19.99  --
476.99/477.07	c  N dy 11503   1611619       174       202       695    104663      3250   3978301     46.22     19.98  --
482.29/482.30	c  N dy 11647   1631621       174       202       695     70511      3250   2358775     44.84     19.97  --
488.09/488.19	c  N dy 11790   1651672       174       202       695     90048      3250   3236613     45.69     19.97  --
496.60/496.65	c  N dy 11934   1671804       174       202       695     55012      3250   1616617     45.72     19.96  --
501.29/501.35	c  N dy 12078   1691912       174       202       695     74559      3250   2488610     40.92     19.96  --
506.89/506.99	c  S st 12210   1710365       174       202       695     92492      3250   3293866     43.84     19.96  --
507.10/507.15	c  S st 12210   1710866       174       202       695     92986      3250   3318250     43.84     19.96  --
507.10/507.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
507.10/507.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
508.59/508.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.4M T:  1.52
508.59/508.68	c Calc non-exist non-lernt bins v-fix:     0 done:    174 time:  0.00 s
508.59/508.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
508.69/508.72	c Subs w/ non-existent bins:      0 time:  0.04 s
508.69/508.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
510.40/510.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.71 s
510.40/510.48	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
525.09/525.10	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
546.29/546.37	c Added 2 vars  tried: 80000 time: 21.27
547.70/547.71	c ORs :      2 avg-s:  0.0 cl-sh: 39736 l-rem:  39736 b-add:      4 v-rep:   0 cl-rem: 37 avg s: 16.3 T:   22.61
547.70/547.76	c lits-rem:       313  cl-subs:    10720  v-elim:      6  v-fix:    0  time: 37.28 s
547.70/547.76	c learnt bin added due to v-elim: 0
547.70/547.76	c vivif2 --  cl tried      219 cl shrink        0 lits rem          0 time: 0.00
547.70/547.79	c vivif2 --  cl tried    82229 cl shrink        0 lits rem          0 time: 0.04
547.89/547.94	c asymm  cl-useful: 0/129/219 lits-rem:0 time: 0.14
547.89/547.94	c calculated reachability. Time: 0.00
547.89/547.94	c  N dy 12210   1710866       174       219       680     82229      3252   2873689     43.84     19.96  --
552.40/552.45	c  N dy 12354   1730933       174       219       680    101939      3252   3828322     47.03     19.96  --
554.10/554.10	c  E dy 12398   1736967         0       219       680    107867      3252   4121761     50.23     19.96  --
554.10/554.10	c Verified 219 clauses.
554.10/554.10	c Solution needs extension. Extending.
554.10/554.12	c Verified 219 clauses.
554.10/554.12	c num threads              : 1          
554.10/554.12	c restarts                 : 12398      
554.10/554.12	c dynamic restarts         : 12374      
554.10/554.12	c static restarts          : 24         
554.10/554.12	c full restarts            : 3          
554.10/554.12	c total simplify time      : 0.00       
554.10/554.12	c learnts DL2              : 0          
554.10/554.12	c learnts size 2           : 809        
554.10/554.12	c learnts size 1           : 0           (0.00      % of vars)
554.10/554.12	c filedLit time            : 9.95        (1.80      % time)
554.10/554.12	c v-elim SatELite          : 14          (7.45      % vars)
554.10/554.12	c SatELite time            : 139.11      (25.12     % time)
554.10/554.12	c v-elim xor               : 0           (0.00      % vars)
554.10/554.12	c xor elim time            : 0.04        (0.01      % time)
554.10/554.12	c num binary xor trees     : 0          
554.10/554.12	c binxor trees' crown      : 0           (nan       leafs/tree)
554.10/554.12	c bin xor find time        : 0.00       
554.10/554.12	c OTF clause subsumed      : 46068       (0.03      clauses/conflict)
554.10/554.12	c OTF subs. size diff      : 47457       (1.03       lits/clause)
554.10/554.12	c OTF cl watch-shrink      : 909513      (0.52      clauses/conflict)
554.10/554.12	c OTF cl watch-sh-lit      : 2125874     (2.34       lits/clause)
554.10/554.12	c tried to recurMin cls    : 1736967     (100.00     % of conflicts)
554.10/554.12	c updated cache            : 1044        (0.00       lits/tried recurMin)
554.10/554.12	c OTF Gate-Rem cl          : 43127       (0.02      clauses/conflict)
554.10/554.12	c OTF Gate-rem lits        : 67163       (1.56      lits/confl)
554.10/554.12	c clauses over max glue    : 0           (0.00      % of all clauses)
554.10/554.12	c conflicts                : 1736967     (3136.52   / sec)
554.10/554.12	c decisions                : 2369405     (0.15      % random)
554.10/554.12	c bogo-props               : 25032055998 (45201529.36 / sec)
554.10/554.12	c props                    : 48357943    (87322.15  / sec)
554.10/554.12	c conflict literals        : 84441979    (18.51     % deleted)
554.10/554.12	c Memory used              : 189.89      MB
554.10/554.12	c CPU time                 : 553.79      s
554.10/554.12	s SATISFIABLE
554.10/554.12	v -1 -2 -3 -4 -5 6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 19 -20 -21 -22 23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 37 -38 -39 -40 -41 42 -43 -44 -45 -46 -47 -48 -49 -50 -51 52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 76 -77 -78 -79 -80 -81 -82 -83 -84 85 -86 -87 -88 -89 -90 91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 110 111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 129 -130 -131 -132 -133 -134 -135 -136 -137 138 -139 -140 -141 -142 -143 144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 158 -159 -160 -161 -162 -163 -164 -165 -166 -167 168 -169 -170 0

Verifier Data

OK

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-3260878-1303518447/watcher-3260878-1303518447 -o /tmp/evaluation-result-3260878-1303518447/solver-3260878-1303518447 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3260878-1303518447.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.78 3.36 3.42 4/184 3315
/proc/meminfo: memFree=15695576/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=127228 CPUtime=0 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 584 0 0 0 0 0 0 0 21 0 1 0 463443536 130281472 520 33554432000 4194304 4797429 140734315562240 18446744073709551615 268272349893 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 31807 520 404 148 0 26736 0

[startup+0.0662269 s]
/proc/loadavg: 2.78 3.36 3.42 4/184 3315
/proc/meminfo: memFree=15695576/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=127360 CPUtime=0.06 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 731 0 0 0 6 0 0 0 21 0 1 0 463443536 130416640 664 33554432000 4194304 4797429 140734315562240 18446744073709551615 4425001 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 31840 664 404 148 0 26769 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 127360

[startup+0.100156 s]
/proc/loadavg: 2.78 3.36 3.42 4/184 3315
/proc/meminfo: memFree=15695576/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=127624 CPUtime=0.09 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 806 0 0 0 9 0 0 0 21 0 1 0 463443536 130686976 738 33554432000 4194304 4797429 140734315562240 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 31906 738 406 148 0 26835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127624

[startup+0.300121 s]
/proc/loadavg: 2.78 3.36 3.42 4/184 3315
/proc/meminfo: memFree=15695576/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=128520 CPUtime=0.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 1236 0 0 0 29 0 0 0 22 0 1 0 463443536 131604480 876 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424269 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 32130 876 406 148 0 27059 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128520

[startup+0.701119 s]
/proc/loadavg: 2.78 3.36 3.42 4/184 3315
/proc/meminfo: memFree=15695576/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=129364 CPUtime=0.69 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 1688 0 0 0 69 0 0 0 23 0 1 0 463443536 132468736 1324 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 32341 1324 406 148 0 27270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129364

[startup+1.50097 s]
/proc/loadavg: 2.78 3.36 3.42 5/190 3326
/proc/meminfo: memFree=15649824/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=130804 CPUtime=1.49 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 2780 0 0 0 149 0 0 0 25 0 1 0 463443536 133943296 1349 33554432000 4194304 4797429 140734315562240 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 32701 1349 406 148 0 27630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130804

[startup+3.10062 s]
/proc/loadavg: 2.78 3.36 3.42 5/190 3326
/proc/meminfo: memFree=15638416/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=134620 CPUtime=3.09 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 4647 0 0 0 309 0 0 0 25 0 1 0 463443536 137850880 2506 33554432000 4194304 4797429 140734315562240 18446744073709551615 4520192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 33655 2506 409 148 0 28584 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134620

[startup+6.30105 s]
/proc/loadavg: 2.88 3.37 3.42 5/190 3326
/proc/meminfo: memFree=15615360/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=135072 CPUtime=6.28 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 5037 0 0 0 628 0 0 0 25 0 1 0 463443536 138313728 2887 33554432000 4194304 4797429 140734315562240 18446744073709551615 4414394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 33768 2887 411 148 0 28697 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 135072

[startup+12.701 s]
/proc/loadavg: 2.97 3.38 3.42 5/190 3354
/proc/meminfo: memFree=15603976/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=138296 CPUtime=12.68 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 9326 0 0 0 1267 1 0 0 25 0 1 0 463443536 141615104 3133 33554432000 4194304 4797429 140734315562240 18446744073709551615 4524464 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 34574 3133 411 148 0 29503 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 138296

[startup+25.5007 s]
/proc/loadavg: 3.20 3.41 3.43 5/190 3355
/proc/meminfo: memFree=15581720/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=144596 CPUtime=25.48 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 14038 0 0 0 2546 2 0 0 25 0 1 0 463443536 148066304 5103 33554432000 4194304 4797429 140734315562240 18446744073709551615 4524688 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 36149 5103 415 148 0 31078 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 144596

[startup+51.1011 s]
/proc/loadavg: 3.47 3.46 3.45 5/190 3355
/proc/meminfo: memFree=15562340/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=149352 CPUtime=51.09 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 19657 0 0 0 5105 4 0 0 25 0 1 0 463443536 152936448 6212 33554432000 4194304 4797429 140734315562240 18446744073709551615 4495525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 37338 6212 415 148 0 32267 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 149352

[startup+102.307 s]
/proc/loadavg: 3.77 3.54 3.47 5/190 3357
/proc/meminfo: memFree=15532296/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=154972 CPUtime=102.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 37050 0 0 0 10222 7 0 0 25 0 1 0 463443536 158691328 8174 33554432000 4194304 4797429 140734315562240 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 38743 8174 415 148 0 33672 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 154972

[startup+162.3 s]
/proc/loadavg: 3.91 3.62 3.50 5/190 3358
/proc/meminfo: memFree=15512432/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=159960 CPUtime=162.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 54369 0 0 0 16218 11 0 0 25 0 1 0 463443536 163799040 8703 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424850 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 39990 8703 415 148 0 34919 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 159960

[startup+222.301 s]
/proc/loadavg: 4.06 3.72 3.54 5/190 3360
/proc/meminfo: memFree=15476828/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=163464 CPUtime=222.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 75678 0 0 0 22213 16 0 0 25 0 1 0 463443536 167387136 9908 33554432000 4194304 4797429 140734315562240 18446744073709551615 4427262 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 40866 9908 415 148 0 35795 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 163464

[startup+282.301 s]
/proc/loadavg: 4.02 3.77 3.57 5/190 3361
/proc/meminfo: memFree=15457796/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=171444 CPUtime=282.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 90520 0 0 0 28210 19 0 0 25 0 1 0 463443536 175558656 11798 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 42861 11798 423 148 0 37790 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 171444

[startup+342.3 s]
/proc/loadavg: 4.01 3.80 3.59 5/190 3363
/proc/meminfo: memFree=15437056/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=173376 CPUtime=342.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 108077 0 0 0 34206 23 0 0 25 0 1 0 463443536 177537024 12175 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 43344 12175 423 148 0 38273 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 173376

[startup+402.301 s]
/proc/loadavg: 4.00 3.84 3.61 5/190 3365
/proc/meminfo: memFree=15415568/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=181264 CPUtime=402.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 120978 0 0 0 40203 26 0 0 25 0 1 0 463443536 185614336 13310 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424877 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 45316 13310 419 148 0 40245 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 181264

[startup+462.301 s]
/proc/loadavg: 4.06 3.88 3.64 5/190 3366
/proc/meminfo: memFree=15399256/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=183128 CPUtime=462.3 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 137923 0 0 0 46200 30 0 0 25 0 1 0 463443536 187523072 13764 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424987 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 45782 13764 419 148 0 40711 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 183128

[startup+522.3 s]
/proc/loadavg: 4.02 3.90 3.66 5/190 3369
/proc/meminfo: memFree=15375024/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=193348 CPUtime=522.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 150519 0 0 0 52197 32 0 0 25 0 1 0 463443536 197988352 17746 33554432000 4194304 4797429 140734315562240 18446744073709551615 4506625 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48337 17746 417 148 0 43266 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 193348

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

[startup+537.5 s]
/proc/loadavg: 4.02 3.90 3.66 5/190 3369
/proc/meminfo: memFree=15342772/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=537.49 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 150703 0 0 0 53717 32 0 0 25 0 1 0 463443536 199106560 17930 33554432000 4194304 4797429 140734315562240 18446744073709551615 4495544 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 17930 417 148 0 43539 0
Current children cumulated CPU time (s) 537.49
Current children cumulated vsize (KiB) 194440

[startup+543.9 s]
/proc/loadavg: 4.01 3.91 3.66 5/190 3369
/proc/meminfo: memFree=15342276/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=543.89 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 150703 0 0 0 54357 32 0 0 25 0 1 0 463443536 199106560 17930 33554432000 4194304 4797429 140734315562240 18446744073709551615 4495559 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 17930 417 148 0 43539 0
Current children cumulated CPU time (s) 543.89
Current children cumulated vsize (KiB) 194440

[startup+550.3 s]
/proc/loadavg: 4.01 3.91 3.67 5/190 3370
/proc/meminfo: memFree=15349704/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=550.29 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 151265 0 0 0 54997 32 0 0 25 0 1 0 463443536 199106560 18477 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 18477 417 148 0 43539 0
Current children cumulated CPU time (s) 550.29
Current children cumulated vsize (KiB) 194440

[startup+551.901 s]
/proc/loadavg: 4.01 3.91 3.67 5/190 3370
/proc/meminfo: memFree=15346976/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=551.9 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 151592 0 0 0 55157 33 0 0 25 0 1 0 463443536 199106560 18796 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 18796 417 148 0 43539 0
Current children cumulated CPU time (s) 551.9
Current children cumulated vsize (KiB) 194440

[startup+553.501 s]
/proc/loadavg: 4.01 3.91 3.67 5/190 3370
/proc/meminfo: memFree=15342260/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=553.5 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 151900 0 0 0 55317 33 0 0 25 0 1 0 463443536 199106560 19097 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 19097 417 148 0 43539 0
Current children cumulated CPU time (s) 553.5
Current children cumulated vsize (KiB) 194440

[startup+553.901 s]
/proc/loadavg: 4.01 3.91 3.67 5/190 3370
/proc/meminfo: memFree=15342260/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=553.9 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 151974 0 0 0 55357 33 0 0 25 0 1 0 463443536 199106560 19170 33554432000 4194304 4797429 140734315562240 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 19170 417 148 0 43539 0
Current children cumulated CPU time (s) 553.9
Current children cumulated vsize (KiB) 194440

[startup+554.1 s]
/proc/loadavg: 4.01 3.91 3.67 5/190 3370
/proc/meminfo: memFree=15342260/32950928 swapFree=67111528/67111528
[pid=3315] ppid=3313 vsize=194440 CPUtime=554.1 cores=4,6
/proc/3315/stat : 3315 (techdemo) R 3313 3315 925 0 -1 4202496 152010 0 0 0 55377 33 0 0 25 0 1 0 463443536 199106560 19205 33554432000 4194304 4797429 140734315562240 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3315/statm: 48610 19205 417 148 0 43539 0
Current children cumulated CPU time (s) 554.1
Current children cumulated vsize (KiB) 194440

Child status: 10
Real time (s): 554.13
CPU time (s): 554.124
CPU user time (s): 553.788
CPU system time (s): 0.335948
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 296744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 553.788
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152026
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= 480

runsolver used 0.885865 second user time and 2.14467 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 02:27:27
IDJOB=3260878
IDBENCH=83200
IDSOLVER=1585
FILE ID=node122/3260878-1303518447
RUNJOBID= node122-1303518447-3283
PBS_JOBID= 13134241
Free space on /tmp= 70788 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-17-sat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260878-1303518447/watcher-3260878-1303518447 -o /tmp/evaluation-result-3260878-1303518447/solver-3260878-1303518447 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3260878-1303518447.cnf

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

MD5SUM BENCH= 817f170ef66023b68d8cda67f1d05059
RANDOM SEED=1139527524

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:      15695856 kB
Buffers:       1618800 kB
Cached:       14985336 kB
SwapCached:          0 kB
Active:        4840420 kB
Inactive:     11864708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15695856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26432 kB
Writeback:           0 kB
AnonPages:       99992 kB
Mapped:          15844 kB
Slab:           484764 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   381072 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= 70772 MiB
End job on node122 at 2011-04-23 02:36:42