Trace number 3260661

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-mtUNSAT 218.678 54.7496

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3054
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
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-3260661-1304129636.cnf'
0.00/0.00	c -- header says num vars:           2856
0.00/0.00	c -- header says num clauses:       10578
0.00/0.01	c -- clauses added:            0 learnts,        10578 normals,            0 xors
0.00/0.01	c -- vars added       2856
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      2856      5400      5178         0     26556         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/5400/5400 lits-rem:0 time: 0.03
0.00/0.02	c Flit:    55 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
0.00/0.02	c bin-w-bin subsume rem           27 bins  time:  0.00 s
0.00/0.02	c subs with bin:       46  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:     42 l-rem:     42 v-fix:     0 done:   2801 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:    933  v-fix:    0  time:  0.02 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     665 undec:    1403 neg:     788
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0      1868      3998      4185         0     21858         0   no data   no data  --
0.40/0.16	c  N dy    15      4084      1867      3998      4203      3826     21858     62747      5.41      6.64  --
1.17/0.32	c  N dy    33      8147      1867      3998      4237      5227     21857     88500      7.71     14.88  --
1.97/0.51	c  N dy    49     12729      1867      3998      4248      5576     21857     67747      7.77      8.25  --
2.78/0.74	c  N dy    52     17594      1867      3998      4286     10303     21857    167643      7.14      7.91  --
3.57/0.99	c  N dy    86     21706      1867      3998      4309      8544     21857    114792      8.27      8.90  --
4.39/1.15	c  F st    99     25000      1867      3998      4315     11557     21857    172100      8.25      5.29  --
4.39/1.20	c  N st   102     26190      1867      3996      4341      6425     21849     69961      8.25   no data  --
5.56/1.45	c Decided on static restart strategy
5.56/1.45	c  S st   105     30000      1867      3996      4344      9554     21849    125774      8.25   no data  --
5.56/1.47	c  S st   105     30503      1867      3996      4424      9937     21849    128360      8.25   no data  --
5.56/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   5269 BRemL:     41 BRemN:      0 P:  0.4M T:  0.06
5.56/1.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.49	c subs with bin:      180  lits-rem:        46  v-fix:    0  time:  0.02 s
5.56/1.49	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:   1867 time:  0.00 s
5.56/1.49	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
6.77/1.70	c lits-rem:       602  cl-subs:    10076  v-elim:    929  v-fix:    0  time:  0.83 s
6.77/1.72	c asymm  cl-useful: 233/4907/4907 lits-rem:292 time: 0.08
6.77/1.72	c calculated reachability. Time: 0.00
6.77/1.72	c  N st   105     30503       938      4888      3916       287     29908      4496      8.25   no data  --
7.96/2.00	c  N st   107     37613       938      4888     10294      4750     29905     94288      8.25   no data  --
7.96/2.00	c Finding binary XORs  T:     0.00 s  found:       0
8.36/2.17	c  N st   108     44013       938      4888     10297      9824     29905    177815      8.25   no data  --
8.78/2.23	c  S st   109     45755       938      4888     10301      5821     29905    100796      8.25   no data  --
8.78/2.25	c  S st   109     46255       938      4888     10318      6292     29905    105288      8.25   no data  --
8.78/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.78/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1291 BRemL:     17 BRemN:      0 P:  0.2M T:  0.04
8.78/2.26	c bin-w-bin subsume rem          134 bins  time:  0.00 s
8.78/2.27	c subs with bin:      836  lits-rem:        14  v-fix:    0  time:  0.03 s
8.78/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    938 time:  0.01 s
8.78/2.27	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
9.56/2.46	c lits-rem:       477  cl-subs:     3821  v-elim:      2  v-fix:    0  time:  0.75 s
9.56/2.46	c vivif2 --  cl tried     4099 cl shrink        0 lits rem          0 time: 0.00
9.56/2.46	c vivif2 --  cl tried     2427 cl shrink        0 lits rem          0 time: 0.00
9.56/2.49	c asymm  cl-useful: 96/4099/4099 lits-rem:108 time: 0.12
9.56/2.49	c calculated reachability. Time: 0.00
9.56/2.49	c  N st   109     46255       936      4097     11454      2427     28069     46100      8.25   no data  --
11.96/3.06	c  N st   110     60652       936      4097     11476      6197     28069     88386      8.25   no data  --
11.96/3.06	c Finding binary XORs  T:     0.00 s  found:       0
13.17/3.39	c  N st   111     69384       936      4097     15787     11055     28068    166598      8.25   no data  --
13.17/3.39	c  S st   111     69384       936      4097     15787     11055     28068    166598      8.25   no data  --
13.58/3.41	c  S st   111     69887       936      4097     16046      6183     28068     91573      8.25   no data  --
13.58/3.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.58/3.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.58/3.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    349 BRemL:      1 BRemN:      0 P:  0.3M T:  0.05
13.58/3.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.58/3.44	c subs with bin:      207  lits-rem:        38  v-fix:    0  time:  0.03 s
13.58/3.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    936 time:  0.01 s
13.58/3.44	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
13.96/3.57	c lits-rem:       143  cl-subs:     3944  v-elim:      1  v-fix:    0  time:  0.50 s
13.96/3.57	c vivif2 --  cl tried     3971 cl shrink        0 lits rem          0 time: 0.00
13.96/3.57	c vivif2 --  cl tried     2157 cl shrink        0 lits rem          0 time: 0.00
13.96/3.60	c asymm  cl-useful: 150/3971/3971 lits-rem:281 time: 0.11
14.36/3.60	c calculated reachability. Time: 0.00
14.36/3.60	c  N st   111     69887       935      3971     16392      2157     27505     43708      8.25   no data  --
17.16/4.34	c  F st   112     87500       935      3971     16397      7049     27505     98543      8.25   no data  --
17.16/4.34	c  N st   112     87500       935      3971     16397      7049     27505     98543      8.25   no data  --
17.97/4.57	c  N dy   122     93098       935      3971     16429     10346     27505    146163      8.38     14.37  --
18.75/4.77	c Finding binary XORs  T:     0.00 s  found:       0
19.15/4.83	c  N dy   166     99092       935      3971     16449      7548     27505    101854      9.35     16.73  --
19.95/5.03	c  S st   198    104831       935      3971     16468     12345     27504    167358      9.50      6.16  --
19.95/5.05	c  S st   198    105333       935      3971     16478     12826     27504    172955      9.50   no data  --
19.95/5.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.95/5.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.95/5.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    376 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
19.95/5.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
19.95/5.08	c subs with bin:       29  lits-rem:         9  v-fix:    0  time:  0.02 s
19.95/5.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    935 time:  0.01 s
19.95/5.08	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
21.15/5.36	c lits-rem:       923  cl-subs:     3356  v-elim:      3  v-fix:    0  time:  1.15 s
21.15/5.37	c vivif2 --  cl tried     3973 cl shrink        0 lits rem          0 time: 0.00
21.15/5.37	c vivif2 --  cl tried     9448 cl shrink        0 lits rem          0 time: 0.00
21.55/5.41	c asymm  cl-useful: 69/3973/3973 lits-rem:125 time: 0.19
21.55/5.42	c calculated reachability. Time: 0.00
21.55/5.42	c  N dy   198    105333       932      3973     16835      9448     27377    129824      9.50   no data  --
22.75/5.75	c  N dy   245    112209       932      3973     17103     14652     27376    220486      9.97     10.51  --
24.35/6.15	c  N dy   288    120318       932      3973     17109     12024     27376    151461     10.25     10.79  --
25.95/6.50	c  N dy   317    128045       932      3973     17507     18193     27376    241783     10.28     11.01  --
26.36/6.63	c Finding binary XORs  T:     0.00 s  found:       0
27.54/6.97	c  N dy   369    136418       932      3973     17518     14679     27376    187326     10.45     11.06  --
30.33/7.60	c  N dy   424    146001       932      3973     17532     22111     27376    310102     10.61     11.32  --
32.73/8.28	c  N dy   492    157615       932      3973     17557     19196     27376    227003     10.75     11.37  --
33.13/8.31	c  S st   496    157999       932      3973     17557     19456     27376    230688     10.76   no data  --
33.13/8.34	c  S st   496    158502       932      3973     18427     19948     27376    237905     10.76   no data  --
33.13/8.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.13/8.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.13/8.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    164 BRemL:      2 BRemN:      0 P:  0.5M T:  0.06
33.13/8.36	c bin-w-bin subsume rem            0 bins  time:  0.01 s
33.13/8.37	c subs with bin:      120  lits-rem:        32  v-fix:    0  time:  0.03 s
33.13/8.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    932 time:  0.01 s
33.13/8.37	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
35.55/8.96	c lits-rem:      1635  cl-subs:     4158  v-elim:      1  v-fix:    0  time:  2.34 s
35.55/8.96	c vivif2 --  cl tried     3969 cl shrink        0 lits rem          0 time: 0.00
35.55/8.96	c vivif2 --  cl tried    15677 cl shrink        0 lits rem          0 time: 0.01
35.93/9.03	c asymm  cl-useful: 80/3969/3969 lits-rem:174 time: 0.26
35.93/9.03	c calculated reachability. Time: 0.00
35.93/9.03	c  N dy   496    158502       931      3969     18586     15677     27174    177424     10.76   no data  --
36.33/9.15	c Finding binary XORs  T:     0.00 s  found:       0
38.73/9.73	c  N dy   562    168713       931      3969     18610     11676     27174    120189     10.94     15.42  --
41.12/10.36	c  N dy   614    179507       931      3969     18622     19918     27174    240741     10.98     15.05  --
44.34/11.14	c  N dy   663    191027       931      3969     18631     16135     27174    168861     10.95     14.66  --
47.51/11.97	c  N dy   739    203233       931      3969     18673     24622     27174    283366     11.09     15.17  --
51.11/12.81	c  N dy   812    217205       931      3969     18676     22164     27174    252848     11.11     11.75  --
53.91/13.53	c Finding binary XORs  T:     0.00 s  found:       0
54.71/13.77	c  N dy   879    231149       931      3969     19058     18680     27174    191812     11.12     12.98  --
56.71/14.24	c  S st   921    237754       931      3969     19063     23829     27174    278538     11.15   no data  --
56.71/14.28	c  S st   921    238256       931      3969     19077     24307     27174    285392     11.15   no data  --
56.71/14.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.71/14.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.71/14.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     85 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
57.12/14.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
57.12/14.31	c subs with bin:      105  lits-rem:        12  v-fix:    0  time:  0.03 s
57.12/14.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    931 time:  0.01 s
57.12/14.31	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
60.30/15.14	c lits-rem:      1877  cl-subs:     3789  v-elim:      0  v-fix:    0  time:  3.28 s
60.30/15.14	c vivif2 --  cl tried     3962 cl shrink        0 lits rem          0 time: 0.00
60.30/15.14	c vivif2 --  cl tried    20420 cl shrink        0 lits rem          0 time: 0.01
60.70/15.22	c asymm  cl-useful: 82/3962/3962 lits-rem:195 time: 0.31
60.70/15.22	c calculated reachability. Time: 0.00
60.70/15.22	c  N dy   921    238256       931      3962     19163     20420     26874    231328     11.15   no data  --
65.50/16.42	c  N dy  1043    253500       931      3962     19182     16607     26874    165717     11.31     14.38  --
69.89/17.54	c  N dy  1147    269708       931      3962     19202     28701     26874    338280     11.37     14.75  --
71.08/17.83	c Finding binary XORs  T:     0.00 s  found:       0
75.10/18.82	c  N dy  1250    287775       931      3962     19209     26771     26874    299049     11.40     12.04  --
79.87/20.10	c  N dy  1315    306240       931      3962     19339     24505     26874    252744     11.34     14.09  --
80.27/20.10	c  F st  1316    306251       931      3962     19339     24513     26874    252880     11.34   no data  --
87.06/21.89	c  N dy  1416    331206       931      3962     19350     25419     26874    257694     11.33     11.97  --
92.67/23.21	c  N dy  1473    351224       931      3962     19361     22895     26874    221724     11.24     14.32  --
94.65/23.70	c  S st  1531    357384       931      3962     19364     27014     26874    282170     11.30   no data  --
94.65/23.74	c  S st  1531    357888       931      3962     19373     27508     26874    290729     11.30   no data  --
94.65/23.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.65/23.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.65/23.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     44 BRemL:      5 BRemN:      0 P:  0.6M T:  0.06
94.65/23.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
94.65/23.77	c subs with bin:       93  lits-rem:         3  v-fix:    0  time:  0.02 s
94.65/23.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    931 time:  0.01 s
94.65/23.78	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
98.64/24.75	c lits-rem:      2300  cl-subs:     5491  v-elim:      2  v-fix:    0  time:  3.88 s
98.64/24.75	c vivif2 --  cl tried     3959 cl shrink        0 lits rem          0 time: 0.00
98.64/24.75	c vivif2 --  cl tried    21930 cl shrink        0 lits rem          0 time: 0.01
99.04/24.83	c asymm  cl-useful: 48/3959/3959 lits-rem:63 time: 0.32
99.04/24.83	c calculated reachability. Time: 0.00
99.04/24.83	c  N dy  1531    357888       929      3958     19409     21930     26744    214729     11.30   no data  --
99.44/24.94	c Finding binary XORs  T:     0.00 s  found:       0
105.86/26.50	c  N dy  1666    377929       929      3958     19427     18841     26744    169176     11.37     14.96  --
113.03/28.35	c  N dy  1822    400521       929      3958     19434     34377     26744    379651     11.46     12.07  --
125.81/31.56	c  N dy  1924    441877       929      3958     19531     29708     26744    296486     11.34     11.95  --
125.81/31.56	c Finding binary XORs  T:     0.00 s  found:       0
133.00/33.30	c  N dy  1974    461883       929      3958     19879     22910     26744    197026     11.27     11.88  --
139.00/34.87	c  N dy  2038    482231       929      3958     19885     38202     26744    393099     11.22     11.87  --
145.78/36.50	c  N dy  2055    502344       929      3958     19894     32247     26743    310320     11.14     11.84  --
153.80/38.53	c  N dy  2147    523379       929      3958     19903     25110     26743    214556     11.13     11.77  --
158.19/39.61	c  S st  2187    536833       929      3958     19912     35210     26743    341673     11.11     10.67  --
158.19/39.66	c  S st  2187    537333       929      3958     19914     35700     26743    350026     11.11   no data  --
158.19/39.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
158.19/39.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
158.19/39.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     71 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
158.19/39.69	c bin-w-bin subsume rem            1 bins  time:  0.01 s
158.59/39.70	c subs with bin:      101  lits-rem:        14  v-fix:    0  time:  0.04 s
158.59/39.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    929 time:  0.01 s
158.59/39.71	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
163.76/41.06	c lits-rem:      4487  cl-subs:     7434  v-elim:      5  v-fix:    0  time:  5.40 s
163.76/41.06	c vivif2 --  cl tried     3832 cl shrink        0 lits rem          0 time: 0.00
163.76/41.06	c vivif2 --  cl tried    28296 cl shrink        0 lits rem          0 time: 0.02
164.16/41.17	c asymm  cl-useful: 72/3832/3832 lits-rem:99 time: 0.42
164.16/41.17	c calculated reachability. Time: 0.00
164.16/41.17	c  N dy  2187    537333       924      3832     19684     28296     24074    263893     11.11   no data  --
171.77/43.05	c  N dy  2250    558287       924      3832     19696     44065     24074    462043     11.07     11.72  --
181.33/45.48	c  N dy  2306    587674       924      3832     19700     42452     24074    395128     10.98     11.82  --
191.32/47.92	c  N dy  2324    612616       923      3832     19706     41109     24074    669344     10.85     11.43  --
203.31/50.94	c  N dy  2389    640449       923      3832     19714     35669     24074    318103     10.78     11.51  --
203.31/50.94	c Finding binary XORs  T:     0.00 s  found:       0
218.09/54.65	c  E dy  2398    685402       909      3831     19608     40536     23894    323672     10.54      3.15  --
218.49/54.74	c Following stats are for *FIRST FINISHED THREAD ONLY*
218.49/54.74	c num threads              : 4          
218.49/54.74	c restarts                 : 2398       
218.49/54.74	c dynamic restarts         : 2367       
218.49/54.74	c static restarts          : 31         
218.49/54.74	c full restarts            : 3          
218.49/54.74	c total simplify time      : 0.04       
218.49/54.74	c learnts DL2              : 0          
218.49/54.74	c learnts size 2           : 27437      
218.49/54.74	c learnts size 1           : 242         (8.47      % of vars)
218.49/54.74	c filedLit time            : 0.50        (0.23      % time)
218.49/54.74	c v-elim SatELite          : 1876        (65.69     % vars)
218.49/54.74	c SatELite time            : 18.09       (8.28      % time)
218.49/54.74	c v-elim xor               : 0           (0.00      % vars)
218.49/54.74	c xor elim time            : 0.04        (0.02      % time)
218.49/54.74	c num binary xor trees     : 0          
218.49/54.74	c binxor trees' crown      : 0           (nan       leafs/tree)
218.49/54.74	c bin xor find time        : 0.02       
218.49/54.74	c OTF clause improved      : 176785      (0.26      clauses/conflict)
218.49/54.74	c OTF impr. size diff      : 182465      (1.03       lits/clause)
218.49/54.74	c OTF cl watch-shrink      : 32525       (0.05      clauses/conflict)
218.49/54.74	c OTF cl watch-sh-lit      : 38222       (1.18       lits/clause)
218.49/54.74	c tried to recurMin cls    : 170355      (24.85      % of conflicts)
218.49/54.74	c updated cache            : 0           (0.00       lits/tried recurMin)
218.49/54.74	c unit cls received        : 2           (0.83      % of units)
218.49/54.74	c unit cls sent            : 8           (3.31      % of units)
218.49/54.74	c bin cls received         : 13800      
218.49/54.74	c bin cls sent             : 2159       
218.49/54.74	c clauses over max glue    : 0           (0.00      % of all clauses)
218.49/54.74	c conflicts                : 685402      (3136.74   / sec)
218.49/54.74	c decisions                : 762775      (2.05      % random)
218.49/54.74	c bogo-props               : 6941822884  (31769225.12 / sec)
218.49/54.74	c conflict literals        : 9660040     (17.59     % deleted)
218.49/54.74	c Memory used              : 302.39      MB
218.49/54.74	c single-thread CPU time   : 218.51      s
218.49/54.74	c all-threads sum CPU time : 218.51      s
218.49/54.74	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-3260661-1304129636/watcher-3260661-1304129636 -o /tmp/evaluation-result-3260661-1304129636/solver-3260661-1304129636 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3260661-1304129636.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.05 5.40 6.89 5/180 13745
/proc/meminfo: memFree=30953176/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=183276 CPUtime=0 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) D 13743 13745 11031 0 -1 4202496 618 0 0 0 0 0 0 0 25 0 4 0 505379189 187674624 543 33554432000 4194304 4650419 140737103680448 18446744073709551615 4263936 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 62204 544 337 112 0 57169 0
[pid=13745/tid=13746] ppid=13743 vsize=248816 CPUtime=0 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 74 0 0 0 0 0 0 0 25 0 4 0 505379189 254787584 573 33554432000 4194304 4650419 140737103680448 18446744073709551615 270338044613 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=248816 CPUtime=0 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 46 0 0 0 0 0 0 0 25 0 4 0 505379189 254787584 599 33554432000 4194304 4650419 140737103680448 18446744073709551615 270338383675 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=248816 CPUtime=0 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 62 0 0 0 0 0 0 0 25 0 4 0 505379189 254787584 627 33554432000 4194304 4650419 140737103680448 18446744073709551615 270338488814 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.107782 s]
/proc/loadavg: 4.05 5.40 6.89 5/180 13745
/proc/meminfo: memFree=30953176/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=285516 CPUtime=0.4 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 3604 0 0 0 40 0 0 0 18 0 4 0 505379189 292368384 3201 33554432000 4194304 4650419 140737103680448 18446744073709551615 4367335 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 71379 3201 390 112 0 66344 0
[pid=13745/tid=13746] ppid=13743 vsize=285516 CPUtime=0.1 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 933 0 0 0 10 0 0 0 25 0 4 0 505379189 292368384 3201 33554432000 4194304 4650419 140737103680448 18446744073709551615 4330646 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=285516 CPUtime=0.09 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 845 0 0 0 9 0 0 0 18 0 4 0 505379189 292368384 3201 33554432000 4194304 4650419 140737103680448 18446744073709551615 4328192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=285516 CPUtime=0.09 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 496 0 0 0 9 0 0 0 25 0 4 0 505379189 292368384 3201 33554432000 4194304 4650419 140737103680448 18446744073709551615 4315069 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 285516

[startup+0.200765 s]
/proc/loadavg: 4.05 5.40 6.89 5/180 13745
/proc/meminfo: memFree=30953176/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=286508 CPUtime=0.77 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 4375 0 0 0 77 0 0 0 18 0 4 0 505379189 293384192 3420 33554432000 4194304 4650419 140737103680448 18446744073709551615 4313463 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 71627 3420 392 112 0 66592 0
[pid=13745/tid=13746] ppid=13743 vsize=286508 CPUtime=0.19 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1140 0 0 0 19 0 0 0 25 0 4 0 505379189 293384192 3421 33554432000 4194304 4650419 140737103680448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=286508 CPUtime=0.19 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1032 0 0 0 19 0 0 0 18 0 4 0 505379189 293384192 3421 33554432000 4194304 4650419 140737103680448 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=286508 CPUtime=0.19 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 696 0 0 0 19 0 0 0 25 0 4 0 505379189 293384192 3421 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 286508

[startup+0.300744 s]
/proc/loadavg: 4.05 5.40 6.89 5/180 13745
/proc/meminfo: memFree=30953176/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=286676 CPUtime=1.17 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 4667 0 0 0 117 0 0 0 18 0 4 0 505379189 293556224 3712 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 71669 3712 392 112 0 66634 0
[pid=13745/tid=13746] ppid=13743 vsize=286676 CPUtime=0.29 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1200 0 0 0 29 0 0 0 25 0 4 0 505379189 293556224 3712 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=286676 CPUtime=0.29 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1139 0 0 0 29 0 0 0 18 0 4 0 505379189 293556224 3712 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=286676 CPUtime=0.29 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 767 0 0 0 29 0 0 0 25 0 4 0 505379189 293556224 3712 33554432000 4194304 4650419 140737103680448 18446744073709551615 4326397 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 286676

[startup+0.700668 s]
/proc/loadavg: 4.05 5.40 6.89 5/180 13745
/proc/meminfo: memFree=30953176/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=296300 CPUtime=2.78 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 6398 0 0 0 277 1 0 0 18 0 4 0 505379189 303411200 4494 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 74075 4494 392 112 0 69040 0
[pid=13745/tid=13746] ppid=13743 vsize=296300 CPUtime=0.69 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1708 0 0 0 69 0 0 0 25 0 4 0 505379189 303411200 4494 33554432000 4194304 4650419 140737103680448 18446744073709551615 4511549 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=296300 CPUtime=0.68 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1644 0 0 0 68 0 0 0 18 0 4 0 505379189 303411200 4494 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=296300 CPUtime=0.69 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1113 0 0 0 69 0 0 0 25 0 4 0 505379189 303411200 4494 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 296300

[startup+1.50051 s]
/proc/loadavg: 4.05 5.40 6.89 9/184 13749
/proc/meminfo: memFree=30891392/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=288620 CPUtime=5.96 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 9696 0 0 0 595 1 0 0 19 0 4 0 505379189 295546880 5840 33554432000 4194304 4650419 140737103680448 18446744073709551615 4441818 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 72155 5840 395 112 0 67120 0
[pid=13745/tid=13746] ppid=13743 vsize=288620 CPUtime=1.49 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 2201 0 0 0 149 0 0 0 25 0 4 0 505379189 295546880 5841 33554432000 4194304 4650419 140737103680448 18446744073709551615 4513982 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=288620 CPUtime=1.48 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 2303 0 0 0 148 0 0 0 19 0 4 0 505379189 295546880 5842 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=288620 CPUtime=1.48 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 1806 0 0 0 148 0 0 0 25 0 4 0 505379189 295546880 5842 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288620

[startup+3.10119 s]
/proc/loadavg: 4.05 5.40 6.89 9/184 13749
/proc/meminfo: memFree=30839836/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=287116 CPUtime=12.36 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 19734 0 0 0 1233 3 0 0 23 0 4 0 505379189 294006784 11866 33554432000 4194304 4650419 140737103680448 18446744073709551615 4367407 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 71779 11866 395 112 0 66744 0
[pid=13745/tid=13746] ppid=13743 vsize=287116 CPUtime=3.08 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 5320 0 0 0 308 0 0 0 25 0 4 0 505379189 294006784 11866 33554432000 4194304 4650419 140737103680448 18446744073709551615 4438235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=287116 CPUtime=3.08 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 4714 0 0 0 308 0 0 0 25 0 4 0 505379189 294006784 11866 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=287116 CPUtime=3.07 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 4566 0 0 0 306 1 0 0 25 0 4 0 505379189 294006784 11866 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 287116

[startup+6.30056 s]
/proc/loadavg: 4.37 5.45 6.89 9/184 13749
/proc/meminfo: memFree=30773124/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=287484 CPUtime=25.15 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 25766 0 0 0 2510 5 0 0 25 0 4 0 505379189 294383616 16195 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364307 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 71871 16195 395 112 0 66836 0
[pid=13745/tid=13746] ppid=13743 vsize=287484 CPUtime=6.29 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 6853 0 0 0 628 1 0 0 25 0 4 0 505379189 294383616 16195 33554432000 4194304 4650419 140737103680448 18446744073709551615 4370626 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=287484 CPUtime=6.29 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 6419 0 0 0 628 1 0 0 25 0 4 0 505379189 294383616 16195 33554432000 4194304 4650419 140737103680448 18446744073709551615 4513971 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=287484 CPUtime=6.25 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 5719 0 0 0 624 1 0 0 25 0 4 0 505379189 294383616 16195 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363754 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 287484

[startup+12.7003 s]
/proc/loadavg: 4.66 5.49 6.90 9/184 13750
/proc/meminfo: memFree=30730476/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=305600 CPUtime=50.71 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 34148 0 0 0 5064 7 0 0 25 0 4 0 505379189 312934400 19024 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 76400 19024 395 112 0 71365 0
[pid=13745/tid=13746] ppid=13743 vsize=305600 CPUtime=12.68 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 8767 0 0 0 1267 1 0 0 25 0 4 0 505379189 312934400 19024 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=305600 CPUtime=12.69 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 7628 0 0 0 1268 1 0 0 25 0 4 0 505379189 312934400 19024 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=305600 CPUtime=12.62 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 8654 0 0 0 1260 2 0 0 25 0 4 0 505379189 312934400 19024 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 305600

[startup+25.5007 s]
/proc/loadavg: 5.48 5.63 6.92 9/184 13750
/proc/meminfo: memFree=30657708/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=306400 CPUtime=101.84 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 45401 0 0 0 10175 9 0 0 25 0 4 0 505379189 313753600 23239 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 76600 23239 406 112 0 71565 0
[pid=13745/tid=13746] ppid=13743 vsize=306400 CPUtime=25.49 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 11708 0 0 0 2547 2 0 0 25 0 4 0 505379189 313753600 23239 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=306400 CPUtime=25.48 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 8149 0 0 0 2547 1 0 0 25 0 4 0 505379189 313753600 23239 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=306400 CPUtime=25.35 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 13566 0 0 0 2533 2 0 0 25 0 4 0 505379189 313753600 23239 33554432000 4194304 4650419 140737103680448 18446744073709551615 4339794 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 306400

[startup+51.1007 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30510604/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=204.1 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 63616 0 0 0 20395 15 0 0 25 0 4 0 505379189 317071360 28068 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 28068 400 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=51.08 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16016 0 0 0 5105 3 0 0 25 0 4 0 505379189 317071360 28068 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=51.08 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10810 0 0 0 5106 2 0 0 25 0 4 0 505379189 317071360 28068 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=50.81 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 20310 0 0 0 5077 4 0 0 25 0 4 0 505379189 317071360 28068 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 309640

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

[startup+51.2006 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30510604/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=204.5 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 63669 0 0 0 20435 15 0 0 25 0 4 0 505379189 317071360 28121 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 28121 400 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=51.18 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16027 0 0 0 5115 3 0 0 25 0 4 0 505379189 317071360 28121 33554432000 4194304 4650419 140737103680448 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=51.18 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10824 0 0 0 5116 2 0 0 25 0 4 0 505379189 317071360 28121 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=50.91 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 20323 0 0 0 5087 4 0 0 25 0 4 0 505379189 317071360 28121 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.5
Current children cumulated vsize (KiB) 309640

[startup+52.8003 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30479852/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=210.91 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 65800 0 0 0 21076 15 0 0 25 0 4 0 505379189 317071360 30211 33554432000 4194304 4650419 140737103680448 18446744073709551615 4313354 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 30211 401 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=52.79 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16195 0 0 0 5276 3 0 0 25 0 4 0 505379189 317071360 30211 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=52.78 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10829 0 0 0 5276 2 0 0 25 0 4 0 505379189 317071360 30211 33554432000 4194304 4650419 140737103680448 18446744073709551615 4363680 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=52.51 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 22133 0 0 0 5247 4 0 0 25 0 4 0 505379189 317071360 30211 33554432000 4194304 4650419 140737103680448 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 210.91
Current children cumulated vsize (KiB) 309640

[startup+53.6012 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30479852/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=214.1 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 66157 0 0 0 21394 16 0 0 25 0 4 0 505379189 317071360 29108 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 29108 401 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=53.58 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16550 0 0 0 5355 3 0 0 25 0 4 0 505379189 317071360 29108 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=53.58 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10829 0 0 0 5356 2 0 0 25 0 4 0 505379189 317071360 29108 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=53.3 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 22135 0 0 0 5326 4 0 0 25 0 4 0 505379189 317071360 29108 33554432000 4194304 4650419 140737103680448 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.1
Current children cumulated vsize (KiB) 309640

[startup+54.401 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30476380/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=217.29 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 66591 0 0 0 21713 16 0 0 25 0 4 0 505379189 317071360 29541 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 29541 401 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=54.38 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16632 0 0 0 5435 3 0 0 25 0 4 0 505379189 317071360 29541 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=54.38 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10829 0 0 0 5436 2 0 0 25 0 4 0 505379189 317071360 29541 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=54.09 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 22487 0 0 0 5405 4 0 0 25 0 4 0 505379189 317071360 29541 33554432000 4194304 4650419 140737103680448 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 217.29
Current children cumulated vsize (KiB) 309640

[startup+54.601 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30476380/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=218.09 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 66641 0 0 0 21793 16 0 0 25 0 4 0 505379189 317071360 29591 33554432000 4194304 4650419 140737103680448 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 29591 401 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=54.58 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16650 0 0 0 5455 3 0 0 25 0 4 0 505379189 317071360 29591 33554432000 4194304 4650419 140737103680448 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=54.58 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10829 0 0 0 5456 2 0 0 25 0 4 0 505379189 317071360 29591 33554432000 4194304 4650419 140737103680448 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=54.29 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 22519 0 0 0 5425 4 0 0 25 0 4 0 505379189 317071360 29591 33554432000 4194304 4650419 140737103680448 18446744073709551615 4443768 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 218.09
Current children cumulated vsize (KiB) 309640

[startup+54.701 s]
/proc/loadavg: 6.34 5.82 6.95 9/184 13751
/proc/meminfo: memFree=30476380/32951124 swapFree=67111356/67111528
[pid=13745] ppid=13743 vsize=309640 CPUtime=218.49 cores=1,3,5,7
/proc/13745/stat : 13745 (strangenight1-m) R 13743 13745 11031 0 -1 4202496 66823 0 0 0 21833 16 0 0 25 0 4 0 505379189 317071360 29228 33554432000 4194304 4650419 140737103680448 18446744073709551615 47412934997700 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13745/statm: 77410 29228 401 112 0 72375 0
[pid=13745/tid=13746] ppid=13743 vsize=309640 CPUtime=54.68 cores=1,3,5,7
/proc/13745/task/13746/stat : 13746 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 16655 0 0 0 5465 3 0 0 25 0 4 0 505379189 317071360 29228 33554432000 4194304 4650419 140737103680448 18446744073709551615 47412935022103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13745/tid=13747] ppid=13743 vsize=309640 CPUtime=54.68 cores=1,3,5,7
/proc/13745/task/13747/stat : 13747 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 10829 0 0 0 5466 2 0 0 25 0 4 0 505379189 317071360 29228 33554432000 4194304 4650419 140737103680448 18446744073709551615 47412935022105 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13745/tid=13748] ppid=13743 vsize=309640 CPUtime=54.39 cores=1,3,5,7
/proc/13745/task/13748/stat : 13748 (strangenight1-m) R 13743 13745 11031 0 -1 4202560 22696 0 0 0 5435 4 0 0 25 0 4 0 505379189 317071360 29228 33554432000 4194304 4650419 140737103680448 18446744073709551615 4370570 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 218.49
Current children cumulated vsize (KiB) 309640

Child status: 20
Real time (s): 54.7496
CPU time (s): 218.678
CPU user time (s): 218.511
CPU system time (s): 0.166974
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 323456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.511
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66826
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= 418
involuntary context switches= 942

runsolver used 0.098984 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 04:13:56
IDJOB=3260661
IDBENCH=83192
IDSOLVER=1588
FILE ID=node143/3260661-1304129636
RUNJOBID= node143-1304129634-13693
PBS_JOBID= 13170767
Free space on /tmp= 73488 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_28_u.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260661-1304129636/watcher-3260661-1304129636 -o /tmp/evaluation-result-3260661-1304129636/solver-3260661-1304129636 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3260661-1304129636.cnf

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

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=2030116138

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30953456 kB
Buffers:        255216 kB
Cached:        1176172 kB
SwapCached:        168 kB
Active:         547996 kB
Inactive:      1164632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30953456 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           15272 kB
Writeback:          32 kB
AnonPages:      281432 kB
Mapped:          15716 kB
Slab:           221468 kB
PageTables:       5384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   485684 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= 73480 MiB
End job on node143 at 2011-04-30 04:14:51