Trace number 3367470

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
MD5SUMeb4eadfedd2c4dc9b0ed7231ad324f1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark273.432
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.11	c Outputting solution to console
0.00/0.11	c This is CryptoMiniSat 3.0.0
0.00/0.11	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.11	c Reading file 'HOME/instance-3367470-1305383264.cnf'
0.00/0.11	c -- header says num vars:          40000
0.00/0.11	c -- header says num clauses:      168000
0.09/0.21	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.21	c -- vars added      40000
0.09/0.21	c Parsing time:  0.10 s
0.09/0.21	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.19/0.25	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.13
0.28/0.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.28/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.38/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.38/0.42	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.58/0.65	c lits-rem:         0  cl-subs:        0  v-elim:   1040  v-fix:    0  time:  0.23 s
0.58/0.65	c Finding binary XORs  T:     0.01 s  found:       0
0.68/0.70	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.68/0.70	c calculated reachability. Time: 0.00
0.68/0.72	c Calc default polars -  time:   0.01 s pos:   17967 undec:    4373 neg:   17660
0.68/0.72	c =========================================================================================
0.68/0.72	c types(t): F = full restart, N = normal restart
0.68/0.72	c types(t): S = simplification begin/end, E = solution found
0.68/0.72	c restart types(rt): st = static, dy = dynamic
0.68/0.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.68/0.72	c  B st     0         0     38960    166818         0         0    506887         0   no data   no data
2.36/2.42	c  N dy    20      4030     38960    166818         0      4030    506887   1168512    174.53    183.91
4.04/4.16	c  N dy    51      8076     38960    166818         0      8076    506887   2278939    180.26    194.91
5.82/5.98	c  N dy    78     12100     38960    166818         0     12100    506887   3384395    181.74    212.88
7.92/8.02	c  N dy   105     16153     38960    166818         0     16153    506887   4479870    180.83    203.63
9.93/10.03	c  N dy   130     20156     38960    166818         0     10159    506887    737475    180.26    191.99
11.82/11.99	c  N dy   155     24177     38960    166818         0     14180    506887   1805846    179.51    190.90
12.32/12.40	c  F st   162     25001     38960    166818         0     15004    506887   2030390    179.73   no data
13.92/14.07	c  N st   167     28296     38960    166818         0     18299    506887   3093035    179.73   no data
14.93/15.02	c  S st   168     30001     38960    166818         0     20004    506887   3920741    179.73   no data
15.13/15.26	c  S st   168     30503     38960    166818         0     20506    506887   4024466    179.73   no data
15.13/15.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.23/15.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
15.33/15.44	c blocked clauses removed:      884 vars:    143 tried:       38960 T: 0.02 s
15.33/15.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
15.33/15.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.33/15.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38817 time:  0.01 s
15.33/15.49	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
15.52/15.69	c lits-rem:         0  cl-subs:        0  v-elim:     27  v-fix:    0  time:  0.20 s
15.93/16.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.82/16.92	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.87 s
17.02/17.11	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.19
17.02/17.12	c calculated reachability. Time: 0.00
17.02/17.12	c  N dy   168     30503     38790    165909         0     20030    504356   3648605    179.73   no data
19.02/19.18	c  N dy   195     34544     38790    165909         0     24071    504356   4698925    179.24    201.30
21.12/21.24	c  N dy   220     38614     38790    165909         0     28141    504356   5777592    178.56    258.43
23.13/23.22	c  N dy   244     42624     38790    165909         0     16891    504356   1241989    178.07    188.69
24.62/24.77	c  S st   265     45754     38790    165909         0     20021    504356   2110081    178.17   no data
24.92/25.02	c  S st   265     46258     38790    165909         0     20525    504356   2203085    178.17   no data
24.92/25.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25.02/25.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
25.02/25.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.12/25.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.12/25.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.12/25.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
25.12/25.24	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
25.22/25.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
25.42/25.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.72/25.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.30 s
25.72/25.88	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
25.82/25.92	c vivif2 --  cl tried    20525 cl shrink        0 lits rem          0 time: 0.04
26.02/26.12	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.19
26.02/26.13	c calculated reachability. Time: 0.00
26.02/26.13	c  N dy   265     46258     38790    165909         0     20525    504356   2203085    178.17   no data
28.12/28.27	c  N dy   294     50375     38790    165909         0     24642    504356   3304638    178.30    189.23
30.32/30.44	c  N dy   320     54384     38790    165909         0     28651    504356   4348880    177.90    188.89
32.42/32.56	c  N dy   349     58410     38790    165909         0     32677    504356   5466935    178.31    188.13
34.52/34.66	c  N dy   374     62484     38790    165909         0     36750    504356   6555742    178.20    221.33
36.63/36.80	c  N dy   405     66683     38790    165909         0     22315    504356   1812768    178.44    202.25
38.03/38.19	c  S st   423     69387     38790    165909         0     25019    504356   2540650    178.44   no data
38.33/38.43	c  S st   423     69892     38790    165909         0     25524    504356   2638566    178.44   no data
38.33/38.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.43/38.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
38.43/38.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.54/38.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.54/38.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
38.54/38.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
38.54/38.66	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
38.73/38.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
38.82/38.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
39.32/39.41	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.42 s
39.32/39.44	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
39.32/39.48	c vivif2 --  cl tried    25522 cl shrink        0 lits rem          0 time: 0.05
39.53/39.68	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.20
39.53/39.70	c calculated reachability. Time: 0.00
39.53/39.70	c  N dy   423     69892     38790    165909         0     25522    504356   2638067    178.44   no data
41.92/42.04	c  N dy   459     74467     38790    165909         0     30096    504356   3936083    179.21    208.52
44.52/44.65	c  N dy   492     79315     38790    165909         0     34944    504356   5258616    179.25    273.20
47.53/47.62	c  N dy   527     84480     38790    165909         0     40109    504356   6637751    179.36    195.48
49.02/49.17	c  F st   547     87501     38790    165909         0     22314    504356   1134114    179.16   no data
50.82/50.92	c  N st   552     90801     38790    165909         0     25614    504356   2265389    179.16   no data
53.93/54.02	c  N dy   582     96658     38790    165909         0     31471    504356   4143833    179.49    210.56
57.24/57.31	c  N dy   628    102874     38790    165909         0     37687    504356   5880235    179.89    191.36
58.23/58.37	c  S st   641    104839     38790    165909         0     39651    504356   6430488    179.88    151.83
58.53/58.64	c  S st   641    105342     38790    165909         0     40154    504356   6529029    179.88   no data
58.53/58.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
58.62/58.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
58.72/58.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.72/58.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
58.72/58.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
58.72/58.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
58.72/58.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
58.93/59.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
59.33/59.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
61.22/61.33	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.80 s
61.22/61.35	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
61.32/61.46	c vivif2 --  cl tried    40151 cl shrink        0 lits rem          0 time: 0.11
61.53/61.69	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.23
61.53/61.70	c calculated reachability. Time: 0.00
61.53/61.70	c  N dy   641    105342     38790    165909         0     40151    504356   6526506    179.88   no data
65.22/65.35	c  N dy   688    112071     38790    165909         0     24474    504356   1237831    179.56    191.94
69.02/69.12	c  N dy   738    119349     38790    165909         0     31751    504356   3201392    179.58    189.24
73.43/73.55	c  N dy   788    127140     38790    165909         0     39542    504356   5329584    179.64    205.91
78.03/78.11	c  N dy   847    135307     38790    165909         0     24004    504356    756490    180.00    259.32
82.72/82.89	c  N dy   902    144641     38790    165909         0     33338    504356   3283422    179.93    194.25
87.73/87.85	c  N dy   966    153907     38790    165909         0     42602    504356   5797706    179.94    197.72
90.03/90.11	c  S st   993    158015     38790    165909         0     46710    504356   6898154    179.84    185.23
90.33/90.40	c  S st   993    158516     38790    165909         0     47211    504356   6999270    179.84   no data
90.33/90.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
90.43/90.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
90.53/90.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.53/90.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
90.53/90.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
90.53/90.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
90.53/90.65	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
90.73/90.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
91.12/91.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
93.53/93.61	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.31 s
93.53/93.63	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
93.62/93.75	c vivif2 --  cl tried    47207 cl shrink        0 lits rem          0 time: 0.12
93.82/93.98	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.23
93.92/94.00	c calculated reachability. Time: 0.00
93.92/94.00	c  N dy   993    158516     38790    165909         0     47207    504356   6997992    179.84   no data
99.32/99.46	c  N dy  1062    168703     38790    165909         0     32545    504356   2715055    179.88    269.90
105.23/105.32	c  N dy  1133    179641     38790    165909         0     43483    504356   5716781    179.95    192.31
111.83/111.91	c  N dy  1208    191174     38790    165909         0     29097    504356   1468305    180.00    241.71
118.32/118.40	c  N dy  1293    203409     38790    165909         0     41332    504356   4788686    180.01    197.01
125.53/125.61	c  N dy  1379    216394     38790    165909         0     27349    504356    674131    179.97    198.65
132.82/132.92	c  N dy  1468    230214     38790    165909         0     41168    504356   4397614    179.79    190.82
136.92/137.05	c  S st  1517    237774     38790    165909         0     48727    504356   6441924    179.72   no data
137.22/137.36	c  S st  1517    238281     38790    165909         0     49234    504356   6539521    179.72   no data
137.22/137.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
137.43/137.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.13
137.43/137.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.43/137.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
137.43/137.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
137.43/137.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
137.54/137.62	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
137.72/137.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
138.02/138.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
140.42/140.58	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.37 s
140.52/140.60	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
140.62/140.72	c vivif2 --  cl tried    49233 cl shrink        0 lits rem          0 time: 0.12
140.83/140.96	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.24
140.83/140.97	c calculated reachability. Time: 0.00
140.83/140.97	c  N dy  1517    238281     38790    165909         0     49233    504356   6539297    179.72   no data
149.33/149.41	c  N dy  1622    253624     38790    165909         0     36596    504356   2922133    179.69    192.03
158.33/158.46	c  N dy  1737    269918     38790    165909         0     52888    504356   7407180    179.86    190.45
168.03/168.15	c  N dy  1852    287205     38790    165909         0     41185    504356   3916761    179.86    190.35
178.42/178.55	c  N dy  1979    305561     38790    165909         0     59541    504356   8918754    179.93    214.86
178.82/178.99	c  F st  1985    306250     38790    165909         0     30245    504356    592165    179.93   no data
189.13/189.30	c  N dy  2083    325087     38790    165909         0     49081    504356   6218090    179.90    189.95
200.32/200.47	c  N dy  2222    345121     38790    165909         0     38116    504356   2473499    180.00    190.22
207.13/207.25	c  S st  2306    357421     38790    165909         0     50416    504356   5840537    180.00   no data
207.43/207.53	c  S st  2306    357923     38790    165909         0     50918    504356   5933312    180.00   no data
207.43/207.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
207.53/207.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.13
207.63/207.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
207.63/207.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
207.63/207.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
207.63/207.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
207.63/207.79	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
207.83/207.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
208.23/208.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
210.53/210.63	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.29 s
210.53/210.65	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
210.63/210.76	c vivif2 --  cl tried    50916 cl shrink        0 lits rem          0 time: 0.11
210.93/211.01	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.25
210.93/211.02	c calculated reachability. Time: 0.00
210.93/211.02	c  N dy  2306    357923     38790    165909         0     50916    504356   5932568    180.00   no data
222.24/222.34	c  N dy  2441    377960     38790    165909         0     38954    504356   2508036    180.07    202.36
233.63/233.79	c  N dy  2579    398320     38790    165909         0     59312    504356   8066716    180.10    195.34
245.13/245.21	c  N dy  2708    418469     38790    165909         0     46460    504356   4241823    180.06    192.60
256.83/256.91	c  N dy  2854    438575     38790    165909         0     66560    504356   9747097    180.12    206.38
268.03/268.18	c  N dy  2996    458591     38790    165909         0     52578    504356   5667259    180.30    192.32
279.63/279.78	c  N dy  3128    478613     38790    165909         0     37603    504356   1243581    180.34    207.98
290.93/291.03	c  N dy  3263    498712     38790    165909         0     57702    504356   6726389    180.34    192.77
302.73/302.85	c  N dy  3397    518899     38790    165909         0     41890    504356   2125045    180.37    197.37
312.83/312.92	c  S st  3517    536885     38790    165909         0     59876    504356   6984699    180.34    182.70
313.13/313.24	c  S st  3517    537393     38790    165909         0     60384    504356   7092581    180.34   no data
313.13/313.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
313.33/313.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
313.33/313.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.33/313.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
313.33/313.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
313.33/313.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
313.44/313.51	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
313.63/313.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
314.03/314.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
317.23/317.37	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.23 s
317.23/317.39	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
317.43/317.51	c vivif2 --  cl tried    60378 cl shrink        0 lits rem          0 time: 0.12
317.63/317.77	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.26
317.63/317.78	c calculated reachability. Time: 0.00
317.63/317.78	c  N dy  3517    537393     38790    165909         0     60378    504356   7090304    180.34   no data
329.34/329.48	c  N dy  3647    557396     38790    165909         0     43380    504356   2186559    180.28    205.77
340.83/340.96	c  N dy  3787    577546     38790    165909         0     63528    504356   7714927    180.37    193.77
352.73/352.87	c  N dy  3923    597763     38790    165909         0     45751    504356   2609410    180.40    192.88
364.43/364.54	c  N dy  4060    617989     38790    165909         0     65974    504356   8110014    180.39    197.11
376.43/376.51	c  N dy  4190    638033     38790    165909         0     47017    504356   2787344    180.43    197.31
388.24/388.34	c  N dy  4334    658140     38790    165909         0     67124    504356   8348747    180.54    194.97
400.23/400.30	c  N dy  4478    678289     38790    165909         0     47275    504356   2541023    180.58    191.41
411.94/412.02	c  N dy  4613    698413     38790    165909         0     67398    504356   8032454    180.54    191.27
423.83/423.96	c  N dy  4743    718461     38790    165909         0     46445    504356   2002153    180.48    193.25
435.44/435.57	c  N dy  4887    738482     38790    165909         0     66464    504356   7528108    180.55    198.93
447.93/448.00	c  N dy  5027    758660     38790    165909         0     44642    504356   1256026    180.58    192.20
459.54/459.61	c  N dy  5167    778714     38790    165909         0     64695    504356   6725804    180.62    191.98
471.95/472.02	c  N dy  5305    798802     38790    165909         0     84783    504356  12220641    180.62    191.78
476.13/476.26	c  S st  5354    806090     38790    165909         0     49070    504356   2190560    180.64   no data
476.43/476.55	c  S st  5354    806591     38790    165909         0     49571    504356   2276294    180.64   no data
476.43/476.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
476.63/476.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
476.63/476.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
476.63/476.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
476.63/476.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
476.63/476.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
476.73/476.81	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
476.83/476.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
477.03/477.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
477.73/477.87	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.75 s
477.73/477.90	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
477.83/477.94	c vivif2 --  cl tried    49571 cl shrink        0 lits rem          0 time: 0.04
478.03/478.18	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.24
478.03/478.19	c calculated reachability. Time: 0.00
478.13/478.20	c  N dy  5354    806591     38790    165909         0     49571    504356   2276292    180.64   no data
489.94/490.01	c  N dy  5492    826730     38790    165909         0     69709    504356   7765445    180.66    194.97
502.44/502.57	c  N dy  5626    846816     38790    165909         0     45800    504356    999854    180.68    190.89
513.94/514.09	c  N dy  5753    866908     38790    165909         0     65892    504356   6481558    180.68    191.94
526.54/526.62	c  N dy  5895    886960     38790    165909         0     85944    504356  12042519    180.71    192.31
538.44/538.51	c  N dy  6030    907087     38790    165909         0     61076    504356   4966932    180.74    198.26
550.64/550.75	c  N dy  6155    927187     38790    165909         0     81174    504356  10485473    180.66    197.18
562.84/562.98	c  N dy  6286    947271     38790    165909         0     55256    504356   3047167    180.67    196.14
574.84/574.99	c  N dy  6428    967364     38790    165909         0     75347    504356   8532776    180.67    193.86
587.64/587.75	c  N dy  6564    987416     38790    165909         0     48412    504356    945550    180.70    192.48
599.24/599.38	c  N dy  6697   1007513     38790    165909         0     68508    504356   6518790    180.69    193.66
612.04/612.10	c  N dy  6834   1027695     38790    165909         0     88687    504356  12046507    180.72    191.15
624.04/624.14	c  N dy  6971   1047767     38790    165909         0     60765    504356   4059975    180.71    190.93
636.45/636.57	c  N dy  7116   1067784     38790    165909         0     80782    504356   9600025    180.77    232.37
639.05/639.14	c  F st  7149   1071875     38790    165909         0     84872    504356  10724350    180.78   no data
649.14/649.29	c  N dy  7230   1087870     38790    165909         0     51867    504356   1316255    180.78    190.72
661.34/661.49	c  N dy  7377   1108109     38790    165909         0     72105    504356   6961104    180.85    192.42
674.15/674.21	c  N dy  7511   1128234     38790    165909         0     92229    504356  12529825    180.88    192.05
686.64/686.71	c  N dy  7651   1148292     38790    165909         0     62284    504356   3953020    180.93    237.57
698.85/698.92	c  N dy  7779   1168420     38790    165909         0     82411    504356   9420876    180.87    193.61
711.94/712.09	c  N dy  7913   1188658     38790    165909         0     51650    504356    711244    180.85    200.17
723.75/723.91	c  N dy  8047   1208783     38790    165909         0     71774    504356   6212550    180.86    190.63
724.44/724.58	c  S st  8055   1209886     38790    165909         0     72877    504356   6501898    180.85    174.65
724.85/724.93	c  S st  8055   1210395     38790    165909         0     73386    504356   6602189    180.85   no data
724.85/724.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
725.04/725.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.15
725.04/725.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
725.04/725.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
725.04/725.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
725.04/725.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
725.14/725.21	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
725.34/725.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
725.64/725.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
729.14/729.25	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.43 s
729.14/729.28	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.03
729.36/729.42	c vivif2 --  cl tried    73382 cl shrink        0 lits rem          0 time: 0.14
729.64/729.74	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.32
729.64/729.75	c calculated reachability. Time: 0.00
729.64/729.75	c  N dy  8055   1210395     38790    165909         0     73382    504356   6600512    180.85   no data
742.85/742.92	c  N dy  8190   1230405     38790    165909         0     93389    504356  12014107    180.83    194.23
755.55/755.67	c  N dy  8331   1250656     38790    165909         0     61637    504356   3188840    180.85    191.29
767.95/768.08	c  N dy  8467   1270743     38790    165909         0     81722    504356   8794376    180.88    232.66
780.95/781.10	c  N dy  8601   1290951     38790    165909         0    101929    504356  14235661    180.87    192.27
793.35/793.49	c  N dy  8737   1310957     38790    165909         0     68937    504356   4861686    180.84    196.89
805.74/805.86	c  N dy  8866   1331006     38790    165909         0     88984    504356  10382744    180.85    195.39
819.15/819.21	c  N dy  9001   1351076     38790    165909         0     55060    504356    843930    180.86    191.33
831.15/831.26	c  N dy  9137   1371220     38790    165909         0     75203    504356   6466553    180.89    196.76
843.95/844.08	c  N dy  9264   1391296     38790    165909         0     95278    504356  11961148    180.85    211.24
856.96/857.08	c  N dy  9394   1411497     38790    165909         0     60483    504356   2083513    180.85    193.84
869.35/869.45	c  N dy  9534   1431675     38790    165909         0     80659    504356   7669899    180.88    194.74
882.45/882.57	c  N dy  9674   1451775     38790    165909         0    100758    504356  13177120    180.90    194.70
895.47/895.53	c  N dy  9818   1471847     38790    165909         0     64829    504356   2955863    180.93    192.40
908.05/908.15	c  N dy  9958   1492027     38790    165909         0     85009    504356   8439153    180.93    192.26
921.35/921.48	c  N dy 10105   1512307     38790    165909         0    105287    504356  14048596    180.96    191.10
934.86/934.91	c  N dy 10237   1532419     38790    165909         0     68403    504356   3666512    180.94    192.25
947.36/947.47	c  N dy 10373   1552473     38790    165909         0     88456    504356   9177398    180.95    208.05
960.56/960.66	c  N dy 10509   1572506     38790    165909         0    108489    504356  14655849    180.94    193.79
973.46/973.53	c  N dy 10645   1592647     38790    165909         0     70629    504356   4047372    180.95    193.21
986.06/986.11	c  N dy 10778   1612729     38790    165909         0     90710    504356   9580337    180.95    196.87
999.66/999.70	c  N dy 10917   1632851     38790    165909         0    110832    504356  15108811    180.95    195.38
1012.45/1012.57	c  N dy 11060   1653084     38790    165909         0     72061    504356   4167003    180.98    194.36
1025.45/1025.53	c  N dy 11196   1673356     38790    165909         0     92331    504356   9784204    180.99    192.36
1038.95/1039.08	c  N dy 11330   1693467     38790    165909         0    112440    504356  15453732    181.02    201.71
1049.96/1050.00	c  S st 11449   1710397     38790    165909         0     69373    504356   3158094    181.04   no data
1050.26/1050.33	c  S st 11449   1710903     38790    165909         0     69879    504356   3269312    181.04   no data
1050.26/1050.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1050.47/1050.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.14
1050.47/1050.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1050.47/1050.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1050.47/1050.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1050.47/1050.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38790 time:  0.01 s
1050.47/1050.61	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1050.66/1050.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
1050.86/1050.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1052.86/1052.94	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.94 s
1052.86/1052.96	c vivif2 --  cl tried   165909 cl shrink        0 lits rem          0 time: 0.02
1052.96/1053.02	c vivif2 --  cl tried    69879 cl shrink        0 lits rem          0 time: 0.06
1053.26/1053.30	c asymm  cl-useful: 0/165909/165909 lits-rem:0 time: 0.28
1053.26/1053.31	c calculated reachability. Time: 0.00
1053.26/1053.32	c  N dy 11449   1710903     38790    165909         0     69879    504356   3269310    181.04   no data
1066.05/1066.18	c  N dy 11593   1731111     38790    165909         0     90087    504356   8859334    181.07    191.58
1079.36/1079.46	c  N dy 11725   1751177     38790    165909         0    110152    504356  14307111    181.06    193.59
1092.95/1093.01	c  N dy 11868   1771284     38790    165909         0     69267    504356   2862070    181.10    191.46
1105.66/1105.72	c  N dy 12012   1791315     38790    165909         0     89298    504356   8538250    181.16    200.09
1119.16/1119.21	c  N dy 12148   1811578     38790    165909         0    109561    504356  14085082    181.15    194.38
1133.07/1133.14	c  N dy 12277   1831582     38790    165909         0     67574    504356   2083639    181.13    191.00
1146.66/1146.76	c  N dy 12427   1851681     38790    165909         0     87673    504356   7633987    181.15    191.69
1159.96/1160.05	c  N dy 12564   1871746     38790    165909         0    107736    504356  13291070    181.19    198.43
1174.16/1174.24	c  N dy 12708   1891819     38790    165909         0     64805    504356   1106502    181.23    201.87
1186.46/1186.55	c  N dy 12845   1911872     38790    165909         0     84857    504356   6615259    181.23    192.28
1199.56/1199.67	c  N dy 12979   1931958     38790    165909         0    104940    504356  12177162    181.24    194.55
1213.66/1213.79	c  N dy 13120   1952114     38790    165909         0    125096    504356  17806553    181.27    194.25
1226.36/1226.48	c  N dy 13260   1972185     38790    165909         0     81171    504356   5319789    181.28    197.06
1239.46/1239.56	c  N dy 13395   1992189     38790    165909         0    101175    504356  10924636    181.29    195.20
1253.36/1253.42	c  N dy 13531   2012270     38790    165909         0    121255    504356  16515093    181.29    192.54
1266.66/1266.75	c  N dy 13666   2032274     38790    165909         0     76259    504356   3688074    181.28    192.89
1279.77/1279.84	c  N dy 13806   2052367     38790    165909         0     96351    504356   9252525    181.29    199.22
1293.37/1293.40	c  N dy 13947   2072426     38790    165909         0    116410    504356  14864020    181.30    192.08

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.70 3.96 3.71 6/325 7610
/proc/meminfo: memFree=23126412/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=11796 CPUtime=0 cores=0,2
/proc/7610/stat : 7610 (runsolver) S 7608 7610 7011 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 728556886 12079104 49 33554432000 4194304 5432360 140737028742944 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 2 0 0 0
/proc/7610/statm: 2949 49 30 303 0 2643 0

[startup+0.113154 s]
/proc/loadavg: 3.70 3.96 3.71 6/325 7610
/proc/meminfo: memFree=23126412/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=51396 CPUtime=0.09 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 7306 0 0 0 9 0 0 0 22 0 1 0 728556886 52629504 6197 33554432000 4194304 4580011 140736728950800 18446744073709551615 4510845 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7610/statm: 12849 6197 324 95 0 7831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51396

[startup+0.213111 s]
/proc/loadavg: 3.70 3.96 3.71 6/325 7610
/proc/meminfo: memFree=23126412/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=51392 CPUtime=0.19 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 7466 0 0 0 19 0 0 0 23 0 1 0 728556886 52625408 6357 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7610/statm: 12848 6357 339 95 0 7830 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 51392

[startup+0.301051 s]
/proc/loadavg: 3.70 3.96 3.71 6/325 7610
/proc/meminfo: memFree=23126412/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=51864 CPUtime=0.28 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 7587 0 0 0 28 0 0 0 23 0 1 0 728556886 53108736 6478 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7610/statm: 12966 6478 340 95 0 7948 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51864

[startup+0.700989 s]
/proc/loadavg: 3.70 3.96 3.71 6/325 7610
/proc/meminfo: memFree=23126412/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=76180 CPUtime=0.68 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 15278 0 0 0 67 1 0 0 25 0 1 0 728556886 78008320 12040 33554432000 4194304 4580011 140736728950800 18446744073709551615 4361055 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7610/statm: 19045 12040 358 95 0 14027 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76180

[startup+1.50083 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23031548/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=76180 CPUtime=1.47 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 15876 0 0 0 146 1 0 0 25 0 1 0 728556886 78008320 12638 33554432000 4194304 4580011 140736728950800 18446744073709551615 4320844 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7610/statm: 19045 12638 364 95 0 14027 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 76180

[startup+3.10053 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23019644/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=108996 CPUtime=3.05 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 16854 0 0 0 303 2 0 0 25 0 1 0 728556886 111611904 13616 33554432000 4194304 4580011 140736728950800 18446744073709551615 4316713 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7610/statm: 27249 13616 364 95 0 22231 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 108996

[startup+6.30101 s]
/proc/loadavg: 3.72 3.96 3.71 5/327 7612
/proc/meminfo: memFree=22985672/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=108996 CPUtime=6.23 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 18799 0 0 0 620 3 0 0 25 0 1 0 728556886 111611904 15561 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 27249 15561 364 95 0 22231 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 108996

[startup+12.7008 s]
/proc/loadavg: 3.74 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22863844/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=84300 CPUtime=12.62 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 23926 0 0 0 1259 3 0 0 25 0 1 0 728556886 86323200 14193 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 21075 14193 365 95 0 16057 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 84300

[startup+25.5004 s]
/proc/loadavg: 3.80 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22725144/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=166604 CPUtime=25.42 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 52145 0 0 0 2535 7 0 0 25 0 1 0 728556886 170602496 34733 33554432000 4194304 4580011 140736728950800 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 41651 34735 367 95 0 36633 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 166604

[startup+51.1007 s]
/proc/loadavg: 3.87 3.96 3.72 5/327 7614
/proc/meminfo: memFree=22531240/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=187140 CPUtime=51.03 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 72989 0 0 0 5090 13 0 0 25 0 1 0 728556886 191631360 39959 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 46785 39959 367 95 0 41767 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 187140

[startup+102.301 s]
/proc/loadavg: 4.12 4.01 3.75 5/327 7615
/proc/meminfo: memFree=22357356/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=373576 CPUtime=102.23 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 118885 0 0 0 10203 20 0 0 25 0 1 0 728556886 382541824 72463 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 93394 72463 367 95 0 88376 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 373576

[startup+162.301 s]
/proc/loadavg: 4.10 4.02 3.77 5/327 7617
/proc/meminfo: memFree=22236756/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=328028 CPUtime=162.23 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 143639 0 0 0 16196 27 0 0 25 0 1 0 728556886 335900672 76157 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293093 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 82007 76157 367 95 0 76989 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 328028

[startup+222.312 s]
/proc/loadavg: 4.03 4.02 3.78 5/327 7618
/proc/meminfo: memFree=22221216/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=338636 CPUtime=222.24 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 164978 0 0 0 22192 32 0 0 25 0 1 0 728556886 346763264 78285 33554432000 4194304 4580011 140736728950800 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 84659 78285 367 95 0 79641 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 338636

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 3.79 5/327 7620
/proc/meminfo: memFree=22203552/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=338636 CPUtime=282.23 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 186982 0 0 0 28184 39 0 0 25 0 1 0 728556886 346763264 78807 33554432000 4194304 4580011 140736728950800 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 84659 78807 367 95 0 79641 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 338636

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/327 7621
/proc/meminfo: memFree=22176588/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=417404 CPUtime=342.23 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 211721 0 0 0 34178 45 0 0 25 0 1 0 728556886 427421696 88126 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 104351 88126 367 95 0 99333 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 417404

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/327 7623
/proc/meminfo: memFree=22154968/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=417660 CPUtime=402.23 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 232371 0 0 0 40173 50 0 0 25 0 1 0 728556886 427683840 83383 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 104415 83383 367 95 0 99397 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 417660

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/327 7625
/proc/meminfo: memFree=22116364/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=419216 CPUtime=462.24 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 255281 0 0 0 46166 58 0 0 25 0 1 0 728556886 429277184 88019 33554432000 4194304 4580011 140736728950800 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 104804 88019 367 95 0 99786 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 419216

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 3.83 5/327 7626
/proc/meminfo: memFree=22126592/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=433024 CPUtime=522.24 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 280245 0 0 0 52159 65 0 0 25 0 1 0 728556886 443416576 93638 33554432000 4194304 4580011 140736728950800 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 108256 93638 367 95 0 103238 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 433024

[startup+582.301 s]
/proc/loadavg: 4.16 4.04 3.85 5/327 7628
/proc/meminfo: memFree=22125568/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=433228 CPUtime=582.24 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 302420 0 0 0 58154 70 0 0 25 0 1 0 728556886 443625472 95213 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 108307 95213 367 95 0 103289 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 433228

[startup+642.301 s]
/proc/loadavg: 4.12 4.04 3.86 5/327 7629
/proc/meminfo: memFree=22135432/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=435212 CPUtime=642.24 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 325280 0 0 0 64147 77 0 0 25 0 1 0 728556886 445657088 96470 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 108803 96470 367 95 0 103785 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 435212

[startup+702.301 s]
/proc/loadavg: 4.15 4.06 3.88 5/327 7634
/proc/meminfo: memFree=22106220/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=436964 CPUtime=702.24 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 347286 0 0 0 70141 83 0 0 25 0 1 0 728556886 447451136 95144 33554432000 4194304 4580011 140736728950800 18446744073709551615 4320764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 109241 95144 367 95 0 104223 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 436964

[startup+762.3 s]
/proc/loadavg: 4.05 4.05 3.88 5/327 7636
/proc/meminfo: memFree=21983932/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=437228 CPUtime=762.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 366301 0 0 0 76137 89 0 0 25 0 1 0 728556886 447721472 90618 33554432000 4194304 4580011 140736728950800 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 109307 90618 367 95 0 104289 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 437228

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.89 5/327 7637
/proc/meminfo: memFree=22006464/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=372436 CPUtime=822.25 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 387734 0 0 0 82130 95 0 0 25 0 1 0 728556886 381374464 87378 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 93109 87378 367 95 0 88091 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 372436

[startup+882.312 s]
/proc/loadavg: 4.00 4.03 3.89 5/327 7639
/proc/meminfo: memFree=21931400/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=437620 CPUtime=882.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 410571 0 0 0 88125 101 0 0 25 0 1 0 728556886 448122880 97329 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 109405 97329 367 95 0 104387 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 437620

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.90 5/327 7640
/proc/meminfo: memFree=21763100/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=447492 CPUtime=942.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 433273 0 0 0 94118 108 0 0 25 0 1 0 728556886 458231808 93615 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 111873 93615 367 95 0 106855 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 447492

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/327 7642
/proc/meminfo: memFree=21773720/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=447540 CPUtime=1002.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 456004 0 0 0 100112 114 0 0 25 0 1 0 728556886 458280960 102743 33554432000 4194304 4580011 140736728950800 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 111885 102743 367 95 0 106867 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 447540

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/327 7644
/proc/meminfo: memFree=21762264/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=447832 CPUtime=1062.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 475439 0 0 0 106107 119 0 0 25 0 1 0 728556886 458579968 93894 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 111958 93894 367 95 0 106940 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 447832

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/327 7645
/proc/meminfo: memFree=21597656/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=448032 CPUtime=1122.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 497866 0 0 0 112102 124 0 0 25 0 1 0 728556886 458784768 101874 33554432000 4194304 4580011 140736728950800 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 112008 101874 367 95 0 106990 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 448032

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/327 7647
/proc/meminfo: memFree=21564868/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=448324 CPUtime=1182.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 517295 0 0 0 118095 131 0 0 25 0 1 0 728556886 459083776 91415 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 112081 91415 367 95 0 107063 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 448324

[startup+1242.3 s]
/proc/loadavg: 4.14 4.06 3.93 5/327 7648
/proc/meminfo: memFree=21503932/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=450764 CPUtime=1242.26 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 540508 0 0 0 124089 137 0 0 25 0 1 0 728556886 461582336 99208 33554432000 4194304 4580011 140736728950800 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 112691 99208 367 95 0 107673 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 450764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.93 4/325 7652
/proc/meminfo: memFree=22324788/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=450856 CPUtime=1299.97 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 561569 0 0 0 129855 142 0 0 25 0 1 0 728556886 461676544 104569 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 112714 104569 367 95 0 107696 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 450856

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.93 4/325 7652
/proc/meminfo: memFree=22324788/32951124 swapFree=59305796/67111528
[pid=7610] ppid=7608 vsize=450856 CPUtime=1299.97 cores=0,2
/proc/7610/stat : 7610 (strangenight2-s) R 7608 7610 7011 0 -1 4202496 561569 0 0 0 129855 142 0 0 25 0 1 0 728556886 461676544 104569 33554432000 4194304 4580011 140736728950800 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7610/statm: 112714 104569 367 95 0 107696 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 450856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300
CPU user time (s): 1298.56
CPU system time (s): 1.44678
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 450856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.56
system time used= 1.44678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561571
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= 6
involuntary context switches= 2977

runsolver used 4.08738 second user time and 8.95264 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 16:27:44
IDJOB=3367470
IDBENCH=82679
IDSOLVER=1845
FILE ID=node111/3367470-1305383264
RUNJOBID= node111-1305381961-7423
PBS_JOBID= 13324391
Free space on /tmp= 73656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367470-1305383264/watcher-3367470-1305383264 -o /tmp/evaluation-result-3367470-1305383264/solver-3367470-1305383264 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367470-1305383264.cnf

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

MD5SUM BENCH= eb4eadfedd2c4dc9b0ed7231ad324f1f
RANDOM SEED=710983127

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.67
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.849
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:      23126940 kB
Buffers:        246456 kB
Cached:        6313900 kB
SwapCached:      13720 kB
Active:         828260 kB
Inactive:      8781788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23126940 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           28380 kB
Writeback:           0 kB
AnonPages:     3044548 kB
Mapped:          12844 kB
Slab:           114272 kB
PageTables:      36888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53416256 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= 73660 MiB
End job on node111 at 2011-05-14 16:49:26