Trace number 3400694

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-2-mt (fixed)? (TO) 160004 5008.28

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark140865
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 32 threads
0.00/0.05	c This is CryptoMiniSat 3.0.0
0.00/0.05	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	c Reading file 'HOME/instance-3400694-1306340202.cnf'
1.60/0.10	c -- header says num vars:           1430
1.60/0.10	c -- header says num clauses:       87044
6.11/0.60	c -- clauses added:            0 learnts,        87044 normals,            0 xors
6.11/0.60	c -- vars added       1430
6.11/0.60	c Parsing time:  0.07 s
6.11/0.60	c  N st     0         0      1430     84675      2369         0    258924         0   no data   no data
39.85/1.80	c asymm  cl-useful: 0/13768/84675 lits-rem:0 time: 1.19
43.08/1.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  157 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
45.67/1.98	c Replacing      157 vars Replaced    39311 lits Time:     0.06 s 
51.47/2.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.47/2.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
51.47/2.58	c subs with bin:     3582  lits-rem:         0  v-fix:    0  time:  0.03 s
52.69/2.61	c Subs w/ non-existent bins:   3429 l-rem:      0 v-fix:     0 done:   1273 time:  0.03 s
52.69/2.62	c Removed useless bin:       0  fixed:     0  props:   0.71M  time:  0.01 s
64.89/3.13	c lits-rem:         0  cl-subs:        0  v-elim:    379  v-fix:    0  time:  0.40 s
64.89/3.13	c Finding binary XORs  T:     0.00 s  found:       0
64.89/3.18	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
64.89/3.18	c calculated reachability. Time: 0.00
64.89/3.19	c Calc default polars -  time:   0.00 s pos:     477 undec:     603 neg:     350
64.89/3.19	c =========================================================================================
64.89/3.19	c types(t): F = full restart, N = normal restart
64.89/3.19	c types(t): S = simplification begin/end, E = solution found
64.89/3.19	c restart types(rt): st = static, dy = dynamic
64.89/3.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
64.89/3.19	c  B st     0         0       894     77218      2168         0    236442         0   no data   no data
86.31/3.87	c  N dy     9      4070       894     77218      2168      3987    236442    244249     13.26     14.07
102.66/4.39	c  N dy    27      8222       894     77218      2168      8083    236442    485903     13.32     14.06
121.11/4.96	c  N dy    33     12391       894     77218      2168     12177    236442    713383     12.45     13.13
140.91/5.59	c  N dy    59     16417       894     77218      2168     16169    236442    992530     13.22     15.23
162.50/6.20	c  N dy    73     20441       894     77218      2168     10296    236442    503924     13.27     14.02
178.45/6.77	c  F st    82     25001       894     77218      2168     14788    236442    790865     13.02     12.32
178.45/6.79	c  N st    82     25001       894     77218      2168     14788    236442    790865     13.02     12.32
204.04/7.56	c  N dy    88     30000       894     77218      2168     19702    236442   1104061     13.02   no data
204.04/7.56	c  S st    88     30000       894     77218      2168     19702    236442   1104061     13.02   no data
207.83/7.70	c  S st    88     30505       894     77218      2168     20206    236442   1126654     13.02   no data
207.83/7.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
211.06/7.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.08
213.62/7.81	c blocked clauses removed:        0 vars:      0 tried:         894 T: 0.00 s
213.62/7.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.62/7.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.62/7.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
213.62/7.83	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
213.62/7.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
226.41/8.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
334.91/11.65	c lits-rem:       151  cl-subs:      176  v-elim:      0  v-fix:    0  time:  3.37 s
344.51/12.00	c asymm  cl-useful: 0/2888/77218 lits-rem:0 time: 0.35
344.51/12.01	c calculated reachability. Time: 0.00
344.51/12.01	c  N dy    88     30505       894     77218      2168     20030    236442   1117961     13.02   no data
376.47/12.99	c  N dy   108     35746       894     77218      2168     25236    236442   1486598     13.06     13.83
408.38/14.00	c  N dy   125     39816       894     77218      2168     29225    236442   1708572     13.01     16.13
446.66/15.12	c  N dy   146     45486       894     77218      2168     19528    236442    929599     13.05     13.79
446.66/15.18	c  S st   149     45759       894     77218      2168     19801    236442    949337     13.07   no data
449.85/15.29	c  S st   149     46263       894     77218      2168     20305    236442    973030     13.07   no data
449.85/15.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
453.67/15.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.08
453.67/15.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
453.67/15.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.67/15.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.67/15.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
456.87/15.42	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
456.87/15.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
465.83/15.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
504.18/16.99	c lits-rem:        49  cl-subs:      208  v-elim:      0  v-fix:    0  time:  1.23 s
507.37/17.00	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
507.37/17.04	c vivif2 --  cl tried    20097 cl shrink     3003 lits rem      14891 time: 0.04
516.97/17.39	c asymm  cl-useful: 0/2444/77218 lits-rem:0 time: 0.35
520.17/17.40	c calculated reachability. Time: 0.00
520.17/17.40	c  N dy   149     46263       894     77218      2168     20097    236442    952623     13.07   no data
545.72/18.20	c  N dy   165     50288       894     77218      2168     24043    236442   1210219     13.08     20.76
571.27/19.02	c  N dy   184     54322       894     77218      2168     28015    236442   1488228     13.16     16.64
612.82/20.32	c  N dy   200     61378       894     77218      2168     34985    236442   1947637     13.07     13.82
657.57/21.71	c  N dy   213     65920       894     77218      2168     20872    236442    805876     13.01     14.21
683.13/22.51	c  S st   216     69396       894     77218      2168     24207    236442    928003     12.89     10.17
686.33/22.66	c  S st   216     69897       894     77218      2168     24708    236442    949732     12.89   no data
686.33/22.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
689.52/22.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.07
689.52/22.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
689.52/22.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
689.52/22.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
689.52/22.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
689.52/22.78	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
692.71/22.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
699.73/23.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.21 s
747.03/24.57	c lits-rem:       433  cl-subs:     1116  v-elim:      0  v-fix:    0  time:  1.49 s
747.03/24.58	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
750.22/24.61	c vivif2 --  cl tried    23592 cl shrink     1634 lits rem       5950 time: 0.03
759.83/24.96	c asymm  cl-useful: 0/3782/77218 lits-rem:0 time: 0.36
759.83/24.97	c calculated reachability. Time: 0.00
759.83/24.97	c  N dy   216     69897       894     77218      2168     23592    236442    925346     12.89   no data
805.18/26.42	c  N dy   218     75408       894     77218      2168     28742    236442   1020127     12.69     13.66
849.30/27.79	c  N dy   221     81181       894     77218      2168     34186    236442   1150155     12.48     13.22
890.77/29.09	c  N dy   243     87284       894     77218      2168     40111    236442   1459292     12.51     13.19
893.97/29.15	c  F st   246     87500       894     77218      2168     40327    236442   1476489     12.51   no data
925.93/30.10	c  N dy   254     93024       894     77218      2168     25605    236442    987179     12.51     13.18
964.28/31.30	c  N dy   277     99057       894     77218      2168     31549    236442   1365140     12.49     13.17
1005.84/32.69	c  S st   312    104847       894     77218      2168     37262    236442   1737203     12.59   no data
1012.24/32.88	c  S st   312    105351       894     77218      2168     37765    236442   1759969     12.59   no data
1012.24/32.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1019.26/33.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.14
1019.26/33.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1019.26/33.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1019.26/33.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1019.26/33.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
1019.26/33.07	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
1021.81/33.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1044.20/33.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.66 s
1262.18/40.67	c lits-rem:       113  cl-subs:     1305  v-elim:      0  v-fix:    0  time:  6.77 s
1262.18/40.68	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
1265.35/40.77	c vivif2 --  cl tried    36460 cl shrink     6493 lits rem      49229 time: 0.09
1277.50/41.13	c asymm  cl-useful: 0/2332/77218 lits-rem:0 time: 0.36
1277.50/41.14	c calculated reachability. Time: 0.00
1277.50/41.14	c  N dy   312    105351       894     77218      2168     36460    236442   1692161     12.59   no data
1332.45/42.90	c  N dy   328    113210       894     77218      2168     22258    236442    798613     12.49     13.21
1376.55/44.24	c  N dy   360    120446       894     77218      2168     29370    236442   1247453     12.53     16.55
1443.61/46.40	c  N dy   408    129773       894     77218      2168     38557    236442   1837737     12.62     13.34
1539.52/49.40	c  N dy   440    139406       894     77218      2168     24704    236442    771684     12.58     13.35
1606.64/51.41	c  N dy   471    148389       894     77218      2168     33362    236442   1217450     12.57     20.68
1680.17/53.81	c  N dy   525    158026       894     77218      2168     42860    236442   1820933     12.65     10.53
1680.17/53.81	c  S st   525    158026       894     77218      2168     42860    236442   1820933     12.65     10.53
1689.74/54.02	c  S st   525    158527       894     77218      2168     43361    236442   1846692     12.65   no data
1689.74/54.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1696.08/54.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.16
1696.08/54.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1696.08/54.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1696.08/54.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1696.08/54.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
1696.08/54.25	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
1696.08/54.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1722.28/55.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.69 s
1993.35/63.50	c lits-rem:       561  cl-subs:     2125  v-elim:      0  v-fix:    0  time:  8.40 s
1993.35/63.51	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
1993.35/63.60	c vivif2 --  cl tried    41236 cl shrink     6055 lits rem      36397 time: 0.08
2006.10/63.95	c asymm  cl-useful: 0/1733/77218 lits-rem:0 time: 0.36
2006.10/63.96	c calculated reachability. Time: 0.00
2006.10/63.96	c  N dy   525    158527       894     77218      2168     41236    236442   1773196     12.65   no data
2066.84/65.87	c Finding binary XORs  T:     0.00 s  found:       0
2101.97/66.98	c  N dy   589    168669       894     77218      2235     26980    236442    952348     12.79     19.84
2172.29/69.12	c  N dy   612    179633       894     77218      2235     37718    236442   1586111     12.70     13.40
2296.78/73.02	c  N dy   648    191888       894     77218      2235     49525    236442   2127305     12.67     13.37
2383.06/75.79	c  N dy   695    204151       894     77218      2235     36308    236442   1550214     12.67     13.51
2504.52/79.59	c  N dy   776    217232       894     77218      2235     49191    236442   2417062     12.85     18.43
2619.60/83.17	c  N dy   846    231112       894     77218      2235     36460    236442   1554689     12.99     19.41
2686.72/85.27	c  S st   880    237790       894     77218      2235     43020    236442   1996796     13.05     11.02
2696.32/85.55	c  S st   880    238295       894     77218      2235     43525    236442   2015402     13.05   no data
2696.32/85.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2703.30/85.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.21
2703.30/85.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2703.30/85.80	c bin-w-bin subsume rem           67 bins  time:  0.00 s
2703.30/85.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2703.30/85.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2706.53/85.82	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
2706.53/85.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2738.49/86.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.84 s
2987.78/94.66	c lits-rem:        73  cl-subs:      434  v-elim:      0  v-fix:    0  time:  7.83 s
2987.78/94.68	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
2990.33/94.75	c vivif2 --  cl tried    43091 cl shrink     4621 lits rem      26288 time: 0.08
3003.13/95.10	c asymm  cl-useful: 0/3279/77218 lits-rem:0 time: 0.35
3003.13/95.11	c calculated reachability. Time: 0.00
3003.13/95.11	c  N dy   880    238295       894     77218      2168     43091    236442   1976571     13.05   no data
3163.54/100.13	c  N dy   963    254931       894     77218      2168     32003    236442   1161696     13.12     14.04
3281.16/103.90	c  N dy   980    271608       894     77218      2168     48212    236442   2154226     12.96     13.69
3431.41/108.53	c  N dy  1053    289317       894     77218      2168     37199    236442   1441352     13.00     13.77
3565.65/112.70	c  F st  1092    306250       894     77218      2168     53660    236442   2435520     12.93      8.10
3582.22/113.26	c  N st  1096    308282       894     77218      2168     55667    236442   2587085     12.93   no data
3747.76/118.47	c  N dy  1176    328135       894     77218      2168     45805    236442   1939848     12.99     13.69
3955.36/124.90	c  N dy  1226    348153       894     77218      2168     34937    236442   1195388     12.91     13.67
4022.49/127.03	c  S st  1247    357442       894     77218      2168     43998    236442   1773310     12.90     10.68
4028.89/127.24	c  S st  1247    357946       894     77218      2168     44501    236442   1798137     12.90   no data
4028.89/127.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4035.28/127.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.15
4035.28/127.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4035.28/127.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4035.28/127.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4035.28/127.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
4035.28/127.45	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
4035.28/127.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4054.46/128.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.46 s
4185.48/132.12	c lits-rem:       259  cl-subs:      637  v-elim:      0  v-fix:    0  time:  4.05 s
4185.48/132.13	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
4185.48/132.19	c vivif2 --  cl tried    43864 cl shrink     3826 lits rem      25083 time: 0.06
4198.27/132.55	c asymm  cl-useful: 0/2278/77218 lits-rem:0 time: 0.35
4198.27/132.56	c calculated reachability. Time: 0.00
4198.27/132.56	c  N dy  1247    357946       894     77218      2168     43864    236442   1760715     12.90   no data
4409.17/139.14	c  N dy  1354    378461       894     77218      2168     32754    236442   1064746     13.00     13.71
4584.91/144.61	c  N dy  1454    398481       894     77218      2168     52473    236442   2437547     13.10     19.95
4763.91/150.30	c  N dy  1507    418548       894     77218      2168     39751    236442   1485907     13.08     16.46
4965.21/156.50	c  N dy  1608    438604       894     77218      2168     59527    236442   2847768     13.15     20.72
5147.41/162.25	c  N dy  1668    459234       894     77218      2168     46342    236442   1943537     13.12     14.01
5348.72/168.58	c  N dy  1750    479843       894     77218      2168     66656    236442   3406892     13.16     13.90
5550.74/174.84	c  N dy  1875    500127       894     77218      2168     52284    236442   2409064     13.28     14.08
5895.04/185.60	c  N dy  1905    523908       894     77218      2168     39752    236442   1244607     13.19     13.96
6000.52/188.94	c  S st  1946    536921       894     77218      2168     52433    236442   2027076     13.19   no data
6007.51/189.21	c  S st  1946    537427       894     77218      2168     52938    236442   2051062     13.19   no data
6010.74/189.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6016.50/189.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.18
6016.50/189.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6016.50/189.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
6016.50/189.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6016.50/189.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
6016.50/189.45	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
6019.69/189.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
6038.75/190.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.54 s
6243.22/196.56	c lits-rem:       529  cl-subs:     2338  v-elim:      0  v-fix:    0  time:  6.37 s
6243.22/196.57	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
6246.42/196.64	c vivif2 --  cl tried    50600 cl shrink     4186 lits rem      21375 time: 0.08
6256.64/196.98	c asymm  cl-useful: 0/1868/77218 lits-rem:0 time: 0.34
6256.64/196.99	c calculated reachability. Time: 0.00
6256.64/196.99	c  N dy  1946    537427       894     77218      2168     50600    236442   1987168     13.19   no data
6508.40/204.87	c  N dy  2051    558399       894     77218      2168     71309    236442   3469962     13.25     14.02
6751.13/212.47	c  N dy  2135    580518       894     77218      2168     56622    236442   2295077     13.26     14.28
6977.85/219.58	c  N dy  2228    600603       894     77218      2168     39276    236442   1397957     13.30     17.50
7182.28/225.99	c  N dy  2315    620686       894     77218      2168     58956    236442   2694771     13.32     20.25
7444.18/234.19	c  N dy  2403    640736       894     77218      2168     40525    236442   1448631     13.35     16.63
7655.12/240.80	c  N dy  2474    663074       894     77218      2168     62422    236442   2864882     13.35     14.11
7894.75/248.23	c  N dy  2528    683103       894     77218      2168     42852    236442   1620533     13.33     22.65
8137.64/255.87	c  N dy  2598    707159       894     77218      2168     66377    236442   3143423     13.31     14.23
8425.33/264.81	c  N dy  2678    730203       894     77218      2168     48786    236442   1922019     13.33     14.06
8658.64/272.10	c  N dy  2767    750286       894     77218      2168     68610    236442   3369484     13.37     29.33
8924.55/280.46	c  N dy  2866    770678       894     77218      2168     47360    236442   1777882     13.41     14.18
9128.52/286.89	c  N dy  2943    790713       894     77218      2168     66994    236442   3040748     13.42     14.17
9323.43/292.94	c  S st  2981    806140       894     77218      2168     81985    236442   3937626     13.39     13.19
9339.41/293.49	c  S st  2981    806642       894     77218      2168     82486    236442   3965014     13.39   no data
9342.60/293.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
9355.38/293.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.48
9358.58/294.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9358.58/294.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9358.58/294.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9358.58/294.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
9358.58/294.04	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
9361.74/294.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
9425.66/296.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.76 s
10017.65/314.65	c lits-rem:       229  cl-subs:     1461  v-elim:      0  v-fix:    0  time: 18.50 s
10017.65/314.66	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
10023.40/314.83	c vivif2 --  cl tried    81025 cl shrink     8964 lits rem      68256 time: 0.17
10033.00/315.11	c asymm  cl-useful: 0/891/77218 lits-rem:0 time: 0.28
10033.00/315.12	c calculated reachability. Time: 0.00
10033.00/315.12	c  N dy  2981    806642       894     77218      2168     81025    236442   3863387     13.39   no data
10266.27/322.40	c  N dy  3057    827167       894     77218      2168     59076    236442   2495400     13.41     14.25
10563.26/331.72	c  N dy  3173    847266       894     77218      2168     78816    236442   3850284     13.46     23.21
10799.79/339.16	c  N dy  3203    870284       894     77218      2168     58112    236442   2347577     13.40     14.19
11026.71/346.23	c  N dy  3246    891679       894     77218      2168     79051    236442   3706865     13.37     14.13
11234.37/352.80	c  N dy  3282    911761       894     77218      2168     54624    236442   2148217     13.34     20.74
11493.87/360.83	c  N dy  3330    931763       894     77218      2168     74081    236442   3293628     13.32     14.11
11771.96/369.60	c  N dy  3381    953896       894     77218      2168     50746    236442   1798458     13.30     14.00
12049.44/378.29	c  N dy  3485    973931       894     77218      2168     70475    236442   3199031     13.33     15.13
12369.66/388.26	c  N dy  3574    994821       894     77218      2168     90987    236442   4661870     13.35     14.11
12695.01/398.46	c  N dy  3625   1019332       894     77218      2168     68915    236442   3017304     13.32     14.14
13002.51/408.07	c  N dy  3715   1039400       894     77218      2168     88579    236442   4331032     13.33     18.11
13308.72/417.60	c  N dy  3745   1066274       894     77218      2168     67574    236442   2553543     13.27     13.97
13389.26/420.15	c  F st  3765   1071876       894     77218      2168     73018    236442   2827023     13.27     10.59
13583.42/426.24	c  N dy  3808   1086370       894     77218      2168     87217    236442   3750468     13.28     14.80
13851.81/434.66	c  N dy  3877   1107354       894     77218      2168     60062    236442   2341975     13.27     14.02
14152.26/444.01	c  N dy  3956   1127811       894     77218      2168     80104    236442   3689058     13.27     14.10
14532.56/455.93	c  N dy  4055   1149795       894     77218      2168     52840    236442   1860179     13.29     14.04
14801.06/464.32	c  N dy  4099   1174377       894     77218      2168     76780    236442   3441939     13.26     13.96
15117.41/474.20	c  N dy  4147   1194799       894     77218      2168     96759    236442   4752877     13.24     13.94
15306.00/480.13	c  S st  4196   1209964       894     77218      2168     61724    236442   2336836     13.24     12.87
15318.79/480.52	c  S st  4196   1210465       894     77218      2168     62224    236442   2356433     13.24   no data
15318.79/480.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15325.81/480.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.4M T:  0.25
15328.37/480.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15328.37/480.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15328.37/480.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15328.37/480.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
15328.37/480.83	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
15328.37/480.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
15353.95/481.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.61 s
15590.50/489.09	c lits-rem:       190  cl-subs:      798  v-elim:      0  v-fix:    0  time:  7.44 s
15593.70/489.10	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
15593.70/489.18	c vivif2 --  cl tried    61426 cl shrink     3236 lits rem      33339 time: 0.08
15603.88/489.52	c asymm  cl-useful: 0/2572/77218 lits-rem:0 time: 0.34
15607.11/489.53	c calculated reachability. Time: 0.00
15607.11/489.53	c  N dy  4196   1210465       894     77218      2168     61426    236442   2310176     13.24   no data
15868.56/497.76	c  N dy  4283   1231045       894     77218      2168     81488    236442   3635575     13.25     14.09
16201.62/508.13	c  N dy  4345   1251111       894     77218      2168    101173    236442   4909766     13.25     25.48
16459.79/516.23	c  N dy  4438   1271989       894     77218      2168     70889    236442   3067137     13.27     13.98
16779.39/526.23	c  N dy  4534   1292062       894     77218      2168     90555    236442   4414289     13.30     19.38
17080.18/535.64	c  N dy  4606   1312152       894     77218      2168     58319    236442   2123915     13.30     27.02
17348.06/544.00	c  N dy  4700   1332217       894     77218      2168     78065    236442   3548807     13.31     14.09
17635.72/553.02	c  N dy  4746   1352261       894     77218      2168     97546    236442   4817378     13.30     14.17
17942.56/562.62	c  N dy  4855   1372289       894     77218      2168     64319    236442   2477091     13.33     17.27
18188.63/570.34	c  N dy  4906   1394334       894     77218      2168     85778    236442   3904555     13.31     14.01
18560.06/582.00	c  N dy  4992   1415048       894     77218      2168    106089    236442   5316229     13.32     14.19
18792.70/589.23	c  N dy  5055   1435050       894     77218      2168     71790    236442   2889972     13.32     21.65
19122.54/599.60	c  N dy  5135   1458738       894     77218      2168     95049    236442   4520190     13.32     14.03
19474.10/610.52	c  N dy  5220   1479287       894     77218      2168     60393    236442   2200328     13.33     14.19
19755.40/619.35	c  N dy  5291   1501545       894     77218      2168     82203    236442   3692471     13.32     14.10
20221.47/633.97	c  N dy  5375   1524562       894     77218      2168    104534    236442   4995994     13.34     14.05
20509.07/642.97	c  N dy  5433   1544650       894     77218      2168     68414    236442   2655246     13.33     18.26
20835.09/653.19	c  N dy  5535   1564713       894     77218      2168     88117    236442   4027774     13.35     14.25
21212.24/664.95	c  N dy  5592   1585773       894     77218      2168    108583    236442   5349340     13.34     14.07
21503.13/674.03	c  N dy  5649   1606273       894     77218      2168     71961    236442   2841656     13.33     14.07
21812.76/683.71	c  N dy  5728   1626331       894     77218      2168     91553    236442   4159679     13.34     20.35
22208.38/696.22	c  N dy  5821   1646428       894     77218      2168    111256    236442   5494701     13.35     25.94
22540.51/706.51	c  N dy  5923   1668610       894     77218      2168     75323    236442   3067405     13.38     14.10
22895.29/717.69	c  N dy  6010   1691022       894     77218      2168     97206    236442   4503660     13.39     14.11
23256.45/728.93	c  S st  6081   1710468       894     77218      2168    116171    236442   5756995     13.39     12.59
23278.82/729.67	c  S st  6081   1710969       894     77218      2168    116670    236442   5784884     13.39   no data
23278.82/729.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
23298.01/730.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  0.60
23301.80/730.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23301.80/730.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23301.80/730.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23301.80/730.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
23301.80/730.35	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
23305.03/730.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
23387.47/733.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.20 s
24512.42/768.24	c lits-rem:       351  cl-subs:     2202  v-elim:      0  v-fix:    0  time: 35.22 s
24512.42/768.25	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
24518.83/768.50	c vivif2 --  cl tried   114468 cl shrink    13340 lits rem     125624 time: 0.24
24532.21/768.87	c asymm  cl-useful: 0/1183/77218 lits-rem:0 time: 0.38
24532.21/768.89	c calculated reachability. Time: 0.00
24532.21/768.89	c  N dy  6081   1710969       894     77218      2168    114468    236442   5612799     13.39   no data
24883.77/779.87	c  N dy  6180   1733858       894     77218      2168     78220    236442   3179032     13.40     14.73
25173.93/788.93	c  N dy  6242   1754354       894     77218      2168     98256    236442   4527425     13.39     14.12
25605.43/802.46	c  N dy  6309   1775692       894     77218      2168    119135    236442   5892336     13.39     14.25
25896.17/811.59	c  N dy  6399   1796470       894     77218      2168     79964    236442   3422249     13.40     14.29
26289.95/823.89	c  N dy  6515   1816521       894     77218      2168     99720    236442   4855626     13.43     19.54
26715.08/837.13	c  N dy  6598   1836684       894     77218      2168    119445    236442   6230328     13.43     14.14
27014.90/846.51	c  N dy  6677   1857447       894     77218      2168     78969    236442   3258658     13.44     14.33
27372.92/857.75	c  N dy  6756   1877507       894     77218      2168     98591    236442   4651969     13.45     18.45
27753.20/869.68	c  N dy  6812   1897607       894     77218      2168    118198    236442   5977682     13.44     16.51
28095.14/880.39	c  N dy  6902   1917657       894     77218      2168     76145    236442   2987577     13.45     16.95
28395.63/889.74	c  N dy  6984   1937753       894     77218      2168     95875    236442   4377212     13.46     14.78
28766.27/901.32	c  N dy  7042   1958222       894     77218      2168    115849    236442   5718059     13.46     14.25
29114.70/912.29	c  N dy  7096   1978253       894     77218      2168     72827    236442   2859518     13.45     14.18
29450.31/922.76	c  N dy  7156   1998275       894     77218      2168     92402    236442   4145378     13.45     14.25
29904.20/936.95	c  N dy  7263   2018311       894     77218      2168    112070    236442   5558150     13.46     14.28
30406.66/952.65	c  N dy  7374   2038643       894     77218      2168     68364    236442   2406687     13.48     14.23
30799.15/964.96	c  N dy  7471   2065124       894     77218      2168     94196    236442   4136311     13.48     14.52
31189.11/977.12	c  N dy  7531   2085143       894     77218      2168    113714    236442   5451507     13.48     25.18
31569.45/989.03	c  N dy  7567   2105624       894     77218      2168     69102    236442   2478696     13.46     14.18
31892.31/999.19	c  N dy  7658   2126271       894     77218      2168     89363    236442   3943060     13.47     14.36
32365.26/1013.90	c  N dy  7757   2146332       894     77218      2168    109065    236442   5382779     13.49     14.20
33026.68/1034.61	c  N dy  7813   2168562       894     77218      2168    130645    236442   6705103     13.48     14.41
33365.47/1045.26	c  N dy  7879   2190090       894     77218      2168     86165    236442   3506002     13.48     14.49
33778.40/1058.17	c  N dy  7980   2210415       894     77218      2168    106067    236442   4912168     13.49     14.30
33793.79/1058.64	c  S st  7986   2210969       894     77218      2168    106616    236442   4952463     13.49   no data
33819.35/1059.43	c  S st  7986   2211472       894     77218      2168    107118    236442   4978163     13.49   no data
33819.35/1059.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
33841.73/1060.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.6M T:  0.64
33841.73/1060.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33841.73/1060.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
33841.73/1060.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
33841.73/1060.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
33841.73/1060.15	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
33844.93/1060.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
33908.85/1062.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.76 s
34682.17/1086.40	c lits-rem:       277  cl-subs:     1504  v-elim:      0  v-fix:    0  time: 24.10 s
34682.17/1086.41	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
34688.57/1086.60	c vivif2 --  cl tried   105614 cl shrink     9054 lits rem      80709 time: 0.19
34698.14/1086.96	c asymm  cl-useful: 0/1148/77218 lits-rem:0 time: 0.36
34698.14/1086.97	c calculated reachability. Time: 0.00
34698.14/1086.97	c  N dy  7986   2211472       894     77218      2168    105614    236442   4867625     13.49   no data
35075.29/1098.82	c  N dy  8039   2231548       894     77218      2168    125082    236442   6194849     13.49     14.24
35423.70/1109.69	c  N dy  8100   2251637       894     77218      2168     78365    236442   3035216     13.48     14.33
35785.48/1120.96	c  N dy  8139   2272644       894     77218      2168     98648    236442   4241816     13.47     14.28
36267.48/1136.04	c  N dy  8247   2294347       894     77218      2168    119842    236442   5751935     13.48     14.21
36740.51/1150.85	c  N dy  8353   2314442       894     77218      2168     72253    236442   2617045     13.51     18.10
37088.93/1161.76	c  N dy  8441   2335661       894     77218      2168     92816    236442   3919144     13.51     14.31
37619.50/1178.34	c  N dy  8538   2364582       894     77218      2168    120974    236442   5798225     13.51     14.25
38047.81/1191.73	c  N dy  8614   2384624       894     77218      2168     72373    236442   2584817     13.51     20.04
38357.86/1201.42	c  N dy  8671   2404833       894     77218      2168     92046    236442   3913498     13.51     14.37
38754.04/1213.83	c  N dy  8728   2424904       894     77218      2168    111554    236442   5140951     13.50     20.04
39246.30/1229.21	c  N dy  8799   2444924       894     77218      2168    130888    236442   6368726     13.50     22.79
39645.80/1241.74	c  N dy  8872   2466243       894     77218      2168     82684    236442   3334148     13.50     14.21
39984.49/1252.33	c  N dy  8948   2487804       894     77218      2168    103632    236442   4724365     13.50     14.22
40431.95/1266.37	c  N dy  9009   2507984       894     77218      2168    123135    236442   5998472     13.50     14.22
40927.42/1281.89	c  N dy  9102   2528035       894     77218      2168     72716    236442   2572170     13.51     20.97
41259.85/1292.26	c  N dy  9143   2548892       894     77218      2168     92730    236442   3658018     13.50     14.48
41633.80/1303.98	c  N dy  9233   2569574       894     77218      2168    112881    236442   5053904     13.51     14.23
42100.50/1318.51	c  N dy  9336   2589627       894     77218      2168    132549    236442   6518496     13.52     18.85
42516.01/1331.55	c  N dy  9411   2609665       894     77218      2168     81013    236442   3037547     13.53     14.28
42829.27/1341.38	c  N dy  9450   2630588       894     77218      2168    101230    236442   4318892     13.52     14.47
43267.18/1355.06	c  N dy  9543   2650670       894     77218      2168    120802    236442   5709825     13.53     16.14
43810.57/1372.05	c  N dy  9630   2670768       894     77218      2168    140364    236442   7091479     13.53     14.32
44226.07/1385.09	c  N dy  9739   2690941       894     77218      2168     88247    236442   3619693     13.55     14.26
44593.68/1396.56	c  N dy  9797   2711473       894     77218      2168    108244    236442   4988860     13.54     10.04
44593.68/1396.56	c  S st  9797   2711473       894     77218      2168    108244    236442   4988860     13.54     10.04
44619.25/1397.32	c  S st  9797   2711981       894     77218      2168    108751    236442   5014600     13.54   no data
44619.25/1397.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
44638.44/1398.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.66
44642.26/1398.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44642.26/1398.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
44642.26/1398.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
44642.26/1398.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
44642.26/1398.05	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
44645.45/1398.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
44712.55/1400.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.80 s
45597.31/1427.95	c lits-rem:       214  cl-subs:     1202  v-elim:      0  v-fix:    0  time: 27.70 s
45597.31/1427.96	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
45603.71/1428.14	c vivif2 --  cl tried   107549 cl shrink     7881 lits rem      73052 time: 0.18
45616.50/1428.50	c asymm  cl-useful: 0/1053/77218 lits-rem:0 time: 0.36
45616.50/1428.51	c calculated reachability. Time: 0.00
45616.50/1428.51	c  N dy  9797   2711981       894     77218      2168    107549    236442   4915931     13.54   no data
46038.32/1441.70	c  N dy  9863   2732031       894     77218      2168    126992    236442   6203629     13.54     20.57
46540.77/1457.46	c  N dy  9941   2752083       894     77218      2168     73561    236442   2569928     13.54     17.90
46840.61/1466.85	c  N dy 10020   2772663       894     77218      2168     93509    236442   3820591     13.54     14.42
47240.17/1479.30	c  N dy 10126   2792821       894     77218      2168    113243    236442   5252136     13.56     14.28
47665.91/1492.69	c  N dy 10160   2813726       894     77218      2168    133376    236442   6508569     13.54     14.48
48119.16/1506.84	c  N dy 10216   2833743       894     77218      2168     78935    236442   2899275     13.54     26.62
48515.51/1519.30	c  N dy 10316   2853957       894     77218      2168     98654    236442   4253168     13.55     14.52
48943.82/1532.66	c  N dy 10352   2874064       894     77218      2168    118039    236442   5440931     13.54     14.46
49427.14/1547.75	c  N dy 10410   2894302       894     77218      2168    137606    236442   6632268     13.53     14.27
49954.50/1564.26	c  N dy 10501   2915198       894     77218      2168     83339    236442   3250398     13.54     14.36
50343.85/1576.43	c  N dy 10625   2936218       894     77218      2168    103896    236442   4673653     13.56     14.29
50752.99/1589.24	c  N dy 10690   2956246       894     77218      2168    123421    236442   5966432     13.56     14.62
51258.00/1605.03	c  N dy 10758   2978502       894     77218      2168    144999    236442   7369857     13.56     14.29
51677.34/1618.16	c  N dy 10829   2998564       894     77218      2168     88573    236442   3498033     13.55     14.63
52053.91/1630.00	c  N dy 10874   3019174       894     77218      2168    108577    236442   4791429     13.55     14.32
52475.83/1643.10	c  N dy 10966   3039186       894     77218      2168    128112    236442   6223998     13.56     20.71
52936.10/1657.51	c  N dy 11020   3059968       894     77218      2168    148268    236442   7578642     13.55     14.28
53303.65/1669.03	c  N dy 11083   3080187       894     77218      2168     90929    236442   3488089     13.55     14.27
53687.25/1681.09	c  N dy 11174   3101204       894     77218      2168    111392    236442   4918032     13.56     14.38
54086.76/1693.50	c  N dy 11251   3121250       894     77218      2168    130810    236442   6223845     13.56     14.28
54694.07/1712.59	c  N dy 11371   3141988       894     77218      2168    151113    236442   7632599     13.57     14.35
55128.73/1726.14	c  N dy 11471   3163111       894     77218      2168     93945    236442   3793777     13.58     14.32
55576.84/1740.15	c  N dy 11590   3184039       894     77218      2168    114346    236442   5258526     13.59     14.31
56097.21/1756.50	c  N dy 11701   3205262       894     77218      2168    135053    236442   6674845     13.60     14.36
56304.98/1762.92	c  S st 11748   3211984       894     77218      2168    141589    236442   7127565     13.61   no data
56340.15/1764.09	c  S st 11748   3212484       894     77218      2168    142089    236442   7148215     13.61   no data
56343.34/1764.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
56372.11/1765.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.0M T:  0.88
56372.11/1765.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56372.11/1765.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
56372.11/1765.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56372.11/1765.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
56372.11/1765.06	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
56375.31/1765.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
56477.60/1768.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.71 s
57967.66/1814.99	c lits-rem:       268  cl-subs:     2137  v-elim:      0  v-fix:    0  time: 46.64 s
57967.66/1815.00	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
57979.85/1815.33	c vivif2 --  cl tried   139952 cl shrink    14353 lits rem     150385 time: 0.32
57992.64/1815.71	c asymm  cl-useful: 0/791/77218 lits-rem:0 time: 0.38
57992.64/1815.73	c calculated reachability. Time: 0.00
57992.64/1815.73	c  N dy 11748   3212484       894     77218      2168    139952    236442   6950506     13.61   no data
58670.86/1836.94	c  N dy 11828   3233921       894     77218      2168     81987    236442   3013518     13.61     14.35
59073.02/1849.55	c  N dy 11944   3254475       894     77218      2168    102145    236442   4558699     13.62     14.38
59574.83/1865.27	c  N dy 12046   3276237       894     77218      2168    123387    236442   6084923     13.63     14.39
60140.42/1882.91	c  N dy 12148   3296311       894     77218      2168    142902    236442   7448343     13.64     20.16
60789.23/1903.20	c  N dy 12271   3316372       894     77218      2168     82638    236442   3014059     13.66     14.43
61156.82/1914.72	c  N dy 12358   3336422       894     77218      2168    102122    236442   4429967     13.67     21.15
61610.68/1928.97	c  N dy 12418   3356436       894     77218      2168    121534    236442   5734189     13.66     27.47
62189.87/1947.07	c  N dy 12512   3377605       894     77218      2168    142125    236442   7207922     13.67     14.39
62847.69/1967.69	c  N dy 12589   3398685       894     77218      2168     81803    236442   2918307     13.67     14.42
63333.54/1982.80	c  N dy 12688   3424645       894     77218      2168    106931    236442   4736972     13.67     14.46
63835.39/1998.59	c  N dy 12803   3445079       894     77218      2168    126912    236442   6220567     13.69     14.47
64340.36/2014.36	c  N dy 12878   3465162       894     77218      2168    146404    236442   7618102     13.69     14.48
64918.95/2032.43	c  N dy 12945   3485251       894     77218      2168     84153    236442   3050993     13.69     15.69
65321.68/2045.00	c  N dy 13045   3507190       894     77218      2168    105511    236442   4612656     13.70     14.43
65855.46/2061.72	c  N dy 13122   3530318       894     77218      2168    127965    236442   6218153     13.70     14.49
66424.41/2079.57	c  N dy 13214   3552277       894     77218      2168    149267    236442   7765051     13.70     14.76
67073.90/2099.84	c  N dy 13320   3572295       894     77218      2168     86208    236442   3214601     13.72     14.45
67428.71/2110.93	c  N dy 13407   3592356       894     77218      2168    105699    236442   4580975     13.72     19.18
67853.14/2124.29	c  N dy 13475   3612423       894     77218      2168    125148    236442   5905895     13.72     14.58
68460.47/2143.25	c  N dy 13582   3633661       894     77218      2168    145779    236442   7390428     13.73     14.68
69202.02/2166.46	c  N dy 13685   3654835       894     77218      2168    166345    236442   8861239     13.74     14.47
69627.11/2179.71	c  N dy 13783   3674867       894     77218      2168    102284    236442   4365359     13.75     21.97
70116.17/2195.04	c  N dy 13881   3694969       894     77218      2168    121797    236442   5737796     13.76     19.63
70602.00/2210.22	c  S st 13972   3712486       894     77218      2168    138809    236442   6975754     13.76   no data
70633.95/2211.22	c  S st 13972   3712990       894     77218      2168    139312    236442   7000113     13.76   no data
70633.95/2211.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
70663.36/2212.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.2M T:  0.91
70663.36/2212.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
70663.36/2212.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
70663.36/2212.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
70665.91/2212.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
70665.91/2212.22	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
70669.11/2212.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
70758.62/2215.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.46 s
72391.95/2266.24	c lits-rem:       344  cl-subs:     2047  v-elim:      0  v-fix:    0  time: 51.04 s
72391.95/2266.25	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
72401.55/2266.54	c vivif2 --  cl tried   137265 cl shrink    11233 lits rem     132828 time: 0.29
72414.34/2266.91	c asymm  cl-useful: 0/705/77218 lits-rem:0 time: 0.37
72414.34/2266.92	c calculated reachability. Time: 0.00
72414.34/2266.92	c  N dy 13972   3712990       894     77218      2168    137265    236442   6827204     13.76   no data
73146.29/2289.86	c  N dy 14041   3734226       894     77218      2168    157864    236442   8119933     13.76     14.53
73683.92/2306.72	c  F st 14087   3751562       894     77218      2168     90042    236442   3179878     13.76     10.71
73740.83/2308.50	c  N st 14092   3754860       894     77218      2168     93240    236442   3432654     13.76   no data
74073.88/2318.83	c  N dy 14129   3774878       894     77218      2168    112587    236442   4663961     13.75     17.14
74511.06/2332.55	c  N dy 14220   3794960       894     77218      2168    132175    236442   6068367     13.76     19.11
75032.04/2348.86	c  N dy 14311   3814989       894     77218      2168    151653    236442   7525127     13.76     17.69
75706.51/2369.90	c  N dy 14423   3836941       894     77218      2168     87622    236442   3208336     13.77     14.55
76090.07/2381.90	c  N dy 14528   3857034       894     77218      2168    107253    236442   4519526     13.78     22.97
76550.33/2396.34	c  N dy 14603   3877080       894     77218      2168    126584    236442   5772929     13.78     14.56
77084.09/2413.03	c  N dy 14688   3897220       894     77218      2168    146071    236442   7062365     13.79     14.53
77742.50/2433.70	c  N dy 14778   3918870       894     77218      2168    167065    236442   8560527     13.79     14.56
78187.44/2447.56	c  N dy 14839   3939091       894     77218      2168    100260    236442   4116123     13.79     14.54
78595.94/2460.33	c  N dy 14916   3959471       894     77218      2168    120096    236442   5488392     13.79     14.67
79129.68/2477.06	c  N dy 15032   3979526       894     77218      2168    139674    236442   6901007     13.80     14.53
79766.33/2496.97	c  N dy 15117   4002300       894     77218      2168    161837    236442   8440853     13.81     14.56
80341.07/2514.96	c  N dy 15190   4022730       894     77218      2168     94124    236442   3631586     13.81     14.58
80743.82/2527.55	c  N dy 15268   4042903       894     77218      2168    113696    236442   5018169     13.81     14.75
81290.41/2544.64	c  N dy 15346   4065703       894     77218      2168    135751    236442   6592913     13.81     14.54
81824.20/2561.37	c  N dy 15396   4086141       894     77218      2168    155589    236442   7957387     13.81     14.54
82604.03/2585.79	c  N dy 15458   4108849       894     77218      2168     89382    236442   3319755     13.80     14.59
82984.41/2597.69	c  N dy 15536   4128922       894     77218      2168    108795    236442   4598272     13.80     21.16
83505.38/2613.99	c  N dy 15665   4149653       894     77218      2168    129044    236442   6131401     13.82     14.59
83972.10/2628.52	c  N dy 15723   4169670       894     77218      2168    148472    236442   7541858     13.82     25.53
84624.09/2648.95	c  N dy 15837   4189745       894     77218      2168    168008    236442   8927752     13.83     14.84
85231.36/2667.91	c  N dy 15927   4209816       894     77218      2168     98097    236442   3760860     13.84     19.80
85286.34/2669.71	c  S st 15939   4212991       894     77218      2168    101186    236442   3993047     13.84     10.00
85304.88/2670.27	c  S st 15939   4213494       894     77218      2168    101689    236442   4017686     13.84   no data
85308.09/2670.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
85324.70/2670.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.3M T:  0.59
85327.25/2670.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85327.25/2670.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
85327.25/2670.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
85327.25/2670.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
85327.25/2670.94	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
85330.45/2671.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
85372.01/2672.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.10 s
85682.04/2682.03	c lits-rem:       260  cl-subs:     1148  v-elim:      0  v-fix:    0  time:  9.66 s
85682.04/2682.04	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
85685.23/2682.16	c vivif2 --  cl tried   100541 cl shrink     2871 lits rem      20865 time: 0.11
85694.84/2682.48	c asymm  cl-useful: 0/737/77218 lits-rem:0 time: 0.32
85694.84/2682.49	c calculated reachability. Time: 0.00
85694.84/2682.49	c  N dy 15939   4213494       894     77218      2168    100541    236442   3978144     13.84   no data
86056.02/2693.77	c  N dy 15969   4233563       894     77218      2168    119836    236442   5229209     13.83     15.11
86599.40/2710.79	c  N dy 16074   4254584       894     77218      2168    140275    236442   6744449     13.83     14.58
87225.85/2730.38	c  N dy 16120   4275304       894     77218      2168    160146    236442   7767429     13.83     14.65
87891.35/2751.13	c  N dy 16224   4295520       894     77218      2168    179830    236442   9155908     13.84     14.59
88383.61/2766.57	c  N dy 16334   4315561       894     77218      2168    109277    236442   4663961     13.85     19.04
88830.46/2780.51	c  N dy 16409   4335657       894     77218      2168    128801    236442   6028627     13.85     20.93
89345.10/2796.68	c  N dy 16494   4355837       894     77218      2168    148259    236442   7328487     13.85     14.65
89892.28/2813.75	c  N dy 16544   4375906       894     77218      2168    167643    236442   8668436     13.85     14.64
90498.97/2832.70	c  N dy 16637   4395914       894     77218      2168     95984    236442   3729309     13.85     23.37
90908.13/2845.59	c  N dy 16713   4416863       894     77218      2168    116278    236442   5122801     13.85     14.61
91422.71/2861.63	c  N dy 16781   4438498       894     77218      2168    137229    236442   6493894     13.86     14.67
91892.59/2876.31	c  N dy 16833   4458567       894     77218      2168    156527    236442   7824479     13.85     25.07
92458.94/2894.04	c  N dy 16904   4478598       894     77218      2168    175910    236442   9194469     13.86     14.59
93033.69/2912.01	c  N dy 17005   4498599       894     77218      2168    103314    236442   4192884     13.86     22.42
93465.15/2925.59	c  N dy 17101   4518615       894     77218      2168    122728    236442   5557472     13.87     31.64
94021.32/2942.97	c  N dy 17205   4538834       894     77218      2168    142284    236442   6980950     13.88     14.67
94638.82/2962.28	c  N dy 17308   4558988       894     77218      2168    161810    236442   8403168     13.89     14.64
95328.60/2983.80	c  N dy 17414   4579043       894     77218      2168    181263    236442   9796372     13.90     35.98
95740.95/2996.76	c  N dy 17463   4599717       894     77218      2168    108202    236442   4550756     13.89     14.69
96162.85/3009.90	c  N dy 17534   4620801       894     77218      2168    128522    236442   5948182     13.89     14.77
96703.07/3026.89	c  N dy 17634   4640948       894     77218      2168    147904    236442   7343349     13.90     14.67
97323.14/3046.29	c  N dy 17705   4660997       894     77218      2168    167293    236442   8648607     13.90     23.26
98084.49/3070.07	c  N dy 17750   4681320       894     77218      2168    186869    236442   9699796     13.90     15.03
98547.37/3084.51	c  N dy 17803   4701330       894     77218      2168    112493    236442   4792253     13.89     18.82
98780.69/3091.84	c  S st 17825   4713494       894     77218      2168    124254    236442   5565996     13.89   no data
98812.66/3092.87	c  S st 17825   4713994       894     77218      2168    124751    236442   5595186     13.89   no data
98815.85/3092.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
98838.22/3093.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.9M T:  0.74
98838.22/3093.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98838.22/3093.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
98838.22/3093.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
98838.22/3093.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
98838.22/3093.69	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
98844.62/3093.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
98908.54/3095.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
99653.31/3119.13	c lits-rem:       331  cl-subs:     2002  v-elim:      0  v-fix:    0  time: 23.23 s
99653.31/3119.14	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
99659.70/3119.34	c vivif2 --  cl tried   122749 cl shrink     6831 lits rem      51924 time: 0.19
99669.91/3119.64	c asymm  cl-useful: 0/983/77218 lits-rem:0 time: 0.30
99669.91/3119.65	c calculated reachability. Time: 0.00
99669.91/3119.65	c  N dy 17825   4713994       894     77218      2168    122749    236442   5509994     13.89   no data
100235.01/3137.38	c  N dy 17946   4734047       894     77218      2168    142182    236442   6951840     13.90     14.69
100877.48/3157.41	c  N dy 18037   4754086       894     77218      2168    161532    236442   8267388     13.91     28.34
101638.66/3181.24	c  N dy 18161   4774104       894     77218      2168    180953    236442   9704361     13.92     21.23
102299.64/3201.92	c  N dy 18298   4794414       894     77218      2168    105986    236442   4445564     13.94     14.68
102779.08/3216.93	c  N dy 18392   4815774       894     77218      2168    126522    236442   5928641     13.94     14.74
103415.16/3236.80	c  N dy 18522   4835781       894     77218      2168    145993    236442   7398009     13.96     16.30
103984.16/3254.61	c  N dy 18601   4855839       894     77218      2168    165351    236442   8656107     13.96     26.88
104629.80/3274.81	c  N dy 18683   4876466       894     77218      2168    185293    236442  10114473     13.96     14.80
105179.52/3292.08	c  N dy 18763   4897826       894     77218      2168    110092    236442   4626438     13.96     14.70
105665.38/3307.26	c  N dy 18830   4917967       894     77218      2168    129532    236442   6034308     13.97     14.73
106371.80/3329.30	c  N dy 18933   4938249       894     77218      2168    149189    236442   7416217     13.97     14.74
107004.67/3349.11	c  N dy 18989   4958329       894     77218      2168    168529    236442   8872327     13.97     26.51
107861.92/3375.93	c  N dy 19107   4978426       894     77218      2168    187965    236442  10306932     13.98     19.15
108443.04/3394.17	c  N dy 19192   4998575       894     77218      2168    110914    236442   4628936     13.99     14.76
108871.34/3407.52	c  N dy 19274   5018647       894     77218      2168    130248    236442   6024081     13.99     15.27
109481.87/3426.63	c  N dy 19389   5038917       894     77218      2168    149832    236442   7480601     14.00     14.75
110114.73/3446.45	c  N dy 19487   5058950       894     77218      2168    169135    236442   8764281     14.00     18.06
110715.64/3465.29	c  N dy 19566   5078961       894     77218      2168    188451    236442  10124318     14.01     17.15
111249.44/3481.94	c  N dy 19662   5099771       894     77218      2168    110964    236442   4698594     14.01     14.91
111652.13/3494.50	c  N dy 19728   5119845       894     77218      2168    130508    236442   6147577     14.01     21.54
112192.34/3511.46	c  N dy 19808   5139851       894     77218      2168    149794    236442   7501389     14.01     14.77
112854.57/3532.20	c  N dy 19912   5160978       894     77218      2168    170078    236442   8947440     14.02     14.86
113624.87/3556.31	c  N dy 20021   5181077       894     77218      2168    189554    236442  10358215     14.03     16.64
114164.42/3573.17	c  N dy 20117   5201665       894     77218      2168    110997    236442   4703752     14.03     14.85
114410.52/3580.83	c  S st 20162   5214000       894     77218      2168    122937    236442   5563332     14.03     11.07
114429.70/3581.49	c  S st 20162   5214501       894     77218      2168    123438    236442   5585679     14.03   no data
114433.53/3581.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
114461.67/3582.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.1M T:  0.94
114461.67/3582.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
114461.67/3582.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
114461.67/3582.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
114464.87/3582.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
114464.87/3582.51	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
114468.69/3582.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
114528.80/3584.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.66 s
115299.16/3608.62	c lits-rem:       270  cl-subs:      985  v-elim:      0  v-fix:    0  time: 24.03 s
115299.16/3608.63	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
115305.55/3608.81	c vivif2 --  cl tried   122453 cl shrink     5009 lits rem      56549 time: 0.17
115318.32/3609.24	c asymm  cl-useful: 0/1267/77218 lits-rem:0 time: 0.43
115318.32/3609.25	c calculated reachability. Time: 0.00
115318.32/3609.25	c  N dy 20162   5214501       894     77218      2168    122453    236442   5509371     14.03   no data
115848.92/3625.87	c  N dy 20229   5234525       894     77218      2168    141889    236442   6890566     14.04     19.94
116504.19/3646.38	c  N dy 20309   5254546       894     77218      2168    161280    236442   8309142     14.04     24.35
117364.00/3673.30	c  N dy 20432   5274567       894     77218      2168    180848    236442   9842567     14.05     17.92
118301.17/3702.56	c  N dy 20548   5294807       894     77218      2168    100770    236442   3923161     14.06     14.95
118776.80/3717.42	c  N dy 20654   5314870       894     77218      2168    120256    236442   5374777     14.07     14.87
119310.62/3734.13	c  N dy 20753   5335095       894     77218      2168    139928    236442   6792147     14.07     14.85
119943.52/3753.95	c  N dy 20833   5355573       894     77218      2168    159658    236442   8162806     14.08     14.93
120860.85/3782.67	c  N dy 20985   5375596       894     77218      2168    179210    236442   9703351     14.09     16.44
121627.99/3806.67	c  N dy 21081   5395649       894     77218      2168    198679    236442  11266941     14.10     15.37
122133.67/3822.49	c  N dy 21125   5415999       894     77218      2168    117580    236442   5075259     14.10     14.88
122676.41/3839.49	c  N dy 21218   5436063       894     77218      2168    137005    236442   6545536     14.10     35.91
123367.42/3861.10	c  N dy 21308   5456293       894     77218      2168    156553    236442   7971042     14.11     14.86
124070.66/3883.05	c  N dy 21392   5476324       894     77218      2168    175984    236442   9477971     14.11     23.58
124929.86/3909.98	c  N dy 21484   5496737       894     77218      2168    195641    236442  10945601     14.12     14.88
125735.34/3935.10	c  N dy 21601   5516910       894     77218      2168    113555    236442   4837388     14.13     15.19
126333.04/3953.85	c  N dy 21712   5536934       894     77218      2168    132992    236442   6225313     14.14     15.44
127087.40/3977.43	c  N dy 21811   5557018       894     77218      2168    152581    236442   7740082     14.15     16.38
127873.67/4002.09	c  N dy 21877   5577515       894     77218      2168    172314    236442   9055036     14.15     15.02
128928.51/4035.06	c  N dy 21992   5601854       894     77218      2168    195770    236442  10855987     14.15     14.99
129638.09/4057.23	c  N dy 22070   5625351       894     77218      2168    115711    236442   4902562     14.15     15.07
130344.47/4079.37	c  N dy 22192   5647393       894     77218      2168    137052    236442   6503730     14.16     14.93
131079.62/4102.37	c  N dy 22311   5667419       894     77218      2168    156475    236442   7979002     14.17     18.48
131881.91/4127.45	c  N dy 22416   5687441       894     77218      2168    175835    236442   9418845     14.18     16.38
132818.47/4156.78	c  N dy 22501   5708190       894     77218      2168    195884    236442  10928988     14.18     14.94
133160.50/4167.41	c  S st 22538   5714502       894     77218      2168    202021    236442  11427116     14.19   no data
133221.17/4169.38	c  S st 22538   5715006       894     77218      2168    202524    236442  11448528     14.19   no data
133224.41/4169.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
133282.55/4171.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.9M T:  1.85
133285.11/4171.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133285.11/4171.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
133285.11/4171.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
133285.11/4171.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
133285.11/4171.34	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
133291.50/4171.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
133425.75/4175.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  3.50 s
136497.44/4271.89	c lits-rem:       512  cl-subs:     3131  v-elim:      0  v-fix:    0  time: 96.12 s
136500.64/4271.90	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
136517.23/4272.47	c vivif2 --  cl tried   199393 cl shrink    21529 lits rem     294494 time: 0.56
136532.61/4273.00	c asymm  cl-useful: 0/674/77218 lits-rem:0 time: 0.52
136535.80/4273.01	c calculated reachability. Time: 0.00
136535.80/4273.01	c  N dy 22538   5715006       894     77218      2168    199393    236442  11080588     14.19   no data
137327.52/4297.85	c  N dy 22643   5736841       894     77218      2168    116917    236442   4895159     14.19     16.18
137778.67/4311.99	c  N dy 22712   5757234       894     77218      2168    136618    236442   6241672     14.19     14.95
138388.56/4331.09	c  N dy 22781   5781995       894     77218      2168    160559    236442   7868707     14.19     15.00
139082.78/4352.74	c  N dy 22852   5802221       894     77218      2168    180056    236442   9185260     14.19     14.98
139842.89/4376.59	c  N dy 22954   5822386       894     77218      2168    199501    236442  10615211     14.19     15.24
140411.89/4394.32	c  N dy 23030   5842566       894     77218      2168    114699    236442   4853425     14.19     14.96
140900.92/4409.61	c  N dy 23088   5862995       894     77218      2168    134414    236442   6269528     14.19     15.02
141428.31/4426.20	c  N dy 23170   5884005       894     77218      2168    154657    236442   7671238     14.19     14.99
142051.59/4445.67	c  N dy 23216   5904200       894     77218      2168    174072    236442   8881976     14.19     15.12
142719.45/4466.59	c  N dy 23292   5924201       894     77218      2168    193403    236442  10259311     14.19     23.83
143572.88/4493.23	c  N dy 23382   5947598       894     77218      2168    110702    236442   4505352     14.19     15.02
144017.17/4507.15	c  N dy 23450   5968118       894     77218      2168    130298    236442   5798002     14.19     14.98
144544.58/4523.60	c  N dy 23532   5988323       894     77218      2168    149683    236442   7219049     14.19     15.01
145145.42/4542.43	c  N dy 23595   6008376       894     77218      2168    169034    236442   8516497     14.19     20.27
145816.67/4563.48	c  N dy 23671   6028388       894     77218      2168    188201    236442   9881987     14.20     19.90
146395.83/4581.58	c  N dy 23723   6048475       894     77218      2168    207611    236442  11320719     14.19     14.96
147025.47/4601.28	c  N dy 23804   6069796       894     77218      2168    122089    236442   5067889     14.19     15.04
147510.75/4616.43	c  N dy 23843   6090367       894     77218      2168    141943    236442   6341931     14.19     15.18
148038.16/4632.92	c  N dy 23916   6110608       894     77218      2168    161354    236442   7712078     14.19     15.01
148575.81/4649.76	c  N dy 23982   6130613       894     77218      2168    180561    236442   9092176     14.19     19.96
149332.58/4673.42	c  N dy 24081   6151890       894     77218      2168    201017    236442  10531605     14.19     15.00
150014.03/4694.74	c  N dy 24151   6171942       894     77218      2168    113464    236442   4509300     14.19     15.20
150428.94/4707.74	c  N dy 24195   6192236       894     77218      2168    132850    236442   5809171     14.19     14.99
151010.64/4725.92	c  N dy 24280   6214739       894     77218      2168    154403    236442   7233247     14.19     15.15
151020.22/4726.29	c  S st 24282   6215008       894     77218      2168    154663    236442   7245540     14.19   no data
151055.39/4727.32	c  S st 24282   6215516       894     77218      2168    155171    236442   7267134     14.19   no data
151055.39/4727.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
151087.36/4728.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.0M T:  1.01
151087.36/4728.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151087.36/4728.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151090.56/4728.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
151090.56/4728.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
151090.56/4728.42	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
151093.75/4728.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
151180.03/4731.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.33 s
152573.69/4774.86	c lits-rem:       784  cl-subs:     2563  v-elim:      0  v-fix:    0  time: 43.57 s
152573.69/4774.87	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
152583.89/4775.18	c vivif2 --  cl tried   152608 cl shrink     9334 lits rem     128313 time: 0.30
152596.05/4775.55	c asymm  cl-useful: 0/668/77218 lits-rem:0 time: 0.37
152596.05/4775.56	c calculated reachability. Time: 0.00
152596.05/4775.56	c  N dy 24282   6215516       894     77218      2168    152608    236442   7087803     14.19   no data
153404.72/4800.84	c  N dy 24403   6235546       894     77218      2168    172079    236442   8591892     14.20     17.83
154168.61/4824.72	c  N dy 24492   6255602       894     77218      2168    191430    236442  10127921     14.20     25.12
155162.75/4855.88	c  N dy 24583   6277241       894     77218      2168    212316    236442  11692846     14.21     15.07
155770.06/4874.89	c  N dy 24646   6298700       894     77218      2168    125207    236442   5390075     14.20     14.99
156240.55/4889.53	c  N dy 24698   6318745       894     77218      2168    144492    236442   6708894     14.20     26.99
156933.50/4911.25	c  N dy 24792   6338751       894     77218      2168    163935    236442   8185947     14.21     16.23
157717.08/4935.74	c  N dy 24902   6358774       894     77218      2168    183336    236442   9696251     14.21     20.96
158729.70/4967.46	c  N dy 25028   6381726       894     77218      2168    205464    236442  11299227     14.22     15.12
159471.81/4990.64	c  N dy 25091   6402320       894     77218      2168    116381    236442   4715437     14.22     15.69

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-3400694-1306340202/watcher-3400694-1306340202 -o /tmp/evaluation-result-3400694-1306340202/solver-3400694-1306340202 -C 160000 -W 5100 -M 266338304 ./strangenight2-mt --threads=32 HOME/instance-3400694-1306340202.cnf 

running on 32 cores: 0,4,8,12,16,20,24,28,1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 160000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 160030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 272730423296 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 272730474496 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 28.01 31.19 31.78 1/413 17025
/proc/meminfo: memFree=255123884/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=338000 CPUtime=0.85 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) R 17023 17025 16941 0 -1 4202496 467 0 0 0 85 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614361010 0 0 4096 2 18446744073709551615 0 0 17 24 0 0 0
/proc/17025/statm: 84500 407 300 95 0 79482 0
[pid=17025/tid=17026] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17026/stat : 17026 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 4 0 0 0 3 0 0 0 22 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17025/tid=17027] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17027/stat : 17027 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17028/stat : 17028 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 0 0 0 0 2 0 0 0 22 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=338000 CPUtime=0 cores=0-31
/proc/17025/task/17029/stat : 17029 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360599 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17030/stat : 17030 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 22 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17031/stat : 17031 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 22 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 22 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17033/stat : 17033 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17025/tid=17034] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17034/stat : 17034 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17025/tid=17035] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17035/stat : 17035 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360595 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=17025/tid=17036] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17036/stat : 17036 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17025/tid=17037] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17037/stat : 17037 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17025/tid=17038] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17038/stat : 17038 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360595 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17025/tid=17039] ppid=17023 vsize=338000 CPUtime=0.01 cores=0-31
/proc/17025/task/17039/stat : 17039 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 0 0 0 0 1 0 0 0 23 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360595 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=17025/tid=17040] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17040/stat : 17040 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=17025/tid=17041] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17041/stat : 17041 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=17025/tid=17042] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17042/stat : 17042 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=17025/tid=17043] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17043/stat : 17043 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360592 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=17025/tid=17044] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17044/stat : 17044 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=17025/tid=17045] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17045/stat : 17045 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360595 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=17025/tid=17046] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17046/stat : 17046 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 24 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=17025/tid=17047] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17047/stat : 17047 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=17025/tid=17048] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17048/stat : 17048 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=17025/tid=17049] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17049/stat : 17049 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=17025/tid=17050] ppid=17023 vsize=338000 CPUtime=0.03 cores=0-31
/proc/17025/task/17050/stat : 17050 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 3 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=17025/tid=17051] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17051/stat : 17051 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=17025/tid=17052] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17052/stat : 17052 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=17025/tid=17053] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17053/stat : 17053 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=17025/tid=17054] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17054/stat : 17054 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360601 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=17025/tid=17055] ppid=17023 vsize=338000 CPUtime=0.01 cores=0-31
/proc/17025/task/17055/stat : 17055 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360595 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=17025/tid=17056] ppid=17023 vsize=338000 CPUtime=0.02 cores=0-31
/proc/17025/task/17056/stat : 17056 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 32 0 745506592 346112000 407 268435456000 4194304 4580107 140735119538672 18446744073709551615 47728614360595 0 0 4096 2 0 0 0 -1 29 0 0 0

[startup+0.068049 s]
/proc/loadavg: 28.01 31.19 31.78 1/413 17025
/proc/meminfo: memFree=255123884/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=732440 CPUtime=1.6 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) R 17023 17025 16941 0 -1 4202496 6044 0 0 0 116 44 0 0 25 0 32 0 745506592 750018560 5916 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 18446744073709551615 0 0 17 20 0 0 0
/proc/17025/statm: 183110 5978 322 95 0 178092 0
[pid=17025/tid=17026] ppid=17023 vsize=732440 CPUtime=0.05 cores=0-31
/proc/17025/task/17026/stat : 17026 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 164 0 0 0 4 1 0 0 18 0 32 0 745506592 750018560 6033 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17025/tid=17027] ppid=17023 vsize=732440 CPUtime=0.05 cores=0-31
/proc/17025/task/17027/stat : 17027 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 176 0 0 0 4 1 0 0 18 0 32 0 745506592 750018560 6084 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17028/stat : 17028 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 222 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6139 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=732440 CPUtime=0.02 cores=0-31
/proc/17025/task/17029/stat : 17029 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 235 0 0 0 1 1 0 0 18 0 32 0 745506592 750018560 6171 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 27 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17030/stat : 17030 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 214 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6231 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17031/stat : 17031 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 152 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6288 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 171 0 0 0 3 1 0 0 23 0 32 0 745506592 750018560 6352 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17033/stat : 17033 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 193 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6389 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17025/tid=17034] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17034/stat : 17034 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 226 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6432 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17025/tid=17035] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17035/stat : 17035 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 184 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6483 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=17025/tid=17036] ppid=17023 vsize=732440 CPUtime=0.05 cores=0-31
/proc/17025/task/17036/stat : 17036 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 173 0 0 0 4 1 0 0 18 0 32 0 745506592 750018560 6525 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17025/tid=17037] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17037/stat : 17037 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 240 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6564 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17025/tid=17038] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17038/stat : 17038 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 208 0 0 0 3 1 0 0 24 0 32 0 745506592 750018560 6618 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17025/tid=17039] ppid=17023 vsize=732440 CPUtime=0.03 cores=0-31
/proc/17025/task/17039/stat : 17039 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 181 0 0 0 2 1 0 0 18 0 32 0 745506592 750018560 6659 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=17025/tid=17040] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17040/stat : 17040 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 200 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6722 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=17025/tid=17041] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17041/stat : 17041 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 169 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6767 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=17025/tid=17042] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17042/stat : 17042 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 232 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6811 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=17025/tid=17043] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17043/stat : 17043 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 186 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6848 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=17025/tid=17044] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17044/stat : 17044 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 200 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6907 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=17025/tid=17045] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17045/stat : 17045 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 204 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6951 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=17025/tid=17046] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17046/stat : 17046 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 176 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 6997 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=17025/tid=17047] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17047/stat : 17047 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 199 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 7068 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=17025/tid=17048] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17048/stat : 17048 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 216 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 7112 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=17025/tid=17049] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17049/stat : 17049 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 182 0 0 0 3 1 0 0 25 0 32 0 745506592 750018560 7162 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=17025/tid=17050] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17050/stat : 17050 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 246 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 7235 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=17025/tid=17051] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17051/stat : 17051 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 259 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 7263 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 28 0 0 0
[pid=17025/tid=17052] ppid=17023 vsize=732440 CPUtime=0.05 cores=0-31
/proc/17025/task/17052/stat : 17052 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 276 0 0 0 3 2 0 0 18 0 32 0 745506592 750018560 7312 268435456000 4194304 4580107 140735119538672 18446744073709551615 4350510 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=17025/tid=17053] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17053/stat : 17053 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 255 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 7340 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=17025/tid=17054] ppid=17023 vsize=732440 CPUtime=0.04 cores=0-31
/proc/17025/task/17054/stat : 17054 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 262 0 0 0 3 1 0 0 18 0 32 0 745506592 750018560 7398 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=17025/tid=17055] ppid=17023 vsize=732440 CPUtime=0.03 cores=0-31
/proc/17025/task/17055/stat : 17055 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 253 0 0 0 2 1 0 0 18 0 32 0 745506592 750018560 7445 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=17025/tid=17056] ppid=17023 vsize=732440 CPUtime=0.03 cores=0-31
/proc/17025/task/17056/stat : 17056 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 198 0 0 0 2 1 0 0 25 0 32 0 745506592 750018560 7464 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650955819 0 0 4096 2 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 732440

[startup+0.106037 s]
/proc/loadavg: 28.01 31.19 31.78 1/413 17025
/proc/meminfo: memFree=255123884/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=1448224 CPUtime=2.05 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) R 17023 17025 16941 0 -1 4202496 11552 0 0 0 122 83 0 0 18 0 32 0 745506592 1482981376 11412 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446744073709551615 0 0 17 8 0 0 0
/proc/17025/statm: 362056 11412 334 95 0 357038 0
[pid=17025/tid=17026] ppid=17023 vsize=1448224 CPUtime=0.07 cores=0-31
/proc/17025/task/17026/stat : 17026 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 404 0 0 0 4 3 0 0 17 0 32 0 745506592 1482981376 11420 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604476313476576 0 0 -1 1 0 0 0
[pid=17025/tid=17027] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17027/stat : 17027 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 310 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11436 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604475889548768 0 0 -1 2 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=1448224 CPUtime=0.05 cores=0-31
/proc/17025/task/17028/stat : 17028 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 322 0 0 0 3 2 0 0 17 0 32 0 745506592 1482981376 11442 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604487568367072 0 0 -1 8 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=1448224 CPUtime=0.04 cores=0-31
/proc/17025/task/17029/stat : 17029 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 329 0 0 0 2 2 0 0 17 0 32 0 745506592 1482981376 11453 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604504267791840 0 0 -1 27 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=1448224 CPUtime=0.05 cores=0-31
/proc/17025/task/17030/stat : 17030 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 417 0 0 0 3 2 0 0 17 0 32 0 745506592 1482981376 11466 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604504115346912 0 0 -1 4 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17031/stat : 17031 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 344 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11485 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650999207 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 355 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11488 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17033/stat : 17033 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 432 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11500 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604476564766176 0 0 -1 5 0 0 0
[pid=17025/tid=17034] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17034/stat : 17034 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 302 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11526 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604480054910432 0 0 -1 3 0 0 0
[pid=17025/tid=17035] ppid=17023 vsize=1448224 CPUtime=0.07 cores=0-31
/proc/17025/task/17035/stat : 17035 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 437 0 0 0 4 3 0 0 17 0 32 0 745506592 1482981376 11528 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651061007 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=17025/tid=17036] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17036/stat : 17036 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 304 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11532 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446744071566924104 0 0 -1 6 0 0 0
[pid=17025/tid=17037] ppid=17023 vsize=1448224 CPUtime=0.05 cores=0-31
/proc/17025/task/17037/stat : 17037 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 409 0 0 0 3 2 0 0 17 0 32 0 745506592 1482981376 11539 268435456000 4194304 4580107 140735119538672 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17025/tid=17038] ppid=17023 vsize=1448224 CPUtime=0.06 cores=0-31
/proc/17025/task/17038/stat : 17038 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 398 0 0 0 4 2 0 0 17 0 32 0 745506592 1482981376 11551 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650652667 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17025/tid=17039] ppid=17023 vsize=1448356 CPUtime=0.04 cores=0-31
/proc/17025/task/17039/stat : 17039 (strangenight2-m) S 17023 17025 16941 0 -1 4202560 300 0 0 0 2 2 0 0 17 0 32 0 745506592 1483116544 11569 268435456000 4194304 4580107 140735119538672 18446744073709551615 258651060958 0 0 4096 2 18446604504115346912 0 0 -1 30 0 0 0
[pid=17025/tid=17040] ppid=17023 vsize=1448356 CPUtime=0.06 cores=0-31
/proc/17025/task/17040/stat : 17040 (strangenight2-m) D 17023 17025 16941 0 -1 4202560 317 0 0 0 4 2 0 0 17 0 32 0 745506592 1483116544 11574 268435456000 4194304 4580107 140735119538672 18446744073709551615 258650616986 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=17025/tid=17041] ppid=17023 vsize=1448356 CPUtime=0.06 cores=0-31
/proc/17025/task/17041/stat : 17041 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 320 0 0 0 4 2 0 0 17 0 32 0 745506592 1483116544 11580 268435456000 4194304 4580107 140735119538672 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=17025/tid=17042] ppid=17023 vsize=1448488 CPUtime=0.06 cores=0-31

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

/proc/meminfo: memFree=243303056/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=16421636 CPUtime=158567 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) R 17023 17025 16941 0 -1 4202496 16304884 0 0 0 15846574 10095 0 0 25 0 32 0 745506592 16815755264 2950842 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/17025/statm: 4105409 2950842 378 95 0 4100391 0
[pid=17025/tid=17026] ppid=17023 vsize=16421636 CPUtime=4959.25 cores=0-31
/proc/17025/task/17026/stat : 17026 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 415747 0 0 0 495670 255 0 0 25 0 32 0 745506592 16815755264 2950842 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17025/tid=17027] ppid=17023 vsize=16421636 CPUtime=4959.82 cores=0-31
/proc/17025/task/17027/stat : 17027 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 544524 0 0 0 495665 317 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=16421636 CPUtime=4958.95 cores=0-31
/proc/17025/task/17028/stat : 17028 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 500193 0 0 0 495601 294 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=16421636 CPUtime=4959.33 cores=0-31
/proc/17025/task/17029/stat : 17029 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 469386 0 0 0 495645 288 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=16421636 CPUtime=4960.13 cores=0-31
/proc/17025/task/17030/stat : 17030 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 416013 0 0 0 495737 276 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=16421636 CPUtime=4946.01 cores=0-31
/proc/17025/task/17031/stat : 17031 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 473360 0 0 0 494286 315 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=16421636 CPUtime=4948.62 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 550348 0 0 0 494535 327 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=16421636 CPUtime=4959.69 cores=0-31
/proc/17025/task/17033/stat : 17033 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 530816 0 0 0 495647 322 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=17025/tid=17034] ppid=17023 vsize=16421636 CPUtime=4951.32 cores=0-31
/proc/17025/task/17034/stat : 17034 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 474843 0 0 0 494818 314 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17025/tid=17035] ppid=17023 vsize=16421636 CPUtime=4956.4 cores=0-31
/proc/17025/task/17035/stat : 17035 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 441053 0 0 0 495337 303 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17025/tid=17036] ppid=17023 vsize=16421636 CPUtime=4957.26 cores=0-31
/proc/17025/task/17036/stat : 17036 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 519700 0 0 0 495401 325 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=17025/tid=17037] ppid=17023 vsize=16421636 CPUtime=4959.47 cores=0-31
/proc/17025/task/17037/stat : 17037 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 476383 0 0 0 495641 306 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=17025/tid=17038] ppid=17023 vsize=16421636 CPUtime=4959.91 cores=0-31
/proc/17025/task/17038/stat : 17038 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 525362 0 0 0 495662 329 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17025/tid=17039] ppid=17023 vsize=16421636 CPUtime=4959.67 cores=0-31
/proc/17025/task/17039/stat : 17039 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 556913 0 0 0 495611 356 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17025/tid=17040] ppid=17023 vsize=16421636 CPUtime=4959.33 cores=0-31
/proc/17025/task/17040/stat : 17040 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 530504 0 0 0 495599 334 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=17025/tid=17041] ppid=17023 vsize=16421636 CPUtime=4959.87 cores=0-31
/proc/17025/task/17041/stat : 17041 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 557526 0 0 0 495640 347 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17025/tid=17042] ppid=17023 vsize=16421636 CPUtime=4947.45 cores=0-31
/proc/17025/task/17042/stat : 17042 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 567056 0 0 0 494389 356 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=17025/tid=17043] ppid=17023 vsize=16421636 CPUtime=4959.56 cores=0-31
/proc/17025/task/17043/stat : 17043 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 662256 0 0 0 495574 382 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=17025/tid=17044] ppid=17023 vsize=16421636 CPUtime=4957.39 cores=0-31
/proc/17025/task/17044/stat : 17044 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 502357 0 0 0 495431 308 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=17025/tid=17045] ppid=17023 vsize=16421636 CPUtime=4958.41 cores=0-31
/proc/17025/task/17045/stat : 17045 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 512722 0 0 0 495526 315 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=17025/tid=17046] ppid=17023 vsize=16421636 CPUtime=4959.72 cores=0-31
/proc/17025/task/17046/stat : 17046 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 500279 0 0 0 495657 315 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4319311 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=17025/tid=17047] ppid=17023 vsize=16421636 CPUtime=4959.59 cores=0-31
/proc/17025/task/17047/stat : 17047 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 577271 0 0 0 495625 334 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=17025/tid=17048] ppid=17023 vsize=16421636 CPUtime=4955.4 cores=0-31
/proc/17025/task/17048/stat : 17048 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 528729 0 0 0 495210 330 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17025/tid=17049] ppid=17023 vsize=16421636 CPUtime=4959.51 cores=0-31
/proc/17025/task/17049/stat : 17049 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 474039 0 0 0 495659 292 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=17025/tid=17050] ppid=17023 vsize=16421636 CPUtime=4949.18 cores=0-31
/proc/17025/task/17050/stat : 17050 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 478249 0 0 0 494616 302 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=17025/tid=17051] ppid=17023 vsize=16421636 CPUtime=4959.71 cores=0-31
/proc/17025/task/17051/stat : 17051 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 517122 0 0 0 495652 319 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=17025/tid=17052] ppid=17023 vsize=16421636 CPUtime=4959.74 cores=0-31
/proc/17025/task/17052/stat : 17052 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 574026 0 0 0 495658 316 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=17025/tid=17053] ppid=17023 vsize=16421636 CPUtime=4957.73 cores=0-31
/proc/17025/task/17053/stat : 17053 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 562910 0 0 0 495415 358 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17025/tid=17054] ppid=17023 vsize=16421636 CPUtime=4953.58 cores=0-31
/proc/17025/task/17054/stat : 17054 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 500206 0 0 0 495058 300 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=17025/tid=17055] ppid=17023 vsize=16421636 CPUtime=4959.21 cores=0-31
/proc/17025/task/17055/stat : 17055 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 418848 0 0 0 495662 259 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=17025/tid=17056] ppid=17023 vsize=16421636 CPUtime=4895.46 cores=0-31
/proc/17025/task/17056/stat : 17056 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 400455 0 0 0 489285 261 0 0 25 0 32 0 745506592 16815755264 2950843 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 158567
Current children cumulated vsize (KiB) 16421636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.22 s]
/proc/loadavg: 32.28 32.15 32.10 33/445 17206
/proc/meminfo: memFree=243285096/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=16034192 CPUtime=160003 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) R 17023 17025 16941 0 -1 4202496 16403532 0 0 0 15990143 10166 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/17025/statm: 4008548 2960424 378 95 0 4003530 0
[pid=17025/tid=17026] ppid=17023 vsize=16034192 CPUtime=5004.17 cores=0-31
/proc/17025/task/17026/stat : 17026 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 418178 0 0 0 500160 257 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17025/tid=17027] ppid=17023 vsize=16034192 CPUtime=5004.75 cores=0-31
/proc/17025/task/17027/stat : 17027 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 545108 0 0 0 500158 317 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 17 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=16034192 CPUtime=5003.87 cores=0-31
/proc/17025/task/17028/stat : 17028 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 503541 0 0 0 500090 297 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 8 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=16034192 CPUtime=5004.26 cores=0-31
/proc/17025/task/17029/stat : 17029 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 472258 0 0 0 500135 291 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 30 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=16034192 CPUtime=5005.05 cores=0-31
/proc/17025/task/17030/stat : 17030 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 418383 0 0 0 500226 279 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 29 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=16034192 CPUtime=4990.94 cores=0-31
/proc/17025/task/17031/stat : 17031 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 475840 0 0 0 498775 319 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 14 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=16034192 CPUtime=4992.26 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 552202 0 0 0 498897 329 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 31 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=16034192 CPUtime=5004.62 cores=0-31
/proc/17025/task/17033/stat : 17033 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 538209 0 0 0 500137 325 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 18 0 0 0
[pid=17025/tid=17034] ppid=17023 vsize=16034192 CPUtime=4996.25 cores=0-31
/proc/17025/task/17034/stat : 17034 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 482317 0 0 0 499307 318 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4316736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17025/tid=17035] ppid=17023 vsize=16034192 CPUtime=5001.31 cores=0-31
/proc/17025/task/17035/stat : 17035 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 441480 0 0 0 499827 304 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17025/tid=17036] ppid=17023 vsize=16034192 CPUtime=5002.19 cores=0-31
/proc/17025/task/17036/stat : 17036 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 519763 0 0 0 499894 325 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 26 0 0 0
[pid=17025/tid=17037] ppid=17023 vsize=16034192 CPUtime=5004.4 cores=0-31
/proc/17025/task/17037/stat : 17037 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 478843 0 0 0 500131 309 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 15 0 0 0
[pid=17025/tid=17038] ppid=17023 vsize=16034192 CPUtime=5004.84 cores=0-31
/proc/17025/task/17038/stat : 17038 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 527227 0 0 0 500153 331 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17025/tid=17039] ppid=17023 vsize=16034192 CPUtime=5004.6 cores=0-31
/proc/17025/task/17039/stat : 17039 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 559181 0 0 0 500102 358 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17025/tid=17040] ppid=17023 vsize=16034192 CPUtime=5004.25 cores=0-31
/proc/17025/task/17040/stat : 17040 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 531779 0 0 0 500090 335 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 22 0 0 0
[pid=17025/tid=17041] ppid=17023 vsize=16034192 CPUtime=5004.8 cores=0-31
/proc/17025/task/17041/stat : 17041 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 559273 0 0 0 500131 349 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17025/tid=17042] ppid=17023 vsize=16034192 CPUtime=4992.37 cores=0-31
/proc/17025/task/17042/stat : 17042 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 568349 0 0 0 498880 357 0 0 25 0 32 0 745506592 16419012608 2960424 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 11 0 0 0
[pid=17025/tid=17043] ppid=17023 vsize=16034192 CPUtime=5004.49 cores=0-31
/proc/17025/task/17043/stat : 17043 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 664505 0 0 0 500064 385 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 13 0 0 0
[pid=17025/tid=17044] ppid=17023 vsize=16034192 CPUtime=5002.32 cores=0-31
/proc/17025/task/17044/stat : 17044 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 510873 0 0 0 499919 313 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 19 0 0 0
[pid=17025/tid=17045] ppid=17023 vsize=16034192 CPUtime=5003.35 cores=0-31
/proc/17025/task/17045/stat : 17045 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 520155 0 0 0 500017 318 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 10 0 0 0
[pid=17025/tid=17046] ppid=17023 vsize=16034192 CPUtime=5004.64 cores=0-31
/proc/17025/task/17046/stat : 17046 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 501307 0 0 0 500148 316 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 21 0 0 0
[pid=17025/tid=17047] ppid=17023 vsize=16034192 CPUtime=5004.51 cores=0-31
/proc/17025/task/17047/stat : 17047 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 584930 0 0 0 500114 337 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 12 0 0 0
[pid=17025/tid=17048] ppid=17023 vsize=16034192 CPUtime=5000.33 cores=0-31
/proc/17025/task/17048/stat : 17048 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 531671 0 0 0 499700 333 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17025/tid=17049] ppid=17023 vsize=16034192 CPUtime=5004.45 cores=0-31
/proc/17025/task/17049/stat : 17049 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 476881 0 0 0 500151 294 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 20 0 0 0
[pid=17025/tid=17050] ppid=17023 vsize=16034192 CPUtime=4994.1 cores=0-31
/proc/17025/task/17050/stat : 17050 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 480609 0 0 0 499106 304 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 23 0 0 0
[pid=17025/tid=17051] ppid=17023 vsize=16034192 CPUtime=5004.65 cores=0-31
/proc/17025/task/17051/stat : 17051 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 519665 0 0 0 500143 322 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4451847 0 0 4096 2 0 0 0 -1 25 0 0 0
[pid=17025/tid=17052] ppid=17023 vsize=16034192 CPUtime=5004.67 cores=0-31
/proc/17025/task/17052/stat : 17052 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 574026 0 0 0 500151 316 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4507984 0 0 4096 2 0 0 0 -1 16 0 0 0
[pid=17025/tid=17053] ppid=17023 vsize=16034192 CPUtime=5002.65 cores=0-31
/proc/17025/task/17053/stat : 17053 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 571081 0 0 0 499902 363 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17025/tid=17054] ppid=17023 vsize=16034192 CPUtime=4998.5 cores=0-31
/proc/17025/task/17054/stat : 17054 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 501787 0 0 0 499549 301 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 9 0 0 0
[pid=17025/tid=17055] ppid=17023 vsize=16034192 CPUtime=5004.15 cores=0-31
/proc/17025/task/17055/stat : 17055 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 419062 0 0 0 500156 259 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 24 0 0 0
[pid=17025/tid=17056] ppid=17023 vsize=16034192 CPUtime=4940.39 cores=0-31
/proc/17025/task/17056/stat : 17056 (strangenight2-m) R 17023 17025 16941 0 -1 4202560 401310 0 0 0 493778 261 0 0 25 0 32 0 745506592 16419012608 2960425 268435456000 4194304 4580107 140735119538672 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 160003
Current children cumulated vsize (KiB) 16034192

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

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

[startup+5007.8 s]
/proc/loadavg: 32.28 32.15 32.10 33/445 17206
/proc/meminfo: memFree=243285096/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=0 CPUtime=160004 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) Z 17023 17025 16941 0 -1 4203548 16403542 0 0 0 15990165 10221 0 0 25 0 2 0 745506592 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/17025/statm: 0 0 0 0 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=0 CPUtime=4992.81 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4203588 552203 0 0 0 498897 384 0 0 25 0 2 0 745506592 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 160004
Current children cumulated vsize (KiB) 0

[startup+5008.2 s]
/proc/loadavg: 32.28 32.15 32.10 2/416 17207
/proc/meminfo: memFree=254151324/264257624 swapFree=67111528/67111528
[pid=17025] ppid=17023 vsize=0 CPUtime=160004 cores=0-31
/proc/17025/stat : 17025 (strangenight2-m) Z 17023 17025 16941 0 -1 4203548 16403542 0 0 0 15990165 10263 0 0 25 0 2 0 745506592 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 28 0 0 0
/proc/17025/statm: 0 0 0 0 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=0 CPUtime=4993.23 cores=0-31
/proc/17025/task/17032/stat : 17032 (strangenight2-m) R 17023 17025 16941 0 -1 4203588 552203 0 0 0 498897 426 0 0 25 0 2 0 745506592 0 0 268435456000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 160004
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.28
CPU time (s): 160004
CPU user time (s): 159902
CPU system time (s): 102.689
CPU usage (%): 3194.8
Max. virtual memory (cumulated for all children) (KiB): 17032876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159902
system time used= 102.689
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16403542
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= 270755
involuntary context switches= 306954

runsolver used 30.1134 second user time and 111.219 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-25 18:16:42
IDJOB=3400694
IDBENCH=71089
IDSOLVER=1886
FILE ID=node200/3400694-1306340202
RUNJOBID= node200-1306340193-16955
PBS_JOBID= 13411798
Free space on /tmp= 62044 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400694-1306340202/watcher-3400694-1306340202 -o /tmp/evaluation-result-3400694-1306340202/solver-3400694-1306340202 -C 160000 -W 5100 -M 266338304  ./strangenight2-mt --threads=32 HOME/instance-3400694-1306340202.cnf

TIME LIMIT= 160000 seconds
MEMORY LIMIT= 266338304 MiB
NBCORE= 32

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=428632555

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255124164 kB
Buffers:        468396 kB
Cached:        8237640 kB
SwapCached:          0 kB
Active:        7776296 kB
Inactive:       998552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255124164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7472 kB
Writeback:           4 kB
AnonPages:       72404 kB
Mapped:          14700 kB
Slab:           256864 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   189512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296372 kB
VmallocChunk: 34359440603 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62040 MiB
End job on node200 at 2011-05-25 19:40:11