Trace number 3174230

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.24 1201.72

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
MD5SUMa1e34b50698b079e87a3cad9c76615ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.7579
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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-3174230-1304115551.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.01	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.01	c -- vars added         50
3.17/0.81	c Parsing time:  0.00 s
3.17/0.81	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
3.17/0.81	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
3.17/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:      24 undec:       1 neg:      25
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
3.17/0.81	c  N dy     8      4008        50      4450         0      3471     31150     64198     15.55     17.14
3.17/0.81	c  N dy    18      8230        50      4450         0      4952     31150     86210     15.47     16.37
3.17/0.81	c  N dy    27     12289        50      4450         0      4799     31150     78321     15.28     16.47
3.17/0.81	c  N dy    30     16845        50      4450         0      8731     31150    149148     15.13     16.07
3.97/1.01	c  N dy    56     24534        50      4450         0     10529     31150    175091     15.12     15.94
3.97/1.01	c  F st    61     25000        50      4450         0     10952     31150    183195     15.15   no data
5.16/1.31	c  N dy    67     30001        50      4450         0      9402     31150    150450     15.15   no data
5.16/1.31	c  S st    67     30001        50      4450         0      9402     31150    150450     15.15   no data
5.16/1.31	c  S st    67     30504        50      4450         0      9851     31150    159102     15.15   no data
5.16/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.31	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
5.16/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
5.16/1.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c lits-rem:       149  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  0.21 s
6.36/1.65	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.36/1.65	c calculated reachability. Time: 0.00
6.36/1.65	c  N dy    67     30504        50      4450         0      8309     31150    133231     15.15   no data
7.97/2.02	c  N dy    94     37498        50      4450         0      7592     31150    109712     15.23     16.03
8.78/2.26	c  N dy   123     42508        50      4450         0     11966     31150    190301     15.35     16.17
9.55/2.44	c  S st   130     45757        50      4450         0     14811     31150    241617     15.34     14.42
9.55/2.48	c  S st   130     46261        50      4450         0     15246     31150    249821     15.34   no data
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.55/2.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.55/2.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.86	c lits-rem:       210  cl-subs:     2474  v-elim:      0  v-fix:    0  time:  0.36 s
11.16/2.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.16/2.86	c vivif2 --  cl tried    12772 cl shrink        0 lits rem          0 time: 0.00
12.36/3.13	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
12.36/3.13	c calculated reachability. Time: 0.00
12.36/3.13	c  N dy   130     46261        50      4450         0     12772     31150    206324     15.34   no data
13.17/3.36	c  N dy   149     50314        50      4450         0      8731     31150    125805     15.39     17.33
13.95/3.58	c  N dy   181     54355        50      4450         0     12272     31150    192390     15.50     16.62
15.15/3.80	c  N dy   183     58703        50      4450         0     16026     31150    259486     15.44     16.43
15.95/4.03	c  N dy   187     62917        50      4450         0     11100     31150    159566     15.41     16.22
17.15/4.37	c  N dy   191     69392        50      4450         0     16677     31150    257323     15.29     13.30
17.15/4.37	c  S st   191     69392        50      4450         0     16677     31150    257323     15.29     13.30
17.57/4.42	c  S st   191     69892        50      4450         0     17120     31150    265816     15.29   no data
17.57/4.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.57/4.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.57/4.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.54/4.91	c lits-rem:       313  cl-subs:     2804  v-elim:      0  v-fix:    0  time:  0.48 s
19.54/4.91	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.54/4.92	c vivif2 --  cl tried    14316 cl shrink        0 lits rem          0 time: 0.00
20.74/5.21	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.29
20.74/5.21	c calculated reachability. Time: 0.00
20.74/5.21	c  N dy   191     69892        50      4450         0     14316     31150    220015     15.29   no data
21.96/5.51	c  N dy   211     74393        50      4450         0     18227     31150    292331     15.33     16.21
23.14/5.81	c  N dy   238     79517        50      4450         0     13426     31150    195534     15.37     16.24
24.33/6.15	c  N dy   261     84689        50      4450         0     17944     31150    278472     15.39     16.26
25.13/6.39	c  F st   285     87500        50      4450         0     20419     31150    325027     15.43     16.04
25.93/6.59	c  N st   290     90795        50      4450         0     12929     31150    180185     15.43   no data
27.94/7.01	c  N dy   313     97473        50      4450         0     18744     31150    287575     15.46     16.32
29.93/7.51	c  N dy   345    103722        50      4450         0     12918     31150    173441     15.51     16.36
29.93/7.58	c  S st   357    104838        50      4450         0     13884     31150    191513     15.52   no data
30.33/7.62	c  S st   357    105342        50      4450         0     14338     31150    200161     15.52   no data
30.33/7.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.33/7.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.33/7.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.33/7.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.33/7.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.33/7.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.33/7.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.33/7.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.33/7.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.79	c lits-rem:        76  cl-subs:      746  v-elim:      0  v-fix:    0  time:  0.15 s
30.75/7.79	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.75/7.79	c vivif2 --  cl tried    13592 cl shrink        0 lits rem          0 time: 0.00
31.93/8.08	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.30
31.93/8.08	c calculated reachability. Time: 0.00
31.93/8.08	c  N dy   357    105342        50      4450         0     13592     31150    186141     15.52   no data
35.92/9.05	c  N dy   365    120326        50      4450         0     14396     31150    190004     15.37     16.32
38.72/9.76	c  N dy   398    130425        50      4450         0     23144     31150    347424     15.36     16.30
41.52/10.49	c  N dy   472    138821        50      4450         0     17559     31150    245974     15.46     17.38
44.71/11.27	c  N dy   534    147722        50      4450         0     25307     31150    390810     15.53     16.38
47.90/12.04	c  N dy   568    157203        50      4450         0     19610     31150    272110     15.52     16.76
48.32/12.11	c  S st   577    158015        50      4450         0     20323     31150    285787     15.53   no data
48.32/12.16	c  S st   577    158516        50      4450         0     20773     31150    294709     15.53   no data
48.32/12.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.32/12.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.32/12.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.32/12.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.32/12.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.32/12.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.32/12.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.32/12.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.32/12.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.29/12.61	c lits-rem:       193  cl-subs:     2194  v-elim:      0  v-fix:    0  time:  0.43 s
50.29/12.61	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.29/12.62	c vivif2 --  cl tried    18579 cl shrink        0 lits rem          0 time: 0.00
51.49/12.95	c asymm  cl-useful: 0/4169/4450 lits-rem:0 time: 0.34
51.49/12.95	c calculated reachability. Time: 0.00
51.49/12.95	c  N dy   577    158516        50      4450         0     18579     31150    256512     15.53   no data
55.89/14.08	c  N dy   596    170923        50      4450         0     14701     31150    178237     15.47     16.38
59.48/14.93	c  N dy   638    181915        50      4450         0     24209     31150    350367     15.46     16.92
63.88/16.05	c  N dy   677    193598        50      4450         0     18832     31150    246297     15.45     17.54
74.27/18.65	c  N dy   745    222662        50      4450         0     27465     31150    381923     15.35     16.18
80.25/20.14	c  N dy   808    236882        50      4450         0     22530     31150    296903     15.37     17.26
80.65/20.23	c  S st   817    237775        50      4450         0     23313     31150    311763     15.38   no data
81.05/20.30	c  S st   817    238277        50      4450         0     23758     31150    320204     15.38   no data
81.05/20.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.05/20.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
81.05/20.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.05/20.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.05/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.05/20.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
81.05/20.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.05/20.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.05/20.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.65/20.77	c lits-rem:       177  cl-subs:     1851  v-elim:      0  v-fix:    0  time:  0.45 s
82.65/20.77	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
82.65/20.77	c vivif2 --  cl tried    21907 cl shrink        0 lits rem          0 time: 0.00
84.25/21.12	c asymm  cl-useful: 0/3623/4450 lits-rem:0 time: 0.34
84.25/21.12	c calculated reachability. Time: 0.00
84.25/21.12	c  N dy   817    238277        50      4450         0     21907     31150    287472     15.38   no data
91.85/23.05	c  N dy   846    259678        50      4450         0     22255     31150    279890     15.27     16.19
99.83/25.04	c  N dy   976    276290        50      4450         0     36746     31150    551450     15.35     16.52
107.81/27.04	c  N dy  1109    294005        50      4450         0     33202     31150    485211     15.43     16.33
113.41/28.41	c  F st  1135    306250        50      4450         0     23858     31150    296920     15.42     14.15
115.81/29.04	c  N dy  1151    312809        50      4450         0     29530     31150    400878     15.42     17.62
125.80/31.57	c  N dy  1290    332833        50      4450         0     26152     31150    337828     15.49     17.84
137.38/34.41	c  N dy  1396    355195        50      4450         0     23850     31150    284489     15.51     16.35
138.18/34.64	c  S st  1412    357417        50      4450         0     25770     31150    320336     15.52   no data
138.58/34.71	c  S st  1412    357925        50      4450         0     26223     31150    329074     15.52   no data
138.58/34.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.58/34.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.58/34.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.58/34.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.58/34.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.58/34.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
138.58/34.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.58/34.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
138.58/34.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.17/35.14	c lits-rem:       114  cl-subs:     1431  v-elim:      0  v-fix:    0  time:  0.41 s
140.17/35.14	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
140.17/35.14	c vivif2 --  cl tried    24792 cl shrink        0 lits rem          0 time: 0.00
140.59/35.24	c asymm  cl-useful: 0/827/4450 lits-rem:0 time: 0.10
140.59/35.24	c calculated reachability. Time: 0.00
140.59/35.24	c  N dy  1412    357925        50      4450         0     24792     31150    305428     15.52   no data
150.55/37.77	c  N dy  1493    378003        50      4450         0     42141     31150    623167     15.53     17.35
161.35/40.44	c  N dy  1608    398088        50      4450         0     37123     31150    527169     15.57     16.96
173.33/43.41	c  N dy  1668    418209        50      4450         0     31169     31150    403002     15.55     16.39
184.93/46.35	c  N dy  1737    438442        50      4450         0     24467     31150    274323     15.54     16.46
195.30/48.90	c  N dy  1854    458527        50      4450         0     41911     31150    600197     15.58     17.89
209.68/52.51	c  N dy  1896    486550        50      4450         0     40862     31150    551909     15.52     16.34
219.69/55.04	c  N dy  1902    509175        50      4450         0     34396     31150    430111     15.44     16.39
229.65/57.50	c  N dy  1905    529212        50      4450         0     51554     31150    725503     15.38     16.26
234.04/58.67	c  S st  1961    536888        50      4450         0     31653     31150    387064     15.40     16.00
234.44/58.75	c  S st  1961    537391        50      4450         0     32112     31150    396024     15.40   no data
234.44/58.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.44/58.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
234.44/58.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.44/58.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.44/58.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.44/58.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
234.44/58.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.44/58.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
234.44/58.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.84/59.38	c lits-rem:       152  cl-subs:     1444  v-elim:      0  v-fix:    0  time:  0.60 s
236.84/59.38	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
236.84/59.38	c vivif2 --  cl tried    30668 cl shrink        0 lits rem          0 time: 0.00
238.43/59.76	c asymm  cl-useful: 0/2764/4450 lits-rem:0 time: 0.38
238.43/59.77	c calculated reachability. Time: 0.00
238.43/59.77	c  N dy  1961    537391        50      4450         0     30668     31150    368746     15.40   no data
251.21/62.97	c  N dy  2109    557401        50      4450         0     48010     31150    694364     15.44     17.67
265.59/66.56	c  N dy  2247    579568        50      4450         0     39711     31150    527108     15.48     16.31
280.37/70.23	c  N dy  2334    600751        50      4450         0     29536     31150    330329     15.48     16.36
297.96/74.63	c  N dy  2454    630264        50      4450         0     54922     31150    789032     15.48     16.34
311.13/77.95	c  N dy  2588    650348        50      4450         0     43110     31150    578949     15.51     18.31
326.31/81.75	c  N dy  2675    670355        50      4450         0     60390     31150    896344     15.52     16.37
339.89/85.12	c  N dy  2808    690400        50      4450         0     47514     31150    655208     15.56     16.82
358.27/89.78	c  N dy  2946    711565        50      4450         0     34633     31150    403512     15.59     16.41
371.06/92.90	c  N dy  3005    731577        50      4450         0     51830     31150    715178     15.58     17.40
386.65/96.85	c  N dy  3070    753566        50      4450         0     38875     31150    471571     15.57     16.42
410.20/102.72	c  N dy  3110    793677        50      4450         0     40398     31150    480229     15.49     16.36
418.59/104.80	c  S st  3164    806088        50      4450         0     51055     31150    675917     15.49   no data
418.99/104.94	c  S st  3164    806591        50      4450         0     51500     31150    684661     15.49   no data
418.99/104.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
418.99/104.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
418.99/104.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.99/104.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.99/104.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.99/104.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
418.99/104.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.99/104.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.99/104.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.59/107.82	c lits-rem:       630  cl-subs:     6899  v-elim:      0  v-fix:    0  time:  2.83 s
430.59/107.82	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
430.59/107.83	c vivif2 --  cl tried    44601 cl shrink        0 lits rem          0 time: 0.01
431.37/108.05	c asymm  cl-useful: 0/869/4450 lits-rem:0 time: 0.22
431.37/108.05	c calculated reachability. Time: 0.00
431.37/108.05	c  N dy  3164    806591        50      4450         0     44601     31150    574969     15.49   no data
448.56/112.38	c  N dy  3306    826626        50      4450         0     61875     31150    900122     15.52     18.11
481.31/120.59	c  N dy  3401    872793        50      4450         0     34301     31150    367759     15.46     16.32
494.09/123.77	c  N dy  3486    892814        50      4450         0     51553     31150    684882     15.46     17.04
514.07/128.75	c  N dy  3620    912904        50      4450         0     68897     31150   1010972     15.49     17.18
532.43/133.36	c  N dy  3732    939103        50      4450         0     56408     31150    766515     15.49     16.34
553.62/138.68	c  N dy  3882    959154        50      4450         0     37640     31150    415065     15.52     17.31
570.79/142.92	c  N dy  3980    983045        50      4450         0     58227     31150    793283     15.53     16.37
591.55/148.17	c  N dy  4078   1003050        50      4450         0     38459     31150    419697     15.54     16.46
605.93/151.71	c  N dy  4169   1023090        50      4450         0     55690     31150    735230     15.54     18.03
626.70/156.93	c  N dy  4290   1043428        50      4450         0     73263     31150   1063592     15.56     16.39
643.87/161.26	c  N dy  4436   1063429        50      4450         0     52674     31150    683454     15.58     17.47
651.86/163.23	c  F st  4496   1071875        50      4450         0     59945     31150    820381     15.59   no data
669.84/167.74	c  N dy  4532   1091612        50      4450         0     76902     31150   1128454     15.58     16.42
685.84/171.76	c  N dy  4643   1111674        50      4450         0     55445     31150    723877     15.59     16.67
706.59/176.93	c  N dy  4763   1131973        50      4450         0     72944     31150   1051604     15.61     16.50
724.98/181.53	c  N dy  4866   1151980        50      4450         0     50560     31150    626251     15.61     17.12
744.14/186.32	c  N dy  4962   1172316        50      4450         0     68039     31150    950342     15.62     16.49
764.93/191.51	c  N dy  5035   1192351        50      4450         0     44721     31150    509217     15.62     16.60
780.89/195.50	c  S st  5119   1209887        50      4450         0     59782     31150    787457     15.63     13.01
781.69/195.71	c  S st  5119   1210392        50      4450         0     60230     31150    796263     15.63   no data
781.69/195.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
781.69/195.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
781.69/195.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
781.69/195.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.69/195.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
781.69/195.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
781.69/195.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
781.69/195.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
781.69/195.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.87/202.52	c lits-rem:       638  cl-subs:     6039  v-elim:      0  v-fix:    0  time:  6.74 s
808.87/202.52	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
808.87/202.53	c vivif2 --  cl tried    54191 cl shrink        0 lits rem          0 time: 0.01
810.45/202.94	c asymm  cl-useful: 0/718/4450 lits-rem:0 time: 0.41
810.45/202.95	c calculated reachability. Time: 0.00
810.45/202.95	c  N dy  5119   1210392        50      4450         0     54191     31150    688378     15.63   no data
834.41/208.99	c  N dy  5156   1235144        50      4450         0     75232     31150   1063320     15.61     16.49
854.79/214.03	c  N dy  5290   1255236        50      4450         0     51800     31150    638657     15.62     17.84
873.17/218.61	c  N dy  5379   1276362        50      4450         0     69973     31150    975532     15.62     16.57
905.14/226.62	c  N dy  5480   1310287        50      4450         0     57023     31150    708518     15.61     16.53
925.90/231.88	c  N dy  5519   1334741        50      4450         0     77838     31150   1078865     15.59     16.44
948.26/237.48	c  N dy  5654   1355649        50      4450         0     53156     31150    648288     15.61     16.53
971.45/243.27	c  N dy  5727   1378415        50      4450         0     72587     31150   1000741     15.60     16.47
1000.59/250.53	c  N dy  5847   1399237        50      4450         0     46879     31150    519400     15.61     16.57
1018.17/254.91	c  N dy  5959   1419280        50      4450         0     64089     31150    840234     15.62     17.97
1042.13/260.92	c  N dy  6009   1445300        50      4450         0     86317     31150   1241128     15.61     16.46
1058.93/265.15	c  N dy  6072   1465394        50      4450         0     59044     31150    736600     15.61     17.31
1080.08/270.40	c  N dy  6202   1485402        50      4450         0     76250     31150   1060458     15.62     16.46
1100.85/275.62	c  N dy  6250   1505433        50      4450         0     47963     31150    527040     15.61     16.99
1140.80/285.69	c  N dy  6308   1552602        50      4450         0     87779     31150   1219857     15.56     16.40
1163.96/291.47	c  N dy  6473   1572626        50      4450         0     59107     31150    736953     15.58     17.46
1185.94/296.99	c  N dy  6593   1592704        50      4450         0     76381     31150   1059801     15.59     17.16
1240.65/310.66	c  N dy  6729   1646099        50      4450         0     74684     31150    965691     15.56     16.52
1265.45/316.81	c  N dy  6820   1666179        50      4450         0     91885     31150   1282576     15.57     18.36
1287.42/322.30	c  N dy  6926   1686563        50      4450         0     61637     31150    761526     15.57     16.53
1310.16/328.00	c  N dy  7054   1706592        50      4450         0     78829     31150   1085114     15.59     16.64
1315.36/329.39	c  S st  7085   1710393        50      4450         0     82092     31150   1147191     15.59     15.73
1316.56/329.65	c  S st  7085   1710896        50      4450         0     82537     31150   1156000     15.59   no data
1316.56/329.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1316.56/329.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1316.56/329.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1316.56/329.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1316.56/329.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1316.56/329.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1316.56/329.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1316.96/329.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1316.96/329.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1363.29/341.38	c lits-rem:       960  cl-subs:    10519  v-elim:      0  v-fix:    0  time: 11.64 s
1363.29/341.38	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1363.69/341.40	c vivif2 --  cl tried    72018 cl shrink        0 lits rem          0 time: 0.02
1364.89/341.78	c asymm  cl-useful: 0/697/4450 lits-rem:0 time: 0.38
1364.89/341.78	c calculated reachability. Time: 0.00
1364.89/341.78	c  N dy  7085   1710896        50      4450         0     72018     31150    965521     15.59   no data
1402.84/351.26	c  N dy  7108   1740303        50      4450         0     48960     31150    521094     15.56     16.57
1424.41/356.67	c  N dy  7224   1760559        50      4450         0     66385     31150    848945     15.57     16.43
1450.00/363.10	c  N dy  7323   1780627        50      4450         0     83658     31150   1167457     15.57     17.65
1482.73/371.21	c  N dy  7486   1800629        50      4450         0     51586     31150    562104     15.59     17.42
1503.89/376.55	c  N dy  7654   1820729        50      4450         0     68890     31150    892100     15.60     17.29
1530.66/383.23	c  N dy  7792   1840748        50      4450         0     86055     31150   1217584     15.62     17.68
1561.82/391.07	c  N dy  7921   1860813        50      4450         0     52876     31150    576994     15.63     18.02
1583.39/396.43	c  N dy  8005   1880913        50      4450         0     70098     31150    897775     15.63     17.59
1610.55/403.24	c  N dy  8133   1900926        50      4450         0     87282     31150   1219455     15.64     17.73
1639.71/410.58	c  N dy  8214   1920939        50      4450         0     53029     31150    571521     15.64     17.15
1660.48/415.73	c  N dy  8327   1942793        50      4450         0     71727     31150    919553     15.65     16.47
1684.85/421.88	c  N dy  8415   1962814        50      4450         0     88896     31150   1237728     15.65     16.68
1719.60/430.58	c  N dy  8551   1982823        50      4450         0     53846     31150    578707     15.66     17.31
1742.77/436.30	c  N dy  8629   2008755        50      4450         0     75973     31150    976089     15.65     16.64
1769.14/442.94	c  N dy  8736   2028807        50      4450         0     93136     31150   1298212     15.66     16.49
1798.30/450.23	c  N dy  8799   2050053        50      4450         0     58247     31150    648441     15.65     16.48
1818.27/455.23	c  N dy  8884   2070075        50      4450         0     75394     31150    968005     15.65     18.42
1845.44/462.03	c  N dy  8997   2090091        50      4450         0     92527     31150   1288770     15.66     17.96
1876.20/469.73	c  N dy  9034   2114013        50      4450         0     58865     31150    649620     15.65     16.63
1916.93/479.95	c  N dy  9089   2156492        50      4450         0     94921     31150   1291830     15.63     16.48
1952.49/488.82	c  N dy  9236   2176763        50      4450         0     57781     31150    633098     15.64     16.48
1972.87/494.00	c  N dy  9350   2196778        50      4450         0     74855     31150    949973     15.65     17.97
1992.03/498.76	c  S st  9429   2210897        50      4450         0     86922     31150   1173350     15.65   no data
1993.23/499.03	c  S st  9429   2211397        50      4450         0     87355     31150   1181726     15.65   no data
1993.23/499.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1993.23/499.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1993.23/499.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1993.23/499.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1993.23/499.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1993.23/499.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1993.23/499.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1993.23/499.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1993.63/499.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2033.97/509.27	c lits-rem:       840  cl-subs:    10798  v-elim:      0  v-fix:    0  time: 10.14 s
2033.97/509.27	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2033.97/509.29	c vivif2 --  cl tried    76557 cl shrink        0 lits rem          0 time: 0.02
2035.97/509.77	c asymm  cl-useful: 0/572/4450 lits-rem:0 time: 0.49
2035.97/509.78	c calculated reachability. Time: 0.00
2035.97/509.78	c  N dy  9429   2211397        50      4450         0     76557     31150    990463     15.65   no data
2072.32/518.83	c  N dy  9509   2231489        50      4450         0     93630     31150   1303050     15.65     17.87
2115.86/529.74	c  N dy  9595   2258711        50      4450         0     62226     31150    701804     15.65     16.50
2139.44/535.60	c  N dy  9722   2278846        50      4450         0     79479     31150   1024677     15.65     16.57
2165.00/542.07	c  N dy  9754   2302538        50      4450         0     99446     31150   1378267     15.64     16.50
2196.97/550.07	c  N dy  9868   2322556        50      4450         0     60780     31150    677009     15.65     16.98
2225.70/557.21	c  N dy  9890   2354514        50      4450         0     87727     31150   1139285     15.62     16.55
2252.87/564.09	c  N dy  9931   2374596        50      4450         0    104834     31150   1449451     15.62     16.67
2286.02/572.37	c  N dy 10069   2394719        50      4450         0     65382     31150    757064     15.63     16.53
2312.38/578.97	c  N dy 10197   2416524        50      4450         0     84163     31150   1110549     15.63     16.50
2345.15/587.12	c  N dy 10264   2439320        50      4450         0    103554     31150   1460939     15.63     16.48
2379.10/595.63	c  N dy 10368   2460087        50      4450         0     63380     31150    708528     15.63     16.46
2405.86/602.36	c  N dy 10497   2482103        50      4450         0     82313     31150   1062271     15.64     16.48
2436.22/609.98	c  N dy 10608   2502113        50      4450         0     99427     31150   1383329     15.64     18.88
2468.98/618.12	c  N dy 10609   2527348        50      4450         0     61950     31150    669927     15.63     16.48
2490.55/623.57	c  N dy 10702   2547421        50      4450         0     79075     31150    986080     15.63     17.62
2520.91/631.13	c  N dy 10850   2567478        50      4450         0     96228     31150   1312339     15.64     18.36
2557.28/640.30	c  N dy 10962   2587497        50      4450         0    113384     31150   1635154     15.65     17.61
2590.81/648.65	c  N dy 11053   2611002        50      4450         0     73681     31150    880799     15.65     16.50
2618.79/655.69	c  N dy 11121   2634004        50      4450         0     93267     31150   1237744     15.65     16.53
2653.94/664.49	c  N dy 11197   2656425        50      4450         0    112400     31150   1586734     15.64     16.52
2697.06/675.25	c  N dy 11295   2687988        50      4450         0     78661     31150    950311     15.64     16.70
2725.02/682.27	c  N dy 11399   2708012        50      4450         0     95819     31150   1270146     15.64     16.77
2729.82/683.50	c  S st 11408   2711398        50      4450         0     98711     31150   1322711     15.64     14.45
2731.42/683.82	c  S st 11408   2711901        50      4450         0     99148     31150   1331407     15.64   no data
2731.42/683.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2731.42/683.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2731.42/683.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2731.42/683.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2731.42/683.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2731.42/683.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2731.42/683.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2731.82/683.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2731.82/683.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2787.33/697.85	c lits-rem:       796  cl-subs:    14713  v-elim:      0  v-fix:    0  time: 13.92 s
2787.33/697.85	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2787.33/697.87	c vivif2 --  cl tried    84435 cl shrink        0 lits rem          0 time: 0.02
2788.93/698.29	c asymm  cl-useful: 0/466/4450 lits-rem:0 time: 0.42
2789.33/698.30	c calculated reachability. Time: 0.00
2789.33/698.30	c  N dy 11408   2711901        50      4450         0     84435     31150   1084203     15.64   no data
2829.28/708.31	c  N dy 11542   2731967        50      4450         0    101666     31150   1409433     15.65     17.54
2870.82/718.76	c  N dy 11624   2751999        50      4450         0    118698     31150   1721378     15.65     17.79
2902.38/726.69	c  N dy 11733   2773067        50      4450         0     76370     31150    924111     15.65     16.52
2932.74/734.22	c  N dy 11889   2793072        50      4450         0     93531     31150   1252801     15.66     17.58
2973.89/744.53	c  N dy 12000   2818247        50      4450         0    115039     31150   1650472     15.67     16.52
3046.18/762.65	c  N dy 12142   2875225        50      4450         0    101319     31150   1337231     15.65     16.69
3102.53/776.73	c  N dy 12227   2909684        50      4450         0     67932     31150    742657     15.64     16.61
3129.67/783.58	c  N dy 12335   2931736        50      4450         0     86793     31150   1093263     15.64     16.48
3161.63/791.58	c  N dy 12442   2951833        50      4450         0    104025     31150   1413465     15.65     17.01
3200.37/801.27	c  N dy 12556   2973204        50      4450         0    122280     31150   1753763     15.65     16.67
3229.55/808.58	c  N dy 12629   2993632        50      4450         0     75803     31150    879529     15.65     16.48
3267.48/818.03	c  N dy 12747   3023459        50      4450         0    101260     31150   1348879     15.65     16.57
3301.03/826.41	c  N dy 12834   3043516        50      4450         0    118381     31150   1668910     15.65     17.39
3337.78/835.66	c  N dy 12930   3063700        50      4450         0     70922     31150    792667     15.66     16.48
3365.35/842.59	c  N dy 13076   3083788        50      4450         0     88165     31150   1121300     15.66     16.98
3398.90/850.99	c  N dy 13203   3103864        50      4450         0    105377     31150   1445796     15.67     18.67
3440.05/861.22	c  N dy 13280   3127702        50      4450         0    125619     31150   1810140     15.67     16.50
3477.99/870.76	c  N dy 13398   3152891        50      4450         0     81390     31150    974603     15.67     16.71
3507.55/878.10	c  N dy 13495   3173046        50      4450         0     98657     31150   1296999     15.67     16.51
3543.90/887.27	c  N dy 13621   3193065        50      4450         0    115870     31150   1622268     15.68     17.83
3581.85/896.77	c  S st 13690   3211901        50      4450         0    131869     31150   1913745     15.67     14.53
3583.45/897.19	c  S st 13690   3212404        50      4450         0    132317     31150   1922652     15.67   no data
3583.45/897.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3583.85/897.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3583.85/897.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3583.85/897.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3583.85/897.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3583.85/897.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3583.85/897.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3583.85/897.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3584.25/897.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3686.53/922.94	c lits-rem:      1279  cl-subs:    22231  v-elim:      0  v-fix:    0  time: 25.59 s
3686.53/922.94	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3686.53/922.96	c vivif2 --  cl tried   110086 cl shrink        0 lits rem          0 time: 0.02
3688.10/923.33	c asymm  cl-useful: 0/379/4450 lits-rem:0 time: 0.37
3688.10/923.34	c calculated reachability. Time: 0.00
3688.10/923.34	c  N dy 13690   3212404        50      4450         0    110086     31150   1534230     15.67   no data
3731.24/934.11	c  N dy 13800   3232734        50      4450         0    127386     31150   1856652     15.68     16.57
3762.80/942.07	c  N dy 13924   3253886        50      4450         0     80483     31150    965917     15.68     16.54
3794.35/949.93	c  N dy 14063   3273907        50      4450         0     97674     31150   1292534     15.69     16.58
3834.70/960.05	c  N dy 14168   3297677        50      4450         0    117953     31150   1668307     15.69     16.53
3875.86/970.34	c  N dy 14231   3317725        50      4450         0     68330     31150    726142     15.69     17.04
3904.60/977.55	c  N dy 14365   3338212        50      4450         0     85837     31150   1057259     15.70     16.56
3935.77/985.38	c  N dy 14478   3358261        50      4450         0    103060     31150   1377356     15.70     16.56
3972.13/994.41	c  N dy 14567   3378289        50      4450         0    120109     31150   1692038     15.70     16.57
4012.85/1004.61	c  N dy 14613   3401893        50      4450         0     72244     31150    779572     15.69     16.58
4038.44/1011.06	c  N dy 14692   3423517        50      4450         0     90661     31150   1118290     15.69     16.58
4070.78/1019.11	c  N dy 14784   3443615        50      4450         0    107875     31150   1436674     15.69     16.54
4110.73/1029.16	c  N dy 14918   3463642        50      4450         0    124982     31150   1760659     15.70     17.74
4152.29/1039.58	c  N dy 15025   3483649        50      4450         0     73179     31150    799448     15.70     16.71
4177.43/1045.84	c  N dy 15108   3503744        50      4450         0     90292     31150   1114455     15.70     17.07
4208.99/1053.70	c  N dy 15194   3523791        50      4450         0    107377     31150   1430252     15.71     18.16
4247.73/1063.44	c  N dy 15310   3543872        50      4450         0    124551     31150   1755245     15.71     16.72
4367.59/1093.43	c  N dy 15442   3627570        50      4450         0    125176     31150   1656483     15.67     16.57
4417.10/1105.85	c  N dy 15567   3647587        50      4450         0     71967     31150    762638     15.67     16.60
4445.07/1112.84	c  N dy 15654   3670575        50      4450         0     91506     31150   1122945     15.68     16.65
4489.81/1124.09	c  N dy 15741   3699882        50      4450         0    116345     31150   1570309     15.67     16.50
4516.57/1130.71	c  S st 15814   3712405        50      4450         0    127043     31150   1770992     15.67     15.23
4518.16/1131.14	c  S st 15814   3712909        50      4450         0    127490     31150   1779948     15.67   no data
4518.16/1131.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4518.56/1131.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4518.56/1131.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4518.56/1131.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4518.56/1131.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4518.56/1131.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4518.56/1131.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4518.56/1131.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4518.56/1131.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4607.65/1153.50	c lits-rem:      1175  cl-subs:    20865  v-elim:      0  v-fix:    0  time: 22.21 s
4607.65/1153.50	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4607.65/1153.52	c vivif2 --  cl tried   106625 cl shrink        0 lits rem          0 time: 0.02
4608.85/1153.90	c asymm  cl-useful: 0/384/4450 lits-rem:0 time: 0.37
4608.85/1153.90	c calculated reachability. Time: 0.00
4608.85/1153.90	c  N dy 15814   3712909        50      4450         0    106625     31150   1423713     15.67   no data
4642.79/1162.35	c  N dy 15873   3733547        50      4450         0    124102     31150   1741250     15.67     16.57
4689.93/1174.15	c  F st 15998   3751566        50      4450         0     69779     31150    724582     15.68   no data
4692.33/1174.74	c  N st 16002   3753599        50      4450         0     71506     31150    756425     15.68   no data
4719.51/1181.59	c  N dy 16119   3773621        50      4450         0     88575     31150   1078784     15.68     17.94
4753.04/1189.95	c  N dy 16233   3793697        50      4450         0    105768     31150   1401721     15.68     17.39
4796.98/1200.93	c  N dy 16390   3813760        50      4450         0    122898     31150   1730406     15.69     17.69

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3174230-1304115551/watcher-3174230-1304115551 -o /tmp/evaluation-result-3174230-1304115551/solver-3174230-1304115551 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174230-1304115551.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: 7.28 7.94 7.96 5/180 4164
/proc/meminfo: memFree=30715476/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 523155868 52441088 347 33554432000 4194304 4627427 140734041578544 18446744073709551615 47901906147250 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 12803 347 299 106 0 7774 0
[pid=4164/tid=4165] ppid=4162 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523155868 52441088 347 33554432000 4194304 4627427 140734041578544 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523155868 52441088 347 33554432000 4194304 4627427 140734041578544 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523155868 52441088 347 33554432000 4194304 4627427 140734041578544 18446744073709551615 47901906147250 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.103081 s]
/proc/loadavg: 7.28 7.94 7.96 5/180 4164
/proc/meminfo: memFree=30715476/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=282264 CPUtime=0.38 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) D 4162 4164 3446 0 -1 4202496 1507 0 0 0 38 0 0 0 18 0 4 0 523155868 289038336 1408 33554432000 4194304 4627427 140734041578544 18446744073709551615 222921438241 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 70632 1505 370 106 0 65603 0
[pid=4164/tid=4165] ppid=4162 vsize=282528 CPUtime=0.09 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) D 4162 4164 3446 0 -1 4202560 382 0 0 0 9 0 0 0 25 0 4 0 523155868 289308672 1543 33554432000 4194304 4627427 140734041578544 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=282528 CPUtime=0.09 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) D 4162 4164 3446 0 -1 4202560 354 0 0 0 9 0 0 0 18 0 4 0 523155868 289308672 1569 33554432000 4194304 4627427 140734041578544 18446744073709551615 222921802858 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=282716 CPUtime=0.09 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 301 0 0 0 9 0 0 0 18 0 4 0 523155868 289501184 1578 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282264

[startup+0.220057 s]
/proc/loadavg: 7.28 7.94 7.96 5/180 4164
/proc/meminfo: memFree=30715476/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=283288 CPUtime=0.84 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 2655 0 0 0 84 0 0 0 18 0 4 0 523155868 290086912 2299 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 70822 2299 384 106 0 65793 0
[pid=4164/tid=4165] ppid=4162 vsize=283288 CPUtime=0.2 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 595 0 0 0 20 0 0 0 25 0 4 0 523155868 290086912 2299 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=283288 CPUtime=0.2 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 586 0 0 0 20 0 0 0 18 0 4 0 523155868 290086912 2299 33554432000 4194304 4627427 140734041578544 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=283288 CPUtime=0.21 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 494 0 0 0 21 0 0 0 18 0 4 0 523155868 290086912 2299 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 283288

[startup+0.301042 s]
/proc/loadavg: 7.28 7.94 7.96 5/180 4164
/proc/meminfo: memFree=30715476/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=284660 CPUtime=1.17 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 3171 0 0 0 117 0 0 0 18 0 4 0 523155868 291491840 2406 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 71165 2407 384 106 0 66136 0
[pid=4164/tid=4165] ppid=4162 vsize=284660 CPUtime=0.28 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 746 0 0 0 28 0 0 0 25 0 4 0 523155868 291491840 2407 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=284660 CPUtime=0.29 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 735 0 0 0 29 0 0 0 18 0 4 0 523155868 291491840 2407 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=284660 CPUtime=0.29 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 575 0 0 0 29 0 0 0 18 0 4 0 523155868 291491840 2407 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284660

[startup+0.70097 s]
/proc/loadavg: 7.28 7.94 7.96 5/180 4164
/proc/meminfo: memFree=30715476/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=285776 CPUtime=2.77 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 5040 0 0 0 276 1 0 0 18 0 4 0 523155868 292634624 3028 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 71444 3028 384 106 0 66415 0
[pid=4164/tid=4165] ppid=4162 vsize=285776 CPUtime=0.68 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1176 0 0 0 68 0 0 0 25 0 4 0 523155868 292634624 3028 33554432000 4194304 4627427 140734041578544 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=285776 CPUtime=0.69 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1150 0 0 0 69 0 0 0 18 0 4 0 523155868 292634624 3028 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=285776 CPUtime=0.69 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1074 0 0 0 69 0 0 0 18 0 4 0 523155868 292634624 3028 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285776

[startup+1.50082 s]
/proc/loadavg: 7.28 7.94 7.96 9/184 4168
/proc/meminfo: memFree=30694984/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=286852 CPUtime=5.96 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 8647 0 0 0 595 1 0 0 20 0 4 0 523155868 293736448 4696 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 71713 4696 388 106 0 66684 0
[pid=4164/tid=4165] ppid=4162 vsize=286852 CPUtime=1.48 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1863 0 0 0 148 0 0 0 25 0 4 0 523155868 293736448 4696 33554432000 4194304 4627427 140734041578544 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=286852 CPUtime=1.48 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1852 0 0 0 148 0 0 0 20 0 4 0 523155868 293736448 4696 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=286852 CPUtime=1.49 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 1780 0 0 0 149 0 0 0 20 0 4 0 523155868 293736448 4696 33554432000 4194304 4627427 140734041578544 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286852

[startup+3.10053 s]
/proc/loadavg: 7.28 7.94 7.96 9/184 4168
/proc/meminfo: memFree=30670420/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=285412 CPUtime=12.36 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 16125 0 0 0 1233 3 0 0 25 0 4 0 523155868 292261888 9309 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 71353 9309 388 106 0 66324 0
[pid=4164/tid=4165] ppid=4162 vsize=285412 CPUtime=3.08 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 3829 0 0 0 308 0 0 0 25 0 4 0 523155868 292261888 9309 33554432000 4194304 4627427 140734041578544 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=285412 CPUtime=3.07 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 4148 0 0 0 307 0 0 0 25 0 4 0 523155868 292261888 9309 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=285412 CPUtime=3.08 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 3846 0 0 0 308 0 0 0 25 0 4 0 523155868 292261888 9309 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285412

[startup+6.30095 s]
/proc/loadavg: 7.42 7.96 7.97 9/184 4168
/proc/meminfo: memFree=30634680/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=288432 CPUtime=25.13 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 23565 0 0 0 2509 4 0 0 25 0 4 0 523155868 295354368 11952 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 72108 11952 388 106 0 67079 0
[pid=4164/tid=4165] ppid=4162 vsize=288432 CPUtime=6.29 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 6125 0 0 0 628 1 0 0 25 0 4 0 523155868 295354368 11952 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=288432 CPUtime=6.26 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 6065 0 0 0 625 1 0 0 25 0 4 0 523155868 295354368 11952 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=288432 CPUtime=6.29 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 5570 0 0 0 628 1 0 0 25 0 4 0 523155868 295354368 11952 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 288432

[startup+12.7008 s]
/proc/loadavg: 7.46 7.96 7.97 9/184 4168
/proc/meminfo: memFree=30601604/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=297444 CPUtime=50.69 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 34121 0 0 0 5063 6 0 0 25 0 4 0 523155868 304582656 14156 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309134 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 74361 14156 388 106 0 69332 0
[pid=4164/tid=4165] ppid=4162 vsize=297444 CPUtime=12.68 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 9217 0 0 0 1267 1 0 0 25 0 4 0 523155868 304582656 14156 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=297444 CPUtime=12.62 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 7640 0 0 0 1261 1 0 0 25 0 4 0 523155868 304582656 14156 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=297444 CPUtime=12.67 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 9074 0 0 0 1266 1 0 0 25 0 4 0 523155868 304582656 14156 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 297444

[startup+25.5004 s]
/proc/loadavg: 7.58 7.96 7.97 9/184 4168
/proc/meminfo: memFree=30556076/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=308044 CPUtime=101.82 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 51233 0 0 0 10173 9 0 0 25 0 4 0 523155868 315437056 16902 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 77011 16902 388 106 0 71982 0
[pid=4164/tid=4165] ppid=4162 vsize=317820 CPUtime=25.48 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 14458 0 0 0 2546 2 0 0 25 0 4 0 523155868 325447680 16904 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=317820 CPUtime=25.35 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 11524 0 0 0 2533 2 0 0 25 0 4 0 523155868 325447680 16907 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=317820 CPUtime=25.47 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 12834 0 0 0 2545 2 0 0 25 0 4 0 523155868 325447680 16910 33554432000 4194304 4627427 140734041578544 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 308044

[startup+51.1008 s]
/proc/loadavg: 7.72 7.97 7.97 9/184 4169
/proc/meminfo: memFree=30542364/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=299420 CPUtime=204.08 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 78281 0 0 0 20391 17 0 0 25 0 4 0 523155868 306606080 21305 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 74855 21305 388 106 0 69826 0
[pid=4164/tid=4165] ppid=4162 vsize=299420 CPUtime=51.08 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 21899 0 0 0 5105 3 0 0 25 0 4 0 523155868 306606080 21305 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=299420 CPUtime=50.81 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 18378 0 0 0 5077 4 0 0 25 0 4 0 523155868 306606080 21305 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=299420 CPUtime=51.07 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 19374 0 0 0 5103 4 0 0 25 0 4 0 523155868 306606080 21305 33554432000 4194304 4627427 140734041578544 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 299420

[startup+102.3 s]
/proc/loadavg: 7.92 7.98 7.97 9/184 4170
/proc/meminfo: memFree=30497272/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=311336 CPUtime=408.62 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 117970 0 0 0 40832 30 0 0 25 0 4 0 523155868 318808064 24306 33554432000 4194304 4627427 140734041578544 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 77834 24306 388 106 0 72805 0
[pid=4164/tid=4165] ppid=4162 vsize=311336 CPUtime=102.29 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 29744 0 0 0 10224 5 0 0 25 0 4 0 523155868 318808064 24306 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=311336 CPUtime=101.73 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 28000 0 0 0 10165 8 0 0 25 0 4 0 523155868 318808064 24306 33554432000 4194304 4627427 140734041578544 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=311336 CPUtime=102.28 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 31261 0 0 0 10220 8 0 0 25 0 4 0 523155868 318808064 24306 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 311336

[startup+162.3 s]

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

[pid=4164] ppid=4162 vsize=342724 CPUtime=2565.64 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 363337 0 0 0 256434 130 0 0 25 0 4 0 523155868 350949376 52641 33554432000 4194304 4627427 140734041578544 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 85681 52641 388 106 0 80652 0
[pid=4164/tid=4165] ppid=4162 vsize=342724 CPUtime=642.3 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 90701 0 0 0 64199 31 0 0 25 0 4 0 523155868 350949376 52641 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=342724 CPUtime=638.78 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 86709 0 0 0 63845 33 0 0 25 0 4 0 523155868 350949376 52641 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=342724 CPUtime=642.23 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 92897 0 0 0 64189 34 0 0 25 0 4 0 523155868 350949376 52641 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.64
Current children cumulated vsize (KiB) 342724

[startup+702.301 s]
/proc/loadavg: 8.08 8.05 8.00 9/184 4186
/proc/meminfo: memFree=30198252/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=343168 CPUtime=2805.31 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 386042 0 0 0 280392 139 0 0 25 0 4 0 523155868 351404032 55059 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 85792 55059 391 106 0 80763 0
[pid=4164/tid=4165] ppid=4162 vsize=343168 CPUtime=702.3 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 97169 0 0 0 70196 34 0 0 25 0 4 0 523155868 351404032 55059 33554432000 4194304 4627427 140734041578544 18446744073709551615 4420208 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=343168 CPUtime=698.45 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 92030 0 0 0 69809 36 0 0 25 0 4 0 523155868 351404032 55059 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=343168 CPUtime=702.22 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 97458 0 0 0 70186 36 0 0 25 0 4 0 523155868 351404032 55059 33554432000 4194304 4627427 140734041578544 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 343168

[startup+762.301 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 4188
/proc/meminfo: memFree=30194484/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=394044 CPUtime=3045 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 403230 0 0 0 304352 148 0 0 25 0 4 0 523155868 403501056 56812 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 98511 56812 391 106 0 93482 0
[pid=4164/tid=4165] ppid=4162 vsize=394044 CPUtime=762.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 101338 0 0 0 76195 36 0 0 25 0 4 0 523155868 403501056 56812 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=394044 CPUtime=758.12 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 96546 0 0 0 75774 38 0 0 25 0 4 0 523155868 403501056 56812 33554432000 4194304 4627427 140734041578544 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=394044 CPUtime=762.22 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 101386 0 0 0 76184 38 0 0 25 0 4 0 523155868 403501056 56812 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 394044

[startup+822.301 s]
/proc/loadavg: 8.13 8.07 8.01 9/184 4190
/proc/meminfo: memFree=30181548/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=352588 CPUtime=3284.65 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 420626 0 0 0 328307 158 0 0 25 0 4 0 523155868 361050112 58635 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 88147 58635 391 106 0 83118 0
[pid=4164/tid=4165] ppid=4162 vsize=352588 CPUtime=822.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 106226 0 0 0 82192 39 0 0 25 0 4 0 523155868 361050112 58635 33554432000 4194304 4627427 140734041578544 18446744073709551615 4332459 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=352588 CPUtime=817.79 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 100130 0 0 0 81739 40 0 0 25 0 4 0 523155868 361050112 58635 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=352588 CPUtime=822.21 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 105708 0 0 0 82180 41 0 0 25 0 4 0 523155868 361050112 58635 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 352588

[startup+882.307 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 4191
/proc/meminfo: memFree=30178520/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=341380 CPUtime=3524.35 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 434642 0 0 0 352270 165 0 0 25 0 4 0 523155868 349573120 56710 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 85345 56710 391 106 0 80316 0
[pid=4164/tid=4165] ppid=4162 vsize=341380 CPUtime=882.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 110632 0 0 0 88190 41 0 0 25 0 4 0 523155868 349573120 56710 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=341380 CPUtime=877.47 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 100693 0 0 0 87706 41 0 0 25 0 4 0 523155868 349573120 56710 33554432000 4194304 4627427 140734041578544 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=341380 CPUtime=882.21 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 110204 0 0 0 88178 43 0 0 25 0 4 0 523155868 349573120 56710 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 341380

[startup+942.301 s]
/proc/loadavg: 8.10 8.07 8.01 9/184 4193
/proc/meminfo: memFree=30178224/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=408028 CPUtime=3764 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 451164 0 0 0 376229 171 0 0 25 0 4 0 523155868 417820672 62470 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 102007 62470 388 106 0 96978 0
[pid=4164/tid=4165] ppid=4162 vsize=408028 CPUtime=942.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 113711 0 0 0 94188 43 0 0 25 0 4 0 523155868 417820672 62470 33554432000 4194304 4627427 140734041578544 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=408028 CPUtime=937.14 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 102874 0 0 0 93672 42 0 0 25 0 4 0 523155868 417820672 62470 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=408028 CPUtime=942.21 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 114431 0 0 0 94176 45 0 0 25 0 4 0 523155868 417820672 62470 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 408028

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/184 4194
/proc/meminfo: memFree=30111708/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=429588 CPUtime=4003.67 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 467785 0 0 0 400187 180 0 0 25 0 4 0 523155868 439898112 69292 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 107397 69292 388 106 0 102368 0
[pid=4164/tid=4165] ppid=4162 vsize=429588 CPUtime=1002.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 118422 0 0 0 100186 45 0 0 25 0 4 0 523155868 439898112 69292 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=429588 CPUtime=996.81 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 106950 0 0 0 99638 43 0 0 25 0 4 0 523155868 439898112 69292 33554432000 4194304 4627427 140734041578544 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=429588 CPUtime=1002.19 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 118791 0 0 0 100172 47 0 0 25 0 4 0 523155868 439898112 69292 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 429588

[startup+1062.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/184 4196
/proc/meminfo: memFree=30087724/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=429792 CPUtime=4243.34 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 482193 0 0 0 424145 189 0 0 25 0 4 0 523155868 440107008 66548 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 107448 66548 388 106 0 102419 0
[pid=4164/tid=4165] ppid=4162 vsize=429792 CPUtime=1062.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 123450 0 0 0 106184 47 0 0 25 0 4 0 523155868 440107008 66548 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=429792 CPUtime=1056.48 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 108283 0 0 0 105604 44 0 0 25 0 4 0 523155868 440107008 66548 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=429792 CPUtime=1062.2 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 122193 0 0 0 106170 50 0 0 25 0 4 0 523155868 440107008 66548 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 429792

[startup+1122.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/184 4198
/proc/meminfo: memFree=30068084/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=417212 CPUtime=4483.01 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 498921 0 0 0 448104 197 0 0 25 0 4 0 523155868 427225088 66041 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 104303 66041 388 106 0 99274 0
[pid=4164/tid=4165] ppid=4162 vsize=417212 CPUtime=1122.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 127872 0 0 0 112182 49 0 0 25 0 4 0 523155868 427225088 66041 33554432000 4194304 4627427 140734041578544 18446744073709551615 4420116 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=417212 CPUtime=1116.15 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 110864 0 0 0 111570 45 0 0 25 0 4 0 523155868 427225088 66041 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=417212 CPUtime=1122.19 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 126947 0 0 0 112166 53 0 0 25 0 4 0 523155868 427225088 66041 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.01
Current children cumulated vsize (KiB) 417212

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/184 4199
/proc/meminfo: memFree=30045600/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=430356 CPUtime=4722.69 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 510780 0 0 0 472066 203 0 0 25 0 4 0 523155868 440684544 72589 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 107589 72589 388 106 0 102560 0
[pid=4164/tid=4165] ppid=4162 vsize=430356 CPUtime=1182.31 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 131181 0 0 0 118180 51 0 0 25 0 4 0 523155868 440684544 72589 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=430356 CPUtime=1175.83 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 113310 0 0 0 117537 46 0 0 25 0 4 0 523155868 440684544 72589 33554432000 4194304 4627427 140734041578544 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=430356 CPUtime=1182.18 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 129978 0 0 0 118164 54 0 0 25 0 4 0 523155868 440684544 72589 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 430356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.07 8.01 5/176 4218
/proc/meminfo: memFree=30470672/32951124 swapFree=67110188/67111528
[pid=4164] ppid=4162 vsize=469864 CPUtime=4800.19 cores=1,3,5,7
/proc/4164/stat : 4164 (strangenight2-m) R 4162 4164 3446 0 -1 4202496 514024 0 0 0 479814 205 0 0 25 0 4 0 523155868 481140736 70728 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4164/statm: 117466 70728 388 106 0 112437 0
[pid=4164/tid=4165] ppid=4162 vsize=469864 CPUtime=1201.72 cores=1,3,5,7
/proc/4164/task/4165/stat : 4165 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 131821 0 0 0 120120 52 0 0 25 0 4 0 523155868 481140736 70728 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4164/tid=4166] ppid=4162 vsize=469864 CPUtime=1195.13 cores=1,3,5,7
/proc/4164/task/4166/stat : 4166 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 113401 0 0 0 119466 47 0 0 25 0 4 0 523155868 481140736 70728 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4164/tid=4167] ppid=4162 vsize=469864 CPUtime=1201.59 cores=1,3,5,7
/proc/4164/task/4167/stat : 4167 (strangenight2-m) R 4162 4164 3446 0 -1 4202560 131755 0 0 0 120104 55 0 0 25 0 4 0 523155868 481140736 70728 33554432000 4194304 4627427 140734041578544 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 469864

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.24
CPU user time (s): 4798.17
CPU system time (s): 2.06869
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 469864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.17
system time used= 2.06868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514026
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= 357
involuntary context switches= 32968

runsolver used 1.77473 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 00:19:11
IDJOB=3174230
IDBENCH=83048
IDSOLVER=1586
FILE ID=node109/3174230-1304115551
RUNJOBID= node109-1304115549-4112
PBS_JOBID= 13170674
Free space on /tmp= 72380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174230-1304115551/watcher-3174230-1304115551 -o /tmp/evaluation-result-3174230-1304115551/solver-3174230-1304115551 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174230-1304115551.cnf

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

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=585551036

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30715764 kB
Buffers:        744592 kB
Cached:        1004744 kB
SwapCached:        712 kB
Active:         182340 kB
Inactive:      1665744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30715764 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           11252 kB
Writeback:           0 kB
AnonPages:       98244 kB
Mapped:          15364 kB
Slab:           325256 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72380 MiB
End job on node109 at 2011-04-30 00:39:15