Trace number 3174028

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.09 1201.63

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1273410420-036.UNKNOWN.cnf
MD5SUMc7c56fd965d7a6907a8127d8bee5e481
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.9237
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-3174028-1304077317.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.01/0.00	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.01/0.00	c -- vars added         50
0.01/0.00	c Parsing time:  0.00 s
0.01/0.00	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.38/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.38/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.11	c calculated reachability. Time: 0.00
0.38/0.11	c Calc default polars -  time:   0.00 s pos:      27 undec:       1 neg:      22
0.38/0.11	c =========================================================================================
0.38/0.11	c types(t): F = full restart, N = normal restart
0.38/0.11	c types(t): S = simplification begin/end, E = solution found
0.38/0.11	c restart types(rt): st = static, dy = dynamic
0.38/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.11	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
0.78/0.21	c  N dy     7      4226        50      4450         0      3640     31150     67549     15.58     16.45
1.58/0.48	c  N dy    15     12748        50      4450         0      5165     31150     82194     14.65     15.49
2.37/0.64	c  N dy    40     16794        50      4450         0      8686     31150    147158     15.01     17.23
3.18/0.81	c  N dy    63     20895        50      4450         0      7407     31150    119264     15.21     16.73
3.58/1.00	c  N dy    88     24918        50      4450         0     10878     31150    182967     15.34     17.62
3.58/1.00	c  F st    89     25000        50      4450         0     10945     31150    184190     15.35   no data
4.77/1.21	c  N dy    95     30000        50      4450         0      9389     31150    150340     15.35   no data
4.77/1.21	c  S st    95     30000        50      4450         0      9389     31150    150340     15.35   no data
4.77/1.24	c  S st    95     30502        50      4450         0      9839     31150    159009     15.35   no data
4.77/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.77/1.24	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.77/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.77/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.46	c lits-rem:       130  cl-subs:     1659  v-elim:      0  v-fix:    0  time:  0.21 s
6.37/1.65	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.37/1.65	c calculated reachability. Time: 0.00
6.37/1.65	c  N dy    95     30502        50      4450         0      8180     31150    132235     15.35   no data
7.17/1.86	c  N dy   130     34529        50      4450         0     11718     31150    198476     15.55     16.52
9.17/2.39	c  N dy   161     45336        50      4450         0     14296     31150    229336     15.41     16.27
9.57/2.42	c  S st   166     45754        50      4450         0     14662     31150    236413     15.44   no data
9.57/2.47	c  S st   166     46259        50      4450         0     15112     31150    244954     15.44   no data
9.57/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.57/2.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.57/2.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.57/2.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.57/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.92	c lits-rem:       217  cl-subs:     2835  v-elim:      0  v-fix:    0  time:  0.44 s
11.57/2.92	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.57/2.92	c vivif2 --  cl tried    12277 cl shrink        0 lits rem          0 time: 0.00
12.36/3.17	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.24
12.36/3.17	c calculated reachability. Time: 0.00
12.36/3.17	c  N dy   166     46259        50      4450         0     12277     31150    197757     15.44   no data
13.56/3.42	c  N dy   201     50358        50      4450         0      8325     31150    118342     15.57     17.12
14.76/3.74	c  N dy   213     56671        50      4450         0     13774     31150    216374     15.50     16.32
15.96/4.01	c  N dy   228     60746        50      4450         0      8761     31150    118485     15.52     16.36
16.76/4.22	c  N dy   250     64793        50      4450         0     12294     31150    184026     15.57     16.93
17.95/4.50	c  N dy   275     69389        50      4450         0     16286     31150    257617     15.61     13.81
17.95/4.50	c  S st   275     69389        50      4450         0     16286     31150    257617     15.61     13.81
17.95/4.55	c  S st   275     69890        50      4450         0     16728     31150    266260     15.61   no data
17.95/4.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.95/4.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.95/4.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.95/4.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.95/4.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.95/4.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.95/4.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.93	c lits-rem:       207  cl-subs:     2269  v-elim:      0  v-fix:    0  time:  0.37 s
19.56/4.93	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.56/4.93	c vivif2 --  cl tried    14459 cl shrink        0 lits rem          0 time: 0.00
20.76/5.22	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.29
20.76/5.22	c calculated reachability. Time: 0.00
20.76/5.22	c  N dy   275     69890        50      4450         0     14459     31150    224362     15.61   no data
21.97/5.51	c  N dy   290     74382        50      4450         0     18353     31150    295974     15.62     17.03
24.75/6.28	c  N dy   300     87098        50      4450         0     19928     31150    307735     15.44     16.27
25.15/6.32	c  F st   301     87500        50      4450         0     20276     31150    313941     15.44     15.10
26.37/6.61	c  N dy   307     92695        50      4450         0     14524     31150    211378     15.44   no data
27.94/7.03	c  N dy   334     98695        50      4450         0     19703     31150    305463     15.47     16.32
29.54/7.44	c  S st   347    104835        50      4450         0     13876     31150    191384     15.48     14.59
29.54/7.48	c  S st   347    105337        50      4450         0     14329     31150    200161     15.48   no data
29.54/7.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.54/7.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
29.54/7.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.54/7.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.54/7.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
29.54/7.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.54/7.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.54/7.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.36/7.66	c lits-rem:        89  cl-subs:      974  v-elim:      0  v-fix:    0  time:  0.16 s
30.36/7.66	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.36/7.66	c vivif2 --  cl tried    13355 cl shrink        0 lits rem          0 time: 0.00
31.55/7.95	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
31.55/7.95	c calculated reachability. Time: 0.00
31.55/7.95	c  N dy   347    105337        50      4450         0     13355     31150    183174     15.48   no data
34.75/8.78	c  N dy   359    117110        50      4450         0     23543     31150    364021     15.37     16.18
42.33/10.64	c  N dy   385    146622        50      4450         0     23775     31150    337277     14.99     15.88
45.53/11.47	c  N dy   461    155979        50      4450         0     18271     31150    254338     15.10     15.96
46.33/11.63	c  S st   480    158006        50      4450         0     20070     31150    288448     15.12   no data
46.33/11.69	c  S st   480    158508        50      4450         0     20517     31150    297056     15.12   no data
46.33/11.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.33/11.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
46.73/11.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.73/11.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.73/11.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.73/11.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
46.73/11.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.73/11.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
46.73/11.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.35/12.13	c lits-rem:       180  cl-subs:     2011  v-elim:      0  v-fix:    0  time:  0.42 s
48.35/12.13	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
48.35/12.13	c vivif2 --  cl tried    18506 cl shrink        0 lits rem          0 time: 0.00
49.52/12.47	c asymm  cl-useful: 0/4280/4450 lits-rem:0 time: 0.34
49.52/12.47	c calculated reachability. Time: 0.00
49.52/12.47	c  N dy   480    158508        50      4450         0     18506     31150    261547     15.12   no data
53.12/13.36	c  N dy   511    168797        50      4450         0     27375     31150    418716     15.10     15.92
56.72/14.21	c  N dy   549    179708        50      4450         0     22274     31150    314005     15.09     16.02
61.91/15.52	c  N dy   658    191199        50      4450         0     16744     31150    209409     15.22     16.08
66.30/16.64	c  N dy   738    203494        50      4450         0     27368     31150    404915     15.28     17.89
71.89/18.00	c  N dy   829    216482        50      4450         0     22321     31150    305354     15.35     16.90
77.89/19.55	c  N dy   895    230327        50      4450         0     34390     31150    527756     15.39     17.07
80.69/20.24	c  S st   933    237762        50      4450         0     23491     31150    317426     15.41     14.60
81.09/20.30	c  S st   933    238265        50      4450         0     23944     31150    325885     15.41   no data
81.09/20.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.09/20.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
81.09/20.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.09/20.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.09/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.09/20.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
81.09/20.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.09/20.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
81.09/20.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.68/20.78	c lits-rem:       187  cl-subs:     1850  v-elim:      0  v-fix:    0  time:  0.45 s
82.68/20.78	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
82.68/20.78	c vivif2 --  cl tried    22094 cl shrink        0 lits rem          0 time: 0.00
84.28/21.12	c asymm  cl-useful: 0/3731/4450 lits-rem:0 time: 0.34
84.28/21.12	c calculated reachability. Time: 0.00
84.28/21.12	c  N dy   933    238265        50      4450         0     22094     31150    292466     15.41   no data
94.27/23.66	c  N dy   989    265067        50      4450         0     26978     31150    360341     15.32     16.22
101.85/25.54	c  N dy  1041    282245        50      4450         0     22854     31150    286923     15.31     16.13
110.25/27.64	c  N dy  1144    300353        50      4450         0     38547     31150    576276     15.35     16.97
113.05/28.35	c  F st  1199    306250        50      4450         0     23892     31150    304995     15.38   no data
119.03/29.83	c  N dy  1256    319685        50      4450         0     35548     31150    520229     15.41     16.27
128.63/32.25	c  N dy  1372    339738        50      4450         0     32179     31150    448684     15.45     17.81
137.01/34.31	c  S st  1414    357399        50      4450         0     25779     31150    317513     15.41     12.70
137.01/34.38	c  S st  1414    357906        50      4450         0     26236     31150    326372     15.41   no data
137.01/34.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.01/34.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.01/34.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.01/34.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.01/34.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.01/34.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
137.01/34.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.41/34.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
137.41/34.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.02/34.86	c lits-rem:       119  cl-subs:     1836  v-elim:      0  v-fix:    0  time:  0.46 s
139.02/34.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
139.02/34.87	c vivif2 --  cl tried    24400 cl shrink        0 lits rem          0 time: 0.00
139.42/34.95	c asymm  cl-useful: 0/719/4450 lits-rem:0 time: 0.09
139.42/34.95	c calculated reachability. Time: 0.00
139.42/34.95	c  N dy  1414    357906        50      4450         0     24400     31150    298282     15.41   no data
149.01/37.39	c  N dy  1515    377968        50      4450         0     41702     31150    612402     15.42     17.00
160.59/40.25	c  N dy  1601    401442        50      4450         0     39550     31150    563277     15.42     16.29
170.99/42.86	c  N dy  1654    421468        50      4450         0     33557     31150    446852     15.41     18.25
182.95/45.81	c  N dy  1755    441556        50      4450         0     26823     31150    319453     15.43     16.36
193.37/48.41	c  N dy  1818    462038        50      4450         0     44493     31150    637624     15.42     16.32
202.53/50.76	c  N dy  1857    482106        50      4450         0     36701     31150    483832     15.38     18.49
221.32/55.43	c  N dy  2015    512598        50      4450         0     37082     31150    481777     15.40     16.39
236.10/59.13	c  N dy  2177    532694        50      4450         0     27815     31150    315022     15.46     16.41
237.70/59.56	c  S st  2188    536861        50      4450         0     31389     31150    379281     15.46     14.34
238.10/59.65	c  S st  2188    537363        50      4450         0     31830     31150    387852     15.46   no data
238.10/59.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.10/59.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
238.10/59.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.10/59.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.10/59.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.10/59.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
238.10/59.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.10/59.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.10/59.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.49/60.24	c lits-rem:       180  cl-subs:     1525  v-elim:      0  v-fix:    0  time:  0.57 s
240.49/60.24	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
240.49/60.25	c vivif2 --  cl tried    30305 cl shrink        0 lits rem          0 time: 0.00
242.09/60.61	c asymm  cl-useful: 0/2804/4450 lits-rem:0 time: 0.37
242.09/60.61	c calculated reachability. Time: 0.00
242.09/60.61	c  N dy  2188    537363        50      4450         0     30305     31150    361471     15.46   no data
253.68/63.57	c  N dy  2298    557376        50      4450         0     47558     31150    677311     15.47     17.20
270.06/67.65	c  N dy  2408    584329        50      4450         0     43338     31150    589543     15.48     16.36
284.44/71.26	c  N dy  2506    604338        50      4450         0     32187     31150    378149     15.48     16.65
299.22/74.92	c  N dy  2625    628256        50      4450         0     52757     31150    754571     15.50     16.33
326.79/81.83	c  N dy  2690    676788        50      4450         0     34760     31150    403711     15.40     16.22
341.17/85.44	c  N dy  2835    697458        50      4450         0     52639     31150    739387     15.44     16.26
360.37/90.22	c  N dy  2902    726250        50      4450         0     46472     31150    607474     15.41     16.24
379.92/95.12	c  N dy  3062    746498        50      4450         0     32250     31150    354041     15.45     16.48
393.10/98.42	c  N dy  3197    766515        50      4450         0     49607     31150    678936     15.48     17.73
410.29/102.73	c  N dy  3290    786567        50      4450         0     34132     31150    380568     15.49     17.12
421.48/105.58	c  S st  3337    806045        50      4450         0     50838     31150    679045     15.47     15.28
422.27/105.73	c  S st  3337    806546        50      4450         0     51277     31150    687487     15.47   no data
422.27/105.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.27/105.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
422.27/105.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.27/105.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.27/105.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.27/105.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
422.27/105.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.27/105.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
422.27/105.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.45/108.55	c lits-rem:       515  cl-subs:     6689  v-elim:      0  v-fix:    0  time:  2.77 s
433.45/108.55	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
433.45/108.56	c vivif2 --  cl tried    44588 cl shrink        0 lits rem          0 time: 0.01
434.25/108.80	c asymm  cl-useful: 0/888/4450 lits-rem:0 time: 0.24
434.25/108.80	c calculated reachability. Time: 0.00
434.25/108.80	c  N dy  3337    806546        50      4450         0     44588     31150    576901     15.47   no data
453.83/113.67	c  N dy  3384    831858        50      4450         0     33258     31150    358286     15.45     16.28
467.81/117.13	c  N dy  3481    852252        50      4450         0     50899     31150    683052     15.46     16.31
491.39/123.06	c  N dy  3618    879600        50      4450         0     40200     31150    474767     15.48     16.52
505.77/126.66	c  N dy  3707    899666        50      4450         0     57505     31150    792261     15.49     18.20
543.72/136.14	c  N dy  3766    954252        50      4450         0     68642     31150    936280     15.40     16.34
560.10/140.24	c  N dy  3901    974325        50      4450         0     50126     31150    648012     15.41     17.82
578.48/144.83	c  N dy  4007    994388        50      4450         0     67401     31150    970247     15.43     17.22
596.45/149.35	c  N dy  4132   1014905        50      4450         0     48267     31150    605157     15.45     16.31
615.24/154.03	c  N dy  4268   1034928        50      4450         0     65539     31150    929153     15.47     17.09
633.20/158.55	c  N dy  4339   1055565        50      4450         0     45442     31150    542205     15.47     16.29
646.01/161.74	c  F st  4418   1071875        50      4450         0     59546     31150    803791     15.48     14.45
650.40/162.83	c  N dy  4424   1077072        50      4450         0     63970     31150    884693     15.48   no data
669.96/167.71	c  N dy  4497   1097596        50      4450         0     42914     31150    490060     15.48     16.31
685.94/171.70	c  N dy  4598   1117612        50      4450         0     60054     31150    807930     15.49     17.17
708.31/177.38	c  N dy  4729   1137613        50      4450         0     77247     31150   1131150     15.51     17.03
726.68/181.97	c  N dy  4895   1157694        50      4450         0     55165     31150    716812     15.54     18.06
747.85/187.20	c  N dy  5027   1177730        50      4450         0     72442     31150   1041081     15.55     17.00
771.03/193.08	c  N dy  5201   1197812        50      4450         0     49293     31150    599219     15.58     16.59
782.23/195.85	c  S st  5234   1209820        50      4450         0     59636     31150    786144     15.58     15.20
783.01/196.06	c  S st  5234   1210322        50      4450         0     60080     31150    794792     15.58   no data
783.01/196.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
783.01/196.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
783.01/196.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
783.01/196.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.01/196.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.01/196.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
783.01/196.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
783.40/196.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
783.40/196.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
804.21/201.33	c lits-rem:       573  cl-subs:     6036  v-elim:      0  v-fix:    0  time:  5.20 s
804.21/201.33	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
804.21/201.34	c vivif2 --  cl tried    54044 cl shrink        0 lits rem          0 time: 0.01
805.38/201.68	c asymm  cl-useful: 0/719/4450 lits-rem:0 time: 0.34
805.38/201.68	c calculated reachability. Time: 0.00
805.38/201.68	c  N dy  5234   1210322        50      4450         0     54044     31150    686835     15.58   no data
829.75/207.72	c  N dy  5369   1230380        50      4450         0     71390     31150   1012274     15.59     16.48
849.72/212.74	c  N dy  5444   1250476        50      4450         0     47637     31150    557019     15.59     16.57
869.71/217.73	c  N dy  5517   1274998        50      4450         0     68491     31150    934456     15.59     16.44
889.68/222.77	c  N dy  5568   1295266        50      4450         0     43988     31150    482838     15.58     16.42
907.25/227.15	c  N dy  5617   1321765        50      4450         0     66596     31150    886078     15.56     16.56
946.81/237.02	c  N dy  5727   1364795        50      4450         0     60513     31150    753444     15.52     16.44
971.19/243.11	c  N dy  5790   1384811        50      4450         0     77614     31150   1065979     15.52     18.23
996.74/249.59	c  N dy  5929   1404948        50      4450         0     51490     31150    610124     15.54     16.44
1016.30/254.41	c  N dy  6021   1426272        50      4450         0     69811     31150    947473     15.54     16.42
1043.07/261.11	c  N dy  6148   1446326        50      4450         0     87118     31150   1273207     15.56     17.56
1060.66/265.50	c  N dy  6212   1466341        50      4450         0     59718     31150    748607     15.55     16.88
1079.03/270.17	c  N dy  6245   1486729        50      4450         0     76989     31150   1050156     15.54     16.49
1104.19/276.45	c  N dy  6288   1511808        50      4450         0     52980     31150    609095     15.52     16.34
1126.97/282.14	c  N dy  6387   1537618        50      4450         0     75091     31150   1010019     15.52     16.40
1156.53/289.50	c  N dy  6498   1557707        50      4450         0     46203     31150    488757     15.53     17.45
1172.92/293.62	c  N dy  6529   1580425        50      4450         0     65597     31150    833234     15.51     16.38
1197.69/299.89	c  N dy  6670   1600502        50      4450         0     82875     31150   1160143     15.53     18.39
1226.07/306.93	c  N dy  6807   1620539        50      4450         0     53001     31150    606950     15.54     17.56
1244.03/311.49	c  N dy  6901   1640762        50      4450         0     70314     31150    926038     15.55     16.41
1273.99/319.00	c  N dy  6995   1665299        50      4450         0     91319     31150   1310203     15.55     16.53
1295.97/324.49	c  N dy  7108   1685336        50      4450         0     60541     31150    744412     15.56     18.33
1320.32/330.57	c  N dy  7231   1705843        50      4450         0     78202     31150   1074589     15.57     16.40
1327.50/332.30	c  S st  7261   1710322        50      4450         0     82101     31150   1148456     15.57   no data
1328.71/332.61	c  S st  7261   1710828        50      4450         0     82539     31150   1157069     15.57   no data
1328.71/332.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1328.71/332.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1328.71/332.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1328.71/332.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1328.71/332.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1328.71/332.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1328.71/332.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1328.71/332.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1329.11/332.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1405.00/351.72	c lits-rem:      1006  cl-subs:    10276  v-elim:      0  v-fix:    0  time: 18.99 s
1405.00/351.72	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1405.00/351.74	c vivif2 --  cl tried    72263 cl shrink        0 lits rem          0 time: 0.02
1406.60/352.18	c asymm  cl-useful: 0/743/4450 lits-rem:0 time: 0.44
1406.60/352.19	c calculated reachability. Time: 0.00
1406.60/352.19	c  N dy  7261   1710828        50      4450         0     72263     31150    969701     15.57   no data
1438.55/360.10	c  N dy  7366   1731315        50      4450         0     89862     31150   1296015     15.58     16.43
1462.93/366.23	c  N dy  7493   1751394        50      4450         0     58911     31150    707839     15.59     17.12
1486.10/372.08	c  N dy  7634   1772046        50      4450         0     76743     31150   1044826     15.60     16.44
1514.86/379.29	c  N dy  7729   1792374        50      4450         0     94211     31150   1368543     15.60     16.45
1538.83/385.22	c  N dy  7831   1812852        50      4450         0     62305     31150    758735     15.61     16.48
1562.79/391.26	c  N dy  7976   1832897        50      4450         0     79538     31150   1084558     15.62     18.34
1598.35/400.10	c  N dy  8090   1854748        50      4450         0     98269     31150   1433496     15.63     16.48
1617.52/404.96	c  N dy  8136   1874818        50      4450         0     64838     31150    786819     15.62     16.47
1642.29/411.10	c  N dy  8261   1894853        50      4450         0     82003     31150   1107910     15.63     16.49
1688.22/422.61	c  N dy  8392   1929851        50      4450         0     60593     31150    702557     15.62     16.64
1710.19/428.18	c  N dy  8497   1950007        50      4450         0     77790     31150   1020688     15.63     16.51
1753.74/439.04	c  N dy  8539   1986367        50      4450         0     56612     31150    628303     15.61     16.46
1774.12/444.18	c  N dy  8648   2006467        50      4450         0     73864     31150    950880     15.61     16.61
1800.48/450.77	c  N dy  8749   2026620        50      4450         0     91092     31150   1271270     15.62     16.52
1830.04/458.10	c  N dy  8759   2054226        50      4450         0     61570     31150    699609     15.59     16.52
1856.01/464.69	c  N dy  8918   2076737        50      4450         0     80954     31150   1066174     15.61     16.59
1888.37/472.78	c  N dy  9077   2096761        50      4450         0     98200     31150   1396083     15.62     17.68
1917.13/479.91	c  N dy  9177   2116844        50      4450         0     61476     31150    709273     15.63     17.98
1939.10/485.40	c  N dy  9248   2139128        50      4450         0     80522     31150   1051540     15.62     16.68
1965.46/492.06	c  N dy  9340   2159170        50      4450         0     97620     31150   1367752     15.62     18.04
2003.42/501.54	c  N dy  9403   2192638        50      4450         0     71445     31150    871392     15.61     16.45
2028.18/507.75	c  S st  9541   2210828        50      4450         0     87056     31150   1167742     15.62   no data
2029.38/508.02	c  S st  9541   2211332        50      4450         0     87498     31150   1176445     15.62   no data
2029.38/508.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2029.38/508.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2029.38/508.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2029.38/508.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2029.38/508.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2029.38/508.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2029.38/508.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2029.38/508.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2029.78/508.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2071.71/518.69	c lits-rem:       907  cl-subs:    11455  v-elim:      0  v-fix:    0  time: 10.57 s
2071.71/518.69	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2072.12/518.71	c vivif2 --  cl tried    76043 cl shrink        0 lits rem          0 time: 0.02
2073.32/519.10	c asymm  cl-useful: 0/601/4450 lits-rem:0 time: 0.39
2073.73/519.10	c calculated reachability. Time: 0.00
2073.73/519.10	c  N dy  9541   2211332        50      4450         0     76043     31150    981637     15.62   no data
2110.46/528.38	c  N dy  9618   2232854        50      4450         0     94387     31150   1317777     15.62     16.56
2148.02/537.76	c  N dy  9733   2252920        50      4450         0     56901     31150    615113     15.63     16.65
2169.59/543.14	c  N dy  9831   2273568        50      4450         0     74561     31150    941917     15.63     16.46
2196.35/549.87	c  N dy  9944   2293633        50      4450         0     91774     31150   1265557     15.64     18.59
2230.71/558.48	c  N dy 10026   2314390        50      4450         0    109449     31150   1587580     15.64     16.46
2255.88/564.75	c  N dy 10118   2334802        50      4450         0     70965     31150    859794     15.64     16.48
2282.24/571.33	c  N dy 10218   2355830        50      4450         0     88953     31150   1190799     15.64     16.51
2318.19/580.35	c  N dy 10386   2375881        50      4450         0    106243     31150   1521430     15.65     16.70
2350.55/588.46	c  N dy 10505   2397229        50      4450         0     67261     31150    783014     15.66     16.54
2376.11/594.82	c  N dy 10637   2417248        50      4450         0     84438     31150   1107420     15.67     16.79
2406.88/602.55	c  N dy 10736   2439244        50      4450         0    103224     31150   1455762     15.67     16.50
2436.42/609.99	c  N dy 10769   2460755        50      4450         0     63368     31150    702852     15.66     16.50
2461.19/616.13	c  N dy 10906   2480907        50      4450         0     80627     31150   1030889     15.67     16.51
2491.95/623.82	c  N dy 11015   2500918        50      4450         0     97700     31150   1349834     15.67     16.51
2529.50/633.21	c  N dy 11130   2521003        50      4450         0    114948     31150   1672166     15.68     17.11
2563.86/641.87	c  N dy 11245   2549362        50      4450         0     80259     31150   1006826     15.68     16.53
2591.42/648.79	c  N dy 11315   2570209        50      4450         0     97970     31150   1327436     15.67     16.62
2630.97/658.68	c  N dy 11469   2590279        50      4450         0    115225     31150   1654375     15.68     17.84
2660.93/666.17	c  N dy 11605   2610307        50      4450         0     72512     31150    868593     15.69     17.88
2686.50/672.55	c  N dy 11689   2630365        50      4450         0     89618     31150   1182862     15.69     17.80
2719.25/680.78	c  N dy 11731   2653330        50      4450         0    109161     31150   1534001     15.69     16.61
2774.38/694.55	c  N dy 11823   2695243        50      4450         0     84161     31150   1039174     15.67     16.53
2793.96/699.50	c  S st 11860   2711333        50      4450         0     97863     31150   1287550     15.66     14.24
2795.56/699.83	c  S st 11860   2711838        50      4450         0     98308     31150   1296230     15.66   no data
2795.56/699.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2795.56/699.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2795.56/699.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2795.56/699.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2795.56/699.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2795.56/699.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2795.56/699.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2795.96/699.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2795.96/699.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2871.45/718.89	c lits-rem:       933  cl-subs:    15470  v-elim:      0  v-fix:    0  time: 18.95 s
2871.45/718.89	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2871.85/718.91	c vivif2 --  cl tried    82838 cl shrink        0 lits rem          0 time: 0.02
2873.87/719.41	c asymm  cl-useful: 0/525/4450 lits-rem:0 time: 0.50
2873.87/719.41	c calculated reachability. Time: 0.00
2873.87/719.41	c  N dy 11860   2711838        50      4450         0     82838     31150   1054127     15.66   no data
2918.98/730.75	c  N dy 12005   2732547        50      4450         0    100711     31150   1394477     15.67     16.50
2954.93/739.77	c  N dy 12077   2752976        50      4450         0    118132     31150   1713779     15.67     16.66
2981.30/746.37	c  N dy 12176   2773021        50      4450         0     74955     31150    900024     15.67     16.56
3008.07/753.03	c  N dy 12263   2793107        50      4450         0     92102     31150   1216331     15.68     18.00
3040.03/761.08	c  N dy 12362   2813162        50      4450         0    109192     31150   1535587     15.68     17.55
3079.17/770.81	c  N dy 12474   2833164        50      4450         0     64606     31150    699703     15.68     17.14
3103.93/777.05	c  N dy 12598   2853197        50      4450         0     81749     31150   1023231     15.69     18.06
3143.08/786.86	c  N dy 12620   2885648        50      4450         0    109111     31150   1492760     15.67     16.54
3205.80/802.55	c  N dy 12756   2927536        50      4450         0     81854     31150    976535     15.66     16.56
3237.36/810.45	c  N dy 12808   2952762        50      4450         0    103200     31150   1358296     15.65     16.48
3274.11/819.67	c  N dy 12911   2972812        50      4450         0    120272     31150   1674269     15.65     16.49
3305.27/827.42	c  N dy 12975   2992822        50      4450         0     73669     31150    840318     15.65     17.19
3334.43/834.74	c  N dy 13126   3012903        50      4450         0     90806     31150   1166541     15.66     17.18
3367.58/843.09	c  N dy 13165   3035487        50      4450         0    109933     31150   1508912     15.65     16.51
3406.73/852.85	c  N dy 13251   3055530        50      4450         0    127013     31150   1818452     15.65     18.03
3437.08/860.41	c  N dy 13370   3075833        50      4450         0     79830     31150    959256     15.66     16.63
3478.23/870.71	c  N dy 13480   3105913        50      4450         0    105487     31150   1433158     15.66     16.55
3515.41/880.04	c  N dy 13542   3127181        50      4450         0    123588     31150   1761134     15.65     16.56
3546.54/887.86	c  N dy 13579   3147356        50      4450         0     75123     31150    847915     15.65     16.54
3574.50/894.81	c  N dy 13662   3167631        50      4450         0     92445     31150   1168205     15.65     16.54
3600.47/901.37	c  N dy 13700   3187637        50      4450         0    109412     31150   1470398     15.64     18.35
3647.23/913.03	c  N dy 13817   3211838        50      4450         0    130000     31150   1851612     15.65     13.28
3647.23/913.03	c  S st 13817   3211838        50      4450         0    130000     31150   1851612     15.65     13.28
3648.81/913.44	c  S st 13817   3212340        50      4450         0    130438     31150   1860061     15.65   no data
3648.81/913.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3649.21/913.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
3649.21/913.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3649.21/913.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3649.21/913.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3649.21/913.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3649.21/913.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3649.21/913.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3649.61/913.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3750.67/938.95	c lits-rem:      1197  cl-subs:    24201  v-elim:      0  v-fix:    0  time: 25.35 s
3750.67/938.95	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3750.67/938.97	c vivif2 --  cl tried   106237 cl shrink        0 lits rem          0 time: 0.02
3752.28/939.34	c asymm  cl-useful: 0/380/4450 lits-rem:0 time: 0.37
3752.28/939.34	c calculated reachability. Time: 0.00
3752.28/939.34	c  N dy 13817   3212340        50      4450         0    106237     31150   1457787     15.65   no data
3789.02/948.53	c  N dy 13896   3232384        50      4450         0    123305     31150   1769951     15.65     17.30
3827.76/958.22	c  N dy 13935   3261669        50      4450         0     83472     31150    986198     15.63     16.47
3863.32/967.15	c  N dy 14101   3281702        50      4450         0    100712     31150   1314864     15.64     17.00
3898.87/976.08	c  N dy 14199   3301790        50      4450         0    117868     31150   1635131     15.64     18.14
3939.22/986.14	c  N dy 14285   3321808        50      4450         0     68656     31150    733527     15.64     17.81
3979.95/996.36	c  N dy 14295   3362983        50      4450         0    103099     31150   1315937     15.62     16.56
4010.72/1004.06	c  N dy 14369   3383074        50      4450         0    120210     31150   1629808     15.62     17.80
4060.27/1016.47	c  N dy 14497   3409752        50      4450         0     75533     31150    848070     15.62     16.51
4089.81/1023.86	c  N dy 14606   3430854        50      4450         0     93537     31150   1180475     15.62     16.51
4126.96/1033.11	c  N dy 14748   3450866        50      4450         0    110657     31150   1503489     15.63     17.74
4172.09/1044.44	c  N dy 14905   3471082        50      4450         0    128003     31150   1833968     15.64     16.47
4213.66/1054.88	c  N dy 14967   3494697        50      4450         0     79307     31150    897027     15.63     16.47
4244.82/1062.63	c  N dy 15103   3514701        50      4450         0     96469     31150   1221525     15.64     17.04
4277.16/1070.70	c  N dy 15166   3534756        50      4450         0    113537     31150   1532146     15.64     17.26
4319.90/1081.43	c  N dy 15276   3554837        50      4450         0    130655     31150   1852917     15.64     18.74
4361.05/1091.75	c  N dy 15397   3574912        50      4450         0     78086     31150    878953     15.65     16.79
4392.21/1099.54	c  N dy 15553   3594991        50      4450         0     95349     31150   1207029     15.65     17.77
4428.16/1108.50	c  N dy 15649   3616461        50      4450         0    113657     31150   1547176     15.65     16.52
4496.06/1125.57	c  N dy 15751   3650922        50      4450         0     72223     31150    764886     15.65     16.49
4524.02/1132.54	c  N dy 15885   3670925        50      4450         0     89394     31150   1090700     15.66     17.17
4565.59/1142.96	c  N dy 16001   3696450        50      4450         0    111125     31150   1490952     15.66     16.56
4599.51/1151.48	c  S st 16098   3712340        50      4450         0    124716     31150   1746441     15.66   no data
4601.50/1151.91	c  S st 16098   3712843        50      4450         0    125156     31150   1755079     15.66   no data
4601.50/1151.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4601.50/1151.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4601.50/1151.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4601.50/1151.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4601.50/1151.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4601.50/1151.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4601.50/1151.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4601.90/1152.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4601.90/1152.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4681.39/1171.91	c lits-rem:      1006  cl-subs:    17780  v-elim:      0  v-fix:    0  time: 19.85 s
4681.39/1171.91	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4681.39/1171.93	c vivif2 --  cl tried   107376 cl shrink        0 lits rem          0 time: 0.02
4682.59/1172.28	c asymm  cl-useful: 0/401/4450 lits-rem:0 time: 0.36
4682.59/1172.29	c calculated reachability. Time: 0.00
4682.59/1172.29	c  N dy 16098   3712843        50      4450         0    107376     31150   1439966     15.66   no data
4735.73/1185.56	c  N dy 16247   3739016        50      4450         0    129696     31150   1858231     15.66     16.57
4764.08/1192.68	c  F st 16282   3751562        50      4450         0    140343     31150   2052746     15.66     13.28
4775.67/1195.56	c  N dy 16297   3759352        50      4450         0     76713     31150    850119     15.66     16.56

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

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

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


[startup+0 s]
/proc/loadavg: 6.32 7.68 7.54 6/180 1416
/proc/meminfo: memFree=24798212/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=40968 CPUtime=0 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 3 0 597962172 41951232 347 33554432000 4194304 4627427 140737037774576 18446744073709551615 252458122225 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 10242 347 299 106 0 5213 0
[pid=1416/tid=1417] ppid=1414 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 597962172 52441088 348 33554432000 4194304 4627427 140737037774576 18446744073709551615 47125055915954 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 597962172 52441088 348 33554432000 4194304 4627427 140737037774576 18446744073709551615 47125055915954 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 597962172 52441088 348 33554432000 4194304 4627427 140737037774576 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0079581 s]
/proc/loadavg: 6.32 7.68 7.54 6/180 1416
/proc/meminfo: memFree=24798212/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=281612 CPUtime=0.01 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 812 0 0 0 1 0 0 0 25 0 4 0 597962172 288370688 734 33554432000 4194304 4627427 140737037774576 18446744073709551615 4359976 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 70403 736 338 106 0 65374 0
[pid=1416/tid=1417] ppid=1414 vsize=281612 CPUtime=0 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 90 0 0 0 0 0 0 0 25 0 4 0 597962172 288370688 736 33554432000 4194304 4627427 140737037774576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=281612 CPUtime=0 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 91 0 0 0 0 0 0 0 25 0 4 0 597962172 288370688 739 33554432000 4194304 4627427 140737037774576 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=281612 CPUtime=0 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 95 0 0 0 0 0 0 0 25 0 4 0 597962172 288370688 739 33554432000 4194304 4627427 140737037774576 18446744073709551615 4530710 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 281612

[startup+0.10094 s]
/proc/loadavg: 6.32 7.68 7.54 6/180 1416
/proc/meminfo: memFree=24798212/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=281596 CPUtime=0.38 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 1215 0 0 0 38 0 0 0 25 0 4 0 597962172 288354304 1137 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309125 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 70399 1137 364 106 0 65370 0
[pid=1416/tid=1417] ppid=1414 vsize=281596 CPUtime=0.09 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 157 0 0 0 9 0 0 0 25 0 4 0 597962172 288354304 1137 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=281596 CPUtime=0.09 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 140 0 0 0 9 0 0 0 25 0 4 0 597962172 288354304 1137 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=281596 CPUtime=0.09 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 306 0 0 0 9 0 0 0 25 0 4 0 597962172 288354304 1137 33554432000 4194304 4627427 140737037774576 18446744073709551615 4322040 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281596

[startup+0.300904 s]
/proc/loadavg: 6.32 7.68 7.54 6/180 1416
/proc/meminfo: memFree=24798212/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=283512 CPUtime=1.18 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 3206 0 0 0 118 0 0 0 25 0 4 0 597962172 290316288 2412 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 70878 2412 384 106 0 65849 0
[pid=1416/tid=1417] ppid=1414 vsize=283512 CPUtime=0.29 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 733 0 0 0 29 0 0 0 25 0 4 0 597962172 290316288 2412 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=283512 CPUtime=0.29 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 730 0 0 0 29 0 0 0 25 0 4 0 597962172 290316288 2412 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=283512 CPUtime=0.29 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 529 0 0 0 29 0 0 0 25 0 4 0 597962172 290316288 2412 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283512

[startup+0.70083 s]
/proc/loadavg: 6.32 7.68 7.54 6/180 1416
/proc/meminfo: memFree=24798212/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=284252 CPUtime=2.78 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 4933 0 0 0 277 1 0 0 25 0 4 0 597962172 291074048 3124 33554432000 4194304 4627427 140737037774576 18446744073709551615 4324134 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 71063 3124 384 106 0 66034 0
[pid=1416/tid=1417] ppid=1414 vsize=284252 CPUtime=0.69 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1138 0 0 0 69 0 0 0 25 0 4 0 597962172 291074048 3124 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=284252 CPUtime=0.69 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1144 0 0 0 69 0 0 0 25 0 4 0 597962172 291074048 3124 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=284252 CPUtime=0.69 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1035 0 0 0 69 0 0 0 25 0 4 0 597962172 291074048 3124 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284252

[startup+1.50068 s]
/proc/loadavg: 6.32 7.68 7.54 9/184 1420
/proc/meminfo: memFree=24773008/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=284896 CPUtime=5.97 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 8653 0 0 0 596 1 0 0 25 0 4 0 597962172 291733504 4592 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 71224 4592 388 106 0 66195 0
[pid=1416/tid=1417] ppid=1414 vsize=284896 CPUtime=1.49 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1801 0 0 0 149 0 0 0 25 0 4 0 597962172 291733504 4592 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=284896 CPUtime=1.49 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1815 0 0 0 149 0 0 0 25 0 4 0 597962172 291733504 4592 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=284896 CPUtime=1.48 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 1767 0 0 0 148 0 0 0 25 0 4 0 597962172 291733504 4592 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310154 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284896

[startup+3.10039 s]
/proc/loadavg: 6.32 7.68 7.54 9/184 1420
/proc/meminfo: memFree=24738664/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=276340 CPUtime=12.36 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 16058 0 0 0 1234 2 0 0 25 0 4 0 597962172 282972160 8884 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 69085 8884 388 106 0 64056 0
[pid=1416/tid=1417] ppid=1414 vsize=276340 CPUtime=3.09 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 3690 0 0 0 309 0 0 0 25 0 4 0 597962172 282972160 8884 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=276340 CPUtime=3.08 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 4135 0 0 0 308 0 0 0 25 0 4 0 597962172 282972160 8884 33554432000 4194304 4627427 140737037774576 18446744073709551615 4305727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=276340 CPUtime=3.07 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 3647 0 0 0 307 0 0 0 25 0 4 0 597962172 282972160 8884 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 276340

[startup+6.30079 s]
/proc/loadavg: 6.54 7.70 7.55 9/184 1420
/proc/meminfo: memFree=24714988/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=286196 CPUtime=25.15 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 23721 0 0 0 2511 4 0 0 25 0 4 0 597962172 293064704 11836 33554432000 4194304 4627427 140737037774576 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 71549 11836 390 106 0 66520 0
[pid=1416/tid=1417] ppid=1414 vsize=286196 CPUtime=6.29 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 5964 0 0 0 628 1 0 0 25 0 4 0 597962172 293064704 11836 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=286196 CPUtime=6.29 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 6244 0 0 0 628 1 0 0 25 0 4 0 597962172 293064704 11836 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=286196 CPUtime=6.26 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 5409 0 0 0 626 0 0 0 25 0 4 0 597962172 293064704 11836 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 286196

[startup+12.7006 s]
/proc/loadavg: 6.65 7.70 7.55 9/184 1420
/proc/meminfo: memFree=24686852/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=295908 CPUtime=50.72 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 35454 0 0 0 5066 6 0 0 25 0 4 0 597962172 303009792 14976 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 73977 14976 390 106 0 68948 0
[pid=1416/tid=1417] ppid=1414 vsize=295908 CPUtime=12.68 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 8871 0 0 0 1267 1 0 0 25 0 4 0 597962172 303009792 14976 33554432000 4194304 4627427 140737037774576 18446744073709551615 4349233 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=295908 CPUtime=12.68 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 8947 0 0 0 1267 1 0 0 25 0 4 0 597962172 303009792 14976 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=295908 CPUtime=12.63 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 8552 0 0 0 1262 1 0 0 25 0 4 0 597962172 303009792 14976 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 295908

[startup+25.5002 s]
/proc/loadavg: 6.95 7.72 7.55 9/184 1421
/proc/meminfo: memFree=24656540/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=307052 CPUtime=101.85 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 52458 0 0 0 10174 11 0 0 25 0 4 0 597962172 314421248 17653 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 76763 17653 388 106 0 71734 0
[pid=1416/tid=1417] ppid=1414 vsize=307052 CPUtime=25.48 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 13501 0 0 0 2546 2 0 0 25 0 4 0 597962172 314421248 17653 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=307052 CPUtime=25.49 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 13587 0 0 0 2546 3 0 0 25 0 4 0 597962172 314421248 17653 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=307052 CPUtime=25.37 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 12472 0 0 0 2535 2 0 0 25 0 4 0 597962172 314421248 17653 33554432000 4194304 4627427 140737037774576 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 307052

[startup+51.1005 s]
/proc/loadavg: 7.39 7.76 7.57 9/184 1421
/proc/meminfo: memFree=24627484/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=308444 CPUtime=204.13 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 78931 0 0 0 20396 17 0 0 25 0 4 0 597962172 315846656 21084 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 77111 21084 388 106 0 72082 0
[pid=1416/tid=1417] ppid=1414 vsize=308444 CPUtime=51.07 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 20521 0 0 0 5104 3 0 0 25 0 4 0 597962172 315846656 21084 33554432000 4194304 4627427 140737037774576 18446744073709551615 4321474 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=308444 CPUtime=51.08 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 20866 0 0 0 5104 4 0 0 25 0 4 0 597962172 315846656 21084 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310565 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=308444 CPUtime=50.85 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 18709 0 0 0 5082 3 0 0 25 0 4 0 597962172 315846656 21084 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 308444

[startup+102.307 s]
/proc/loadavg: 7.77 7.81 7.59 9/184 1423
/proc/meminfo: memFree=24594108/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=310212 CPUtime=408.71 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 118663 0 0 0 40843 28 0 0 25 0 4 0 597962172 317657088 25370 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 77553 25370 388 106 0 72524 0
[pid=1416/tid=1417] ppid=1414 vsize=310212 CPUtime=102.28 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 31081 0 0 0 10221 7 0 0 25 0 4 0 597962172 317657088 25370 33554432000 4194304 4627427 140737037774576 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=310212 CPUtime=102.29 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 29947 0 0 0 10222 7 0 0 25 0 4 0 597962172 317657088 25370 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=310212 CPUtime=101.81 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 29003 0 0 0 10175 6 0 0 25 0 4 0 597962172 317657088 25370 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.71
Current children cumulated vsize (KiB) 310212

[startup+162.301 s]

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

[pid=1416] ppid=1414 vsize=424756 CPUtime=2565.87 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 352270 0 0 0 256475 112 0 0 25 0 4 0 597962172 434950144 59230 33554432000 4194304 4627427 140737037774576 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 106189 59230 388 106 0 101160 0
[pid=1416/tid=1417] ppid=1414 vsize=424756 CPUtime=642.23 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 90582 0 0 0 64197 26 0 0 25 0 4 0 597962172 434950144 59230 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=424756 CPUtime=642.31 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 88993 0 0 0 64199 32 0 0 25 0 4 0 597962172 434950144 59230 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=424756 CPUtime=638.99 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 82184 0 0 0 63875 24 0 0 25 0 4 0 597962172 434950144 59230 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.87
Current children cumulated vsize (KiB) 424756

[startup+702.3 s]
/proc/loadavg: 8.07 8.01 7.80 9/184 1469
/proc/meminfo: memFree=24406752/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=502752 CPUtime=2805.54 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 370919 0 0 0 280437 117 0 0 25 0 4 0 597962172 514818048 61996 33554432000 4194304 4627427 140737037774576 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 125688 61996 388 106 0 120659 0
[pid=1416/tid=1417] ppid=1414 vsize=502752 CPUtime=702.22 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 94066 0 0 0 70195 27 0 0 25 0 4 0 597962172 514818048 61996 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=502752 CPUtime=702.3 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 93269 0 0 0 70197 33 0 0 25 0 4 0 597962172 514818048 61996 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=502752 CPUtime=698.67 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 85886 0 0 0 69843 24 0 0 25 0 4 0 597962172 514818048 61996 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.54
Current children cumulated vsize (KiB) 502752

[startup+762.306 s]
/proc/loadavg: 8.11 8.04 7.82 9/184 1470
/proc/meminfo: memFree=24320788/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=490540 CPUtime=3045.24 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 386160 0 0 0 304401 123 0 0 25 0 4 0 597962172 502312960 68342 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 122635 68342 388 106 0 117606 0
[pid=1416/tid=1417] ppid=1414 vsize=490540 CPUtime=762.23 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 98323 0 0 0 76194 29 0 0 25 0 4 0 597962172 502312960 68342 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=490540 CPUtime=762.31 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 97583 0 0 0 76196 35 0 0 25 0 4 0 597962172 502312960 68342 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=490540 CPUtime=758.35 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 89692 0 0 0 75809 26 0 0 25 0 4 0 597962172 502312960 68342 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.24
Current children cumulated vsize (KiB) 490540

[startup+822.301 s]
/proc/loadavg: 8.16 8.06 7.84 9/184 1472
/proc/meminfo: memFree=24304772/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=478108 CPUtime=3284.89 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 398520 0 0 0 328361 128 0 0 25 0 4 0 597962172 489582592 67067 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 119527 67067 388 106 0 114498 0
[pid=1416/tid=1417] ppid=1414 vsize=478108 CPUtime=822.21 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 100689 0 0 0 82191 30 0 0 25 0 4 0 597962172 489582592 67067 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=478108 CPUtime=822.31 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 100635 0 0 0 82195 36 0 0 25 0 4 0 597962172 489582592 67067 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=478108 CPUtime=818.03 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 92047 0 0 0 81776 27 0 0 25 0 4 0 597962172 489582592 67067 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.89
Current children cumulated vsize (KiB) 478108

[startup+882.301 s]
/proc/loadavg: 8.17 8.08 7.85 9/184 1474
/proc/meminfo: memFree=24283920/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=462848 CPUtime=3524.57 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 412004 0 0 0 352322 135 0 0 25 0 4 0 597962172 473956352 64508 33554432000 4194304 4627427 140737037774576 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 115712 64508 388 106 0 110683 0
[pid=1416/tid=1417] ppid=1414 vsize=462848 CPUtime=882.21 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 105336 0 0 0 88188 33 0 0 25 0 4 0 597962172 473956352 64508 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=462848 CPUtime=882.31 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 104752 0 0 0 88193 38 0 0 25 0 4 0 597962172 473956352 64508 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=462848 CPUtime=877.71 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 94418 0 0 0 87743 28 0 0 25 0 4 0 597962172 473956352 64508 33554432000 4194304 4627427 140737037774576 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.57
Current children cumulated vsize (KiB) 462848

[startup+942.301 s]
/proc/loadavg: 8.13 8.08 7.86 9/184 1475
/proc/meminfo: memFree=24257376/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=490816 CPUtime=3764.25 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 427809 0 0 0 376284 141 0 0 25 0 4 0 597962172 502595584 70234 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 122704 70234 388 106 0 117675 0
[pid=1416/tid=1417] ppid=1414 vsize=490816 CPUtime=942.21 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 109642 0 0 0 94186 35 0 0 25 0 4 0 597962172 502595584 70234 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=490816 CPUtime=942.31 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 108017 0 0 0 94191 40 0 0 25 0 4 0 597962172 502595584 70234 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=490816 CPUtime=937.39 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 98621 0 0 0 93709 30 0 0 25 0 4 0 597962172 502595584 70234 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.25
Current children cumulated vsize (KiB) 490816

[startup+1002.3 s]
/proc/loadavg: 8.11 8.07 7.87 9/184 1477
/proc/meminfo: memFree=24232932/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=478108 CPUtime=4003.92 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 436009 0 0 0 400247 145 0 0 25 0 4 0 597962172 489582592 68960 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 119527 68960 388 106 0 114498 0
[pid=1416/tid=1417] ppid=1414 vsize=478108 CPUtime=1002.19 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 112848 0 0 0 100183 36 0 0 25 0 4 0 597962172 489582592 68960 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=478108 CPUtime=1002.32 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 109025 0 0 0 100191 41 0 0 25 0 4 0 597962172 489582592 68960 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=478108 CPUtime=997.06 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 99830 0 0 0 99675 31 0 0 25 0 4 0 597962172 489582592 68960 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.92
Current children cumulated vsize (KiB) 478108

[startup+1062.3 s]
/proc/loadavg: 8.04 8.06 7.88 9/184 1478
/proc/meminfo: memFree=24207616/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=516640 CPUtime=4243.61 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 449004 0 0 0 424210 151 0 0 25 0 4 0 597962172 529039360 67135 33554432000 4194304 4627427 140737037774576 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 129160 67135 388 106 0 124131 0
[pid=1416/tid=1417] ppid=1414 vsize=516640 CPUtime=1062.19 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 115055 0 0 0 106182 37 0 0 25 0 4 0 597962172 529039360 67135 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=516640 CPUtime=1062.32 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 112540 0 0 0 106190 42 0 0 25 0 4 0 597962172 529039360 67135 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=516640 CPUtime=1056.74 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 104338 0 0 0 105642 32 0 0 25 0 4 0 597962172 529039360 67135 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.61
Current children cumulated vsize (KiB) 516640

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 7.89 9/184 1480
/proc/meminfo: memFree=24222476/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=503280 CPUtime=4483.28 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 464266 0 0 0 448172 156 0 0 25 0 4 0 597962172 515358720 65255 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 125820 65255 388 106 0 120791 0
[pid=1416/tid=1417] ppid=1414 vsize=503280 CPUtime=1122.19 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 119981 0 0 0 112181 38 0 0 25 0 4 0 597962172 515358720 65255 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=503280 CPUtime=1122.31 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 116031 0 0 0 112188 43 0 0 25 0 4 0 597962172 515358720 65255 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=503280 CPUtime=1116.41 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 108685 0 0 0 111607 34 0 0 25 0 4 0 597962172 515358720 65255 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.28
Current children cumulated vsize (KiB) 503280

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 7.91 9/184 1491
/proc/meminfo: memFree=24194012/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=503556 CPUtime=4722.94 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 478952 0 0 0 472130 164 0 0 25 0 4 0 597962172 515641344 66215 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 125889 66215 388 106 0 120860 0
[pid=1416/tid=1417] ppid=1414 vsize=503556 CPUtime=1182.18 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 123401 0 0 0 118178 40 0 0 25 0 4 0 597962172 515641344 66215 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=503556 CPUtime=1182.32 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 120144 0 0 0 118186 46 0 0 25 0 4 0 597962172 515641344 66215 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=503556 CPUtime=1176.1 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 111860 0 0 0 117574 36 0 0 25 0 4 0 597962172 515641344 66215 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.94
Current children cumulated vsize (KiB) 503556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.10 8.07 7.91 9/184 1491
/proc/meminfo: memFree=24211116/32951124 swapFree=67111348/67111528
[pid=1416] ppid=1414 vsize=464680 CPUtime=4800.04 cores=0,2,4,6
/proc/1416/stat : 1416 (strangenight2-m) R 1414 1416 1375 0 -1 4202496 485097 0 0 0 479837 167 0 0 25 0 4 0 597962172 475832320 63818 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310105 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1416/statm: 116170 63818 388 106 0 111141 0
[pid=1416/tid=1417] ppid=1414 vsize=464680 CPUtime=1201.49 cores=0,2,4,6
/proc/1416/task/1417/stat : 1417 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 125156 0 0 0 120108 41 0 0 25 0 4 0 597962172 475832320 63819 33554432000 4194304 4627427 140737037774576 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1416/tid=1418] ppid=1414 vsize=464680 CPUtime=1201.63 cores=0,2,4,6
/proc/1416/task/1418/stat : 1418 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 121088 0 0 0 120116 47 0 0 25 0 4 0 597962172 475832320 63819 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1416/tid=1419] ppid=1414 vsize=464680 CPUtime=1195.29 cores=0,2,4,6
/proc/1416/task/1419/stat : 1419 (strangenight2-m) R 1414 1416 1375 0 -1 4202560 113517 0 0 0 119493 36 0 0 25 0 4 0 597962172 475832320 63819 33554432000 4194304 4627427 140737037774576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 464680

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.63
CPU time (s): 4800.09
CPU user time (s): 4798.41
CPU system time (s): 1.68674
CPU usage (%): 399.466
Max. virtual memory (cumulated for all children) (KiB): 529280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.41
system time used= 1.68674
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485100
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= 454
involuntary context switches= 23631

runsolver used 1.9487 second user time and 4.42233 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 13:41:57
IDJOB=3174028
IDBENCH=82846
IDSOLVER=1586
FILE ID=node111/3174028-1304077317
RUNJOBID= node111-1304077317-1393
PBS_JOBID= 13170507
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= c7c56fd965d7a6907a8127d8bee5e481
RANDOM SEED=1507414053

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24798996 kB
Buffers:       1276808 kB
Cached:        6319792 kB
SwapCached:        124 kB
Active:        3170276 kB
Inactive:      4490716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24798996 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11472 kB
Writeback:           0 kB
AnonPages:       65216 kB
Mapped:          14712 kB
Slab:           425068 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228428 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= 70888 MiB
End job on node111 at 2011-04-29 14:02:01