Trace number 3173917

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? (TO) 4800.35 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.386941
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173917-1304073323.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.00/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.00/0.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.40/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.40/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.40/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.40/0.90	c calculated reachability. Time: 0.00
3.40/0.90	c Calc default polars -  time:   0.00 s pos:      36 undec:       1 neg:      53
3.40/0.90	c =========================================================================================
3.40/0.90	c types(t): F = full restart, N = normal restart
3.40/0.90	c types(t): S = simplification begin/end, E = solution found
3.40/0.90	c restart types(rt): st = static, dy = dynamic
3.40/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.40/0.90	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
3.40/0.90	c  N dy    10      5918        90      8010         0      3179     56070     82697     25.33     26.75
3.40/0.90	c  N dy    19     11277        90      8010         0      4202     56070     96682     25.09     26.62
3.40/0.90	c  N dy    35     15602        90      8010         0      8200     56070    215031     25.23     26.67
4.38/1.10	c  N dy    55     20659        90      8010         0      7689     56070    182787     25.40     26.77
4.78/1.26	c  N dy    66     24827        90      8010         0     11561     56070    296622     25.43     26.85
4.78/1.27	c  F st    68     25000        90      8010         0     11726     56070    301529     25.44   no data
5.98/1.52	c  N dy    74     30001        90      8010         0     10035     56070    233740     25.44   no data
5.98/1.52	c  S st    74     30001        90      8010         0     10035     56070    233740     25.44   no data
5.98/1.56	c  S st    74     30506        90      8010         0     10510     56070    248251     25.44   no data
5.98/1.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.98/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.98/1.56	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
5.98/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.98/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.98/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
5.98/1.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.98/1.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.98/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.79	c lits-rem:        93  cl-subs:      689  v-elim:      0  v-fix:    0  time:  0.21 s
7.97/2.08	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.29
7.97/2.08	c calculated reachability. Time: 0.00
7.97/2.08	c  N dy    74     30506        90      8010         0      9821     56070    225982     25.44   no data
9.17/2.31	c  N dy    89     34571        90      8010         0     13607     56070    338692     25.51     27.05
9.97/2.55	c  N dy   107     38788        90      8010         0     10190     56070    218872     25.57     27.03
11.17/2.82	c  N dy   127     43158        90      8010         0     14271     56070    340435     25.65     27.08
11.59/3.00	c  S st   132     45760        90      8010         0      8381     56070    148420     25.65     25.34
11.99/3.03	c  S st   132     46260        90      8010         0      8858     56070    162197     25.65   no data
11.99/3.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.99/3.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.99/3.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.99/3.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.99/3.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.99/3.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.99/3.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.99/3.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.99/3.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.99/3.09	c lits-rem:         7  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.04 s
11.99/3.09	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
11.99/3.09	c vivif2 --  cl tried     8811 cl shrink        0 lits rem          0 time: 0.00
13.16/3.36	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.27
13.16/3.36	c calculated reachability. Time: 0.00
13.16/3.36	c  N dy   132     46260        90      8010         0      8811     56070    160519     25.65   no data
13.96/3.59	c  N dy   151     50373        90      8010         0     12634     56070    274478     25.72     27.07
15.56/3.95	c  N dy   167     56161        90      8010         0     18004     56070    434719     25.71     27.18
19.16/4.81	c  N dy   169     69390        90      8010         0     10775     56070    186720     25.23     23.87
19.16/4.81	c  S st   169     69390        90      8010         0     10775     56070    186720     25.23     23.87
19.16/4.85	c  S st   169     69896        90      8010         0     11259     56070    200934     25.23   no data
19.16/4.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.16/4.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.16/4.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.16/4.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.16/4.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.16/4.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.16/4.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.16/4.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.16/4.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.93	c lits-rem:        59  cl-subs:      194  v-elim:      0  v-fix:    0  time:  0.07 s
19.56/4.93	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.56/4.93	c vivif2 --  cl tried    11065 cl shrink        0 lits rem          0 time: 0.00
20.77/5.26	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
20.77/5.26	c calculated reachability. Time: 0.00
20.77/5.26	c  N dy   169     69896        90      8010         0     11065     56070    195014     25.23   no data
21.95/5.57	c  N dy   183     74939        90      8010         0     15731     56070    331662     25.22     26.62
23.55/5.90	c  N dy   206     79728        90      8010         0     20160     56070    463175     25.28     26.71
24.77/6.28	c  N dy   211     85021        90      8010         0     13954     56070    261254     25.18     26.52
25.55/6.44	c  F st   223     87501        90      8010         0     16257     56070    329708     25.20     25.36
26.34/6.67	c  N st   228     90800        90      8010         0     19313     56070    421255     25.20   no data
28.75/7.20	c  N dy   250     96896        90      8010         0     12953     56070    217037     25.25     26.62
30.34/7.66	c  N dy   288    103500        90      8010         0     19114     56070    400489     25.32     26.68
30.74/7.77	c  S st   298    104844        90      8010         0     20357     56070    437367     25.34     23.42
31.14/7.83	c  S st   298    105348        90      8010         0     20835     56070    451605     25.34   no data
31.14/7.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.14/7.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
31.14/7.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.14/7.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.14/7.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.14/7.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
31.14/7.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.14/7.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.14/7.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.13/8.33	c lits-rem:       182  cl-subs:     1285  v-elim:      0  v-fix:    0  time:  0.47 s
33.13/8.33	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.13/8.33	c vivif2 --  cl tried    19550 cl shrink        0 lits rem          0 time: 0.00
34.73/8.74	c asymm  cl-useful: 0/6184/8010 lits-rem:0 time: 0.40
34.73/8.74	c calculated reachability. Time: 0.00
34.73/8.74	c  N dy   298    105348        90      8010         0     19550     56070    408585     25.34   no data
37.13/9.37	c  N dy   323    112105        90      8010         0     25819     56070    593385     25.35     26.76
39.52/9.96	c  N dy   363    119406        90      8010         0     19663     56070    398242     25.41     26.91
41.92/10.58	c  N dy   385    127063        90      8010         0     26774     56070    610657     25.43     27.79
45.51/11.40	c  N dy   409    138000        90      8010         0     22949     56070    477353     25.42     26.91
48.71/12.20	c  N dy   428    147273        90      8010         0     16746     56070    275377     25.39     26.79
51.53/12.96	c  N dy   465    156764        90      8010         0     25545     56070    534239     25.41     27.57
52.30/13.10	c  S st   475    158022        90      8010         0     26705     56070    569212     25.42     26.21
52.30/13.17	c  S st   475    158524        90      8010         0     27179     56070    583638     25.42   no data
52.30/13.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.30/13.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
52.30/13.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.30/13.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.30/13.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.30/13.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
52.30/13.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.30/13.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
52.70/13.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.29/14.10	c lits-rem:       264  cl-subs:     1950  v-elim:      0  v-fix:    0  time:  0.89 s
56.29/14.10	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
56.29/14.11	c vivif2 --  cl tried    25229 cl shrink        0 lits rem          0 time: 0.01
56.69/14.27	c asymm  cl-useful: 0/1826/8010 lits-rem:0 time: 0.16
56.69/14.27	c calculated reachability. Time: 0.00
56.69/14.27	c  N dy   475    158524        90      8010         0     25229     56070    520248     25.42   no data
62.69/15.77	c  N dy   506    176341        90      8010         0     26058     56070    530367     25.37     26.76
67.09/16.82	c  N dy   511    187622        90      8010         0     19833     56070    329268     25.30     27.55
73.87/18.50	c  N dy   525    206628        90      8010         0     19782     56070    312455     25.16     26.53
79.47/19.94	c  N dy   600    220873        90      8010         0     33060     56070    707892     25.23     26.68
85.85/21.55	c  N dy   677    236078        90      8010         0     28663     56070    558451     25.29     26.64
86.67/21.73	c  S st   680    237786        90      8010         0     30256     56070    604848     25.29     24.07
87.05/21.81	c  S st   680    238291        90      8010         0     30723     56070    619096     25.29   no data
87.05/21.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.05/21.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
87.05/21.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.05/21.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.05/21.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.05/21.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
87.05/21.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.05/21.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.05/21.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.07/22.83	c lits-rem:       231  cl-subs:     1909  v-elim:      0  v-fix:    0  time:  0.98 s
91.07/22.84	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
91.07/22.84	c vivif2 --  cl tried    28814 cl shrink        0 lits rem          0 time: 0.01
91.85/23.04	c asymm  cl-useful: 0/2384/8010 lits-rem:0 time: 0.20
91.85/23.04	c calculated reachability. Time: 0.00
91.85/23.04	c  N dy   680    238291        90      8010         0     28814     56070    556392     25.29   no data
98.64/24.71	c  N dy   722    254617        90      8010         0     24530     56070    413193     25.28     26.80
106.23/26.69	c  N dy   763    273118        90      8010         0     21338     56070    304785     25.27     26.71
113.42/28.42	c  N dy   771    291682        90      8010         0     38400     56070    804006     25.19     26.68
119.82/30.04	c  F st   845    306250        90      8010         0     30690     56070    568262     25.24     26.05
121.83/30.54	c  N dy   851    311446        90      8010         0     35473     56070    711244     25.24   no data
135.01/33.80	c  N dy   916    341090        90      8010         0     40642     56070    836257     25.21     26.65
142.18/35.66	c  S st   960    357437        90      8010         0     32654     56070    588185     25.22     24.09
142.58/35.75	c  S st   960    357941        90      8010         0     33137     56070    602551     25.22   no data
142.58/35.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.58/35.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.58/35.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.58/35.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.58/35.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.58/35.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
142.58/35.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.58/35.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.58/35.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.57/36.75	c lits-rem:       219  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  0.96 s
146.57/36.76	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
146.57/36.76	c vivif2 --  cl tried    31427 cl shrink        0 lits rem          0 time: 0.01
147.37/36.97	c asymm  cl-useful: 0/2032/8010 lits-rem:0 time: 0.21
147.37/36.97	c calculated reachability. Time: 0.00
147.37/36.97	c  N dy   960    357941        90      8010         0     31427     56070    547811     25.22   no data
157.36/39.41	c  N dy   994    378035        90      8010         0     26066     56070    373820     25.20     26.77
167.35/41.99	c  N dy  1056    399104        90      8010         0     45521     56070    943747     25.20     26.67
180.53/45.23	c  N dy  1158    419140        90      8010         0     39232     56070    747824     25.24     26.63
193.71/48.59	c  N dy  1195    446164        90      8010         0     38217     56070    689731     25.21     26.54
205.32/51.47	c  N dy  1265    466945        90      8010         0     30636     56070    455974     25.20     26.59
216.08/54.19	c  N dy  1336    487974        90      8010         0     50160     56070   1033780     25.21     26.57
228.87/57.32	c  N dy  1426    511201        90      8010         0     43899     56070    829869     25.24     26.59
240.84/60.34	c  N dy  1464    532116        90      8010         0     34532     56070    531373     25.22     26.82
243.24/60.93	c  S st  1480    536912        90      8010         0     38953     56070    662129     25.22     24.06
243.64/61.03	c  S st  1480    537413        90      8010         0     39439     56070    676652     25.22   no data
243.64/61.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
243.64/61.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
243.64/61.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
243.64/61.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
243.64/61.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.64/61.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
243.64/61.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
243.64/61.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
243.64/61.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.25/62.42	c lits-rem:       227  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  1.35 s
249.25/62.42	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
249.25/62.43	c vivif2 --  cl tried    37327 cl shrink        0 lits rem          0 time: 0.01
250.03/62.66	c asymm  cl-useful: 0/1705/8010 lits-rem:0 time: 0.22
250.03/62.66	c calculated reachability. Time: 0.00
250.03/62.66	c  N dy  1480    537413        90      8010         0     37327     56070    611640     25.22   no data
267.21/66.91	c  N dy  1513    570289        90      8010         0     38147     56070    617553     25.13     26.48
279.62/70.07	c  N dy  1588    591215        90      8010         0     57449     56070   1185974     25.14     26.75
301.58/75.60	c  N dy  1683    629014        90      8010         0     61974     56070   1302026     25.11     26.76
313.15/78.42	c  N dy  1720    649900        90      8010         0     49811     56070    924390     25.10     26.47
327.95/82.12	c  N dy  1804    670520        90      8010         0     36589     56070    521624     25.11     26.45
343.10/85.90	c  N dy  1905    693673        90      8010         0     58055     56070   1158605     25.14     26.50
356.69/89.32	c  N dy  1942    713716        90      8010         0     43278     56070    697299     25.12     26.53
369.08/92.46	c  N dy  1990    733728        90      8010         0     61713     56070   1239798     25.12     28.43
384.65/96.32	c  N dy  2080    753840        90      8010         0     46181     56070    770334     25.14     26.49
398.65/99.87	c  N dy  2148    773890        90      8010         0     64697     56070   1314427     25.14     26.80
412.61/103.30	c  N dy  2222    794020        90      8010         0     48221     56070    806512     25.14     26.54
421.40/105.53	c  S st  2283    806119        90      8010         0     59425     56070   1138923     25.15     24.80
421.80/105.70	c  S st  2283    806620        90      8010         0     59900     56070   1152903     25.15   no data
422.20/105.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.20/105.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
422.20/105.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.20/105.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.20/105.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.20/105.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
422.20/105.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.20/105.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
422.20/105.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.98/110.42	c lits-rem:       611  cl-subs:     4415  v-elim:      0  v-fix:    0  time:  4.64 s
440.98/110.42	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
440.98/110.44	c vivif2 --  cl tried    55485 cl shrink        0 lits rem          0 time: 0.01
442.20/110.74	c asymm  cl-useful: 0/1160/8010 lits-rem:0 time: 0.30
442.20/110.74	c calculated reachability. Time: 0.00
442.20/110.74	c  N dy  2283    806620        90      8010         0     55485     56070   1014333     25.15   no data
459.77/115.20	c  N dy  2339    829568        90      8010         0     40804     56070    569385     25.15     26.49
475.33/119.04	c  N dy  2429    851922        90      8010         0     61502     56070   1183174     25.17     26.54
493.31/123.51	c  N dy  2482    874902        90      8010         0     45736     56070    696297     25.16     26.54
514.07/128.73	c  N dy  2546    904016        90      8010         0     72566     56070   1475480     25.13     26.61
528.85/132.45	c  N dy  2630    924937        90      8010         0     54176     56070    930550     25.14     26.54
546.84/136.92	c  N dy  2750    944940        90      8010         0     72694     56070   1484274     25.17     26.54
560.41/140.35	c  N dy  2788    964949        90      8010         0     52345     56070    851731     25.16     29.58
575.99/144.24	c  N dy  2826    985672        90      8010         0     71447     56070   1415094     25.15     26.61
593.57/148.62	c  N dy  2936   1005748        90      8010         0     50340     56070    779998     25.18     26.52
610.34/152.85	c  N dy  3030   1026309        90      8010         0     69485     56070   1350622     25.19     26.67
628.72/157.45	c  N dy  3116   1046447        90      8010         0     47365     56070    668426     25.20     26.58
644.32/161.31	c  N dy  3181   1067614        90      8010         0     66884     56070   1244056     25.21     26.54
648.29/162.32	c  F st  3202   1071876        90      8010         0     70810     56070   1361205     25.21   no data
661.08/165.59	c  N dy  3227   1087945        90      8010         0     44077     56070    555074     25.21     26.70
680.65/170.43	c  N dy  3298   1116255        90      8010         0     70195     56070   1323191     25.20     26.61
698.63/174.95	c  N dy  3338   1136436        90      8010         0     46327     56070    600717     25.20     26.67
714.20/178.90	c  N dy  3430   1157462        90      8010         0     65776     56070   1176811     25.21     26.65
736.99/184.57	c  N dy  3466   1186271        90      8010         0     48892     56070    662419     25.18     26.54
750.96/188.05	c  N dy  3507   1206310        90      8010         0     67338     56070   1202759     25.18     26.53
754.18/188.90	c  S st  3511   1209930        90      8010         0     70651     56070   1298514     25.17     23.71
754.95/189.08	c  S st  3511   1210433        90      8010         0     71129     56070   1313270     25.17   no data
754.95/189.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
755.35/189.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
755.35/189.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
755.35/189.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
755.35/189.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.35/189.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
755.35/189.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
755.35/189.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
755.35/189.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
804.88/201.55	c lits-rem:       871  cl-subs:     5736  v-elim:      0  v-fix:    0  time: 12.37 s
804.88/201.55	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
804.88/201.57	c vivif2 --  cl tried    65393 cl shrink        0 lits rem          0 time: 0.02
806.48/201.94	c asymm  cl-useful: 0/729/8010 lits-rem:0 time: 0.37
806.48/201.94	c calculated reachability. Time: 0.00
806.48/201.94	c  N dy  3511   1210433        90      8010         0     65393     56070   1143288     25.17   no data
844.42/211.43	c  N dy  3590   1243966        90      8010         0     52197     56070    741306     25.16     26.50
862.01/215.88	c  N dy  3721   1264029        90      8010         0     70863     56070   1300409     25.18     27.67
886.39/221.98	c  N dy  3815   1285721        90      8010         0     45786     56070    531896     25.19     26.57
901.96/225.80	c  N dy  3897   1306448        90      8010         0     64935     56070   1100161     25.20     26.66
923.13/231.19	c  N dy  4020   1326460        90      8010         0     83500     56070   1655000     25.22     27.19
945.90/236.82	c  N dy  4118   1346487        90      8010         0     55909     56070    813091     25.23     26.67
966.66/242.06	c  N dy  4190   1366582        90      8010         0     74489     56070   1363229     25.24     28.83
995.85/249.40	c  N dy  4285   1389203        90      8010         0     48288     56070    565045     25.25     26.78
1014.20/253.95	c  N dy  4338   1415036        90      8010         0     72165     56070   1272790     25.24     26.67
1036.97/259.62	c  N dy  4424   1435253        90      8010         0     90865     56070   1828852     25.25     26.58
1054.54/264.00	c  N dy  4451   1456221        90      8010         0     62010     56070    942999     25.23     26.56
1074.52/269.08	c  N dy  4554   1476322        90      8010         0     80599     56070   1496279     25.24     26.58
1095.29/274.27	c  N dy  4597   1496421        90      8010         0     50221     56070    586998     25.24     27.08
1114.89/279.16	c  N dy  4700   1519945        90      8010         0     71986     56070   1235111     25.25     26.63
1138.43/285.08	c  N dy  4732   1544830        90      8010         0     94792     56070   1898598     25.23     26.73
1157.61/289.85	c  N dy  4807   1565266        90      8010         0     63827     56070    970233     25.23     26.63
1176.78/294.66	c  N dy  4854   1586007        90      8010         0     82942     56070   1532631     25.23     26.77
1203.95/301.46	c  N dy  4951   1606091        90      8010         0     50774     56070    566896     25.24     27.58
1225.91/306.90	c  N dy  5052   1632710        90      8010         0     75327     56070   1290665     25.25     26.60
1249.49/312.80	c  N dy  5157   1652716        90      8010         0     93836     56070   1842910     25.26     26.74
1272.26/318.57	c  N dy  5221   1673855        90      8010         0     61650     56070    866936     25.26     26.70
1294.65/324.13	c  N dy  5303   1698386        90      8010         0     84344     56070   1540674     25.26     26.91
1309.40/327.82	c  S st  5347   1710434        90      8010         0     95522     56070   1873726     25.27     22.77
1310.20/328.09	c  S st  5347   1710936        90      8010         0     96000     56070   1888042     25.27   no data
1310.20/328.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1310.61/328.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1310.61/328.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1310.61/328.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1310.61/328.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.61/328.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1310.61/328.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1310.61/328.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1311.01/328.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1366.92/342.29	c lits-rem:      1192  cl-subs:     8424  v-elim:      0  v-fix:    0  time: 14.06 s
1366.92/342.29	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1367.32/342.31	c vivif2 --  cl tried    87576 cl shrink        0 lits rem          0 time: 0.02
1368.52/342.65	c asymm  cl-useful: 0/957/8010 lits-rem:0 time: 0.34
1368.52/342.65	c calculated reachability. Time: 0.00
1368.52/342.65	c  N dy  5347   1710936        90      8010         0     87576     56070   1626380     25.27   no data
1393.69/348.98	c  N dy  5363   1735378        90      8010         0     57736     56070    739661     25.25     26.74
1412.86/353.73	c  N dy  5472   1755440        90      8010         0     76308     56070   1295149     25.26     26.99
1437.23/359.81	c  N dy  5536   1777081        90      8010         0     96318     56070   1884893     25.26     26.63
1475.98/369.55	c  N dy  5580   1820632        90      8010         0     82737     56070   1446417     25.24     26.58
1504.74/376.74	c  N dy  5661   1842200        90      8010         0    102698     56070   2038093     25.24     26.61
1529.11/382.85	c  N dy  5759   1862439        90      8010         0     67176     56070    986595     25.25     26.63
1549.08/387.88	c  N dy  5830   1882450        90      8010         0     85677     56070   1535544     25.25     28.48
1578.25/395.18	c  N dy  5927   1903566        90      8010         0    105242     56070   2120001     25.26     26.68
1601.01/400.85	c  N dy  5998   1924046        90      8010         0     68822     56070   1010497     25.27     26.63
1632.99/408.81	c  N dy  6072   1956191        90      8010         0     98519     56070   1886455     25.25     26.61
1660.93/415.87	c  N dy  6188   1976700        90      8010         0     61192     56070    767558     25.27     26.66
1681.33/420.93	c  N dy  6295   1996762        90      8010         0     79785     56070   1326282     25.28     26.67
1702.47/426.22	c  N dy  6308   2017065        90      8010         0     98403     56070   1863099     25.27     26.66
1729.66/433.08	c  N dy  6365   2037201        90      8010         0     59738     56070    705315     25.26     26.68
1748.81/437.82	c  N dy  6440   2057403        90      8010         0     78468     56070   1261588     25.27     26.69
1774.77/444.36	c  N dy  6507   2080635        90      8010         0     99998     56070   1899615     25.27     26.73
1805.14/451.97	c  N dy  6555   2104829        90      8010         0     64071     56070    802669     25.26     26.62
1826.73/457.38	c  N dy  6628   2127352        90      8010         0     84838     56070   1418474     25.26     26.72
1855.87/464.66	c  N dy  6689   2151031        90      8010         0    106618     56070   2058738     25.26     26.66
1881.43/471.01	c  N dy  6726   2172016        90      8010         0     66918     56070    879341     25.25     26.70
1906.99/477.42	c  N dy  6754   2199992        90      8010         0     92604     56070   1622486     25.23     26.59
1919.77/480.61	c  S st  6769   2210936        90      8010         0    102685     56070   1915559     25.23   no data
1920.97/480.90	c  S st  6769   2211439        90      8010         0    103161     56070   1930243     25.23   no data
1920.97/480.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1920.97/480.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1920.97/480.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1920.97/480.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1920.97/480.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1920.97/480.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1920.97/480.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1920.97/481.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1921.37/481.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1986.89/497.46	c lits-rem:      1290  cl-subs:    10055  v-elim:      0  v-fix:    0  time: 16.41 s
1986.89/497.46	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1986.89/497.48	c vivif2 --  cl tried    93106 cl shrink        0 lits rem          0 time: 0.02
1988.49/497.84	c asymm  cl-useful: 0/828/8010 lits-rem:0 time: 0.36
1988.49/497.84	c calculated reachability. Time: 0.00
1988.49/497.84	c  N dy  6769   2211439        90      8010         0     93106     56070   1638354     25.23   no data
2017.25/505.07	c  N dy  6821   2232672        90      8010         0    112702     56070   2214426     25.23     26.57
2045.60/512.18	c  N dy  6845   2262325        90      8010         0     80341     56070   1259325     25.21     26.62
2070.37/518.38	c  N dy  6920   2282396        90      8010         0     98966     56070   1813837     25.21     26.57
2101.53/526.19	c  N dy  7025   2302480        90      8010         0    117548     56070   2369967     25.22     28.29
2124.71/531.97	c  N dy  7120   2322570        90      8010         0     75564     56070   1105599     25.23     28.73
2148.66/537.96	c  N dy  7210   2342602        90      8010         0     94124     56070   1660703     25.24     27.69
2177.43/545.15	c  N dy  7261   2363504        90      8010         0    113418     56070   2230455     25.24     26.71
2206.99/552.50	c  N dy  7357   2383710        90      8010         0     70334     56070    929205     25.24     26.62
2234.15/559.35	c  N dy  7428   2411227        90      8010         0     95634     56070   1673113     25.24     26.60
2264.12/566.86	c  N dy  7529   2431463        90      8010         0    114343     56070   2232618     25.25     26.64
2294.06/574.34	c  N dy  7616   2451494        90      8010         0     70056     56070    898714     25.25     29.26
2317.64/580.27	c  N dy  7680   2475065        90      8010         0     91702     56070   1538654     25.25     26.63
2348.80/588.03	c  N dy  7773   2497154        90      8010         0    112072     56070   2146140     25.26     26.62
2383.15/596.68	c  N dy  7840   2520489        90      8010         0     70033     56070    883941     25.26     26.61
2406.74/602.58	c  N dy  7963   2540532        90      8010         0     88580     56070   1439142     25.27     28.26
2432.70/609.06	c  N dy  8027   2561054        90      8010         0    107514     56070   2002272     25.27     26.62
2461.45/616.28	c  N dy  8061   2581138        90      8010         0    126035     56070   2548987     25.27     26.63
2488.21/622.95	c  N dy  8205   2601225        90      8010         0     80099     56070   1169557     25.28     27.55
2515.37/629.72	c  N dy  8323   2621313        90      8010         0     98650     56070   1726277     25.29     26.64
2544.53/637.05	c  N dy  8385   2641361        90      8010         0    117147     56070   2272248     25.29     26.71
2575.29/644.78	c  N dy  8449   2661365        90      8010         0     70087     56070    846054     25.30     29.26
2617.26/655.24	c  N dy  8452   2700671        90      8010         0    105934     56070   1880221     25.27     26.64
2635.23/659.77	c  S st  8528   2711440        90      8010         0    115940     56070   2182157     25.27   no data
2636.41/660.09	c  S st  8528   2711943        90      8010         0    116418     56070   2196331     25.27   no data
2636.81/660.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2636.81/660.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2636.81/660.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2636.81/660.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2636.81/660.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2636.81/660.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2636.81/660.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2637.21/660.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2637.21/660.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2751.06/688.74	c lits-rem:      1397  cl-subs:    11911  v-elim:      0  v-fix:    0  time: 28.49 s
2751.06/688.75	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2751.06/688.77	c vivif2 --  cl tried   104507 cl shrink        0 lits rem          0 time: 0.03
2752.66/689.14	c asymm  cl-useful: 0/705/8010 lits-rem:0 time: 0.37
2752.66/689.14	c calculated reachability. Time: 0.00
2752.66/689.14	c  N dy  8528   2711943        90      8010         0    104507     56070   1853460     25.27   no data
2786.61/697.66	c  N dy  8641   2732007        90      8010         0    123084     56070   2411975     25.28     28.96
2816.17/705.09	c  N dy  8747   2752054        90      8010         0     75764     56070   1010258     25.29     26.95
2842.13/711.53	c  N dy  8853   2773055        90      8010         0     95190     56070   1592006     25.30     26.87
2871.70/719.00	c  N dy  8910   2793682        90      8010         0    114253     56070   2154471     25.30     26.66
2908.45/728.19	c  N dy  8994   2813688        90      8010         0    132723     56070   2701657     25.30     27.50
2951.21/738.90	c  N dy  9061   2854471        90      8010         0    102929     56070   1777528     25.28     26.78
2980.34/746.11	c  N dy  9124   2874743        90      8010         0    121621     56070   2333238     25.28     26.64
3021.09/756.30	c  N dy  9207   2901973        90      8010         0     78605     56070   1035696     25.28     26.62
3042.27/761.67	c  N dy  9243   2923349        90      8010         0     98314     56070   1614728     25.27     26.64
3075.02/769.81	c  N dy  9300   2946467        90      8010         0    119547     56070   2243637     25.27     26.66
3114.56/779.77	c  N dy  9416   2966594        90      8010         0     69186     56070    752619     25.28     26.62
3136.53/785.21	c  N dy  9517   2986676        90      8010         0     87731     56070   1310374     25.29     26.69
3173.69/794.52	c  N dy  9606   3015145        90      8010         0    113978     56070   2088252     25.29     26.62
3215.62/805.09	c  N dy  9677   3042459        90      8010         0    139124     56070   2833118     25.29     26.62
3261.16/816.41	c  N dy  9750   3083269        90      8010         0    106487     56070   1813430     25.27     26.69
3293.12/824.41	c  N dy  9827   3103670        90      8010         0    125351     56070   2375025     25.28     26.67
3368.22/843.24	c  N dy  9922   3148369        90      8010         0     95501     56070   1476881     25.26     26.62
3412.59/854.36	c  N dy 10016   3168737        90      8010         0    114317     56070   2035293     25.27     26.61
3453.70/864.65	c  N dy 10106   3188813        90      8010         0    132855     56070   2587638     25.27     28.35
3489.66/873.60	c  N dy 10207   3208955        90      8010         0     79709     56070   1014582     25.28     26.65
3492.45/874.32	c  S st 10209   3211943        90      8010         0     82460     56070   1093575     25.28     22.61
3493.25/874.56	c  S st 10209   3212446        90      8010         0     82927     56070   1108037     25.28   no data
3493.25/874.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3493.65/874.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3493.65/874.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3493.65/874.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3493.65/874.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3493.65/874.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3493.65/874.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3493.65/874.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3493.65/874.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3504.04/877.29	c lits-rem:       215  cl-subs:     2111  v-elim:      0  v-fix:    0  time:  2.62 s
3504.04/877.29	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3504.44/877.30	c vivif2 --  cl tried    80816 cl shrink        0 lits rem          0 time: 0.02
3505.64/877.64	c asymm  cl-useful: 0/884/8010 lits-rem:0 time: 0.33
3505.64/877.64	c calculated reachability. Time: 0.00
3505.64/877.64	c  N dy 10209   3212446        90      8010         0     80816     56070   1042636     25.28   no data
3531.63/884.13	c  N dy 10303   3233046        90      8010         0     99898     56070   1612984     25.28     26.65
3564.75/892.43	c  N dy 10395   3254045        90      8010         0    119368     56070   2196635     25.29     26.62
3601.53/901.63	c  N dy 10483   3274083        90      8010         0    137888     56070   2748584     25.29     27.99
3639.45/911.18	c  N dy 10560   3295955        90      8010         0     85245     56070   1154114     25.29     26.76
3669.01/918.51	c  N dy 10667   3316006        90      8010         0    103846     56070   1711703     25.30     26.81
3703.36/927.13	c  N dy 10724   3340110        90      8010         0    126039     56070   2370194     25.30     26.65
3757.70/940.78	c  N dy 10736   3382305        90      8010         0     90828     56070   1293392     25.28     26.90
3794.05/949.83	c  N dy 10799   3413129        90      8010         0    119259     56070   2137505     25.27     26.70
3831.99/959.31	c  N dy 10895   3433164        90      8010         0    137784     56070   2690744     25.28     29.18
3864.35/967.48	c  N dy 10937   3453317        90      8010         0     81724     56070   1016191     25.28     26.85
3890.72/974.07	c  N dy 11030   3473921        90      8010         0    100734     56070   1583047     25.28     26.74
3931.08/984.17	c  N dy 11101   3502009        90      8010         0    126519     56070   2337554     25.28     26.91
3971.02/994.17	c  N dy 11199   3522070        90      8010         0    145010     56070   2891466     25.28     27.92
4000.97/1001.65	c  N dy 11247   3542132        90      8010         0     88035     56070   1188261     25.28     27.80
4030.52/1009.01	c  N dy 11359   3562547        90      8010         0    106979     56070   1757337     25.29     26.78
4059.28/1016.28	c  N dy 11410   3582620        90      8010         0    125383     56070   2301898     25.29     28.86
4100.43/1026.54	c  N dy 11533   3602896        90      8010         0    144185     56070   2869658     25.30     26.67
4142.39/1037.06	c  N dy 11640   3628082        90      8010         0     90897     56070   1254618     25.30     26.87
4167.94/1043.41	c  N dy 11677   3649274        90      8010         0    110407     56070   1834870     25.30     26.79
4201.89/1051.93	c  N dy 11777   3669297        90      8010         0    128941     56070   2389509     25.30     27.62
4247.03/1063.27	c  N dy 11854   3689373        90      8010         0    147500     56070   2943766     25.31     26.67
4289.77/1073.95	c  N dy 11975   3709788        90      8010         0     88915     56070   1181443     25.31     26.72
4293.77/1074.97	c  S st 11985   3712449        90      8010         0     91374     56070   1254074     25.31     24.16
4295.37/1075.30	c  S st 11985   3712952        90      8010         0     91848     56070   1268143     25.31   no data
4295.37/1075.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4295.37/1075.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4295.37/1075.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4295.37/1075.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4295.37/1075.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4295.37/1075.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4295.37/1075.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4295.37/1075.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4295.79/1075.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4318.53/1081.14	c lits-rem:       304  cl-subs:     2425  v-elim:      0  v-fix:    0  time:  5.71 s
4318.53/1081.14	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4318.53/1081.16	c vivif2 --  cl tried    89423 cl shrink        0 lits rem          0 time: 0.02
4320.54/1081.61	c asymm  cl-useful: 0/769/8010 lits-rem:0 time: 0.44
4320.54/1081.61	c calculated reachability. Time: 0.00
4320.54/1081.61	c  N dy 11985   3712952        90      8010         0     89423     56070   1188464     25.31   no data
4351.29/1089.36	c  N dy 12030   3733875        90      8010         0    108578     56070   1750897     25.31     26.69
4381.65/1096.99	c  F st 12127   3751564        90      8010         0    124931     56070   2240728     25.32   no data
4387.24/1098.35	c  N st 12132   3754861        90      8010         0    127966     56070   2332870     25.32   no data
4430.78/1109.29	c  N dy 12246   3775516        90      8010         0    147126     56070   2908356     25.32     26.73
4469.13/1118.80	c  N dy 12357   3796190        90      8010         0     87870     56070   1133519     25.33     26.69
4498.68/1126.20	c  N dy 12456   3816219        90      8010         0    106430     56070   1689997     25.33     27.09
4535.04/1135.31	c  N dy 12566   3836490        90      8010         0    125174     56070   2253204     25.34     26.70
4567.40/1143.47	c  N dy 12604   3856516        90      8010         0    143631     56070   2799022     25.34     26.71
4620.52/1156.71	c  N dy 12681   3888930        90      8010         0     94082     56070   1288757     25.33     26.72
4652.88/1164.86	c  N dy 12754   3911954        90      8010         0    115276     56070   1917681     25.34     26.71
4688.83/1173.84	c  N dy 12835   3932042        90      8010         0    133819     56070   2471398     25.34     28.43
4729.58/1184.09	c  N dy 12914   3952121        90      8010         0    152321     56070   3025500     25.34     29.22
4763.13/1192.48	c  N dy 12988   3973370        90      8010         0     91733     56070   1210863     25.34     26.91
4791.89/1199.68	c  N dy 13089   3993432        90      8010         0    110265     56070   1767578     25.35     28.43

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173917-1304073323/watcher-3173917-1304073323 -o /tmp/evaluation-result-3173917-1304073323/solver-3173917-1304073323 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173917-1304073323.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.09 7.48 6/184 21110
/proc/meminfo: memFree=25382544/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 518930486 52441088 347 33554432000 4194304 4627427 140733902251024 18446744073709551615 47815327127474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 12803 347 299 106 0 7774 0
[pid=21110/tid=21111] ppid=21108 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518930486 52441088 347 33554432000 4194304 4627427 140733902251024 18446744073709551615 47815327127468 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518930486 52441088 347 33554432000 4194304 4627427 140733902251024 18446744073709551615 47815327127474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518930486 52441088 347 33554432000 4194304 4627427 140733902251024 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.195643 s]
/proc/loadavg: 8.10 8.09 7.48 6/184 21110
/proc/meminfo: memFree=25382544/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=287976 CPUtime=3.4 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 7043 0 0 0 340 0 0 0 25 0 4 0 518930486 294887424 4272 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 71994 4272 384 106 0 66965 0
[pid=21110/tid=21111] ppid=21108 vsize=287976 CPUtime=0.84 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1660 0 0 0 84 0 0 0 18 0 4 0 518930486 294887424 4272 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=287976 CPUtime=0.85 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1696 0 0 0 85 0 0 0 25 0 4 0 518930486 294887424 4272 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=287976 CPUtime=0.84 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1578 0 0 0 84 0 0 0 19 0 4 0 518930486 294887424 4272 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 287976

[startup+0.957974 s]
/proc/loadavg: 8.10 8.09 7.48 6/184 21110
/proc/meminfo: memFree=25382544/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=297256 CPUtime=3.8 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 7743 0 0 0 380 0 0 0 25 0 4 0 518930486 304390144 4586 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 74314 4589 384 106 0 69285 0
[pid=21110/tid=21111] ppid=21108 vsize=297256 CPUtime=0.94 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1740 0 0 0 94 0 0 0 19 0 4 0 518930486 304390144 4589 33554432000 4194304 4627427 140733902251024 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=297256 CPUtime=0.95 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1975 0 0 0 95 0 0 0 25 0 4 0 518930486 304390144 4589 33554432000 4194304 4627427 140733902251024 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=297256 CPUtime=0.94 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1647 0 0 0 94 0 0 0 19 0 4 0 518930486 304390144 4589 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 297256

[startup+1.00097 s]
/proc/loadavg: 8.10 8.09 7.48 6/184 21110
/proc/meminfo: memFree=25382544/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=288320 CPUtime=3.97 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 8084 0 0 0 397 0 0 0 25 0 4 0 518930486 295239680 4146 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 72080 4146 384 106 0 67051 0
[pid=21110/tid=21111] ppid=21108 vsize=288320 CPUtime=0.99 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1983 0 0 0 99 0 0 0 19 0 4 0 518930486 295239680 4146 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=288320 CPUtime=0.99 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 2006 0 0 0 99 0 0 0 25 0 4 0 518930486 295239680 4146 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=288320 CPUtime=0.98 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1681 0 0 0 98 0 0 0 19 0 4 0 518930486 295239680 4147 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 288320

[startup+1.10095 s]
/proc/loadavg: 8.10 8.09 7.48 6/184 21110
/proc/meminfo: memFree=25382544/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=288320 CPUtime=4.38 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 8365 0 0 0 437 1 0 0 25 0 4 0 518930486 295239680 4427 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 72080 4427 384 106 0 67051 0
[pid=21110/tid=21111] ppid=21108 vsize=288320 CPUtime=1.09 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 2055 0 0 0 109 0 0 0 19 0 4 0 518930486 295239680 4427 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=288320 CPUtime=1.09 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 2074 0 0 0 109 0 0 0 25 0 4 0 518930486 295239680 4427 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=288320 CPUtime=1.08 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 1756 0 0 0 108 0 0 0 19 0 4 0 518930486 295239680 4427 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 288320

[startup+1.50088 s]
/proc/loadavg: 8.10 8.09 7.48 6/184 21110
/proc/meminfo: memFree=25382544/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=289124 CPUtime=5.98 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 10368 0 0 0 597 1 0 0 25 0 4 0 518930486 296062976 4689 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 72281 4689 385 106 0 67252 0
[pid=21110/tid=21111] ppid=21108 vsize=289124 CPUtime=1.49 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 2533 0 0 0 149 0 0 0 19 0 4 0 518930486 296062976 4689 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=289124 CPUtime=1.49 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 2596 0 0 0 149 0 0 0 25 0 4 0 518930486 296062976 4689 33554432000 4194304 4627427 140733902251024 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=289124 CPUtime=1.48 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 2261 0 0 0 148 0 0 0 20 0 4 0 518930486 296062976 4689 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 289124

[startup+3.1006 s]
/proc/loadavg: 8.09 8.08 7.48 9/188 21114
/proc/meminfo: memFree=25303460/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=304656 CPUtime=12.36 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 21606 0 0 0 1233 3 0 0 25 0 4 0 518930486 311967744 12411 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 76164 12411 388 106 0 71135 0
[pid=21110/tid=21111] ppid=21108 vsize=304656 CPUtime=3.09 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 4873 0 0 0 308 1 0 0 25 0 4 0 518930486 311967744 12411 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=304656 CPUtime=3.09 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 5718 0 0 0 309 0 0 0 25 0 4 0 518930486 311967744 12411 33554432000 4194304 4627427 140733902251024 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=304656 CPUtime=3.07 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 5709 0 0 0 307 0 0 0 25 0 4 0 518930486 311967744 12411 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 304656

[startup+6.30702 s]
/proc/loadavg: 8.09 8.08 7.48 9/188 21114
/proc/meminfo: memFree=25282512/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=305480 CPUtime=25.17 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 31897 0 0 0 2511 6 0 0 25 0 4 0 518930486 312811520 14480 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 76370 14481 388 106 0 71341 0
[pid=21110/tid=21111] ppid=21108 vsize=305480 CPUtime=6.29 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 8599 0 0 0 627 2 0 0 25 0 4 0 518930486 312811520 14481 33554432000 4194304 4627427 140733902251024 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=305480 CPUtime=6.29 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 8192 0 0 0 629 0 0 0 25 0 4 0 518930486 312811520 14481 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=305480 CPUtime=6.26 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 7832 0 0 0 625 1 0 0 25 0 4 0 518930486 312811520 14481 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 305480

[startup+12.7009 s]
/proc/loadavg: 8.08 8.08 7.48 9/188 21114
/proc/meminfo: memFree=25236672/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=306428 CPUtime=50.71 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 50257 0 0 0 5060 11 0 0 25 0 4 0 518930486 313782272 19790 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 76607 19790 388 106 0 71578 0
[pid=21110/tid=21111] ppid=21108 vsize=306428 CPUtime=12.68 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 13034 0 0 0 1264 4 0 0 25 0 4 0 518930486 313782272 19790 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=306428 CPUtime=12.69 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 12459 0 0 0 1268 1 0 0 25 0 4 0 518930486 313782272 19790 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=306428 CPUtime=12.62 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 12746 0 0 0 1260 2 0 0 25 0 4 0 518930486 313782272 19790 33554432000 4194304 4627427 140733902251024 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 306428

[startup+25.5006 s]
/proc/loadavg: 8.06 8.08 7.49 9/188 21115
/proc/meminfo: memFree=25192868/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=302552 CPUtime=101.84 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 76567 0 0 0 10167 17 0 0 25 0 4 0 518930486 309813248 24875 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 75638 24875 388 106 0 70609 0
[pid=21110/tid=21111] ppid=21108 vsize=302552 CPUtime=25.48 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 19881 0 0 0 2543 5 0 0 25 0 4 0 518930486 309813248 24875 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=302552 CPUtime=25.49 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 19321 0 0 0 2547 2 0 0 25 0 4 0 518930486 309813248 24875 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=302552 CPUtime=25.35 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 18836 0 0 0 2530 5 0 0 25 0 4 0 518930486 309813248 24875 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 302552

[startup+51.1011 s]
/proc/loadavg: 8.04 8.07 7.50 9/188 21115
/proc/meminfo: memFree=25145688/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=328496 CPUtime=204.1 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 112210 0 0 0 20386 24 0 0 25 0 4 0 518930486 336379904 33597 33554432000 4194304 4627427 140733902251024 18446744073709551615 4331967 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 82124 33597 388 106 0 77095 0
[pid=21110/tid=21111] ppid=21108 vsize=328496 CPUtime=51.08 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 28806 0 0 0 5101 7 0 0 25 0 4 0 518930486 336379904 33597 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=328496 CPUtime=51.09 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 29760 0 0 0 5105 4 0 0 25 0 4 0 518930486 336379904 33597 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=328496 CPUtime=50.81 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 28058 0 0 0 5074 7 0 0 25 0 4 0 518930486 336379904 33597 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 328496

[startup+102.301 s]
/proc/loadavg: 8.05 8.07 7.53 10/188 21117
/proc/meminfo: memFree=25108212/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=313092 CPUtime=408.62 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 175530 0 0 0 40818 44 0 0 25 0 4 0 518930486 320606208 35750 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 78273 35750 388 106 0 73244 0
[pid=21110/tid=21111] ppid=21108 vsize=313092 CPUtime=102.28 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 44326 0 0 0 10216 12 0 0 25 0 4 0 518930486 320606208 35750 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=313092 CPUtime=102.28 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 45043 0 0 0 10219 9 0 0 25 0 4 0 518930486 320606208 35750 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=313092 CPUtime=101.73 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 45013 0 0 0 10162 11 0 0 25 0 4 0 518930486 320606208 35750 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 313092

[startup+162.3 s]

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

[pid=21110] ppid=21108 vsize=505380 CPUtime=2805.38 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 549599 0 0 0 280333 205 0 0 25 0 4 0 518930486 517509120 71827 33554432000 4194304 4627427 140733902251024 18446744073709551615 4324104 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 126345 71827 388 106 0 121316 0
[pid=21110/tid=21111] ppid=21108 vsize=505380 CPUtime=702.29 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 140846 0 0 0 70175 54 0 0 25 0 4 0 518930486 517509120 71827 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=505380 CPUtime=702.3 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 143416 0 0 0 70177 53 0 0 25 0 4 0 518930486 517509120 71827 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=505380 CPUtime=698.46 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 141211 0 0 0 69795 51 0 0 25 0 4 0 518930486 517509120 71827 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 505380

[startup+762.301 s]
/proc/loadavg: 8.38 8.25 7.88 9/188 21134
/proc/meminfo: memFree=24737000/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=519864 CPUtime=3045.06 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 581554 0 0 0 304287 219 0 0 25 0 4 0 518930486 532340736 79893 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 129966 79893 388 106 0 124937 0
[pid=21110/tid=21111] ppid=21108 vsize=519864 CPUtime=762.29 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 148131 0 0 0 76172 57 0 0 25 0 4 0 518930486 532340736 79893 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=519864 CPUtime=762.3 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 151158 0 0 0 76174 56 0 0 25 0 4 0 518930486 532340736 79893 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=519864 CPUtime=758.13 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 149820 0 0 0 75758 55 0 0 25 0 4 0 518930486 532340736 79893 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 519864

[startup+822.301 s]
/proc/loadavg: 8.35 8.26 7.90 9/188 21136
/proc/meminfo: memFree=24727444/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=480036 CPUtime=3284.74 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 610994 0 0 0 328238 236 0 0 25 0 4 0 518930486 491556864 76245 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 120009 76245 388 106 0 114980 0
[pid=21110/tid=21111] ppid=21108 vsize=480036 CPUtime=822.3 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 155171 0 0 0 82169 61 0 0 25 0 4 0 518930486 491556864 76245 33554432000 4194304 4627427 140733902251024 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=480036 CPUtime=822.31 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 159705 0 0 0 82169 62 0 0 25 0 4 0 518930486 491556864 76245 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=480036 CPUtime=817.8 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 156773 0 0 0 81722 58 0 0 25 0 4 0 518930486 491556864 76245 33554432000 4194304 4627427 140733902251024 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 480036

[startup+882.301 s]
/proc/loadavg: 8.29 8.25 7.92 9/188 21137
/proc/meminfo: memFree=24642352/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=558940 CPUtime=3524.41 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 637183 0 0 0 352197 244 0 0 25 0 4 0 518930486 572354560 89815 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 139735 89815 388 106 0 134706 0
[pid=21110/tid=21111] ppid=21108 vsize=558940 CPUtime=882.29 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 162805 0 0 0 88167 62 0 0 25 0 4 0 518930486 572354560 89815 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=558940 CPUtime=882.3 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 164896 0 0 0 88166 64 0 0 25 0 4 0 518930486 572354560 89815 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=558940 CPUtime=877.47 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 166113 0 0 0 87687 60 0 0 25 0 4 0 518930486 572354560 89815 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 558940

[startup+942.301 s]
/proc/loadavg: 8.27 8.25 7.94 9/188 21139
/proc/meminfo: memFree=24656724/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=586720 CPUtime=3764.11 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 660494 0 0 0 376156 255 0 0 25 0 4 0 518930486 600801280 84423 33554432000 4194304 4627427 140733902251024 18446744073709551615 4329767 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 146680 84423 388 106 0 141651 0
[pid=21110/tid=21111] ppid=21108 vsize=586720 CPUtime=942.3 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 169621 0 0 0 94163 67 0 0 25 0 4 0 518930486 600801280 84423 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=586720 CPUtime=942.31 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 173736 0 0 0 94164 67 0 0 25 0 4 0 518930486 600801280 84423 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=586720 CPUtime=937.15 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 171745 0 0 0 93651 64 0 0 25 0 4 0 518930486 600801280 84423 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 586720

[startup+1002.3 s]
/proc/loadavg: 8.34 8.26 7.96 9/188 21141
/proc/meminfo: memFree=24641692/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=641536 CPUtime=4003.75 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 685390 0 0 0 400108 267 0 0 25 0 4 0 518930486 656932864 87795 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 160384 87795 388 106 0 155355 0
[pid=21110/tid=21111] ppid=21108 vsize=641536 CPUtime=1002.3 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 175332 0 0 0 100160 70 0 0 25 0 4 0 518930486 656932864 87795 33554432000 4194304 4627427 140733902251024 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=641536 CPUtime=1002.3 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 179221 0 0 0 100161 69 0 0 25 0 4 0 518930486 656932864 87795 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=641536 CPUtime=996.82 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 178626 0 0 0 99614 68 0 0 25 0 4 0 518930486 656932864 87795 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 641536

[startup+1062.31 s]
/proc/loadavg: 8.23 8.24 7.97 9/188 21142
/proc/meminfo: memFree=24627916/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=599508 CPUtime=4243.46 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 713496 0 0 0 424066 280 0 0 25 0 4 0 518930486 613896192 90038 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 149877 90038 388 106 0 144848 0
[pid=21110/tid=21111] ppid=21108 vsize=599508 CPUtime=1062.3 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 184183 0 0 0 106157 73 0 0 25 0 4 0 518930486 613896192 90038 33554432000 4194304 4627427 140733902251024 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=599508 CPUtime=1062.32 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 186178 0 0 0 106159 73 0 0 25 0 4 0 518930486 613896192 90038 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=599508 CPUtime=1056.49 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 185404 0 0 0 105578 71 0 0 25 0 4 0 518930486 613896192 90038 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 599508

[startup+1122.3 s]
/proc/loadavg: 8.29 8.24 7.98 10/188 21144
/proc/meminfo: memFree=24624168/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=599808 CPUtime=4483.11 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 737338 0 0 0 448019 292 0 0 25 0 4 0 518930486 614203392 88961 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 149952 88961 388 106 0 144923 0
[pid=21110/tid=21111] ppid=21108 vsize=599808 CPUtime=1122.3 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 188927 0 0 0 112154 76 0 0 25 0 4 0 518930486 614203392 88961 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=599808 CPUtime=1122.31 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 192598 0 0 0 112155 76 0 0 25 0 4 0 518930486 614203392 88961 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=599808 CPUtime=1116.17 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 192292 0 0 0 111543 74 0 0 25 0 4 0 518930486 614203392 88961 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 599808

[startup+1182.3 s]
/proc/loadavg: 8.17 8.21 7.99 9/188 21145
/proc/meminfo: memFree=24583472/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=668664 CPUtime=4722.79 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 760750 0 0 0 471974 305 0 0 25 0 4 0 518930486 684711936 96055 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 167166 96055 388 106 0 162137 0
[pid=21110/tid=21111] ppid=21108 vsize=668664 CPUtime=1182.29 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 195870 0 0 0 118150 79 0 0 25 0 4 0 518930486 684711936 96055 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=668664 CPUtime=1182.31 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 198414 0 0 0 118152 79 0 0 25 0 4 0 518930486 684711936 96055 33554432000 4194304 4627427 140733902251024 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=668664 CPUtime=1175.83 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 197599 0 0 0 117506 77 0 0 25 0 4 0 518930486 684711936 96055 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 668664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.20 7.99 5/184 21147
/proc/meminfo: memFree=25027400/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=600228 CPUtime=4800.3 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 768804 0 0 0 479721 309 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 150057 88969 388 106 0 145028 0
[pid=21110/tid=21111] ppid=21108 vsize=600228 CPUtime=1201.7 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 198730 0 0 0 120089 81 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=600228 CPUtime=1201.71 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 200878 0 0 0 120091 80 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=600228 CPUtime=1195.13 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 197706 0 0 0 119436 77 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 600228

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.20 7.99 5/184 21147
/proc/meminfo: memFree=25027400/32951124 swapFree=67111524/67111528
[pid=21110] ppid=21108 vsize=600228 CPUtime=4800.3 cores=1,3,5,7
/proc/21110/stat : 21110 (strangenight2-m) R 21108 21110 20824 0 -1 4202496 768804 0 0 0 479721 309 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21110/statm: 150057 88969 388 106 0 145028 0
[pid=21110/tid=21111] ppid=21108 vsize=600228 CPUtime=1201.7 cores=1,3,5,7
/proc/21110/task/21111/stat : 21111 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 198730 0 0 0 120089 81 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21110/tid=21112] ppid=21108 vsize=600228 CPUtime=1201.71 cores=1,3,5,7
/proc/21110/task/21112/stat : 21112 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 200878 0 0 0 120091 80 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21110/tid=21113] ppid=21108 vsize=600228 CPUtime=1195.13 cores=1,3,5,7
/proc/21110/task/21113/stat : 21113 (strangenight2-m) R 21108 21110 20824 0 -1 4202560 197706 0 0 0 119436 77 0 0 25 0 4 0 518930486 614633472 88969 33554432000 4194304 4627427 140733902251024 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 600228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.35
CPU user time (s): 4797.24
CPU system time (s): 3.11053
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 763472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.24
system time used= 3.11053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 768805
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= 940
involuntary context switches= 21938

runsolver used 1.80773 second user time and 4.76727 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 12:35:23
IDJOB=3173917
IDBENCH=82735
IDSOLVER=1586
FILE ID=node132/3173917-1304073323
RUNJOBID= node132-1304072119-20994
PBS_JOBID= 13170489
Free space on /tmp= 71868 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173917-1304073323/watcher-3173917-1304073323 -o /tmp/evaluation-result-3173917-1304073323/solver-3173917-1304073323 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173917-1304073323.cnf

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=1928320849

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25382824 kB
Buffers:        767464 kB
Cached:        6235496 kB
SwapCached:          4 kB
Active:        2078704 kB
Inactive:      4992764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25382824 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11320 kB
Writeback:           0 kB
AnonPages:       68064 kB
Mapped:          15096 kB
Slab:           435184 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   275260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71860 MiB
End job on node132 at 2011-04-29 12:55:27