Trace number 3369251

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-mt (fixed)? (TO) 4800.15 1203.84

General information on the benchmark

Namecrafted/spence/
hard/s113-100.cnf
MD5SUM346cb413e25976ab9ce2952e1d53c865
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark250.158
Satisfiable
(Un)Satisfiability was proved
Number of variables113
Number of clauses236
Sum of the clauses size708
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3236
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.10	c Using 4 threads
0.00/0.10	c This is CryptoMiniSat 2.9.0
0.00/0.10	c compiled with gcc version 4.4.5
0.00/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.10	c Reading file 'HOME/instance-3369251-1305389009.cnf'
0.00/0.10	c -- header says num vars:            113
0.00/0.10	c -- header says num clauses:         236
0.00/0.15	c -- clauses added:            0 learnts,          236 normals,            0 xors
0.00/0.15	c -- vars added        113
0.00/0.15	c Parsing time:  0.02 s
0.00/0.15	c  N st     0         0       113       236         0         0       708         0   no data   no data  --
0.00/0.15	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
0.00/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.15	c calculated reachability. Time: 0.00
0.00/0.15	c Calc default polars -  time:   0.00 s pos:       4 undec:     105 neg:       4
0.00/0.15	c =========================================================================================
0.00/0.15	c types(t): F = full restart, N = normal restart
0.00/0.15	c types(t): S = simplification begin/end, E = solution found
0.00/0.15	c restart types(rt): st = static, dy = dynamic
0.00/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.15	c  B st     0         0       113       236         0         0       708         0   no data   no data  --
0.46/0.25	c  N dy    16      4007       113       236         0      3592       708     63962     11.13     11.76  --
0.46/0.25	c  N dy    31      8513       113       236         0      5474       708     85126     10.87     11.61  --
0.91/0.36	c  N dy    60     12639       113       236         0      5461       708     72572     11.30     11.93  --
1.31/0.47	c  N dy    85     16713       113       236         0      9283       708    139450     11.40     12.33  --
2.10/0.60	c  N dy   113     20777       113       236         0      7891       708    102912     11.62     12.44  --
2.50/0.72	c  N dy   126     24827       113       236         0     11673       708    172867     11.48     14.44  --
2.50/0.73	c  F st   128     25000       113       236         0     11839       708    175965     11.48   no data  --
3.31/0.90	c  N dy   134     30000       113       236         0     10108       708    143687     11.48   no data  --
3.31/0.90	c  S st   134     30000       113       236         0     10108       708    143687     11.48   no data  --
3.31/0.92	c  S st   134     30506       113       236         0     10602       708    153527     11.48   no data  --
3.31/0.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.31/0.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.31/0.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.31/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.31/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.31/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3.31/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.14/1.18	c lits-rem:       509  cl-subs:      240  v-elim:      0  v-fix:    0  time:  1.00 s
4.14/1.19	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
4.14/1.19	c calculated reachability. Time: 0.00
4.14/1.19	c  N dy   134     30506       113       236         0     10362       708    147155     11.48   no data  --
4.90/1.34	c  N dy   153     34677       113       236         0     14322       708    221194     11.54     12.22  --
5.29/1.49	c  N dy   184     38691       113       236         0     10741       708    136128     11.72     12.34  --
6.09/1.66	c  N dy   217     42783       113       236         0     14630       708    213229     11.91     17.41  --
6.89/1.80	c  S st   235     45760       113       236         0      8983       708     91132     11.93     11.41  --
6.89/1.82	c  S st   235     46268       113       236         0      9482       708    101028     11.93   no data  --
6.89/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.89/1.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.89/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
6.89/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.89/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.89/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
6.89/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.89/1.87	c lits-rem:       117  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.15 s
6.89/1.87	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
6.89/1.87	c vivif2 --  cl tried     9450 cl shrink        0 lits rem          0 time: 0.00
6.89/1.87	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
6.89/1.87	c calculated reachability. Time: 0.00
6.89/1.87	c  N dy   235     46268       113       236         0      9450       708    100385     11.93   no data  --
7.69/2.03	c  N dy   266     50363       113       236         0     13365       708    175657     12.04     13.07  --
8.53/2.29	c  N dy   269     56232       113       236         0     18938       708    291318     11.84     12.55  --
9.28/2.46	c  N dy   304     60285       113       236         0     13344       708    166056     11.95     13.62  --
10.08/2.63	c  N dy   325     64304       113       236         0     17140       708    236630     11.97     14.32  --
10.88/2.88	c  N dy   353     68541       113       236         0     10724       708    101864     12.04     12.95  --
11.27/2.92	c  S st   361     69402       113       236         0     11547       708    118154     12.06   no data  --
11.27/2.94	c  S st   361     69908       113       236         0     12036       708    128503     12.06   no data  --
11.27/2.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.27/2.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.27/2.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.27/2.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.27/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.27/2.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
11.27/2.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.47/3.20	c lits-rem:       148  cl-subs:       73  v-elim:      0  v-fix:    0  time:  1.02 s
12.47/3.20	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
12.47/3.20	c vivif2 --  cl tried    11963 cl shrink        0 lits rem          0 time: 0.00
12.47/3.21	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
12.47/3.21	c calculated reachability. Time: 0.00
12.47/3.21	c  N dy   361     69908       113       236         0     11963       708    126880     12.06   no data  --
13.32/3.45	c  N dy   388     75520       113       236         0     17271       708    226946     12.06     12.71  --
14.07/3.70	c  N dy   408     80436       113       236         0     21904       708    313261     12.06     12.72  --
15.27/3.94	c  N dy   438     85736       113       236         0     15594       708    187589     12.11     12.82  --
15.67/4.02	c  F st   448     87500       113       236         0     17253       708    218686     12.12   no data  --
16.46/4.27	c  N dy   454     92693       113       236         0     22091       708    320168     12.12   no data  --
18.06/4.61	c  N dy   498     98625       113       236         0     15428       708    172896     12.23     15.17  --
19.25/4.95	c  S st   540    104862       113       236         0     21369       708    289933     12.30   no data  --
19.25/4.99	c  S st   540    105365       113       236         0     21863       708    300616     12.30   no data  --
19.25/5.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.25/5.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.65/5.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
19.65/5.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.65/5.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.65/5.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
19.65/5.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.03/6.11	c lits-rem:       995  cl-subs:      340  v-elim:      0  v-fix:    0  time:  4.38 s
24.03/6.11	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
24.03/6.11	c vivif2 --  cl tried    21523 cl shrink        0 lits rem          0 time: 0.01
24.03/6.12	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
24.03/6.12	c calculated reachability. Time: 0.00
24.03/6.12	c  N dy   540    105365       113       236         0     21523       708    291935     12.30   no data  --
25.63/6.56	c  N dy   579    112682       113       236         0     15213       708    160112     12.33     13.01  --
27.22/6.96	c  N dy   617    120082       113       236         0     22269       708    299591     12.37     13.08  --
29.62/7.50	c  N dy   672    127858       113       236         0     15347       708    148797     12.43     13.10  --
32.01/8.15	c  N dy   727    140168       113       236         0     26921       708    369753     12.43     13.25  --
34.40/8.73	c  N dy   774    149613       113       236         0     20660       708    243584     12.45     13.54  --
36.39/9.28	c  S st   824    158048       113       236         0     28686       708    400747     12.47     13.18  --
36.79/9.34	c  S st   824    158552       113       236         0     29182       708    411553     12.47   no data  --
36.79/9.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.79/9.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.79/9.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
36.79/9.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.79/9.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.79/9.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
36.79/9.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.97/10.64	c lits-rem:      1901  cl-subs:      588  v-elim:      0  v-fix:    0  time:  5.12 s
41.97/10.64	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
41.97/10.65	c vivif2 --  cl tried    28594 cl shrink        0 lits rem          0 time: 0.02
41.97/10.65	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
41.97/10.65	c calculated reachability. Time: 0.00
41.97/10.65	c  N dy   824    158552       113       236         0     28594       708    396169     12.47   no data  --
44.76/11.31	c  N dy   890    168868       113       236         0     22312       708    265451     12.53     13.21  --
47.56/12.04	c  N dy   936    180055       113       236         0     32837       708    473420     12.55     13.23  --
50.74/12.80	c  N dy  1009    191700       113       236         0     26874       708    342782     12.60     13.32  --
53.94/13.64	c  N dy  1041    204031       113       236         0     20526       708    208715     12.56     13.36  --
57.52/14.54	c  N dy  1117    217369       113       236         0     32998       708    450612     12.60     13.27  --
61.16/15.50	c  N dy  1197    231257       113       236         0     27314       708    333300     12.64     14.76  --
63.11/15.99	c  S st  1234    237828       113       236         0     33485       708    453745     12.65   no data  --
63.51/16.06	c  S st  1234    238332       113       236         0     33977       708    464318     12.65   no data  --
63.51/16.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
63.51/16.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.51/16.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
63.51/16.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.51/16.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.51/16.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
63.51/16.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.94/17.65	c lits-rem:      2487  cl-subs:      582  v-elim:      0  v-fix:    0  time:  6.24 s
69.94/17.65	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
69.94/17.65	c vivif2 --  cl tried    33395 cl shrink        0 lits rem          0 time: 0.02
69.94/17.66	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.03
69.94/17.66	c calculated reachability. Time: 0.00
69.94/17.66	c  N dy  1234    238332       113       236         0     33395       708    448428     12.65   no data  --
74.32/18.76	c  N dy  1308    253629       113       236         0     28028       708    335874     12.65     16.63  --
79.86/20.14	c  N dy  1384    271183       113       236         0     23835       708    246145     12.67     13.35  --
84.65/21.37	c  N dy  1465    288499       113       236         0     40019       708    569235     12.69     14.71  --
89.83/22.66	c  F st  1553    306252       113       236         0     35081       708    454270     12.70     11.19  --
90.23/22.75	c  N st  1556    307442       113       236         0     36185       708    477284     12.70   no data  --
96.26/24.29	c  N dy  1640    327070       113       236         0     32042       708    390108     12.72     17.04  --
103.79/26.16	c  N dy  1776    347084       113       236         0     27298       708    283510     12.80     14.51  --
106.98/26.91	c  S st  1817    357499       113       236         0     37003       708    479533     12.79     10.28  --
106.98/26.98	c  S st  1817    358002       113       236         0     37498       708    490640     12.79   no data  --
106.98/26.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.98/26.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.98/26.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
107.38/27.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.38/27.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.38/27.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
107.38/27.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.80/28.66	c lits-rem:      2100  cl-subs:      624  v-elim:      0  v-fix:    0  time:  6.59 s
113.80/28.66	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
113.80/28.67	c vivif2 --  cl tried    36874 cl shrink        0 lits rem          0 time: 0.02
113.80/28.68	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.03
113.80/28.68	c calculated reachability. Time: 0.00
113.80/28.68	c  N dy  1817    358002       113       236         0     36874       708    474542     12.79   no data  --
121.34/30.55	c  N dy  1933    379291       113       236         0     32527       708    376340     12.82     13.53  --
129.31/32.55	c  N dy  2030    399476       113       236         0     26176       708    241024     12.84     13.77  --
135.73/34.21	c  N dy  2105    420168       113       236         0     45453       708    626463     12.80     13.50  --
143.27/36.08	c  N dy  2215    440507       113       236         0     38306       708    475072     12.83     13.54  --
151.64/38.13	c  N dy  2318    460892       113       236         0     30233       708    303327     12.85     13.55  --
158.82/39.93	c  N dy  2415    480926       113       236         0     49027       708    680704     12.87     17.88  --
166.45/41.84	c  N dy  2504    500984       113       236         0     39733       708    483109     12.88     18.07  --
175.97/44.21	c  N dy  2626    521250       113       236         0     29623       708    271456     12.91     13.59  --
180.35/45.35	c  S st  2660    537004       113       236         0     44044       708    556175     12.88     11.60  --
180.75/45.43	c  S st  2660    537507       113       236         0     44534       708    567237     12.88   no data  --
180.75/45.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.75/45.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
180.75/45.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
180.75/45.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.75/45.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.75/45.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
180.75/45.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
189.13/47.50	c lits-rem:      2919  cl-subs:     1093  v-elim:      0  v-fix:    0  time:  8.14 s
189.13/47.50	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
189.13/47.51	c vivif2 --  cl tried    43441 cl shrink        0 lits rem          0 time: 0.02
189.13/47.52	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.04
189.13/47.52	c calculated reachability. Time: 0.00
189.13/47.52	c  N dy  2660    537507       113       236         0     43441       708    539878     12.88   no data  --
198.30/49.88	c  N dy  2788    557564       113       236         0     32506       708    325104     12.91     13.60  --
205.09/51.59	c  N dy  2827    577660       113       236         0     50927       708    707970     12.84     18.36  --
214.25/53.80	c  N dy  2926    597764       113       236         0     39039       708    439437     12.85     13.65  --
227.01/57.04	c  N dy  3001    633715       113       236         0     40465       708    456873     12.79     13.94  --
235.78/59.22	c  N dy  3110    653836       113       236         0     59099       708    825940     12.81     13.62  --
244.56/61.41	c  N dy  3208    674883       113       236         0     46479       708    571349     12.81     13.58  --
254.58/63.91	c  N dy  3286    694998       113       236         0     65070       708    951793     12.81     13.54  --
262.94/66.02	c  N dy  3366    715009       113       236         0     50005       708    625318     12.81     16.80  --
274.07/68.80	c  N dy  3492    735045       113       236         0     34585       708    310172     12.83     13.70  --
282.04/70.82	c  N dy  3593    756329       113       236         0     54249       708    706565     12.84     13.62  --
293.22/73.63	c  N dy  3701    776656       113       236         0     37859       708    364368     12.85     13.92  --
301.59/75.76	c  N dy  3823    796751       113       236         0     56572       708    743300     12.87     13.59  --
306.37/76.99	c  S st  3874    806260       113       236         0     65365       708    920726     12.88     13.56  --
307.21/77.15	c  S st  3874    806762       113       236         0     65856       708    931571     12.88   no data  --
307.21/77.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
307.21/77.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
307.21/77.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
307.56/77.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
307.56/77.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
307.56/77.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
307.56/77.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
322.72/81.06	c lits-rem:      3295  cl-subs:     1669  v-elim:      0  v-fix:    0  time: 15.41 s
322.72/81.06	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
322.72/81.08	c vivif2 --  cl tried    64187 cl shrink        0 lits rem          0 time: 0.05
323.12/81.10	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.11
323.12/81.11	c calculated reachability. Time: 0.00
323.12/81.11	c  N dy  3874    806762       113       236         0     64187       708    889450     12.88   no data  --
333.13/83.63	c  N dy  3974    826913       113       236         0     46839       708    534058     12.88     13.63  --
347.84/87.30	c  N dy  4096    856256       113       236         0     36944       708    327579     12.88     13.59  --
355.82/89.39	c  N dy  4211    876329       113       236         0     55645       708    710714     12.90     16.02  --
368.22/92.43	c  N dy  4337    897075       113       236         0     74843       708   1101983     12.92     13.71  --
376.16/94.49	c  N dy  4366    918138       113       236         0     55567       708    688012     12.86     13.60  --
387.73/97.30	c  N dy  4474    938502       113       236         0     74462       708   1073744     12.87     13.80  --
396.49/99.50	c  N dy  4522    958538       113       236         0     54169       708    646106     12.85     13.54  --
410.85/103.14	c  N dy  4631    985412       113       236         0     39462       708    351945     12.85     13.57  --
420.02/105.40	c  N dy  4765   1005453       113       236         0     57933       708    724851     12.87     17.09  --
431.59/108.31	c  N dy  4861   1026296       113       236         0     77071       708   1111624     12.88     13.56  --
441.96/110.91	c  N dy  4949   1047712       113       236         0     56445       708    683728     12.87     13.58  --
455.52/114.34	c  F st  5070   1071876       113       236         0     78514       708   1133032     12.88      8.28  --
455.52/114.34	c  N st  5070   1071876       113       236         0     78514       708   1133032     12.88      8.28  --
465.48/116.88	c  N dy  5143   1092328       113       236         0     55906       708    657238     12.88     13.56  --
477.05/119.78	c  N dy  5260   1112386       113       236         0     74246       708   1029526     12.90     13.60  --
490.62/123.11	c  N dy  5355   1137034       113       236         0     54510       708    621832     12.89     13.69  --
500.58/125.60	c  N dy  5429   1157076       113       236         0     72971       708   1006553     12.89     13.57  --
510.15/128.06	c  N dy  5472   1177086       113       236         0     47779       708    475768     12.86     13.80  --
521.76/130.95	c  N dy  5536   1202974       113       236         0     71218       708    941054     12.84     13.68  --
527.29/132.32	c  S st  5578   1210143       113       236         0     77775       708   1073474     12.84     10.48  --
528.09/132.54	c  S st  5578   1210647       113       236         0     78262       708   1084379     12.84   no data  --
528.09/132.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
528.09/132.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
528.09/132.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
528.49/132.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
528.49/132.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.49/132.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
528.49/132.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
556.86/139.77	c lits-rem:      5033  cl-subs:     3166  v-elim:      0  v-fix:    0  time: 28.49 s
556.86/139.77	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
556.86/139.78	c vivif2 --  cl tried    75096 cl shrink        0 lits rem          0 time: 0.05
556.86/139.81	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.10
557.26/139.81	c calculated reachability. Time: 0.00
557.26/139.81	c  N dy  5578   1210647       113       236         0     75096       708   1011686     12.84   no data  --
569.18/142.82	c  N dy  5594   1237205       113       236         0     55558       708    622845     12.80     13.48  --
580.33/145.67	c  N dy  5700   1257206       113       236         0     73943       708    992255     12.81     17.17  --
594.69/149.22	c  N dy  5831   1277671       113       236         0     48334       708    470131     12.83     13.63  --
606.25/152.16	c  N dy  5915   1302991       113       236         0     70572       708    916893     12.82     13.62  --
619.81/155.58	c  N dy  6021   1323029       113       236         0     88917       708   1283429     12.83     13.59  --
630.19/158.10	c  N dy  6086   1343685       113       236         0     62906       708    772761     12.82     13.51  --
644.59/161.75	c  N dy  6181   1369044       113       236         0     85993       708   1234006     12.82     13.50  --
657.30/164.96	c  N dy  6290   1390076       113       236         0     58955       708    671826     12.83     13.55  --
668.87/167.89	c  N dy  6395   1410090       113       236         0     77468       708   1054969     12.84     14.76  --
684.82/171.85	c  N dy  6505   1430175       113       236         0     48274       708    441536     12.85     17.37  --
697.98/175.14	c  N dy  6514   1461984       113       236         0     75944       708    977591     12.79     13.67  --
710.39/178.28	c  N dy  6569   1482016       113       236         0     93824       708   1340040     12.77     13.58  --
723.55/181.56	c  N dy  6589   1507786       113       236         0     69943       708    921645     12.73     13.53  --
738.25/185.27	c  N dy  6731   1527969       113       236         0     88687       708   1312683     12.75     13.51  --
752.61/188.84	c  N dy  6831   1548056       113       236         0     58016       708    628753     12.76     18.51  --
763.02/191.49	c  N dy  6909   1568226       113       236         0     76578       708   1004269     12.76     13.57  --
778.92/195.48	c  N dy  7047   1588490       113       236         0     95210       708   1385227     12.78     13.50  --
792.09/198.78	c  N dy  7165   1608582       113       236         0     63308       708    720254     12.79     15.70  --
805.25/202.04	c  N dy  7296   1628588       113       236         0     81687       708   1097625     12.80     18.61  --
819.61/205.60	c  N dy  7378   1648631       113       236         0     99796       708   1459566     12.80     19.87  --
833.20/209.02	c  N dy  7465   1673418       113       236         0     71303       708    870782     12.80     13.49  --
846.37/212.34	c  N dy  7551   1693539       113       236         0     89964       708   1268121     12.80     13.48  --
859.08/215.54	c  S st  7604   1710647       113       236         0     53426       708    494031     12.80     13.38  --
859.52/215.66	c  S st  7604   1711147       113       236         0     53913       708    505155     12.80   no data  --
859.52/215.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
859.52/215.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
859.52/215.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
859.52/215.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
859.52/215.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
859.52/215.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
859.52/215.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
866.27/217.36	c lits-rem:       518  cl-subs:      194  v-elim:      0  v-fix:    0  time:  6.68 s
866.27/217.36	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
866.27/217.36	c vivif2 --  cl tried    53719 cl shrink        0 lits rem          0 time: 0.02
866.27/217.38	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
866.27/217.38	c calculated reachability. Time: 0.00
866.27/217.38	c  N dy  7604   1711147       113       236         0     53719       708    501225     12.80   no data  --
877.82/220.24	c  N dy  7726   1731169       113       236         0     72229       708    881388     12.81     18.69  --
892.98/224.08	c  N dy  7846   1752778       113       236         0     92109       708   1292534     12.82     13.92  --
908.53/227.98	c  N dy  7930   1772830       113       236         0     57180       708    561169     12.82     15.13  --
920.51/230.92	c  N dy  8058   1792850       113       236         0     75644       708    943032     12.83     14.50  --
936.45/234.93	c  N dy  8175   1813470       113       236         0     94524       708   1334339     12.84     13.56  --
954.79/239.53	c  N dy  8275   1833492       113       236         0     58772       708    585800     12.85     14.35  --
968.74/243.01	c  N dy  8399   1853951       113       236         0     77719       708    984454     12.86     13.63  --
983.89/246.88	c  N dy  8497   1873968       113       236         0     96171       708   1365229     12.87     13.77  --
999.45/250.79	c  N dy  8527   1899785       113       236         0     64670       708    719506     12.85     13.57  --
1013.46/254.28	c  N dy  8674   1919895       113       236         0     83305       708   1112194     12.87     13.55  --
1037.33/260.29	c  N dy  8808   1951551       113       236         0    112412       708   1741072     12.86     13.58  --
1048.90/263.19	c  N dy  8891   1971649       113       236         0     74318       708    878324     12.86     14.85  --
1063.26/266.73	c  N dy  8998   1991698       113       236         0     92712       708   1260489     12.87     17.91  --
1082.41/271.52	c  N dy  9138   2011950       113       236         0    111305       708   1643098     12.88     13.57  --
1096.41/275.10	c  N dy  9274   2032063       113       236         0     72933       708    849129     12.90     13.72  --
1113.95/279.45	c  N dy  9292   2063405       113       236         0    100132       708   1360685     12.86     13.83  --
1133.44/284.38	c  N dy  9446   2083425       113       236         0     61535       708    609098     12.87     16.71  --
1145.06/287.26	c  N dy  9525   2103496       113       236         0     79721       708    973849     12.87     18.93  --
1159.36/290.83	c  N dy  9609   2123506       113       236         0     97996       708   1335148     12.87     15.76  --
1178.91/295.73	c  N dy  9745   2143531       113       236         0    116350       708   1713745     12.89     15.42  --
1191.67/298.96	c  N dy  9852   2164657       113       236         0     77370       708    920098     12.89     13.63  --
1207.62/302.92	c  N dy  9968   2184695       113       236         0     95629       708   1291852     12.90     15.12  --
1225.57/307.47	c  N dy 10074   2204773       113       236         0    114059       708   1662138     12.90     15.55  --
1233.14/309.34	c  S st 10122   2211147       113       236         0     60677       708    569772     12.91   no data  --
1233.54/309.45	c  S st 10122   2211651       113       236         0     61169       708    580929     12.91   no data  --
1233.54/309.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1233.54/309.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1233.54/309.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
1233.54/309.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1233.54/309.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.54/309.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
1233.54/309.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1241.92/311.51	c lits-rem:       405  cl-subs:      122  v-elim:      0  v-fix:    0  time:  8.07 s
1241.92/311.51	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
1241.92/311.52	c vivif2 --  cl tried    61047 cl shrink        0 lits rem          0 time: 0.03
1241.92/311.54	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.06
1241.92/311.54	c calculated reachability. Time: 0.00
1241.92/311.54	c  N dy 10122   2211651       113       236         0     61047       708    578325     12.91   no data  --
1254.33/314.62	c  N dy 10244   2231657       113       236         0     79401       708    956321     12.92     16.72  --
1271.43/318.91	c  N dy 10366   2252759       113       236         0     98786       708   1361974     12.93     13.66  --
1289.81/323.57	c  N dy 10471   2272806       113       236         0    117107       708   1737826     12.93     15.46  --
1304.11/327.14	c  N dy 10570   2292829       113       236         0     75134       708    855695     12.94     19.85  --
1319.28/330.94	c  N dy 10688   2313211       113       236         0     93768       708   1236765     12.95     13.66  --
1336.43/335.26	c  N dy 10780   2333627       113       236         0    112201       708   1607462     12.95     13.79  --
1354.37/339.79	c  N dy 10875   2354502       113       236         0     70156       708    747102     12.95     13.70  --
1365.93/342.67	c  N dy 10916   2374732       113       236         0     88774       708   1139168     12.94     13.65  --
1381.09/346.49	c  N dy 10984   2394773       113       236         0    107333       708   1538270     12.94     17.29  --
1402.63/351.81	c  N dy 11099   2414827       113       236         0     63372       708    590010     12.94     16.97  --
1415.00/354.95	c  N dy 11197   2434925       113       236         0     81888       708    970644     12.95     16.41  --
1430.54/358.88	c  N dy 11320   2455001       113       236         0    100181       708   1344700     12.96     16.95  --
1448.08/363.23	c  N dy 11395   2475025       113       236         0    118577       708   1721494     12.96     13.86  --
1467.24/368.06	c  N dy 11537   2495532       113       236         0     74170       708    806115     12.97     13.68  --
1481.58/371.63	c  N dy 11640   2515621       113       236         0     92536       708   1187329     12.97     16.78  --
1501.12/376.54	c  N dy 11715   2541193       113       236         0    115910       708   1676303     12.97     13.66  --
1517.52/380.69	c  N dy 11781   2561213       113       236         0     69928       708    707675     12.97     13.71  --
1530.68/383.93	c  N dy 11872   2581765       113       236         0     88480       708   1081143     12.97     13.77  --
1545.79/387.72	c  N dy 11924   2603624       113       236         0    107979       708   1453148     12.95     13.69  --
1565.78/392.77	c  N dy 12032   2624017       113       236         0    126650       708   1840041     12.96     13.65  --
1579.69/396.29	c  N dy 12098   2644100       113       236         0     80632       708    935990     12.96     13.66  --
1595.25/400.11	c  N dy 12190   2665354       113       236         0    100037       708   1332064     12.96     13.71  --
1613.19/404.62	c  N dy 12274   2685737       113       236         0    118666       708   1708466     12.96     13.71  --
1634.33/409.97	c  N dy 12375   2705803       113       236         0     71194       708    712193     12.96     14.96  --
1637.11/410.63	c  S st 12378   2711651       113       236         0     76374       708    822851     12.96     11.34  --
1637.51/410.79	c  S st 12378   2712152       113       236         0     76862       708    833412     12.96   no data  --
1637.51/410.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1637.51/410.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1637.91/410.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
1637.91/410.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1637.91/410.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1637.91/410.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
1637.91/410.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1658.64/416.00	c lits-rem:      3835  cl-subs:      890  v-elim:      0  v-fix:    0  time: 20.56 s
1658.64/416.00	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
1658.64/416.01	c vivif2 --  cl tried    75972 cl shrink        0 lits rem          0 time: 0.04
1658.64/416.04	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.09
1658.64/416.04	c calculated reachability. Time: 0.00
1658.64/416.04	c  N dy 12378   2712152       113       236         0     75972       708    809871     12.96   no data  --
1671.06/419.16	c  N dy 12424   2733149       113       236         0     94871       708   1197661     12.95     13.69  --
1691.75/424.33	c  N dy 12557   2754479       113       236         0    114330       708   1599104     12.96     14.27  --
1713.28/429.78	c  N dy 12632   2774653       113       236         0     66321       708    607990     12.96     13.76  --
1724.44/432.57	c  N dy 12706   2794731       113       236         0     84334       708    964579     12.96     13.69  --
1740.80/436.69	c  N dy 12820   2815156       113       236         0    102973       708   1346376     12.97     13.75  --
1763.57/442.39	c  N dy 12959   2835313       113       236         0    121439       708   1733578     12.98     13.73  --
1785.10/447.76	c  N dy 13052   2855332       113       236         0     72377       708    723215     12.98     18.86  --
1798.66/451.14	c  N dy 13144   2876372       113       236         0     91398       708   1107628     12.98     13.73  --
1816.56/455.66	c  N dy 13269   2896464       113       236         0    109817       708   1488533     12.99     14.09  --
1838.13/461.01	c  N dy 13362   2918549       113       236         0    129871       708   1906828     12.99     13.84  --
1856.03/465.52	c  N dy 13450   2940545       113       236         0     81682       708    892222     12.99     13.71  --
1871.59/469.46	c  N dy 13561   2960783       113       236         0    100379       708   1281569     12.99     13.79  --
1888.74/473.79	c  N dy 13653   2981128       113       236         0    119168       708   1676762     12.99     13.70  --
1911.07/479.32	c  N dy 13771   3001145       113       236         0    137206       708   2044543     13.00     17.46  --
1925.88/483.06	c  N dy 13853   3021201       113       236         0     86136       708    988476     13.00     15.63  --
1943.43/487.41	c  N dy 13987   3041244       113       236         0    104554       708   1371309     13.00     14.50  --
1960.13/491.64	c  N dy 14050   3061283       113       236         0    122801       708   1754643     13.00     14.74  --
1984.05/497.68	c  N dy 14153   3081325       113       236         0     70942       708    661590     13.01     13.70  --
1996.06/500.67	c  N dy 14206   3102972       113       236         0     90199       708   1046722     12.99     13.93  --
2012.77/504.82	c  N dy 14312   3123127       113       236         0    108534       708   1425731     13.00     13.76  --
2031.89/509.69	c  N dy 14397   3143559       113       236         0    127292       708   1821050     13.00     13.69  --
2054.63/515.32	c  N dy 14498   3164013       113       236         0     74929       708    736967     13.00     13.78  --
2070.98/519.41	c  N dy 14637   3184112       113       236         0     93298       708   1122916     13.01     18.05  --
2092.17/524.75	c  N dy 14760   3204125       113       236         0    111535       708   1495288     13.02     16.67  --
2102.08/527.28	c  S st 14821   3212152       113       236         0    118941       708   1649438     13.02     13.06  --
2103.68/527.62	c  S st 14821   3212655       113       236         0    119436       708   1660631     13.02   no data  --
2103.68/527.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2103.68/527.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2103.68/527.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.23
2104.08/527.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2104.08/527.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2104.08/527.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
2104.08/527.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2209.34/554.17	c lits-rem:      6592  cl-subs:     3089  v-elim:      0  v-fix:    0  time: 105.34 s
2209.34/554.17	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
2209.34/554.19	c vivif2 --  cl tried   116347 cl shrink        0 lits rem          0 time: 0.09
2209.74/554.25	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.23
2209.74/554.26	c calculated reachability. Time: 0.00
2209.74/554.26	c  N dy 14821   3212655       113       236         0    116347       708   1583489     13.02   no data  --
2234.05/560.39	c  N dy 14935   3232938       113       236         0    134989       708   1981259     13.03     13.77  --
2257.59/566.29	c  N dy 15042   3253874       113       236         0     82268       708    881397     13.03     13.76  --
2274.73/570.56	c  N dy 15135   3273949       113       236         0    100278       708   1247457     13.03     14.81  --
2296.26/575.92	c  N dy 15236   3294128       113       236         0    118727       708   1635010     13.04     14.05  --
2322.18/582.44	c  N dy 15370   3314390       113       236         0    137364       708   2024961     13.05     13.79  --
2345.71/588.37	c  N dy 15482   3340638       113       236         0     88407       708    992678     13.05     13.97  --
2369.62/594.34	c  N dy 15568   3375749       113       236         0    119857       708   1639728     13.03     14.21  --
2397.14/601.20	c  N dy 15602   3406118       113       236         0     73633       708    685341     13.01     13.90  --
2411.10/604.70	c  N dy 15712   3426282       113       236         0     91994       708   1061529     13.02     13.83  --
2427.85/608.97	c  N dy 15813   3446318       113       236         0    110415       708   1439233     13.02     13.79  --
2449.39/614.30	c  N dy 15933   3466419       113       236         0    128766       708   1814250     13.03     18.25  --
2473.76/620.42	c  N dy 16045   3486678       113       236         0    147278       708   2199649     13.03     13.80  --
2490.86/624.73	c  N dy 16147   3506736       113       236         0     90968       708   1022357     13.04     13.83  --
2508.85/629.29	c  N dy 16276   3526849       113       236         0    109333       708   1400231     13.04     14.00  --
2529.55/634.47	c  N dy 16385   3547629       113       236         0    128263       708   1784963     13.05     14.01  --
2553.86/640.58	c  N dy 16501   3567689       113       236         0    146771       708   2171860     13.05     17.44  --
2574.20/645.63	c  N dy 16613   3587710       113       236         0     89515       708   1002128     13.06     13.75  --
2589.35/649.44	c  N dy 16693   3607793       113       236         0    107623       708   1376883     13.05     16.48  --
2607.30/653.98	c  N dy 16770   3627955       113       236         0    125767       708   1740061     13.05     13.80  --
2630.44/659.76	c  N dy 16880   3647998       113       236         0    143921       708   2119770     13.06     19.20  --
2655.95/666.15	c  N dy 17004   3672240       113       236         0     89407       708    976580     13.06     13.77  --
2672.70/670.33	c  N dy 17109   3692260       113       236         0    107438       708   1343656     13.06     15.93  --
2698.21/676.72	c  N dy 17251   3712351       113       236         0    125872       708   1730501     13.07     13.81  --
2698.61/676.84	c  S st 17254   3712656       113       236         0    126157       708   1735732     13.07   no data  --
2699.81/677.19	c  S st 17254   3713162       113       236         0    126653       708   1747108     13.07   no data  --
2700.21/677.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2700.21/677.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2700.21/677.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.25
2700.61/677.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2700.61/677.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2700.61/677.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
2700.61/677.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2857.70/716.71	c lits-rem:      7988  cl-subs:     3565  v-elim:      0  v-fix:    0  time: 157.02 s
2857.70/716.71	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
2857.70/716.74	c vivif2 --  cl tried   123088 cl shrink        0 lits rem          0 time: 0.10
2858.10/716.80	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.27
2858.10/716.81	c calculated reachability. Time: 0.00
2858.10/716.81	c  N dy 17254   3713162       113       236         0    123088       708   1657510     13.07   no data  --
2880.83/722.55	c  N dy 17263   3739761       113       236         0    146666       708   2141815     13.05     14.84  --
2895.57/726.20	c  F st 17305   3751564       113       236         0     80590       708    791137     13.05     10.86  --
2903.60/728.28	c  N dy 17322   3765166       113       236         0     92619       708   1023876     13.05     13.76  --
2921.88/732.83	c  N dy 17442   3785263       113       236         0    111031       708   1404536     13.05     17.08  --
2940.64/737.56	c  N dy 17525   3806077       113       236         0    129900       708   1801939     13.05     13.92  --
2967.36/744.25	c  N dy 17646   3827354       113       236         0    149339       708   2199972     13.05     13.87  --
2988.89/749.67	c  N dy 17759   3847388       113       236         0     89561       708    959097     13.06     13.98  --
3009.63/754.87	c  N dy 17858   3875873       113       236         0    115748       708   1506384     13.05     13.81  --
3031.56/760.38	c  N dy 17967   3895938       113       236         0    133899       708   1875696     13.06     18.01  --
3057.88/766.90	c  N dy 18087   3916122       113       236         0    152282       708   2252023     13.06     13.82  --
3075.08/771.29	c  N dy 18158   3936237       113       236         0     91716       708    996987     13.06     13.85  --
3128.06/784.50	c  N dy 18195   4000079       113       236         0    147168       708   2076714     13.01     13.74  --
3153.20/790.89	c  N dy 18331   4020331       113       236         0     86876       708    900977     13.02     13.71  --
3167.20/794.35	c  N dy 18395   4040398       113       236         0    104692       708   1262937     13.02     14.38  --
3184.34/798.63	c  N dy 18478   4060433       113       236         0    122640       708   1637563     13.02     17.51  --
3208.62/804.78	c  N dy 18613   4080519       113       236         0    141067       708   2022556     13.03     20.62  --
3235.35/811.49	c  N dy 18726   4101215       113       236         0    159883       708   2416012     13.03     13.78  --
3252.89/815.81	c  N dy 18821   4122123       113       236         0     98756       708   1126950     13.03     13.92  --
3268.44/819.78	c  N dy 18880   4142361       113       236         0    117149       708   1509611     13.03     13.78  --
3290.37/825.21	c  N dy 18981   4162362       113       236         0    135285       708   1882071     13.03     13.77  --
3324.72/833.88	c  N dy 19070   4193248       113       236         0     81867       708    771133     13.02     13.71  --
3339.43/837.53	c  S st 19139   4213164       113       236         0    100025       708   1158381     13.02     12.53  --
3340.23/837.79	c  S st 19139   4213664       113       236         0    100518       708   1169820     13.02   no data  --
3340.63/837.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3340.63/837.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3340.63/837.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
3340.63/837.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3340.63/837.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3340.63/837.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3340.63/837.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3379.70/847.69	c lits-rem:      2726  cl-subs:     1375  v-elim:      0  v-fix:    0  time: 39.05 s
3379.70/847.69	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
3380.10/847.70	c vivif2 --  cl tried    99143 cl shrink        0 lits rem          0 time: 0.06
3380.10/847.75	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.18
3380.10/847.75	c calculated reachability. Time: 0.00
3380.10/847.75	c  N dy 19139   4213664       113       236         0     99143       708   1136294     13.02   no data  --
3400.82/852.99	c  N dy 19247   4233690       113       236         0    117441       708   1513617     13.03     13.84  --
3427.54/859.61	c  N dy 19373   4253758       113       236         0    135862       708   1904765     13.03     15.83  --
3454.25/866.32	c  N dy 19493   4273839       113       236         0    154040       708   2281357     13.04     16.07  --
3481.77/873.23	c  N dy 19621   4294205       113       236         0     90389       708    940016     13.04     13.75  --
3498.93/877.55	c  N dy 19747   4314344       113       236         0    108894       708   1325998     13.05     14.03  --
3518.86/882.55	c  N dy 19854   4334406       113       236         0    127025       708   1705766     13.05     17.91  --
3539.21/887.60	c  N dy 19922   4354486       113       236         0    145590       708   2102050     13.05     17.82  --
3563.13/893.68	c  N dy 20001   4374557       113       236         0    163778       708   2483046     13.05     13.79  --
3584.65/899.06	c  N dy 20106   4395690       113       236         0     99033       708   1093427     13.05     13.76  --
3603.41/903.71	c  N dy 20207   4416425       113       236         0    117938       708   1481020     13.05     13.88  --
3625.34/909.23	c  N dy 20324   4436496       113       236         0    136245       708   1861105     13.06     18.40  --
3649.31/915.26	c  N dy 20401   4458926       113       236         0    156674       708   2290535     13.05     13.78  --
3675.63/921.91	c  N dy 20505   4478931       113       236         0     90283       708    911817     13.06     15.27  --
3693.17/926.21	c  N dy 20591   4502217       113       236         0    111231       708   1335239     13.05     13.75  --
3712.27/931.01	c  N dy 20670   4522353       113       236         0    129674       708   1720320     13.05     13.75  --
3733.40/936.35	c  N dy 20741   4542581       113       236         0    148137       708   2114717     13.05     13.76  --
3761.32/943.31	c  N dy 20856   4562629       113       236         0    166330       708   2494678     13.06     20.76  --
3782.46/948.64	c  N dy 20952   4582657       113       236         0     98931       708   1074930     13.06     16.90  --
3800.00/953.08	c  N dy 21054   4602893       113       236         0    117147       708   1449358     13.06     14.01  --
3823.53/958.93	c  N dy 21193   4623081       113       236         0    135409       708   1827986     13.07     13.83  --
3845.86/964.57	c  N dy 21290   4643122       113       236         0    153476       708   2213544     13.07     14.00  --
3869.38/970.48	c  N dy 21321   4664513       113       236         0     86840       708    824453     13.06     13.91  --
3885.34/974.48	c  N dy 21440   4684522       113       236         0    105159       708   1203521     13.06     13.91  --
3906.07/979.61	c  N dy 21541   4705234       113       236         0    124198       708   1609269     13.07     13.88  --
3918.03/982.61	c  S st 21600   4713664       113       236         0    131931       708   1767389     13.07     11.81  --
3919.23/982.96	c  S st 21600   4714169       113       236         0    132429       708   1779337     13.07   no data  --
3919.23/982.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3919.23/982.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3919.63/983.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
3920.03/983.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3920.03/983.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3920.03/983.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3920.03/983.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4052.00/1016.26	c lits-rem:      7588  cl-subs:     2535  v-elim:      0  v-fix:    0  time: 132.16 s
4052.00/1016.26	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
4052.00/1016.28	c vivif2 --  cl tried   129894 cl shrink        0 lits rem          0 time: 0.10
4052.40/1016.35	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.27
4052.40/1016.36	c calculated reachability. Time: 0.00
4052.40/1016.36	c  N dy 21600   4714169       113       236         0    129894       708   1711532     13.07   no data  --
4080.70/1023.49	c  N dy 21692   4734196       113       236         0    148060       708   2094746     13.07     14.04  --
4116.59/1032.47	c  N dy 21813   4754232       113       236         0    166349       708   2477446     13.08     16.36  --
4147.29/1040.14	c  N dy 21941   4774328       113       236         0     97471       708   1028934     13.08     18.86  --
4170.42/1045.97	c  N dy 22076   4795040       113       236         0    116456       708   1425121     13.09     13.79  --
4195.94/1052.35	c  N dy 22207   4815385       113       236         0    135003       708   1816943     13.09     14.22  --
4226.23/1059.91	c  N dy 22272   4841013       113       236         0    157677       708   2279163     13.09     13.82  --
4260.93/1068.68	c  N dy 22361   4869674       113       236         0     95584       708    978478     13.08     13.92  --
4279.67/1073.32	c  N dy 22492   4889841       113       236         0    113986       708   1358498     13.09     13.83  --
4298.86/1078.17	c  N dy 22561   4909860       113       236         0    131443       708   1708322     13.09     16.78  --
4323.55/1084.38	c  N dy 22657   4932172       113       236         0    151894       708   2146912     13.09     13.85  --
4349.46/1090.89	c  N dy 22718   4952675       113       236         0    170452       708   2531018     13.09     13.78  --
4373.43/1096.86	c  N dy 22803   4972715       113       236         0    100023       708   1073075     13.09     19.97  --
4396.51/1102.63	c  N dy 22949   4996522       113       236         0    121688       708   1519341     13.09     13.82  --
4416.90/1107.81	c  N dy 23025   5017151       113       236         0    140358       708   1905745     13.09     13.90  --
4445.57/1114.90	c  N dy 23134   5040935       113       236         0    162148       708   2358150     13.09     14.27  --
4477.48/1122.93	c  N dy 23245   5060976       113       236         0     90570       708    860145     13.09     15.85  --
4495.02/1127.33	c  N dy 23369   5081001       113       236         0    109009       708   1247612     13.10     16.93  --
4514.55/1132.24	c  N dy 23475   5101136       113       236         0    127294       708   1624516     13.10     13.91  --
4540.47/1138.70	c  N dy 23603   5121569       113       236         0    145916       708   2013712     13.11     13.93  --
4567.19/1145.49	c  N dy 23687   5142787       113       236         0    165050       708   2400716     13.11     13.90  --
4601.88/1154.10	c  N dy 23812   5162976       113       236         0     92552       708    890741     13.11     13.91  --
4642.15/1164.24	c  N dy 23838   5214172       113       236         0    136926       708   1764042     13.08      8.15  --
4642.15/1164.24	c  S st 23838   5214172       113       236         0    136926       708   1764042     13.08      8.15  --
4643.35/1164.57	c  S st 23838   5214673       113       236         0    137416       708   1775407     13.08   no data  --
4643.35/1164.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4643.35/1164.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4643.75/1164.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.25
4644.16/1164.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4644.16/1164.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4644.16/1164.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
4644.16/1164.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4770.56/1196.44	c lits-rem:      9360  cl-subs:     7353  v-elim:      0  v-fix:    0  time: 126.51 s
4770.56/1196.44	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
4770.56/1196.46	c vivif2 --  cl tried   130063 cl shrink        0 lits rem          0 time: 0.10
4770.96/1196.52	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.24
4770.96/1196.53	c calculated reachability. Time: 0.00
4770.96/1196.53	c  N dy 23838   5214673       113       236         0    130063       708   1610885     13.08   no data  --
4795.67/1202.76	c  N dy 23911   5234906       113       236         0    148344       708   1981468     13.08     13.81  --

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-3369251-1305389009/watcher-3369251-1305389009 -o /tmp/evaluation-result-3369251-1305389009/solver-3369251-1305389009 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369251-1305389009.cnf 

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

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: 3.24 3.84 3.69 3/382 26848
/proc/meminfo: memFree=27090716/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=281776 CPUtime=0.31 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 674 0 0 0 31 0 0 0 25 0 4 0 650499620 288538624 589 33554432000 4194304 4650419 140736944455168 18446744073709551615 251814345198 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26848/statm: 70444 589 378 112 0 65409 0
[pid=26848/tid=26849] ppid=26846 vsize=281776 CPUtime=0.1 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 49 0 0 0 10 0 0 0 25 0 4 0 650499620 288538624 589 33554432000 4194304 4650419 140736944455168 18446744073709551615 251814345198 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=281776 CPUtime=0.01 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 98 0 0 0 1 0 0 0 25 0 4 0 650499620 288538624 590 33554432000 4194304 4650419 140736944455168 18446744073709551615 251813900997 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=281776 CPUtime=0.1 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 76 0 0 0 10 0 0 0 25 0 4 0 650499620 288538624 590 33554432000 4194304 4650419 140736944455168 18446744073709551615 251813901345 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.163475 s]
/proc/loadavg: 3.24 3.84 3.69 3/382 26848
/proc/meminfo: memFree=27090716/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=281920 CPUtime=0.46 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 1055 0 0 0 46 0 0 0 25 0 4 0 650499620 288686080 964 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 70480 964 389 112 0 65445 0
[pid=26848/tid=26849] ppid=26846 vsize=281920 CPUtime=0.12 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 125 0 0 0 12 0 0 0 25 0 4 0 650499620 288686080 964 33554432000 4194304 4650419 140736944455168 18446744073709551615 4313030 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=281920 CPUtime=0.03 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 165 0 0 0 3 0 0 0 25 0 4 0 650499620 288686080 964 33554432000 4194304 4650419 140736944455168 18446744073709551615 251814345198 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=281920 CPUtime=0.15 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 176 0 0 0 15 0 0 0 25 0 4 0 650499620 288686080 964 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 281920

[startup+0.263407 s]
/proc/loadavg: 3.24 3.84 3.69 3/382 26848
/proc/meminfo: memFree=27090716/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=282688 CPUtime=0.76 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 1640 0 0 0 76 0 0 0 25 0 4 0 650499620 289472512 1269 33554432000 4194304 4650419 140736944455168 18446744073709551615 4367429 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 70672 1269 391 112 0 65637 0
[pid=26848/tid=26849] ppid=26846 vsize=282688 CPUtime=0.2 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 305 0 0 0 20 0 0 0 25 0 4 0 650499620 289472512 1269 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=282688 CPUtime=0.05 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 208 0 0 0 5 0 0 0 25 0 4 0 650499620 289472512 1269 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=282688 CPUtime=0.25 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 354 0 0 0 25 0 0 0 25 0 4 0 650499620 289472512 1269 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 282688

[startup+0.300449 s]
/proc/loadavg: 3.24 3.84 3.69 3/382 26848
/proc/meminfo: memFree=27090716/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=283004 CPUtime=0.91 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 1881 0 0 0 91 0 0 0 25 0 4 0 650499620 289796096 1418 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 70751 1418 391 112 0 65716 0
[pid=26848/tid=26849] ppid=26846 vsize=283004 CPUtime=0.23 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 365 0 0 0 23 0 0 0 25 0 4 0 650499620 289796096 1418 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=283004 CPUtime=0.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 310 0 0 0 9 0 0 0 25 0 4 0 650499620 289796096 1418 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=283004 CPUtime=0.29 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 393 0 0 0 29 0 0 0 25 0 4 0 650499620 289796096 1418 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 283004

[startup+0.700335 s]
/proc/loadavg: 3.24 3.84 3.69 3/382 26848
/proc/meminfo: memFree=27090716/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=284508 CPUtime=2.5 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 3952 0 0 0 250 0 0 0 25 0 4 0 650499620 291336192 2128 33554432000 4194304 4650419 140736944455168 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 71127 2128 391 112 0 66092 0
[pid=26848/tid=26849] ppid=26846 vsize=284508 CPUtime=0.63 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 879 0 0 0 63 0 0 0 25 0 4 0 650499620 291336192 2128 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=284508 CPUtime=0.49 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 844 0 0 0 49 0 0 0 25 0 4 0 650499620 291336192 2128 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=284508 CPUtime=0.68 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 896 0 0 0 68 0 0 0 25 0 4 0 650499620 291336192 2129 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 284508

[startup+1.5002 s]
/proc/loadavg: 3.24 3.84 3.69 9/392 26861
/proc/meminfo: memFree=26852184/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=285436 CPUtime=5.69 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 8700 0 0 0 567 2 0 0 25 0 4 0 650499620 292286464 4411 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 71359 4411 393 112 0 66324 0
[pid=26848/tid=26849] ppid=26846 vsize=285436 CPUtime=1.43 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 2382 0 0 0 143 0 0 0 25 0 4 0 650499620 292286464 4411 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=285436 CPUtime=1.28 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 1527 0 0 0 128 0 0 0 25 0 4 0 650499620 292286464 4411 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=285436 CPUtime=1.48 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 1783 0 0 0 148 0 0 0 25 0 4 0 650499620 292286464 4411 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 285436

[startup+3.10093 s]
/proc/loadavg: 3.24 3.84 3.69 9/392 26892
/proc/meminfo: memFree=26741016/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=286788 CPUtime=12.07 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 16636 0 0 0 1204 3 0 0 25 0 4 0 650499620 293670912 9056 33554432000 4194304 4650419 140736944455168 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 71697 9056 393 112 0 66662 0
[pid=26848/tid=26849] ppid=26846 vsize=286788 CPUtime=3.03 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 4612 0 0 0 302 1 0 0 25 0 4 0 650499620 293670912 9056 33554432000 4194304 4650419 140736944455168 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=286788 CPUtime=2.88 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 3603 0 0 0 288 0 0 0 25 0 4 0 650499620 293670912 9056 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=286788 CPUtime=3.08 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 3976 0 0 0 308 0 0 0 25 0 4 0 650499620 293670912 9056 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 286788

[startup+6.3004 s]
/proc/loadavg: 3.62 3.90 3.72 9/392 26922
/proc/meminfo: memFree=27027612/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=297272 CPUtime=24.83 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 25711 0 0 0 2477 6 0 0 25 0 4 0 650499620 304406528 12958 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 74318 12958 393 112 0 69283 0
[pid=26848/tid=26849] ppid=26846 vsize=297272 CPUtime=6.23 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 6337 0 0 0 622 1 0 0 25 0 4 0 650499620 304406528 12958 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=297272 CPUtime=6.08 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 6032 0 0 0 607 1 0 0 25 0 4 0 650499620 304406528 12958 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=297272 CPUtime=6.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 6711 0 0 0 627 1 0 0 25 0 4 0 650499620 304406528 12958 33554432000 4194304 4650419 140736944455168 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 297272

[startup+12.7003 s]
/proc/loadavg: 4.05 3.99 3.74 9/392 26922
/proc/meminfo: memFree=26972308/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=297928 CPUtime=50.34 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 39514 0 0 0 5025 9 0 0 25 0 4 0 650499620 305078272 15694 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 74482 15694 393 112 0 69447 0
[pid=26848/tid=26849] ppid=26846 vsize=297928 CPUtime=12.63 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 9648 0 0 0 1261 2 0 0 25 0 4 0 650499620 305078272 15694 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=297928 CPUtime=12.48 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 9759 0 0 0 1246 2 0 0 25 0 4 0 650499620 305078272 15694 33554432000 4194304 4650419 140736944455168 18446744073709551615 4438383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=297928 CPUtime=12.68 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 9970 0 0 0 1266 2 0 0 25 0 4 0 650499620 305078272 15694 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 297928

[startup+25.5012 s]
/proc/loadavg: 4.93 4.18 3.81 9/392 26922
/proc/meminfo: memFree=26942712/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=299276 CPUtime=101.39 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 57070 0 0 0 10126 13 0 0 25 0 4 0 650499620 306458624 17427 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 74819 17427 393 112 0 69784 0
[pid=26848/tid=26849] ppid=26846 vsize=299276 CPUtime=25.43 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 14963 0 0 0 2539 4 0 0 25 0 4 0 650499620 306458624 17427 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363862 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=299276 CPUtime=25.28 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 13328 0 0 0 2526 2 0 0 25 0 4 0 650499620 306458624 17428 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=299276 CPUtime=25.48 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 15365 0 0 0 2545 3 0 0 25 0 4 0 650499620 306458624 17428 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 299276

[startup+51.1009 s]
/proc/loadavg: 5.97 4.49 3.92 9/392 26925
/proc/meminfo: memFree=26872120/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=320720 CPUtime=203.49 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 92130 0 0 0 20329 20 0 0 25 0 4 0 650499620 328417280 24023 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 80180 24029 393 112 0 75145 0
[pid=26848/tid=26849] ppid=26846 vsize=320720 CPUtime=51.03 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 24435 0 0 0 5097 6 0 0 25 0 4 0 650499620 328417280 24033 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=320720 CPUtime=50.88 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 21499 0 0 0 5083 5 0 0 25 0 4 0 650499620 328417280 24037 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=320720 CPUtime=51.07 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 24702 0 0 0 5103 4 0 0 25 0 4 0 650499620 328417280 24042 33554432000 4194304 4650419 140736944455168 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.49
Current children cumulated vsize (KiB) 320720

[startup+102.301 s]
/proc/loadavg: 7.33 5.10 4.16 9/392 26927
/proc/meminfo: memFree=26789292/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=334412 CPUtime=407.71 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 151155 0 0 0 40738 33 0 0 25 0 4 0 650499620 342437888 37251 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 83603 37251 393 112 0 78568 0
[pid=26848/tid=26849] ppid=26846 vsize=334412 CPUtime=102.24 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 40893 0 0 0 10215 9 0 0 25 0 4 0 650499620 342437888 37251 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=334412 CPUtime=102.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 33358 0 0 0 10201 8 0 0 25 0 4 0 650499620 342437888 37251 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=334412 CPUtime=102.29 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 40209 0 0 0 10221 8 0 0 25 0 4 0 650499620 342437888 37251 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.71
Current children cumulated vsize (KiB) 334412

[startup+162.3 s]

################
# More data... #
################

[pid=26848] ppid=26846 vsize=532056 CPUtime=2800.28 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 533621 0 0 0 279869 159 0 0 25 0 4 0 650499620 544825344 78942 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 133014 78942 393 112 0 127979 0
[pid=26848/tid=26849] ppid=26846 vsize=532056 CPUtime=702.22 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 145023 0 0 0 70179 43 0 0 25 0 4 0 650499620 544825344 78942 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=532056 CPUtime=702.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 120987 0 0 0 70168 41 0 0 25 0 4 0 650499620 544825344 78942 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=532056 CPUtime=702.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 142654 0 0 0 70189 39 0 0 25 0 4 0 650499620 544825344 78942 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.28
Current children cumulated vsize (KiB) 532056

[startup+762.3 s]
/proc/loadavg: 8.08 7.75 6.14 9/392 26945
/proc/meminfo: memFree=26426752/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=519648 CPUtime=3039.59 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 557158 0 0 0 303791 168 0 0 25 0 4 0 650499620 532119552 78572 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 129912 78572 393 112 0 124877 0
[pid=26848/tid=26849] ppid=26846 vsize=519648 CPUtime=762.23 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 151885 0 0 0 76177 46 0 0 25 0 4 0 650499620 532119552 78572 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=519648 CPUtime=762.1 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 127545 0 0 0 76167 43 0 0 25 0 4 0 650499620 532119552 78572 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=519648 CPUtime=762.3 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 148814 0 0 0 76189 41 0 0 25 0 4 0 650499620 532119552 78572 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.59
Current children cumulated vsize (KiB) 519648

[startup+822.3 s]
/proc/loadavg: 8.08 7.81 6.26 9/392 26946
/proc/meminfo: memFree=26384444/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=532600 CPUtime=3278.81 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 582785 0 0 0 327703 178 0 0 25 0 4 0 650499620 545382400 84154 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 133150 84154 393 112 0 128115 0
[pid=26848/tid=26849] ppid=26846 vsize=532600 CPUtime=822.22 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 157809 0 0 0 82174 48 0 0 25 0 4 0 650499620 545382400 84154 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=532600 CPUtime=822.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 131895 0 0 0 82164 45 0 0 25 0 4 0 650499620 545382400 84154 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=532600 CPUtime=822.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 156594 0 0 0 82184 44 0 0 25 0 4 0 650499620 545382400 84154 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.81
Current children cumulated vsize (KiB) 532600

[startup+882.314 s]
/proc/loadavg: 8.07 7.85 6.37 9/392 26948
/proc/meminfo: memFree=26384280/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=533652 CPUtime=3518.11 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 603897 0 0 0 351624 187 0 0 25 0 4 0 650499620 546459648 78140 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 133413 78140 393 112 0 128378 0
[pid=26848/tid=26849] ppid=26846 vsize=533652 CPUtime=882.23 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 165901 0 0 0 88172 51 0 0 25 0 4 0 650499620 546459648 78140 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=533652 CPUtime=882.11 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 134118 0 0 0 88165 46 0 0 25 0 4 0 650499620 546459648 78140 33554432000 4194304 4650419 140736944455168 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=533652 CPUtime=882.29 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 162798 0 0 0 88182 47 0 0 25 0 4 0 650499620 546459648 78140 33554432000 4194304 4650419 140736944455168 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.11
Current children cumulated vsize (KiB) 533652

[startup+942.301 s]
/proc/loadavg: 8.02 7.88 6.47 9/392 26950
/proc/meminfo: memFree=26404592/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=520872 CPUtime=3757.34 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 630152 0 0 0 375536 198 0 0 25 0 4 0 650499620 533372928 79641 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 130218 79641 393 112 0 125183 0
[pid=26848/tid=26849] ppid=26846 vsize=520872 CPUtime=942.21 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 175208 0 0 0 94167 54 0 0 25 0 4 0 650499620 533372928 79641 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=520872 CPUtime=942.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 140985 0 0 0 94160 49 0 0 25 0 4 0 650499620 533372928 79641 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=520872 CPUtime=942.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 169812 0 0 0 94178 50 0 0 25 0 4 0 650499620 533372928 79641 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.34
Current children cumulated vsize (KiB) 520872

[startup+1002.3 s]
/proc/loadavg: 8.01 7.90 6.56 9/392 26951
/proc/meminfo: memFree=26329672/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=508000 CPUtime=3996.57 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 651228 0 0 0 399452 205 0 0 25 0 4 0 650499620 520192000 85248 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 127000 85248 393 112 0 121965 0
[pid=26848/tid=26849] ppid=26846 vsize=508000 CPUtime=1002.21 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 179161 0 0 0 100166 55 0 0 25 0 4 0 650499620 520192000 85248 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=508000 CPUtime=1002.1 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 148263 0 0 0 100158 52 0 0 25 0 4 0 650499620 520192000 85248 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=508000 CPUtime=1002.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 176118 0 0 0 100176 52 0 0 25 0 4 0 650499620 520192000 85248 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.57
Current children cumulated vsize (KiB) 508000

[startup+1062.3 s]
/proc/loadavg: 8.04 7.93 6.65 9/392 26953
/proc/meminfo: memFree=26319228/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=521444 CPUtime=4235.81 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 663774 0 0 0 423369 212 0 0 25 0 4 0 650499620 533958656 87249 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 130361 87249 393 112 0 125326 0
[pid=26848/tid=26849] ppid=26846 vsize=521444 CPUtime=1062.21 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 179161 0 0 0 106166 55 0 0 25 0 4 0 650499620 533958656 87249 33554432000 4194304 4650419 140736944455168 18446744073709551615 4540566 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=521444 CPUtime=1062.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 152936 0 0 0 106155 54 0 0 25 0 4 0 650499620 533958656 87249 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=521444 CPUtime=1062.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 180218 0 0 0 106174 54 0 0 25 0 4 0 650499620 533958656 87249 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.81
Current children cumulated vsize (KiB) 521444

[startup+1122.3 s]
/proc/loadavg: 8.05 7.95 6.74 9/392 26954
/proc/meminfo: memFree=26342512/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=508344 CPUtime=4475.08 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 684685 0 0 0 447287 221 0 0 25 0 4 0 650499620 520544256 86806 33554432000 4194304 4650419 140736944455168 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 127086 86806 393 112 0 122051 0
[pid=26848/tid=26849] ppid=26846 vsize=508344 CPUtime=1122.21 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 183231 0 0 0 112164 57 0 0 25 0 4 0 650499620 520544256 86806 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=508344 CPUtime=1122.09 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 159467 0 0 0 112152 57 0 0 25 0 4 0 650499620 520544256 86806 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=508344 CPUtime=1122.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 187100 0 0 0 112171 57 0 0 25 0 4 0 650499620 520544256 86806 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365390 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.08
Current children cumulated vsize (KiB) 508344

[startup+1182.3 s]
/proc/loadavg: 8.09 7.99 6.83 9/392 26956
/proc/meminfo: memFree=26281848/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=587496 CPUtime=4714.34 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 709770 0 0 0 471202 232 0 0 25 0 4 0 650499620 601595904 98267 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 146874 98267 393 112 0 141839 0
[pid=26848/tid=26849] ppid=26846 vsize=587496 CPUtime=1182.21 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 189657 0 0 0 118162 59 0 0 25 0 4 0 650499620 601595904 98267 33554432000 4194304 4650419 140736944455168 18446744073709551615 4313327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=587496 CPUtime=1182.1 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 166684 0 0 0 118150 60 0 0 25 0 4 0 650499620 601595904 98267 33554432000 4194304 4650419 140736944455168 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=587496 CPUtime=1182.28 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 191397 0 0 0 118167 61 0 0 25 0 4 0 650499620 601595904 98267 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.34
Current children cumulated vsize (KiB) 587496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.11 8.00 6.86 9/392 26957
/proc/meminfo: memFree=26289652/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=573808 CPUtime=4800.1 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 714182 0 0 0 479777 233 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 143452 91646 393 112 0 138417 0
[pid=26848/tid=26849] ppid=26846 vsize=573808 CPUtime=1203.73 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 190612 0 0 0 120313 60 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=573808 CPUtime=1203.61 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 167434 0 0 0 120301 60 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=573808 CPUtime=1203.79 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 192562 0 0 0 120318 61 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 573808

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

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

[startup+1203.8 s]
/proc/loadavg: 8.11 8.00 6.86 9/392 26957
/proc/meminfo: memFree=26289652/32950928 swapFree=44388876/67111528
[pid=26848] ppid=26846 vsize=573808 CPUtime=4800.1 cores=0,2,4,6
/proc/26848/stat : 26848 (strangenight1-m) R 26846 26848 26816 0 -1 4202496 714182 0 0 0 479777 233 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26848/statm: 143452 91646 393 112 0 138417 0
[pid=26848/tid=26849] ppid=26846 vsize=573808 CPUtime=1203.73 cores=0,2,4,6
/proc/26848/task/26849/stat : 26849 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 190612 0 0 0 120313 60 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26848/tid=26850] ppid=26846 vsize=573808 CPUtime=1203.61 cores=0,2,4,6
/proc/26848/task/26850/stat : 26850 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 167434 0 0 0 120301 60 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26848/tid=26851] ppid=26846 vsize=573808 CPUtime=1203.79 cores=0,2,4,6
/proc/26848/task/26851/stat : 26851 (strangenight1-m) R 26846 26848 26816 0 -1 4202560 192562 0 0 0 120318 61 0 0 25 0 4 0 650499620 587579392 91646 33554432000 4194304 4650419 140736944455168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 573808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.84
CPU time (s): 4800.15
CPU user time (s): 4797.8
CPU system time (s): 2.35364
CPU usage (%): 398.738
Max. virtual memory (cumulated for all children) (KiB): 587496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.8
system time used= 2.35364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 714183
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= 124
involuntary context switches= 23466

runsolver used 4.29135 second user time and 10.3604 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 18:03:29
IDJOB=3369251
IDBENCH=20442
IDSOLVER=1846
FILE ID=node126/3369251-1305389009
RUNJOBID= node126-1305389009-26834
PBS_JOBID= 13324434
Free space on /tmp= 73324 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT07/crafted/spence/hard/s113-100.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369251-1305389009/watcher-3369251-1305389009 -o /tmp/evaluation-result-3369251-1305389009/solver-3369251-1305389009 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369251-1305389009.cnf

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

MD5SUM BENCH= 346cb413e25976ab9ce2952e1d53c865
RANDOM SEED=1078895471

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27091244 kB
Buffers:        247492 kB
Cached:        2399824 kB
SwapCached:      92524 kB
Active:         685848 kB
Inactive:      4922852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27091244 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            6680 kB
Writeback:           0 kB
AnonPages:     2881848 kB
Mapped:          14680 kB
Slab:           108408 kB
PageTables:      75344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88089576 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= 73312 MiB
End job on node126 at 2011-05-14 18:23:35