Trace number 3421598

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) 40000.4 5010.72

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_512.cnf
MD5SUMc1f047ec179094963b21d7b90509d2b9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of clauses4492
Sum of the clauses size17968
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44492
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3421598-1306678726.cnf'
0.00/0.02	c -- header says num vars:            510
0.00/0.02	c -- header says num clauses:        4492
0.00/0.03	c -- clauses added:            0 learnts,         4492 normals,            0 xors
0.00/0.03	c -- vars added        510
0.00/0.03	c Parsing time:  0.00 s
0.00/0.03	c  N st     0         0       510      4492         0         0     17968         0   no data   no data
0.00/0.04	c asymm  cl-useful: 0/4492/4492 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    510 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.32/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.32/0.93	c Finding binary XORs  T:     0.00 s  found:       0
7.32/0.93	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
7.32/0.93	c calculated reachability. Time: 0.00
7.32/0.93	c Calc default polars -  time:   0.00 s pos:       0 undec:     510 neg:       0
7.32/0.93	c =========================================================================================
7.32/0.93	c types(t): F = full restart, N = normal restart
7.32/0.93	c types(t): S = simplification begin/end, E = solution found
7.32/0.93	c restart types(rt): st = static, dy = dynamic
7.32/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
7.32/0.93	c  B st     0         0       510      4492         0         0     17968         0   no data   no data
7.32/0.93	c Decided on static restart strategy
7.32/0.93	c  N st     8      4913       510      4492         0      4745     17968    132859   no data   no data
7.32/0.93	c  N st    10     11295       510      4492         0      4383     17968     90461   no data   no data
7.32/0.93	c  N st    11     17040       510      4492         0      9887     17968    243118   no data   no data
7.32/0.95	c  F st    12     25000       510      4492         0     12159     17968    312256   no data   no data
7.32/0.95	c Found part        5 vars:        252 clauses:      2088 lits size:      8352
7.32/0.95	c Found part        7 vars:        258 clauses:      2404 lits size:      9616
7.32/0.95	c Found parts:          2 time: 0.00 s
7.32/0.95	c Solving part 5
7.32/0.95	c  N st     0         0       252      2088         0         0      8352         0   no data   no data
7.32/0.95	c asymm  cl-useful: 0/2088/2088 lits-rem:0 time: 0.00
7.32/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
7.32/0.95	c Finding binary XORs  T:     0.00 s  found:       0
7.32/0.95	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
7.32/0.95	c calculated reachability. Time: 0.00
7.32/0.95	c Calc default polars -  time:   0.00 s pos:       0 undec:     510 neg:       0
7.32/0.95	c =========================================================================================
7.32/0.95	c types(t): F = full restart, N = normal restart
7.32/0.95	c types(t): S = simplification begin/end, E = solution found
7.32/0.95	c restart types(rt): st = static, dy = dynamic
7.32/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
7.32/0.95	c  B st     0         0       252      2088         0         0      8352         0   no data   no data
8.11/1.05	c Decided on static restart strategy
8.11/1.05	c  N st     8      4925       252      2088         0      4791      8352    147973   no data   no data
8.91/1.15	c  E st    10      8030         0      2088         0      5381      8352    143400   no data   no data
8.91/1.15	c Verified 2088 clauses.
8.91/1.15	c Verified 2088 clauses.
8.91/1.15	c Solved part
8.91/1.15	c =========================================================================================
8.91/1.15	c Coming back to original instance
8.91/1.15	c =========================================================================================
8.91/1.15	c  N st    12     25000       258      2404         0     12159      9616    312256   no data   no data
10.52/1.35	c Decided on static restart strategy
10.52/1.35	c  N st    18     30001       258      2404         0     10421      9616    226859   no data   no data
10.52/1.35	c  S st    18     30001       258      2404         0     10421      9616    226859   no data   no data
11.31/1.45	c  S st    18     30503       258      2404         0     10921      9616    240646   no data   no data
11.31/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.31/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.31/1.45	c blocked clauses removed:        0 vars:      0 tried:         258 T: 0.00 s
11.31/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.31/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.31/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
11.31/1.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.31/1.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.31/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.12/1.55	c lits-rem:       258  cl-subs:      965  v-elim:      0  v-fix:    0  time:  0.12 s
12.12/1.55	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.01
12.12/1.55	c calculated reachability. Time: 0.00
12.12/1.55	c  N st    18     30503       258      2404         0      9956      9616    212181   no data   no data
14.26/1.86	c  N st    20     37613       258      2404         0      9127      9616    172646   no data   no data
16.64/2.20	c  N st    21     44012       258      2404         0     15251      9616    349625   no data   no data
17.44/2.28	c  S st    22     45754       258      2404         0     16911      9616    395547   no data   no data
18.24/2.33	c  S st    22     46262       258      2404         0      8856      9616    150146   no data   no data
18.24/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.24/2.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
18.24/2.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.24/2.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.24/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.24/2.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
18.24/2.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.24/2.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.24/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.24/2.36	c lits-rem:        53  cl-subs:      113  v-elim:      0  v-fix:    0  time:  0.02 s
18.24/2.36	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
18.24/2.36	c vivif2 --  cl tried     8743 cl shrink        0 lits rem          0 time: 0.00
18.24/2.37	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.01
18.24/2.37	c calculated reachability. Time: 0.00
18.24/2.37	c  N st    22     46262       258      2404         0      8743      9616    146872   no data   no data
23.88/3.09	c  N st    23     60659       258      2404         0     13047      9616    261220   no data   no data
28.62/3.66	c  N st    24     69393       258      2404         0     10838      9616    184322   no data   no data
28.62/3.66	c  S st    24     69393       258      2404         0     10838      9616    184322   no data   no data
28.62/3.69	c  S st    24     69896       258      2404         0     11337      9616    198132   no data   no data
28.62/3.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.62/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
28.62/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.62/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.62/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.62/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
28.62/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.62/3.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.41/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.41/3.73	c lits-rem:        73  cl-subs:      207  v-elim:      0  v-fix:    0  time:  0.03 s
29.41/3.73	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
29.41/3.73	c vivif2 --  cl tried    11130 cl shrink        0 lits rem          0 time: 0.00
29.41/3.75	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.01
29.41/3.75	c calculated reachability. Time: 0.00
29.41/3.75	c  N st    24     69896       258      2404         0     11130      9616    192399   no data   no data
37.40/4.77	c  F st    25     87502       258      2404         0     16444      9616    318308   no data   no data
37.40/4.77	c  N st    25     87502       258      2404         0     16444      9616    318308   no data   no data
39.81/5.06	c Decided on static restart strategy
41.45/5.26	c  N st    32     95543       258      2404         0     24203      9616    534325   no data   no data
46.19/5.80	c  N st    34    104846       258      2404         0     20689      9616    426709   no data   no data
46.19/5.80	c  S st    34    104846       258      2404         0     20689      9616    426709   no data   no data
46.19/5.86	c  S st    34    105350       258      2404         0     21189      9616    442116   no data   no data
46.19/5.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.19/5.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
46.19/5.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.19/5.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.19/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.19/5.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
46.19/5.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.19/5.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
46.19/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.38/6.22	c lits-rem:       545  cl-subs:     1075  v-elim:      0  v-fix:    0  time:  0.34 s
49.38/6.22	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
49.38/6.23	c vivif2 --  cl tried    20114 cl shrink        0 lits rem          0 time: 0.00
49.38/6.25	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.02
49.38/6.25	c calculated reachability. Time: 0.00
49.38/6.25	c  N st    34    105350       258      2404         0     20114      9616    406759   no data   no data
54.17/6.88	c  N st    35    114948       258      2404         0     15881      9616    263202   no data   no data
62.95/7.98	c  N st    36    129347       258      2404         0     15244      9616    238816   no data   no data
75.73/9.51	c  N st    37    150942       258      2404         0     20598      9616    370789   no data   no data
79.71/10.07	c  S st    38    158025       258      2404         0     27318      9616    541075   no data   no data
80.51/10.14	c  S st    38    158529       258      2404         0     27822      9616    555500   no data   no data
80.51/10.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.51/10.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.51/10.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.51/10.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.51/10.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.51/10.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
80.51/10.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.51/10.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.51/10.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.70/11.05	c lits-rem:       923  cl-subs:     2351  v-elim:      0  v-fix:    0  time:  0.86 s
87.70/11.05	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
87.70/11.05	c vivif2 --  cl tried    25471 cl shrink        0 lits rem          0 time: 0.00
87.70/11.08	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.03
87.70/11.08	c calculated reachability. Time: 0.00
87.70/11.08	c  N st    38    158529       258      2404         0     25471      9616    493782   no data   no data
121.37/15.22	c  N st    39    207119       258      2404         0     20153      9616    303288   no data   no data
140.40/17.68	c  N st    40    237793       258      2404         0     30327      9616    562196   no data   no data
140.40/17.68	c  S st    40    237793       258      2404         0     30327      9616    562196   no data   no data
141.20/17.77	c  S st    40    238295       258      2404         0     30828      9616    576125   no data   no data
141.20/17.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.20/17.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
141.20/17.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.20/17.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.20/17.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.20/17.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
141.20/17.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.20/17.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.00/17.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.98/18.83	c lits-rem:       666  cl-subs:     2729  v-elim:      0  v-fix:    0  time:  1.01 s
149.98/18.83	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
149.98/18.83	c vivif2 --  cl tried    28099 cl shrink        0 lits rem          0 time: 0.01
149.98/18.87	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.03
149.98/18.87	c calculated reachability. Time: 0.00
149.98/18.87	c  N st    40    238295       258      2404         0     28099      9616    507379   no data   no data
197.89/24.82	c  F st    41    306250       258      2404         0     30065      9616    503751   no data   no data
197.89/24.82	c  N st    41    306250       258      2404         0     30065      9616    503751   no data   no data
201.08/25.25	c Decided on static restart strategy
217.98/27.32	c  N st    51    334554       258      2404         0     34350      9616    625465   no data   no data
236.20/29.64	c  N st    53    357443       258      2404         0     32393      9616    537082   no data   no data
236.20/29.64	c  S st    53    357443       258      2404         0     32393      9616    537082   no data   no data
237.00/29.73	c  S st    53    357949       258      2404         0     32895      9616    551702   no data   no data
237.00/29.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.00/29.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
237.00/29.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.00/29.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.00/29.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.00/29.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
237.00/29.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.00/29.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.00/29.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.01/30.28	c lits-rem:       520  cl-subs:     1259  v-elim:      0  v-fix:    0  time:  0.52 s
241.01/30.28	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
241.01/30.29	c vivif2 --  cl tried    31636 cl shrink        0 lits rem          0 time: 0.01
241.81/30.32	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.04
241.81/30.32	c calculated reachability. Time: 0.00
241.81/30.32	c  N st    53    357949       258      2404         0     31636      9616    515756   no data   no data
267.36/33.50	c  N st    54    390341       258      2404         0     37683      9616    680991   no data   no data
308.86/38.71	c  N st    55    438934       258      2404         0     31569      9616    470017   no data   no data
376.72/47.21	c  N st    56    511816       258      2404         0     44764      9616    813173   no data   no data
398.29/49.93	c  N st    57    536923       258      2404         0     39353      9616    657291   no data   no data
398.29/49.93	c  S st    57    536923       258      2404         0     39353      9616    657291   no data   no data
399.10/50.03	c  S st    57    537428       258      2404         0     39852      9616    670694   no data   no data
399.10/50.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
399.10/50.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
399.10/50.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
399.10/50.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
399.10/50.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.10/50.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
399.10/50.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
399.10/50.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
399.10/50.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
407.08/51.03	c lits-rem:      1866  cl-subs:     1646  v-elim:      0  v-fix:    0  time:  0.95 s
407.08/51.03	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
407.08/51.04	c vivif2 --  cl tried    38206 cl shrink        0 lits rem          0 time: 0.01
407.88/51.10	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.06
407.88/51.10	c calculated reachability. Time: 0.00
407.88/51.10	c  N st    57    537428       258      2404         0     38206      9616    620248   no data   no data
585.98/73.50	c  N st    58    701414       258      2404         0     66465      9616   1364284   no data   no data
696.10/87.29	c  N st    59    806143       258      2404         0     60356      9616   1121815   no data   no data
696.10/87.29	c  S st    59    806143       258      2404         0     60356      9616   1121815   no data   no data
697.70/87.46	c  S st    59    806645       258      2404         0     60857      9616   1136101   no data   no data
697.70/87.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
697.70/87.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
697.70/87.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
697.70/87.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
697.70/87.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
697.70/87.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
697.70/87.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
698.50/87.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
698.50/87.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
745.59/93.42	c lits-rem:      2316  cl-subs:     6043  v-elim:      0  v-fix:    0  time:  5.78 s
745.59/93.42	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
745.59/93.43	c vivif2 --  cl tried    54814 cl shrink        0 lits rem          0 time: 0.01
746.40/93.53	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.10
746.40/93.53	c calculated reachability. Time: 0.00
746.40/93.53	c  N st    59    806645       258      2404         0     54814      9616    977718   no data   no data
1061.77/133.08	c  F st    60   1071875       258      2404         0     70240      9616   1339522   no data   no data
1061.77/133.08	c  N st    60   1071875       258      2404         0     70240      9616   1339522   no data   no data
1069.90/134.05	c Decided on static restart strategy
1099.30/137.70	c  N st    70   1100177       258      2404         0     54806      9616    850465   no data   no data
1148.06/143.90	c  N st    72   1136169       258      2404         0     45324      9616    552211   no data   no data
1185.53/148.59	c  N st    73   1168563       258      2404         0     76037      9616   1438114   no data   no data
1235.05/154.73	c  N st    74   1209968       258      2404         0     70778      9616   1286507   no data   no data
1235.05/154.73	c  S st    74   1209968       258      2404         0     70778      9616   1286507   no data   no data
1236.78/154.97	c  S st    74   1210472       258      2404         0     71280      9616   1300431   no data   no data
1236.78/154.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1237.43/155.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1237.43/155.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1237.43/155.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1237.43/155.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1237.43/155.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
1237.43/155.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1237.43/155.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1237.43/155.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1290.94/161.73	c lits-rem:      2476  cl-subs:     5232  v-elim:      0  v-fix:    0  time:  6.57 s
1290.94/161.73	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
1290.94/161.75	c vivif2 --  cl tried    66048 cl shrink        0 lits rem          0 time: 0.01
1291.74/161.88	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.13
1291.74/161.88	c calculated reachability. Time: 0.00
1291.74/161.88	c  N st    74   1210472       258      2404         0     66048      9616   1153267   no data   no data
1393.97/174.68	c  N st    75   1283354       258      2404         0     89597      9616   1775207   no data   no data
1553.61/194.63	c  N st    76   1392679       258      2404         0     51134      9616    633778   no data   no data
1792.33/224.57	c  N st    77   1556665       258      2404         0     55719      9616    712577   no data   no data
2065.37/258.79	c  N st    78   1710473       258      2404         0     96137      9616   1795070   no data   no data
2065.37/258.79	c  S st    78   1710473       258      2404         0     96137      9616   1795070   no data   no data
2068.55/259.17	c  S st    78   1710974       258      2404         0     96635      9616   1809641   no data   no data
2068.55/259.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2069.35/259.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2069.35/259.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2069.35/259.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2069.35/259.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2069.35/259.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
2069.35/259.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2069.35/259.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2070.19/259.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2241.82/280.89	c lits-rem:      5571  cl-subs:    12248  v-elim:      0  v-fix:    0  time: 21.23 s
2241.82/280.89	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
2242.62/280.91	c vivif2 --  cl tried    84387 cl shrink        0 lits rem          0 time: 0.02
2244.22/281.10	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.20
2244.22/281.11	c calculated reachability. Time: 0.00
2244.22/281.11	c  N st    78   1710974       258      2404         0     84387      9616   1499528   no data   no data
2913.29/364.92	c  N st    79   2079939       258      2404         0     96134      9616   1735052   no data   no data
3139.20/393.21	c  N st    80   2210974       258      2404         0    100491      9616   1869696   no data   no data
3139.20/393.21	c  S st    80   2210974       258      2404         0    100491      9616   1869696   no data   no data
3141.65/393.54	c  S st    80   2211480       258      2404         0    100990      9616   1883661   no data   no data
3141.65/393.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3141.65/393.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
3141.65/393.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3141.65/393.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3141.65/393.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3141.65/393.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
3141.65/393.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3142.53/393.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3142.53/393.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3305.27/414.00	c lits-rem:      5305  cl-subs:    10282  v-elim:      0  v-fix:    0  time: 20.02 s
3305.27/414.00	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
3305.27/414.02	c vivif2 --  cl tried    90708 cl shrink        0 lits rem          0 time: 0.02
3306.87/414.24	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.22
3306.87/414.24	c calculated reachability. Time: 0.00
3306.87/414.24	c  N st    80   2211480       258      2404         0     90708      9616   1603603   no data   no data
4398.37/550.96	c  N st    81   2711481       258      2404         0    113516      9616   2082935   no data   no data
4398.37/550.96	c  S st    81   2711481       258      2404         0    113516      9616   2082935   no data   no data
4401.43/551.36	c  S st    81   2711985       258      2404         0    114018      9616   2097699   no data   no data
4401.43/551.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4402.23/551.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
4402.23/551.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4402.23/551.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4402.23/551.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4402.23/551.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
4402.23/551.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4402.23/551.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4403.03/551.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4651.34/582.62	c lits-rem:      5359  cl-subs:    14162  v-elim:      0  v-fix:    0  time: 30.63 s
4651.34/582.62	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
4651.34/582.65	c vivif2 --  cl tried    99856 cl shrink        0 lits rem          0 time: 0.03
4653.72/582.93	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.26
4653.72/582.93	c calculated reachability. Time: 0.00
4653.72/582.93	c  N st    81   2711985       258      2404         0     99856      9616   1730798   no data   no data
5751.45/720.46	c  N st    82   3211985       258      2404         0     77192      9616    942108   no data   no data
5751.45/720.46	c  S st    82   3211985       258      2404         0     77192      9616    942108   no data   no data
5753.86/720.71	c  S st    82   3212492       258      2404         0     77698      9616    955989   no data   no data
5753.86/720.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5753.86/720.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
5753.86/720.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5753.86/720.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5753.86/720.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5753.86/720.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
5753.86/720.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5753.86/720.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5754.65/720.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5759.58/721.48	c lits-rem:       756  cl-subs:      930  v-elim:      0  v-fix:    0  time:  0.66 s
5759.58/721.48	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
5759.58/721.50	c vivif2 --  cl tried    76768 cl shrink        0 lits rem          0 time: 0.02
5761.03/721.66	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.17
5761.03/721.67	c calculated reachability. Time: 0.00
5761.03/721.67	c  N st    82   3212492       258      2404         0     76768      9616    933168   no data   no data
6884.34/862.39	c  N st    83   3712492       258      2404         0     86948      9616   1136693   no data   no data
6884.34/862.39	c  S st    83   3712492       258      2404         0     86948      9616   1136693   no data   no data
6886.74/862.67	c  S st    83   3712995       258      2404         0     87450      9616   1151093   no data   no data
6886.74/862.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6887.54/862.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
6887.54/862.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6887.54/862.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6887.54/862.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6887.54/862.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
6887.54/862.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6887.54/862.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
6887.54/862.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6899.51/864.21	c lits-rem:       657  cl-subs:     1809  v-elim:      0  v-fix:    0  time:  1.42 s
6899.51/864.21	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
6899.51/864.23	c vivif2 --  cl tried    85641 cl shrink        0 lits rem          0 time: 0.02
6901.24/864.44	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.19
6901.24/864.44	c calculated reachability. Time: 0.00
6901.24/864.44	c  N st    83   3712995       258      2404         0     85641      9616   1102473   no data   no data
6972.97/873.44	c  F st    84   3751562       258      2404         0    122172      9616   2240090   no data   no data
6972.97/873.44	c  N st    84   3751562       258      2404         0    122172      9616   2240090   no data   no data
6985.74/875.03	c Decided on static restart strategy
7042.42/882.17	c  N st    94   3779864       258      2404         0    149084      9616   3007241   no data   no data
7115.07/891.26	c  N st    96   3815856       258      2404         0    102859      9616   1558534   no data   no data
7186.13/900.12	c  N st    97   3848248       258      2404         0    133378      9616   2443829   no data   no data
7317.86/916.66	c  N st    98   3896836       258      2404         0     98069      9616   1388524   no data   no data
7494.29/938.76	c  N st    99   3969722       258      2404         0     84807      9616   1006929   no data   no data
7723.44/967.46	c  N st   100   4079045       258      2404         0    105091      9616   1603132   no data   no data
8075.50/1011.50	c  N st   101   4212995       258      2404         0    147812      9616   2897652   no data   no data
8075.50/1011.50	c  S st   101   4212995       258      2404         0    147812      9616   2897652   no data   no data
8079.48/1012.06	c  S st   101   4213502       258      2404         0    148319      9616   2911641   no data   no data
8079.48/1012.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8080.28/1012.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
8080.28/1012.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8080.28/1012.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8080.28/1012.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8080.28/1012.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
8080.28/1012.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8081.08/1012.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
8081.08/1012.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8563.28/1072.65	c lits-rem:      6142  cl-subs:    13606  v-elim:      0  v-fix:    0  time: 59.37 s
8563.28/1072.65	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
8563.28/1072.70	c vivif2 --  cl tried   134713 cl shrink        0 lits rem          0 time: 0.04
8566.48/1073.09	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.40
8567.28/1073.10	c calculated reachability. Time: 0.00
8567.28/1073.10	c  N st   101   4213502       258      2404         0    134713      9616   2531624   no data   no data
9366.40/1173.21	c  N st   102   4459480       258      2404         0    109221      9616   1621553   no data   no data
10057.76/1259.84	c  N st   103   4713503       258      2404         0    172769      9616   3383131   no data   no data
10057.76/1259.84	c  S st   103   4713503       258      2404         0    172769      9616   3383131   no data   no data
10063.34/1260.55	c  S st   103   4714005       258      2404         0    173267      9616   3397816   no data   no data
10063.34/1260.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10064.14/1260.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
10064.14/1260.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10064.14/1260.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10064.14/1260.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10064.14/1260.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
10064.14/1260.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10064.94/1260.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
10065.74/1260.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10981.41/1375.56	c lits-rem:      6960  cl-subs:    22716  v-elim:      0  v-fix:    0  time: 112.83 s
10981.41/1375.56	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
10982.22/1375.61	c vivif2 --  cl tried   150551 cl shrink        0 lits rem          0 time: 0.05
10986.20/1376.17	c asymm  cl-useful: 0/2306/2404 lits-rem:0 time: 0.53
10986.20/1376.17	c calculated reachability. Time: 0.00
10986.20/1376.17	c  N st   103   4714005       258      2404         0    150551      9616   2815425   no data   no data
12352.99/1547.31	c  N st   104   5214005       258      2404         0    166147      9616   3222758   no data   no data
12352.99/1547.31	c  S st   104   5214005       258      2404         0    166147      9616   3222758   no data   no data
12357.78/1547.98	c  S st   104   5214508       258      2404         0    166648      9616   3236600   no data   no data
12358.58/1548.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12358.58/1548.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
12358.58/1548.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12358.58/1548.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12358.58/1548.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12358.58/1548.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
12358.58/1548.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12359.38/1548.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
12360.17/1548.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13013.34/1630.05	c lits-rem:      9115  cl-subs:    16605  v-elim:      0  v-fix:    0  time: 80.45 s
13013.34/1630.05	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
13013.34/1630.09	c vivif2 --  cl tried   150043 cl shrink        0 lits rem          0 time: 0.04
13016.40/1630.47	c asymm  cl-useful: 0/2258/2404 lits-rem:0 time: 0.38
13016.40/1630.47	c calculated reachability. Time: 0.00
13016.40/1630.47	c  N st   104   5214508       258      2404         0    150043      9616   2793537   no data   no data
14403.10/1804.10	c  N st   105   5714508       258      2404         0    141500      9616   2396442   no data   no data
14403.10/1804.10	c  S st   105   5714508       258      2404         0    141500      9616   2396442   no data   no data
14408.76/1804.85	c  S st   105   5715013       258      2404         0    142001      9616   2410198   no data   no data
14408.76/1804.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14409.65/1804.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.12
14409.65/1804.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14409.65/1804.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14409.65/1804.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14409.65/1804.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
14409.65/1804.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14410.29/1805.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
14411.09/1805.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14802.24/1854.10	c lits-rem:      5826  cl-subs:    10254  v-elim:      0  v-fix:    0  time: 48.12 s
14802.24/1854.10	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
14802.24/1854.14	c vivif2 --  cl tried   131747 cl shrink        0 lits rem          0 time: 0.04
14806.21/1854.65	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.49
14806.21/1854.66	c calculated reachability. Time: 0.00
14806.21/1854.66	c  N st   105   5715013       258      2404         0    131747      9616   2126331   no data   no data
16104.48/2017.25	c  N st   106   6215013       258      2404         0    201567      9616   4093901   no data   no data
16104.48/2017.25	c  S st   106   6215013       258      2404         0    201567      9616   4093901   no data   no data
16109.94/2017.99	c  S st   106   6215515       258      2404         0    202069      9616   4108759   no data   no data
16110.74/2018.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16111.54/2018.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.11
16111.54/2018.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16111.54/2018.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16111.54/2018.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16111.54/2018.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
16111.54/2018.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16111.54/2018.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
16113.27/2018.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17941.98/2247.51	c lits-rem:      7171  cl-subs:    26863  v-elim:      0  v-fix:    0  time: 225.31 s
17941.98/2247.51	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
17941.98/2247.57	c vivif2 --  cl tried   175206 cl shrink        0 lits rem          0 time: 0.05
17945.98/2248.06	c asymm  cl-useful: 0/1938/2404 lits-rem:0 time: 0.49
17945.98/2248.07	c calculated reachability. Time: 0.00
17945.98/2248.07	c  N st   106   6215515       258      2404         0    175206      9616   3386046   no data   no data
19619.29/2457.66	c  N st   107   6715515       258      2404         0    125151      9616   1730675   no data   no data
19619.29/2457.66	c  S st   107   6715515       258      2404         0    125151      9616   1730675   no data   no data
19623.29/2458.10	c  S st   107   6716021       258      2404         0    125653      9616   1744923   no data   no data
19623.29/2458.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19623.29/2458.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
19623.29/2458.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19623.29/2458.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19623.29/2458.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19623.29/2458.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
19623.29/2458.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19624.13/2458.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
19624.13/2458.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19698.33/2467.56	c lits-rem:      1331  cl-subs:     4630  v-elim:      0  v-fix:    0  time:  9.11 s
19698.33/2467.56	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
19698.33/2467.59	c vivif2 --  cl tried   121023 cl shrink        0 lits rem          0 time: 0.03
19701.52/2467.97	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.39
19701.52/2467.98	c calculated reachability. Time: 0.00
19701.52/2467.98	c  N st   107   6716021       258      2404         0    121023      9616   1621388   no data   no data
21223.93/2658.68	c  N st   108   7216022       258      2404         0    156261      9616   2577722   no data   no data
21223.93/2658.68	c  S st   108   7216022       258      2404         0    156261      9616   2577722   no data   no data
21229.53/2659.36	c  S st   108   7216522       258      2404         0    156755      9616   2592746   no data   no data
21229.53/2659.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
21230.33/2659.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
21230.33/2659.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21230.33/2659.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21230.33/2659.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21230.33/2659.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
21230.33/2659.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21231.17/2659.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
21232.06/2659.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21639.86/2710.78	c lits-rem:      4398  cl-subs:    12054  v-elim:      0  v-fix:    0  time: 50.30 s
21639.86/2710.78	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
21640.66/2710.82	c vivif2 --  cl tried   144701 cl shrink        0 lits rem          0 time: 0.04
21644.79/2711.35	c asymm  cl-useful: 0/2315/2404 lits-rem:0 time: 0.51
21644.79/2711.35	c calculated reachability. Time: 0.00
21644.79/2711.35	c  N st   108   7216522       258      2404         0    144701      9616   2265825   no data   no data
23265.26/2914.39	c  N st   109   7716523       258      2404         0    166722      9616   2832090   no data   no data
23265.26/2914.39	c  S st   109   7716523       258      2404         0    166722      9616   2832090   no data   no data
23270.84/2915.08	c  S st   109   7717026       258      2404         0    167223      9616   2846453   no data   no data
23270.84/2915.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23271.64/2915.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
23271.64/2915.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23271.64/2915.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23271.64/2915.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23271.64/2915.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
23271.64/2915.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23272.44/2915.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
23273.24/2915.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23572.63/2952.80	c lits-rem:      4446  cl-subs:    12291  v-elim:      0  v-fix:    0  time: 36.86 s
23572.63/2952.80	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
23572.63/2952.83	c vivif2 --  cl tried   154932 cl shrink        0 lits rem          0 time: 0.04
23575.88/2953.25	c asymm  cl-useful: 0/2192/2404 lits-rem:0 time: 0.39
23575.88/2953.25	c calculated reachability. Time: 0.00
23575.88/2953.25	c  N st   109   7717026       258      2404         0    154932      9616   2502324   no data   no data
25217.22/3158.83	c  N st   110   8217026       258      2404         0    160803      9616   2496744   no data   no data
25217.22/3158.83	c  S st   110   8217026       258      2404         0    160803      9616   2496744   no data   no data
25224.40/3159.74	c  S st   110   8217531       258      2404         0    161301      9616   2511021   no data   no data
25224.40/3159.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25225.99/3159.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.13
25225.99/3159.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25225.99/3159.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25225.99/3159.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25225.99/3159.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
25225.99/3159.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25225.99/3159.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
25226.83/3160.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25625.12/3209.97	c lits-rem:      2512  cl-subs:    12668  v-elim:      0  v-fix:    0  time: 49.06 s
25625.12/3209.97	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
25625.92/3210.02	c vivif2 --  cl tried   148633 cl shrink        0 lits rem          0 time: 0.04
25630.76/3210.66	c asymm  cl-useful: 0/2262/2404 lits-rem:0 time: 0.62
25630.76/3210.66	c calculated reachability. Time: 0.00
25630.76/3210.66	c  N st   110   8217531       258      2404         0    148633      9616   2195002   no data   no data
27453.24/3438.97	c  N st   111   8717532       258      2404         0    140572      9616   1884049   no data   no data
27453.24/3438.97	c  S st   111   8717532       258      2404         0    140572      9616   1884049   no data   no data
27457.29/3439.50	c  S st   111   8718040       258      2404         0    141078      9616   1898242   no data   no data
27457.29/3439.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27458.17/3439.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
27458.17/3439.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27458.17/3439.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27458.17/3439.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27458.17/3439.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
27458.17/3439.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27458.82/3439.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
27458.82/3439.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27513.11/3446.45	c lits-rem:      1019  cl-subs:     4737  v-elim:      0  v-fix:    0  time:  6.65 s
27513.11/3446.45	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
27513.11/3446.48	c vivif2 --  cl tried   136341 cl shrink        0 lits rem          0 time: 0.03
27516.31/3446.87	c asymm  cl-useful: 0/2404/2404 lits-rem:0 time: 0.39
27516.31/3446.87	c calculated reachability. Time: 0.00
27516.31/3446.87	c  N st   111   8718040       258      2404         0    136341      9616   1782676   no data   no data
29297.37/3669.97	c  N st   112   9218041       258      2404         0    237598      9616   4605983   no data   no data
29297.37/3669.97	c  S st   112   9218041       258      2404         0    237598      9616   4605983   no data   no data
29307.74/3671.28	c  S st   112   9218548       258      2404         0    238097      9616   4620979   no data   no data
29308.54/3671.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
29310.18/3671.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.20
29310.18/3671.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29310.18/3671.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29310.18/3671.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29310.18/3671.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
29310.18/3671.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29311.07/3671.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
29312.52/3671.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30997.05/3882.90	c lits-rem:      9153  cl-subs:    30721  v-elim:      0  v-fix:    0  time: 207.51 s
30997.05/3882.90	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
30997.71/3882.96	c vivif2 --  cl tried   207376 cl shrink        0 lits rem          0 time: 0.06
31000.90/3883.38	c asymm  cl-useful: 0/1691/2404 lits-rem:0 time: 0.42
31000.90/3883.39	c calculated reachability. Time: 0.00
31000.90/3883.39	c  N st   112   9218548       258      2404         0    207376      9616   3866197   no data   no data
32968.71/4129.85	c  N st   113   9718549       258      2404         0    172230      9616   2712602   no data   no data
32968.71/4129.85	c  S st   113   9718549       258      2404         0    172230      9616   2712602   no data   no data
32975.09/4130.69	c  S st   113   9719052       258      2404         0    172730      9616   2727403   no data   no data
32975.90/4130.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32976.70/4130.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.13
32976.70/4130.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32976.70/4130.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32976.70/4130.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32976.70/4130.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
32976.70/4130.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32977.50/4130.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
32978.30/4131.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33544.23/4201.99	c lits-rem:      1720  cl-subs:    11674  v-elim:      0  v-fix:    0  time: 69.71 s
33544.23/4201.99	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
33545.03/4202.05	c vivif2 --  cl tried   161056 cl shrink        0 lits rem          0 time: 0.06
33548.23/4202.42	c asymm  cl-useful: 0/713/2404 lits-rem:0 time: 0.37
33548.23/4202.43	c calculated reachability. Time: 0.00
33548.23/4202.43	c  N st   113   9719052       258      2404         0    161056      9616   2416587   no data   no data
35737.10/4476.63	c  N st   114  10219053       258      2404         0    243136      9616   4636221   no data   no data
35737.10/4476.63	c  S st   114  10219053       258      2404         0    243136      9616   4636221   no data   no data
35747.61/4477.95	c  S st   114  10219553       258      2404         0    243635      9616   4651040   no data   no data
35747.61/4477.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
35749.86/4478.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.22
35749.86/4478.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35749.86/4478.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35749.86/4478.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35749.86/4478.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
35749.86/4478.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35749.86/4478.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
35751.46/4478.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37599.68/4709.97	c lits-rem:     12081  cl-subs:    33966  v-elim:      0  v-fix:    0  time: 227.68 s
37599.68/4709.97	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
37600.56/4710.03	c vivif2 --  cl tried   209669 cl shrink        0 lits rem          0 time: 0.06
37604.42/4710.51	c asymm  cl-useful: 0/1721/2404 lits-rem:0 time: 0.48
37604.42/4710.52	c calculated reachability. Time: 0.00
37604.42/4710.52	c  N st   114  10219553       258      2404         0    209669      9616   3807294   no data   no data
39622.55/4963.35	c  N st   115  10719553       258      2404         0    149953      9616   1926282   no data   no data
39622.55/4963.35	c  S st   115  10719553       258      2404         0    149953      9616   1926282   no data   no data
39628.19/4964.09	c  S st   115  10720054       258      2404         0    150452      9616   1940556   no data   no data
39628.19/4964.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39629.72/4964.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
39629.72/4964.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39629.72/4964.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39629.72/4964.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39629.72/4964.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    258 time:  0.00 s
39629.72/4964.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39629.72/4964.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
39630.52/4964.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39717.54/4975.24	c lits-rem:      1741  cl-subs:     3860  v-elim:      0  v-fix:    0  time: 10.70 s
39717.54/4975.24	c vivif2 --  cl tried     2404 cl shrink        0 lits rem          0 time: 0.00
39717.54/4975.29	c vivif2 --  cl tried   146592 cl shrink        0 lits rem          0 time: 0.05
39719.95/4975.57	c asymm  cl-useful: 0/683/2404 lits-rem:0 time: 0.28
39719.95/4975.58	c calculated reachability. Time: 0.00
39719.95/4975.58	c  N st   115  10720054       258      2404         0    146592      9616   1844722   no data   no data

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-3421598-1306678726/watcher-3421598-1306678726 -o /tmp/evaluation-result-3421598-1306678726/solver-3421598-1306678726 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421598-1306678726.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.56 7.93 8.02 2/481 9029
/proc/meminfo: memFree=16375072/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 419 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263193 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9029/statm: 23036 360 302 95 0 18018 0
[pid=9029/tid=9030] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263197 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=92144 CPUtime=0 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263602 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263193 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263184 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263193 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263193 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=92144 CPUtime=0.01 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 512063850 94355456 360 33554432000 4194304 4580107 140733660634288 18446744073709551615 47353160263193 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.165271 s]
/proc/loadavg: 7.56 7.93 8.02 2/481 9029
/proc/meminfo: memFree=16375072/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=495512 CPUtime=7.32 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 13882 0 0 0 727 5 0 0 19 0 8 0 512063850 507404288 7356 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 123878 7356 378 95 0 118860 0
[pid=9029/tid=9030] ppid=9027 vsize=495512 CPUtime=0.91 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1758 0 0 0 91 0 0 0 19 0 8 0 512063850 507404288 7361 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=495512 CPUtime=0.89 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1633 0 0 0 89 0 0 0 19 0 8 0 512063850 507404288 7362 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=495512 CPUtime=0.91 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1955 0 0 0 91 0 0 0 19 0 8 0 512063850 507404288 7362 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=495512 CPUtime=0.92 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1642 0 0 0 91 1 0 0 19 0 8 0 512063850 507404288 7362 33554432000 4194304 4580107 140733660634288 18446744073709551615 4321229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=495512 CPUtime=0.91 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1710 0 0 0 91 0 0 0 19 0 8 0 512063850 507404288 7362 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=495512 CPUtime=0.91 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1618 0 0 0 91 0 0 0 19 0 8 0 512063850 507404288 7362 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=495512 CPUtime=0.91 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1410 0 0 0 91 0 0 0 19 0 8 0 512063850 507404288 7362 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 495512

[startup+0.990848 s]
/proc/loadavg: 7.56 7.93 8.02 2/481 9029
/proc/meminfo: memFree=16375072/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=504044 CPUtime=8.11 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 15827 0 0 0 806 5 0 0 19 0 8 0 512063850 516141056 9301 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 126011 9302 378 95 0 120993 0
[pid=9029/tid=9030] ppid=9027 vsize=504044 CPUtime=1.01 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1986 0 0 0 101 0 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=504044 CPUtime=0.99 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1831 0 0 0 99 0 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=504044 CPUtime=1.01 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2199 0 0 0 101 0 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=504044 CPUtime=1.02 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1910 0 0 0 101 1 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 268660359376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=504044 CPUtime=1.01 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1941 0 0 0 101 0 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294807 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=504044 CPUtime=1.01 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1858 0 0 0 101 0 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=504044 CPUtime=1.01 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1656 0 0 0 101 0 0 0 19 0 8 0 512063850 516141056 9303 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 504044

[startup+1.13281 s]
/proc/loadavg: 7.56 7.93 8.02 2/481 9029
/proc/meminfo: memFree=16375072/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=512772 CPUtime=8.91 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 17254 0 0 0 886 5 0 0 19 0 8 0 512063850 525078528 10728 33554432000 4194304 4580107 140733660634288 18446744073709551615 4321636 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 128193 10728 378 95 0 123175 0
[pid=9029/tid=9030] ppid=9027 vsize=512772 CPUtime=1.11 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2083 0 0 0 111 0 0 0 19 0 8 0 512063850 525078528 10728 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=512772 CPUtime=1.09 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2042 0 0 0 109 0 0 0 19 0 8 0 512063850 525078528 10728 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=512772 CPUtime=1.11 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2295 0 0 0 111 0 0 0 19 0 8 0 512063850 525078528 10728 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=512772 CPUtime=1.12 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2113 0 0 0 111 1 0 0 19 0 8 0 512063850 525078528 10728 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=512772 CPUtime=1.11 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2168 0 0 0 111 0 0 0 19 0 8 0 512063850 525078528 10728 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=512772 CPUtime=1.11 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2058 0 0 0 111 0 0 0 19 0 8 0 512063850 525078528 10729 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=512772 CPUtime=1.11 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1842 0 0 0 111 0 0 0 19 0 8 0 512063850 525078528 10729 33554432000 4194304 4580107 140733660634288 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 512772

[startup+1.2328 s]
/proc/loadavg: 7.56 7.93 8.02 2/481 9029
/proc/meminfo: memFree=16375072/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=512840 CPUtime=9.72 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 18371 0 0 0 966 6 0 0 19 0 8 0 512063850 525148160 11298 33554432000 4194304 4580107 140733660634288 18446744073709551615 4321192 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 128210 11298 378 95 0 123192 0
[pid=9029/tid=9030] ppid=9027 vsize=512840 CPUtime=1.21 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2287 0 0 0 121 0 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=512840 CPUtime=1.19 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2148 0 0 0 119 0 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=512840 CPUtime=1.21 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2485 0 0 0 121 0 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=512840 CPUtime=1.22 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2205 0 0 0 121 1 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=512840 CPUtime=1.21 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2251 0 0 0 121 0 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=512840 CPUtime=1.21 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2149 0 0 0 121 0 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=512840 CPUtime=1.21 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 1945 0 0 0 121 0 0 0 19 0 8 0 512063850 525148160 11299 33554432000 4194304 4580107 140733660634288 18446744073709551615 4321020 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 512840

[startup+1.53275 s]
/proc/loadavg: 7.56 7.93 8.02 2/481 9029
/proc/meminfo: memFree=16375072/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=587180 CPUtime=12.12 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 22434 0 0 0 1205 7 0 0 20 0 8 0 512063850 601272320 14869 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 146795 14869 379 95 0 141777 0
[pid=9029/tid=9030] ppid=9027 vsize=587180 CPUtime=1.51 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2679 0 0 0 151 0 0 0 20 0 8 0 512063850 601272320 14869 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=587180 CPUtime=1.49 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2489 0 0 0 149 0 0 0 19 0 8 0 512063850 601272320 14869 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=587180 CPUtime=1.51 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2892 0 0 0 151 0 0 0 19 0 8 0 512063850 601272320 14869 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=587180 CPUtime=1.52 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2569 0 0 0 151 1 0 0 20 0 8 0 512063850 601272320 14869 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=587180 CPUtime=1.51 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2599 0 0 0 151 0 0 0 20 0 8 0 512063850 601272320 14870 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=587180 CPUtime=1.5 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2501 0 0 0 150 0 0 0 20 0 8 0 512063850 601272320 14871 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=587180 CPUtime=1.52 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 2501 0 0 0 151 1 0 0 20 0 8 0 512063850 601272320 14871 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 587180

[startup+3.11847 s]
/proc/loadavg: 7.56 7.93 8.02 9/489 9037
/proc/meminfo: memFree=16311788/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=540944 CPUtime=24.77 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 33756 0 0 0 2467 10 0 0 25 0 8 0 512063850 553926656 16144 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 135236 16144 379 95 0 130218 0
[pid=9029/tid=9030] ppid=9027 vsize=540944 CPUtime=3.09 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 4176 0 0 0 309 0 0 0 25 0 8 0 512063850 553926656 16144 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=540944 CPUtime=3.07 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 3991 0 0 0 307 0 0 0 25 0 8 0 512063850 553926656 16144 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294598 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=540944 CPUtime=3.1 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 4035 0 0 0 309 1 0 0 25 0 8 0 512063850 553926656 16145 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=540944 CPUtime=3.1 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 4293 0 0 0 309 1 0 0 25 0 8 0 512063850 553926656 16145 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=540944 CPUtime=3.09 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 4009 0 0 0 309 0 0 0 25 0 8 0 512063850 553926656 16145 33554432000 4194304 4580107 140733660634288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=540944 CPUtime=3.09 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 3771 0 0 0 309 0 0 0 25 0 8 0 512063850 553926656 16145 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=540944 CPUtime=3.1 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 3550 0 0 0 309 1 0 0 25 0 8 0 512063850 553926656 16145 33554432000 4194304 4580107 140733660634288 18446744073709551615 4293957 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 540944

[startup+6.30091 s]
/proc/loadavg: 7.60 7.94 8.02 9/489 9037
/proc/meminfo: memFree=16288492/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=560536 CPUtime=50.23 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 56459 0 0 0 5008 15 0 0 25 0 8 0 512063850 573988864 21861 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 140134 21861 379 95 0 135116 0
[pid=9029/tid=9030] ppid=9027 vsize=560536 CPUtime=6.29 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 7008 0 0 0 628 1 0 0 25 0 8 0 512063850 573988864 21923 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=560536 CPUtime=6.27 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 6734 0 0 0 626 1 0 0 25 0 8 0 512063850 573988864 21923 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=560536 CPUtime=6.3 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 6867 0 0 0 629 1 0 0 25 0 8 0 512063850 573988864 21923 33554432000 4194304 4580107 140733660634288 18446744073709551615 4341610 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=560536 CPUtime=6.3 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 7062 0 0 0 628 2 0 0 25 0 8 0 512063850 573988864 21924 33554432000 4194304 4580107 140733660634288 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=560536 CPUtime=6.29 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 6790 0 0 0 628 1 0 0 25 0 8 0 512063850 573988864 21924 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=560536 CPUtime=6.29 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 6639 0 0 0 628 1 0 0 25 0 8 0 512063850 573988864 21924 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=560536 CPUtime=6.3 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 5740 0 0 0 629 1 0 0 25 0 8 0 512063850 573988864 21924 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0

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


[startup+4722.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/489 9175
/proc/meminfo: memFree=14422580/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2666308 CPUtime=37698.6 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3090470 0 0 0 3768276 1585 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 666577 488368 379 95 0 661559 0
[pid=9029/tid=9030] ppid=9027 vsize=2666308 CPUtime=4721.11 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 409290 0 0 0 471930 181 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2666308 CPUtime=4722.36 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 377409 0 0 0 472040 196 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2666308 CPUtime=4722.34 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 367140 0 0 0 472027 207 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4296827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2666308 CPUtime=4722.38 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 380777 0 0 0 472003 235 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2666308 CPUtime=4721.71 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 346760 0 0 0 472023 148 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2666308 CPUtime=4722.09 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 416243 0 0 0 472008 201 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2666308 CPUtime=4722.37 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 441472 0 0 0 472016 221 0 0 25 0 8 0 512063850 2730299392 488368 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37698.6
Current children cumulated vsize (KiB) 2666308

[startup+4782.3 s]
/proc/loadavg: 8.08 8.03 8.01 9/489 9177
/proc/meminfo: memFree=14377544/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2681716 CPUtime=38177.6 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3126940 0 0 0 3816160 1603 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 670429 499474 379 95 0 665411 0
[pid=9029/tid=9030] ppid=9027 vsize=2681716 CPUtime=4781.09 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 415414 0 0 0 477926 183 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2681716 CPUtime=4782.37 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 383420 0 0 0 478038 199 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2681716 CPUtime=4782.34 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 372870 0 0 0 478024 210 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2681716 CPUtime=4782.38 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 384059 0 0 0 478001 237 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2681716 CPUtime=4781.71 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 353399 0 0 0 478019 152 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2681716 CPUtime=4782.09 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 421794 0 0 0 478006 203 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2681716 CPUtime=4782.37 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 442865 0 0 0 478015 222 0 0 25 0 8 0 512063850 2746077184 499474 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38177.6
Current children cumulated vsize (KiB) 2681716

[startup+4842.3 s]
/proc/loadavg: 8.10 8.04 8.00 9/489 9178
/proc/meminfo: memFree=14351920/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2728992 CPUtime=38656.6 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3158825 0 0 0 3864046 1619 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 682248 505656 379 95 0 677230 0
[pid=9029/tid=9030] ppid=9027 vsize=2728992 CPUtime=4841.08 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 421557 0 0 0 483922 186 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2728992 CPUtime=4842.36 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 389627 0 0 0 484035 201 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2728992 CPUtime=4842.34 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 378525 0 0 0 484020 214 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2728992 CPUtime=4842.38 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 388128 0 0 0 484000 238 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2728992 CPUtime=4841.71 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 354237 0 0 0 484019 152 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2728992 CPUtime=4842.09 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 422664 0 0 0 484005 204 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2728992 CPUtime=4842.37 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 445267 0 0 0 484014 223 0 0 25 0 8 0 512063850 2794487808 505656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38656.7
Current children cumulated vsize (KiB) 2728992

[startup+4902.3 s]
/proc/loadavg: 8.10 8.04 8.00 9/489 9180
/proc/meminfo: memFree=14288624/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2865484 CPUtime=39135.6 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3180677 0 0 0 3911926 1636 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 716371 521921 379 95 0 711353 0
[pid=9029/tid=9030] ppid=9027 vsize=2865484 CPUtime=4901.06 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 427445 0 0 0 489916 190 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2865484 CPUtime=4902.37 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 390325 0 0 0 490035 202 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2865484 CPUtime=4902.34 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 383661 0 0 0 490017 217 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2865484 CPUtime=4902.39 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 391515 0 0 0 489997 242 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4339077 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2865484 CPUtime=4901.71 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 354237 0 0 0 490019 152 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2865484 CPUtime=4902.09 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 423223 0 0 0 490005 204 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2865484 CPUtime=4902.38 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 446434 0 0 0 490013 225 0 0 25 0 8 0 512063850 2934255616 521921 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39135.6
Current children cumulated vsize (KiB) 2865484

[startup+4962.3 s]
/proc/loadavg: 8.16 8.06 8.01 9/489 9182
/proc/meminfo: memFree=14295548/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2765900 CPUtime=39614.6 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3200294 0 0 0 3959807 1650 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 691475 519961 379 95 0 686457 0
[pid=9029/tid=9030] ppid=9027 vsize=2765900 CPUtime=4961.05 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 433366 0 0 0 495912 193 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2765900 CPUtime=4962.37 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 390325 0 0 0 496035 202 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2765900 CPUtime=4962.34 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 383749 0 0 0 496017 217 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2765900 CPUtime=4962.39 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 396497 0 0 0 495993 246 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2765900 CPUtime=4961.72 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 356438 0 0 0 496018 154 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2765900 CPUtime=4962.08 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 423840 0 0 0 496004 204 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2765900 CPUtime=4962.37 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 447430 0 0 0 496011 226 0 0 25 0 8 0 512063850 2832281600 519961 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39614.6
Current children cumulated vsize (KiB) 2765900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.6 s]
/proc/loadavg: 8.14 8.07 8.01 9/489 9183
/proc/meminfo: memFree=14288456/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2870532 CPUtime=40000.2 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3217892 0 0 0 3998357 1660 0 0 25 0 8 0 512063850 2939424768 521656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 717633 521656 379 95 0 712615 0
[pid=9029/tid=9030] ppid=9027 vsize=2870532 CPUtime=5009.36 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 433702 0 0 0 500743 193 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2870532 CPUtime=5010.69 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 390325 0 0 0 500867 202 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2870532 CPUtime=5010.66 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 383749 0 0 0 500849 217 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2870532 CPUtime=5010.71 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 398531 0 0 0 500822 249 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2870532 CPUtime=5010.04 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 361171 0 0 0 500848 156 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2870532 CPUtime=5010.4 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 427942 0 0 0 500834 206 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2870532 CPUtime=5010.7 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 451677 0 0 0 500841 229 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2870532

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

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

[startup+5010.6 s]
/proc/loadavg: 8.14 8.07 8.01 9/489 9183
/proc/meminfo: memFree=14288456/32951124 swapFree=46575304/67111528
[pid=9029] ppid=9027 vsize=2870532 CPUtime=40000.2 cores=0-7
/proc/9029/stat : 9029 (strangenight2-m) R 9027 9029 9003 0 -1 4202496 3217892 0 0 0 3998357 1660 0 0 25 0 8 0 512063850 2939424768 521656 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 717633 521656 379 95 0 712615 0
[pid=9029/tid=9030] ppid=9027 vsize=2870532 CPUtime=5009.36 cores=0-7
/proc/9029/task/9030/stat : 9030 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 433702 0 0 0 500743 193 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9029/tid=9031] ppid=9027 vsize=2870532 CPUtime=5010.69 cores=0-7
/proc/9029/task/9031/stat : 9031 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 390325 0 0 0 500867 202 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9029/tid=9032] ppid=9027 vsize=2870532 CPUtime=5010.66 cores=0-7
/proc/9029/task/9032/stat : 9032 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 383749 0 0 0 500849 217 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9029/tid=9033] ppid=9027 vsize=2870532 CPUtime=5010.71 cores=0-7
/proc/9029/task/9033/stat : 9033 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 398531 0 0 0 500822 249 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9029/tid=9034] ppid=9027 vsize=2870532 CPUtime=5010.04 cores=0-7
/proc/9029/task/9034/stat : 9034 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 361171 0 0 0 500848 156 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9029/tid=9035] ppid=9027 vsize=2870532 CPUtime=5010.4 cores=0-7
/proc/9029/task/9035/stat : 9035 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 427942 0 0 0 500834 206 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9029/tid=9036] ppid=9027 vsize=2870532 CPUtime=5010.7 cores=0-7
/proc/9029/task/9036/stat : 9036 (strangenight2-m) R 9027 9029 9003 0 -1 4202560 451677 0 0 0 500841 229 0 0 25 0 8 0 512063850 2939424768 521658 33554432000 4194304 4580107 140733660634288 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2870532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.72
CPU time (s): 40000.4
CPU user time (s): 39983.7
CPU system time (s): 16.6955
CPU usage (%): 798.297
Max. virtual memory (cumulated for all children) (KiB): 2934368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39983.7
system time used= 16.6955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3217894
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= 6543
involuntary context switches= 173815

runsolver used 21.8277 second user time and 61.2707 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-29 16:18:46
IDJOB=3421598
IDBENCH=83247
IDSOLVER=1878
FILE ID=node107/3421598-1306678726
RUNJOBID= node107-1306678726-9017
PBS_JOBID= 13471814
Free space on /tmp= 73532 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_512.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421598-1306678726/watcher-3421598-1306678726 -o /tmp/evaluation-result-3421598-1306678726/solver-3421598-1306678726 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421598-1306678726.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=1957133998

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16375724 kB
Buffers:        337112 kB
Cached:        7223644 kB
SwapCached:       9840 kB
Active:       12050452 kB
Inactive:      4197968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16375724 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            5496 kB
Writeback:           0 kB
AnonPages:     8685964 kB
Mapped:          32064 kB
Slab:           161680 kB
PageTables:      94788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145075828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73528 MiB
End job on node107 at 2011-05-29 17:42:19