Trace number 3366440

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.11 1203.63

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
MD5SUMbf255e5bc10dc75db5f2f0a4a1086e58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.615
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366440-1305404275.cnf'
0.00/0.01	c -- header says num vars:             50
0.00/0.01	c -- header says num clauses:        4450
0.00/0.01	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.01	c -- vars added         50
0.37/0.10	c Parsing time:  0.00 s
0.37/0.10	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.37/0.11	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.37/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.37/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.37/0.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.77/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.20	c calculated reachability. Time: 0.00
0.77/0.20	c Calc default polars -  time:   0.00 s pos:      24 undec:       0 neg:      26
0.77/0.20	c =========================================================================================
0.77/0.20	c types(t): F = full restart, N = normal restart
0.77/0.20	c types(t): S = simplification begin/end, E = solution found
0.77/0.20	c restart types(rt): st = static, dy = dynamic
0.77/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.20	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
0.77/0.26	c  N dy     7      5935        50      4450         0      2995     31150     51612     15.47     16.33
1.57/0.46	c  N dy    13     11759        50      4450         0      4341     31150     69988     15.03     15.94
2.37/0.67	c  N dy    38     17253        50      4450         0      9130     31150    158080     15.37     16.21
3.57/1.00	c  F st    64     25000        50      4450         0     10934     31150    184689     15.40     14.94
3.57/1.00	c  N st    64     25000        50      4450         0     10934     31150    184689     15.40     14.94
4.75/1.21	c  N dy    70     30002        50      4450         0      9397     31150    151221     15.40   no data
4.75/1.21	c  S st    70     30002        50      4450         0      9397     31150    151221     15.40   no data
4.75/1.24	c  S st    70     30504        50      4450         0      9842     31150    159689     15.40   no data
4.75/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.75/1.24	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.75/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.75/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.75/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.45	c lits-rem:       150  cl-subs:     1501  v-elim:      0  v-fix:    0  time:  0.20 s
6.36/1.64	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.36/1.64	c calculated reachability. Time: 0.00
6.36/1.64	c  N dy    70     30504        50      4450         0      8341     31150    134612     15.40   no data
7.16/1.88	c  N dy    98     35228        50      4450         0     12480     31150    212027     15.55     16.38
8.80/2.27	c  N dy   120     43043        50      4450         0     12484     31150    200599     15.49     16.32
9.55/2.43	c  S st   126     45756        50      4450         0     14871     31150    244230     15.49     15.18
9.55/2.47	c  S st   126     46256        50      4450         0     15322     31150    252919     15.49   no data
9.55/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.55/2.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.55/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.14/2.88	c lits-rem:       285  cl-subs:     2554  v-elim:      0  v-fix:    0  time:  0.39 s
11.14/2.88	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.14/2.88	c vivif2 --  cl tried    12768 cl shrink        0 lits rem          0 time: 0.00
12.34/3.15	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
12.34/3.15	c calculated reachability. Time: 0.00
12.34/3.15	c  N dy   126     46256        50      4450         0     12768     31150    208373     15.49   no data
13.53/3.40	c  N dy   153     50340        50      4450         0      8728     31150    124919     15.58     17.74
16.33/4.13	c  N dy   169     64799        50      4450         0     12608     31150    185359     15.24     16.06
17.57/4.44	c  N dy   206     69384        50      4450         0     16637     31150    261078     15.34     14.99
17.57/4.44	c  S st   206     69384        50      4450         0     16637     31150    261078     15.34     14.99
17.57/4.48	c  S st   206     69886        50      4450         0     17082     31150    269721     15.34   no data
17.57/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.57/4.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.57/4.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.91/4.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.51/4.93	c lits-rem:       233  cl-subs:     2649  v-elim:      0  v-fix:    0  time:  0.43 s
19.51/4.93	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.51/4.94	c vivif2 --  cl tried    14433 cl shrink        0 lits rem          0 time: 0.00
20.71/5.23	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.29
20.71/5.23	c calculated reachability. Time: 0.00
20.71/5.23	c  N dy   206     69886        50      4450         0     14433     31150    225133     15.34   no data
21.95/5.56	c  N dy   246     74368        50      4450         0     18345     31150    299225     15.46     17.17
23.10/5.85	c  N dy   277     79150        50      4450         0     13166     31150    193974     15.51     16.96
25.51/6.40	c  F st   293     87500        50      4450         0     20368     31150    323453     15.47     13.36
25.51/6.40	c  N st   293     87500        50      4450         0     20368     31150    323453     15.47     13.36
26.69/6.72	c  N dy   303     93103        50      4450         0     14956     31150    219836     15.48     16.41
28.29/7.15	c  N dy   327     99136        50      4450         0     20215     31150    316443     15.50     17.77
29.89/7.55	c  S st   343    104830        50      4450         0     13954     31150    195169     15.50     15.90
29.89/7.59	c  S st   343    105339        50      4450         0     14404     31150    203913     15.50   no data
29.89/7.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.89/7.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
29.89/7.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.89/7.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
29.89/7.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.89/7.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.89/7.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.73/7.76	c lits-rem:        92  cl-subs:      903  v-elim:      0  v-fix:    0  time:  0.16 s
30.73/7.77	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.73/7.77	c vivif2 --  cl tried    13501 cl shrink        0 lits rem          0 time: 0.00
31.88/8.06	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.29
31.88/8.06	c calculated reachability. Time: 0.00
31.88/8.06	c  N dy   343    105339        50      4450         0     13501     31150    187790     15.50   no data
33.88/8.52	c  N dy   362    112179        50      4450         0     19378     31150    293851     15.48     16.34
36.26/9.19	c  N dy   400    120420        50      4450         0     14497     31150    195897     15.53     16.42
38.66/9.76	c  N dy   438    128188        50      4450         0     21222     31150    319341     15.55     17.61
41.85/10.55	c  N dy   454    138551        50      4450         0     17227     31150    235377     15.49     16.42
47.44/12.00	c  N dy   500    157022        50      4450         0     19279     31150    263588     15.44     16.40
47.86/12.07	c  S st   503    158009        50      4450         0     20141     31150    279267     15.44     14.51
48.28/12.13	c  S st   503    158510        50      4450         0     20583     31150    287854     15.44   no data
48.28/12.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.28/12.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.28/12.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.28/12.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.28/12.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.28/12.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.28/12.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.28/12.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.28/12.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.23/12.63	c lits-rem:       244  cl-subs:     2439  v-elim:      0  v-fix:    0  time:  0.48 s
50.23/12.63	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.23/12.63	c vivif2 --  cl tried    18144 cl shrink        0 lits rem          0 time: 0.00
51.43/12.97	c asymm  cl-useful: 0/4255/4450 lits-rem:0 time: 0.34
51.43/12.97	c calculated reachability. Time: 0.00
51.43/12.97	c  N dy   503    158510        50      4450         0     18144     31150    248738     15.44   no data
55.41/13.96	c  N dy   586    168683        50      4450         0     27063     31150    416756     15.52     17.15
59.40/15.00	c  N dy   648    180453        50      4450         0     22772     31150    327137     15.56     16.42
64.19/16.18	c  N dy   694    192044        50      4450         0     17241     31150    217327     15.57     17.25
68.98/17.32	c  N dy   715    206138        50      4450         0     29381     31150    433838     15.51     16.36
74.60/18.74	c  N dy   753    221983        50      4450         0     26706     31150    381020     15.47     16.30
79.73/20.08	c  N dy   798    236176        50      4450         0     21724     31150    286115     15.44     18.85
80.54/20.22	c  S st   801    237766        50      4450         0     23088     31150    309505     15.44   no data
80.54/20.28	c  S st   801    238269        50      4450         0     23538     31150    318157     15.44   no data
80.54/20.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.54/20.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
80.54/20.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.54/20.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.54/20.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.54/20.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
80.54/20.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.54/20.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.94/20.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.53/20.74	c lits-rem:       143  cl-subs:     1786  v-elim:      0  v-fix:    0  time:  0.44 s
82.53/20.74	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
82.53/20.74	c vivif2 --  cl tried    21752 cl shrink        0 lits rem          0 time: 0.00
83.72/21.09	c asymm  cl-useful: 0/3765/4450 lits-rem:0 time: 0.34
83.72/21.09	c calculated reachability. Time: 0.00
83.72/21.09	c  N dy   801    238269        50      4450         0     21752     31150    285853     15.44   no data
90.51/22.79	c  N dy   892    253534        50      4450         0     35072     31150    534322     15.49     16.96
100.50/25.25	c  N dy   916    280747        50      4450         0     21258     31150    255034     15.30     16.57
108.86/27.32	c  N dy  1028    298799        50      4450         0     36890     31150    543840     15.35     16.20
112.44/28.24	c  F st  1080    306251        50      4450         0     23638     31150    298167     15.38   no data
117.63/29.52	c  N dy  1131    317898        50      4450         0     33733     31150    486343     15.40     18.46
127.25/31.99	c  N dy  1248    337985        50      4450         0     30419     31150    415553     15.45     17.30
137.97/34.61	c  S st  1376    357404        50      4450         0     25633     31150    321559     15.50     15.44
137.97/34.68	c  S st  1376    357906        50      4450         0     26079     31150    330009     15.50   no data
137.97/34.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.97/34.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
137.97/34.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.97/34.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.97/34.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.97/34.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
137.97/34.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.97/34.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
138.37/34.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.98/35.11	c lits-rem:       139  cl-subs:     1252  v-elim:      0  v-fix:    0  time:  0.41 s
139.98/35.11	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
139.98/35.12	c vivif2 --  cl tried    24827 cl shrink        0 lits rem          0 time: 0.00
139.98/35.20	c asymm  cl-useful: 0/685/4450 lits-rem:0 time: 0.09
139.98/35.20	c calculated reachability. Time: 0.00
139.98/35.20	c  N dy  1376    357906        50      4450         0     24827     31150    307363     15.50   no data
148.76/37.32	c  N dy  1405    377947        50      4450         0     42001     31150    609836     15.43     17.09
159.50/40.00	c  N dy  1495    399358        50      4450         0     38142     31150    539506     15.45     16.36
171.46/43.02	c  N dy  1561    419438        50      4450         0     32174     31150    418032     15.44     16.32
183.86/46.18	c  N dy  1692    439439        50      4450         0     25353     31150    291591     15.48     18.36
194.60/48.81	c  N dy  1812    459843        50      4450         0     42946     31150    616534     15.51     16.36
206.56/51.89	c  N dy  1899    481625        50      4450         0     36701     31150    488055     15.53     16.38
220.52/55.32	c  N dy  1989    503225        50      4450         0     29448     31150    350934     15.53     16.37
232.54/58.36	c  N dy  2089    523846        50      4450         0     47226     31150    678614     15.55     16.41
240.07/60.29	c  S st  2111    536860        50      4450         0     31697     31150    379362     15.53     13.01
240.47/60.38	c  S st  2111    537364        50      4450         0     32152     31150    388166     15.53   no data
240.47/60.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.47/60.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
240.47/60.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.47/60.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.47/60.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.47/60.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
240.47/60.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.47/60.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.47/60.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.26/61.04	c lits-rem:       181  cl-subs:     1988  v-elim:      0  v-fix:    0  time:  0.64 s
243.26/61.04	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
243.26/61.05	c vivif2 --  cl tried    30164 cl shrink        0 lits rem          0 time: 0.00
244.86/61.42	c asymm  cl-useful: 0/2837/4450 lits-rem:0 time: 0.37
244.86/61.42	c calculated reachability. Time: 0.00
244.86/61.42	c  N dy  2111    537364        50      4450         0     30164     31150    357104     15.53   no data
257.22/64.53	c  N dy  2192    559108        50      4450         0     48894     31150    700231     15.54     16.36
267.98/67.24	c  N dy  2215    579804        50      4450         0     39085     31150    498279     15.49     16.53
283.14/71.04	c  N dy  2351    599819        50      4450         0     56494     31150    824862     15.53     16.35
296.31/74.33	c  N dy  2418    623476        50      4450         0     48400     31150    666975     15.51     16.53
310.67/77.94	c  N dy  2515    644000        50      4450         0     36976     31150    461760     15.52     16.50
323.83/81.28	c  N dy  2589    664040        50      4450         0     54231     31150    776797     15.53     16.89
339.78/85.29	c  N dy  2744    685863        50      4450         0     43024     31150    568789     15.56     16.45
353.33/88.67	c  N dy  2798    705868        50      4450         0     60203     31150    880517     15.55     16.45
367.70/92.23	c  N dy  2903    726913        50      4450         0     47337     31150    639128     15.57     16.41
393.63/98.77	c  N dy  2950    769078        50      4450         0     51353     31150    676744     15.48     16.41
412.76/103.57	c  N dy  3033    793233        50      4450         0     39559     31150    473357     15.47     16.36
421.93/105.88	c  S st  3117    806046        50      4450         0     50632     31150    680441     15.49   no data
422.73/106.02	c  S st  3117    806548        50      4450         0     51084     31150    689436     15.49   no data
422.73/106.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.73/106.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
422.73/106.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.73/106.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.73/106.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.73/106.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
422.73/106.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.73/106.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
422.73/106.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.51/108.79	c lits-rem:       494  cl-subs:     6060  v-elim:      0  v-fix:    0  time:  2.72 s
433.51/108.79	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
433.51/108.80	c vivif2 --  cl tried    45024 cl shrink        0 lits rem          0 time: 0.01
434.69/109.04	c asymm  cl-useful: 0/867/4450 lits-rem:0 time: 0.24
434.69/109.04	c calculated reachability. Time: 0.00
434.69/109.04	c  N dy  3117    806548        50      4450         0     45024     31150    583697     15.49   no data
456.28/114.46	c  N dy  3261    830970        50      4450         0     66096     31150    972862     15.51     16.52
471.00/118.14	c  N dy  3335    853601        50      4450         0     52388     31150    704493     15.50     16.35
491.73/123.31	c  N dy  3484    873648        50      4450         0     35488     31150    390701     15.53     18.67
504.54/126.53	c  N dy  3544    894138        50      4450         0     53031     31150    706032     15.52     16.42
528.03/132.48	c  N dy  3644    922218        50      4450         0     42135     31150    499960     15.52     16.41
541.18/135.78	c  N dy  3676    942270        50      4450         0     59170     31150    798747     15.50     18.74
561.15/140.80	c  N dy  3800    963054        50      4450         0     41088     31150    476325     15.51     16.34
577.49/144.89	c  N dy  3929    983109        50      4450         0     58363     31150    799196     15.53     17.21
595.03/149.28	c  N dy  3952   1004512        50      4450         0     39620     31150    436185     15.49     16.31
633.71/158.92	c  N dy  3983   1068373        50      4450         0     56129     31150    711950     15.39     16.23
637.29/159.82	c  F st  4015   1071876        50      4450         0     59157     31150    769676     15.39   no data
655.64/164.48	c  N dy  4053   1090597        50      4450         0     75192     31150   1057275     15.39     16.25
670.40/168.17	c  N dy  4099   1112078        50      4450         0     55252     31150    706130     15.38     16.19
693.52/173.93	c  N dy  4247   1133588        50      4450         0     73781     31150   1052624     15.40     16.28
711.47/178.44	c  N dy  4356   1153605        50      4450         0     51731     31150    645738     15.41     17.01
731.82/183.54	c  N dy  4514   1173622        50      4450         0     68981     31150    971407     15.43     18.24
755.34/189.41	c  N dy  4672   1193668        50      4450         0     46002     31150    535861     15.46     16.28
769.70/193.02	c  S st  4802   1209824        50      4450         0     59974     31150    800725     15.48   no data
770.10/193.19	c  S st  4802   1210326        50      4450         0     60428     31150    809699     15.48   no data
770.10/193.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
770.50/193.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
770.50/193.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.50/193.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.50/193.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.50/193.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
770.50/193.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
770.50/193.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
770.50/193.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
798.04/200.19	c lits-rem:       653  cl-subs:     5497  v-elim:      0  v-fix:    0  time:  6.94 s
798.04/200.19	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
798.04/200.20	c vivif2 --  cl tried    54931 cl shrink        0 lits rem          0 time: 0.01
800.01/200.66	c asymm  cl-useful: 0/716/4450 lits-rem:0 time: 0.46
800.01/200.66	c calculated reachability. Time: 0.00
800.01/200.66	c  N dy  4802   1210326        50      4450         0     54931     31150    706081     15.48   no data
827.13/207.42	c  N dy  4914   1230332        50      4450         0     72065     31150   1024344     15.49     16.96
850.27/213.25	c  N dy  5065   1250430        50      4450         0     48505     31150    576118     15.51     17.74
867.81/217.70	c  N dy  5180   1270457        50      4450         0     65794     31150    899590     15.52     18.20
891.74/223.62	c  N dy  5276   1290519        50      4450         0     83109     31150   1219629     15.53     16.99
909.28/228.09	c  N dy  5391   1311568        50      4450         0     59213     31150    761679     15.54     16.55
930.82/233.42	c  N dy  5488   1331667        50      4450         0     76486     31150   1080753     15.55     17.15
954.76/239.47	c  N dy  5608   1351755        50      4450         0     50765     31150    597576     15.56     17.10
976.29/244.81	c  N dy  5663   1374221        50      4450         0     69898     31150    937315     15.55     16.38
997.43/250.14	c  N dy  5713   1394224        50      4450         0     86994     31150   1240646     15.53     18.39
1016.57/254.92	c  N dy  5823   1416115        50      4450         0     62042     31150    803129     15.54     16.43
1042.90/261.57	c  N dy  5944   1438617        50      4450         0     81373     31150   1161283     15.55     16.45
1064.03/266.82	c  N dy  5968   1461613        50      4450         0     56291     31150    673267     15.53     16.51
1084.75/272.01	c  N dy  6081   1481677        50      4450         0     73531     31150    995016     15.54     17.69
1114.66/279.57	c  N dy  6240   1501723        50      4450         0     45411     31150    480694     15.56     17.37
1131.44/283.74	c  N dy  6354   1521748        50      4450         0     62705     31150    804404     15.57     16.84
1155.74/289.80	c  N dy  6479   1542275        50      4450         0     80358     31150   1135333     15.58     16.57
1180.47/296.08	c  N dy  6571   1562279        50      4450         0     51219     31150    579386     15.58     16.59
1199.21/300.72	c  N dy  6675   1582381        50      4450         0     68501     31150    898329     15.59     17.96
1222.75/306.66	c  N dy  6777   1602394        50      4450         0     85641     31150   1215203     15.59     16.42
1255.85/314.95	c  N dy  6786   1643030        50      4450         0     72900     31150    940054     15.54     16.43
1282.97/321.74	c  N dy  6893   1663085        50      4450         0     90069     31150   1257971     15.55     16.59
1304.91/327.22	c  N dy  6975   1683901        50      4450         0     60084     31150    728051     15.55     16.42
1323.65/331.96	c  N dy  7002   1705383        50      4450         0     78271     31150   1045368     15.54     16.37
1330.82/333.71	c  S st  7039   1710326        50      4450         0     82482     31150   1125233     15.54   no data
1331.62/333.99	c  S st  7039   1710828        50      4450         0     82921     31150   1133671     15.54   no data
1332.02/334.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1332.02/334.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1332.02/334.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1332.02/334.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1332.02/334.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1332.02/334.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1332.02/334.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1332.02/334.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1332.02/334.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1373.50/344.42	c lits-rem:       988  cl-subs:    13759  v-elim:      0  v-fix:    0  time: 10.34 s
1373.50/344.42	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1373.50/344.44	c vivif2 --  cl tried    69162 cl shrink        0 lits rem          0 time: 0.01
1375.09/344.85	c asymm  cl-useful: 0/757/4450 lits-rem:0 time: 0.41
1375.09/344.85	c calculated reachability. Time: 0.00
1375.09/344.85	c  N dy  7039   1710828        50      4450         0     69162     31150    905600     15.54   no data
1424.15/357.16	c  N dy  7149   1739814        50      4450         0     93961     31150   1358191     15.54     16.42
1466.82/367.83	c  N dy  7227   1781908        50      4450         0     81924     31150   1095074     15.51     16.44
1499.13/375.98	c  N dy  7343   1807049        50      4450         0     54542     31150    610764     15.52     16.36
1517.50/380.53	c  N dy  7420   1827102        50      4450         0     71591     31150    918418     15.51     16.72
1545.39/387.53	c  N dy  7535   1847118        50      4450         0     88776     31150   1242072     15.52     16.43
1578.92/395.98	c  N dy  7672   1869837        50      4450         0     58171     31150    671813     15.53     16.48
1598.84/400.90	c  N dy  7741   1889931        50      4450         0     75288     31150    982834     15.53     17.01
1628.34/408.36	c  N dy  7847   1911752        50      4450         0     94038     31150   1330809     15.54     16.38
1656.26/415.31	c  N dy  7980   1931839        50      4450         0     60162     31150    705234     15.55     16.78
1680.98/421.53	c  N dy  8058   1955205        50      4450         0     80122     31150   1068675     15.55     16.55
1711.29/429.18	c  N dy  8176   1975275        50      4450         0     97300     31150   1389380     15.56     16.97
1742.80/437.04	c  N dy  8304   2001402        50      4450         0     67538     31150    826016     15.56     16.39
1769.13/443.64	c  N dy  8376   2024554        50      4450         0     87283     31150   1184350     15.56     16.41
1802.23/451.92	c  N dy  8512   2044569        50      4450         0    104433     31150   1506456     15.57     16.76
1825.01/457.63	c  N dy  8623   2064582        50      4450         0     68523     31150    845519     15.58     16.97
1860.45/466.50	c  N dy  8687   2095532        50      4450         0     94788     31150   1312638     15.57     16.51
1893.16/474.76	c  N dy  8752   2120926        50      4450         0     62665     31150    717341     15.56     16.43
1917.89/480.91	c  N dy  8894   2140965        50      4450         0     79811     31150   1039155     15.57     17.73
1947.85/488.48	c  N dy  9028   2161013        50      4450         0     97029     31150   1363855     15.58     17.74
1976.11/495.52	c  N dy  9110   2181139        50      4450         0     59601     31150    664994     15.58     16.52
1999.26/501.31	c  N dy  9231   2201197        50      4450         0     76784     31150    988763     15.59     17.19
2012.81/504.72	c  S st  9281   2210829        50      4450         0     85022     31150   1141674     15.59   no data
2013.66/505.00	c  S st  9281   2211334        50      4450         0     85463     31150   1150549     15.59   no data
2014.00/505.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2014.00/505.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2014.00/505.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2014.00/505.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2014.00/505.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2014.00/505.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2014.00/505.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2014.00/505.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2014.00/505.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2046.71/513.27	c lits-rem:       775  cl-subs:     9531  v-elim:      0  v-fix:    0  time:  8.18 s
2046.71/513.27	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2046.71/513.28	c vivif2 --  cl tried    75932 cl shrink        0 lits rem          0 time: 0.01
2047.91/513.59	c asymm  cl-useful: 0/572/4450 lits-rem:0 time: 0.31
2047.91/513.60	c calculated reachability. Time: 0.00
2047.91/513.60	c  N dy  9281   2211334        50      4450         0     75932     31150    980407     15.59   no data
2103.74/527.50	c  N dy  9337   2252499        50      4450         0     56041     31150    591869     15.56     16.44
2132.46/534.70	c  N dy  9448   2272740        50      4450         0     73335     31150    914249     15.57     16.40
2176.71/545.80	c  N dy  9509   2306854        50      4450         0    102259     31150   1426394     15.55     16.41
2207.81/553.67	c  N dy  9648   2326866        50      4450         0     63531     31150    724812     15.56     16.68
2237.37/561.06	c  N dy  9732   2355068        50      4450         0     87490     31150   1155961     15.56     16.39
2268.08/568.74	c  N dy  9826   2375089        50      4450         0    104607     31150   1471468     15.56     17.47
2297.55/576.11	c  N dy  9922   2395214        50      4450         0     64862     31150    740028     15.56     16.43
2321.48/582.19	c  N dy 10021   2415642        50      4450         0     82309     31150   1063469     15.57     16.55
2380.10/596.86	c  N dy 10085   2461139        50      4450         0     63011     31150    690549     15.54     16.40
2408.82/604.08	c  N dy 10138   2490549        50      4450         0     87822     31150   1124864     15.53     16.46
2443.57/612.74	c  N dy 10245   2511920        50      4450         0    106072     31150   1460877     15.53     16.45
2477.42/621.21	c  N dy 10352   2532012        50      4450         0     64657     31150    724953     15.54     17.33
2504.99/628.15	c  N dy 10501   2553868        50      4450         0     83366     31150   1077335     15.55     16.50
2537.24/636.20	c  N dy 10652   2573962        50      4450         0    100569     31150   1403868     15.56     17.58
2573.54/645.35	c  N dy 10740   2594059        50      4450         0    117678     31150   1717156     15.56     18.04
2598.26/651.51	c  N dy 10828   2614097        50      4450         0     75114     31150    906881     15.56     17.22
2622.20/657.56	c  N dy 10880   2634186        50      4450         0     92136     31150   1211118     15.55     16.85
2654.50/665.60	c  N dy 10966   2654228        50      4450         0    109217     31150   1523660     15.56     16.97
2696.38/676.18	c  N dy 11130   2678613        50      4450         0     69622     31150    801067     15.57     16.44
2725.49/683.42	c  N dy 11260   2700717        50      4450         0     88547     31150   1152683     15.57     16.51
2741.47/687.43	c  S st 11291   2711334        50      4450         0     97555     31150   1317076     15.57   no data
2742.64/687.75	c  S st 11291   2711839        50      4450         0     98000     31150   1325851     15.57   no data
2742.64/687.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2743.04/687.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2743.04/687.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2743.04/687.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2743.04/687.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2743.04/687.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2743.04/687.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2743.04/687.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2743.04/687.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2790.48/699.70	c lits-rem:      1072  cl-subs:    12480  v-elim:      0  v-fix:    0  time: 11.84 s
2790.48/699.70	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2790.48/699.71	c vivif2 --  cl tried    85520 cl shrink        0 lits rem          0 time: 0.02
2791.68/700.04	c asymm  cl-useful: 0/500/4450 lits-rem:0 time: 0.33
2791.68/700.05	c calculated reachability. Time: 0.00
2791.68/700.05	c  N dy 11291   2711839        50      4450         0     85520     31150   1108441     15.57   no data
2818.80/706.88	c  N dy 11343   2731931        50      4450         0    102497     31150   1409998     15.57     16.39
2865.85/718.69	c  N dy 11475   2753926        50      4450         0     60908     31150    637740     15.57     16.51
2894.57/725.90	c  N dy 11548   2776549        50      4450         0     80160     31150    989015     15.57     16.44
2939.27/737.05	c  N dy 11672   2799181        50      4450         0     99556     31150   1350849     15.58     16.45
2997.05/751.53	c  N dy 11796   2829414        50      4450         0     63449     31150    673254     15.57     16.65
3022.97/758.08	c  N dy 11937   2849966        50      4450         0     81061     31150   1005670     15.58     16.50
3054.87/766.07	c  N dy 12096   2869998        50      4450         0     98306     31150   1334011     15.59     16.46
3091.98/775.33	c  N dy 12179   2892284        50      4450         0    117218     31150   1674543     15.59     16.44
3126.68/784.09	c  N dy 12289   2912323        50      4450         0     71447     31150    813201     15.59     17.93
3153.00/790.70	c  N dy 12400   2932929        50      4450         0     89016     31150   1141402     15.60     16.48
3196.47/801.54	c  N dy 12509   2961627        50      4450         0    113434     31150   1582068     15.60     16.47
3236.35/811.50	c  N dy 12550   2988563        50      4450         0     72396     31150    814533     15.59     16.46
3262.68/818.18	c  N dy 12659   3008614        50      4450         0     89551     31150   1134425     15.59     16.77
3296.17/826.57	c  N dy 12774   3028633        50      4450         0    106628     31150   1452605     15.60     17.42
3345.63/838.96	c  N dy 12910   3052724        50      4450         0    127249     31150   1837794     15.60     16.43
3375.14/846.38	c  N dy 13076   3072783        50      4450         0     79725     31150    964375     15.61     16.47
3406.65/854.22	c  N dy 13212   3092845        50      4450         0     96948     31150   1286435     15.62     16.53
3442.54/863.23	c  N dy 13322   3112881        50      4450         0    114022     31150   1604672     15.62     17.54
3488.80/874.82	c  N dy 13446   3133425        50      4450         0     65818     31150    687110     15.63     16.57
3515.13/881.45	c  N dy 13560   3155169        50      4450         0     84362     31150   1034111     15.63     16.67
3555.40/891.53	c  N dy 13625   3183555        50      4450         0    108503     31150   1467216     15.62     16.50
3605.66/904.21	c  N dy 13790   3206726        50      4450         0    128298     31150   1841342     15.63     16.46
3619.25/907.52	c  S st 13838   3211839        50      4450         0    132685     31150   1925943     15.63   no data
3620.79/907.96	c  S st 13838   3212343        50      4450         0    133117     31150   1934390     15.63   no data
3620.79/907.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3621.19/908.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3621.19/908.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3621.19/908.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3621.19/908.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3621.19/908.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3621.19/908.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3621.19/908.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3621.59/908.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3728.92/935.06	c lits-rem:      1377  cl-subs:    22766  v-elim:      0  v-fix:    0  time: 26.93 s
3728.92/935.06	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3728.92/935.08	c vivif2 --  cl tried   110351 cl shrink        0 lits rem          0 time: 0.02
3730.47/935.45	c asymm  cl-useful: 0/379/4450 lits-rem:0 time: 0.37
3730.47/935.46	c calculated reachability. Time: 0.00
3730.47/935.46	c  N dy 13838   3212343        50      4450         0    110351     31150   1537140     15.63   no data
3771.95/945.91	c  N dy 13923   3232878        50      4450         0    127778     31150   1859300     15.64     16.61
3816.66/957.09	c  N dy 14066   3267447        50      4450         0     92333     31150   1175004     15.64     16.57
3856.14/966.91	c  N dy 14213   3287450        50      4450         0    109382     31150   1498935     15.64     16.52
3897.98/977.47	c  N dy 14312   3307658        50      4450         0    126686     31150   1821017     15.65     16.51
3936.26/987.06	c  N dy 14390   3332687        50      4450         0     81360     31150    952154     15.64     16.52
3966.97/994.70	c  N dy 14504   3352785        50      4450         0     98535     31150   1271810     15.65     17.48
4007.25/1004.87	c  N dy 14648   3373408        50      4450         0    116175     31150   1606405     15.65     16.60
4049.52/1015.48	c  N dy 14723   3395310        50      4450         0    134668     31150   1939545     15.65     16.52
4077.45/1022.49	c  N dy 14824   3415400        50      4450         0     84119     31150   1010476     15.66     16.57
4111.74/1031.05	c  N dy 14882   3440705        50      4450         0    105538     31150   1392222     15.65     16.49
4148.04/1040.13	c  N dy 14965   3461667        50      4450         0    123353     31150   1722655     15.65     16.53
4193.11/1051.42	c  N dy 15078   3481996        50      4450         0     72043     31150    773693     15.65     16.48
4239.35/1063.06	c  N dy 15143   3521649        50      4450         0    105464     31150   1354686     15.64     16.63
4283.21/1074.00	c  N dy 15267   3543396        50      4450         0    124120     31150   1704470     15.64     16.49
4331.05/1086.05	c  N dy 15382   3566837        50      4450         0     74393     31150    811614     15.65     16.48
4406.41/1104.92	c  N dy 15425   3631245        50      4450         0    128261     31150   1721670     15.61     16.48
4443.09/1114.19	c  N dy 15487   3653102        50      4450         0     76801     31150    849544     15.61     16.46
4472.59/1121.59	c  N dy 15600   3673110        50      4450         0     93900     31150   1170602     15.61     17.07
4507.70/1130.33	c  N dy 15669   3693518        50      4450         0    111335     31150   1489552     15.61     16.45
4547.18/1140.23	c  S st 15775   3712343        50      4450         0    127445     31150   1790036     15.61     17.07
4548.80/1140.67	c  S st 15775   3712845        50      4450         0    127892     31150   1798985     15.61   no data
4548.80/1140.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4549.22/1140.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4549.22/1140.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4549.22/1140.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4549.22/1140.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4549.22/1140.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4549.22/1140.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4549.22/1140.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4549.57/1140.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4635.72/1162.47	c lits-rem:      1111  cl-subs:    19368  v-elim:      0  v-fix:    0  time: 21.65 s
4635.72/1162.48	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4636.12/1162.50	c vivif2 --  cl tried   108524 cl shrink        0 lits rem          0 time: 0.02
4637.31/1162.87	c asymm  cl-useful: 0/406/4450 lits-rem:0 time: 0.37
4637.31/1162.87	c calculated reachability. Time: 0.00
4637.31/1162.87	c  N dy 15775   3712845        50      4450         0    108524     31150   1462313     15.61   no data
4684.38/1174.64	c  N dy 15897   3735606        50      4450         0    127939     31150   1824841     15.62     16.45
4721.06/1183.80	c  F st 15953   3751563        50      4450         0     71585     31150    755487     15.62     14.79
4726.25/1185.12	c  N dy 15959   3756761        50      4450         0     76042     31150    839194     15.62   no data
4754.98/1192.39	c  N dy 16088   3776801        50      4450         0     93195     31150   1163531     15.62     17.99
4792.85/1201.80	c  N dy 16201   3796865        50      4450         0    110408     31150   1487067     15.63     17.26

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 5.32 7.39 7.81 3/357 15130
/proc/meminfo: memFree=25237080/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 406 0 0 0 0 0 0 0 18 0 4 0 730658242 52396032 347 33554432000 4194304 4580107 140737358418848 18446744073709551615 47797752989618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 12792 347 299 95 0 7774 0
[pid=15129/tid=15131] ppid=15126 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 730658242 52396032 351 33554432000 4194304 4580107 140737358418848 18446744073709551615 47797752989203 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 4 0 0 0 1 0 0 0 19 0 4 0 730658242 52396032 351 33554432000 4194304 4580107 140737358418848 18446744073709551615 47797752989203 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 730658242 52396032 351 33554432000 4194304 4580107 140737358418848 18446744073709551615 47797752989697 0 0 4096 2 0 0 0 -1 7 0 0 0

[startup+0.0478931 s]
/proc/loadavg: 5.32 7.39 7.81 3/357 15130
/proc/meminfo: memFree=25237080/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=281816 CPUtime=0.16 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 1112 0 0 0 16 0 0 0 20 0 4 0 730658242 288579584 1023 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 70454 1023 357 95 0 65436 0
[pid=15129/tid=15131] ppid=15126 vsize=281816 CPUtime=0.04 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 157 0 0 0 4 0 0 0 20 0 4 0 730658242 288579584 1023 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=281816 CPUtime=0.04 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 161 0 0 0 4 0 0 0 20 0 4 0 730658242 288579584 1023 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=281816 CPUtime=0.03 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 213 0 0 0 3 0 0 0 21 0 4 0 730658242 288579584 1023 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 281816

[startup+0.100883 s]
/proc/loadavg: 5.32 7.39 7.81 3/357 15130
/proc/meminfo: memFree=25237080/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=281816 CPUtime=0.37 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 1201 0 0 0 37 0 0 0 20 0 4 0 730658242 288579584 1112 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 70454 1112 358 95 0 65436 0
[pid=15129/tid=15131] ppid=15126 vsize=281816 CPUtime=0.09 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 165 0 0 0 9 0 0 0 20 0 4 0 730658242 288579584 1112 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=281816 CPUtime=0.09 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 169 0 0 0 9 0 0 0 20 0 4 0 730658242 288579584 1112 33554432000 4194304 4580107 140737358418848 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=281816 CPUtime=0.08 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 277 0 0 0 8 0 0 0 21 0 4 0 730658242 288579584 1112 33554432000 4194304 4580107 140737358418848 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281816

[startup+0.300847 s]
/proc/loadavg: 5.32 7.39 7.81 3/357 15130
/proc/meminfo: memFree=25237080/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=284624 CPUtime=1.17 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 3158 0 0 0 117 0 0 0 20 0 4 0 730658242 291454976 2335 33554432000 4194304 4580107 140737358418848 18446744073709551615 4319989 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 71156 2335 376 95 0 66138 0
[pid=15129/tid=15131] ppid=15126 vsize=284624 CPUtime=0.29 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 752 0 0 0 29 0 0 0 20 0 4 0 730658242 291454976 2335 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=284624 CPUtime=0.29 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 713 0 0 0 29 0 0 0 20 0 4 0 730658242 291454976 2335 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=284624 CPUtime=0.28 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 547 0 0 0 28 0 0 0 21 0 4 0 730658242 291454976 2335 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284624

[startup+0.700774 s]
/proc/loadavg: 5.32 7.39 7.81 3/357 15130
/proc/meminfo: memFree=25237080/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=285712 CPUtime=2.77 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 4919 0 0 0 277 0 0 0 21 0 4 0 730658242 292569088 3085 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 71428 3085 376 95 0 66410 0
[pid=15129/tid=15131] ppid=15126 vsize=285712 CPUtime=0.69 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 1167 0 0 0 69 0 0 0 20 0 4 0 730658242 292569088 3085 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=285712 CPUtime=0.69 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 1142 0 0 0 69 0 0 0 21 0 4 0 730658242 292569088 3085 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=285712 CPUtime=0.68 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 1060 0 0 0 68 0 0 0 22 0 4 0 730658242 292569088 3085 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285712

[startup+1.50063 s]
/proc/loadavg: 5.32 7.39 7.81 11/365 15138
/proc/meminfo: memFree=25212964/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=286788 CPUtime=5.96 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 8837 0 0 0 595 1 0 0 23 0 4 0 730658242 293670912 4396 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 71697 4396 378 95 0 66679 0
[pid=15129/tid=15131] ppid=15126 vsize=286788 CPUtime=1.49 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 2014 0 0 0 149 0 0 0 23 0 4 0 730658242 293670912 4396 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=286788 CPUtime=1.49 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 1821 0 0 0 149 0 0 0 23 0 4 0 730658242 293670912 4396 33554432000 4194304 4580107 140737358418848 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=286788 CPUtime=1.46 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 1758 0 0 0 146 0 0 0 25 0 4 0 730658242 293670912 4396 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286788

[startup+3.10033 s]
/proc/loadavg: 5.32 7.39 7.81 10/365 15138
/proc/meminfo: memFree=25168076/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=285396 CPUtime=12.34 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 16332 0 0 0 1232 2 0 0 25 0 4 0 730658242 292245504 9199 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 71349 9199 378 95 0 66331 0
[pid=15129/tid=15131] ppid=15126 vsize=285396 CPUtime=3.09 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 3727 0 0 0 309 0 0 0 25 0 4 0 730658242 292245504 9199 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=285396 CPUtime=3.09 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 4112 0 0 0 309 0 0 0 25 0 4 0 730658242 292245504 9199 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=285396 CPUtime=3.05 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 3961 0 0 0 305 0 0 0 25 0 4 0 730658242 292245504 9199 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 285396

[startup+6.30074 s]
/proc/loadavg: 5.54 7.40 7.81 10/365 15138
/proc/meminfo: memFree=25139928/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=288136 CPUtime=25.11 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 23674 0 0 0 2508 3 0 0 25 0 4 0 730658242 295051264 11888 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 72034 11888 378 95 0 67016 0
[pid=15129/tid=15131] ppid=15126 vsize=288136 CPUtime=6.29 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 6018 0 0 0 629 0 0 0 25 0 4 0 730658242 295051264 11888 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=288136 CPUtime=6.29 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 5980 0 0 0 629 0 0 0 25 0 4 0 730658242 295051264 11888 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=288136 CPUtime=6.22 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 5685 0 0 0 621 1 0 0 25 0 4 0 730658242 295051264 11888 33554432000 4194304 4580107 140737358418848 18446744073709551615 4317025 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 288136

[startup+12.7006 s]
/proc/loadavg: 5.74 7.41 7.82 10/365 15139
/proc/meminfo: memFree=25114316/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=297520 CPUtime=50.63 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 34215 0 0 0 5059 4 0 0 25 0 4 0 730658242 304660480 14103 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 74380 14103 378 95 0 69362 0
[pid=15129/tid=15131] ppid=15126 vsize=297520 CPUtime=12.68 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 8950 0 0 0 1268 0 0 0 25 0 4 0 730658242 304660480 14103 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=297520 CPUtime=12.68 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 7625 0 0 0 1268 0 0 0 25 0 4 0 730658242 304660480 14103 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=297520 CPUtime=12.53 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 9141 0 0 0 1252 1 0 0 25 0 4 0 730658242 304660480 14103 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 297520

[startup+25.5012 s]
/proc/loadavg: 6.24 7.44 7.82 10/365 15139
/proc/meminfo: memFree=25087896/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=308116 CPUtime=101.67 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 51508 0 0 0 10159 8 0 0 25 0 4 0 730658242 315510784 16906 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 77029 16906 378 95 0 72011 0
[pid=15129/tid=15131] ppid=15126 vsize=308116 CPUtime=25.49 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 14389 0 0 0 2548 1 0 0 25 0 4 0 730658242 315510784 16906 33554432000 4194304 4580107 140737358418848 18446744073709551615 4324523 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=308116 CPUtime=25.48 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 11379 0 0 0 2547 1 0 0 25 0 4 0 730658242 315510784 16906 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=308116 CPUtime=25.18 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 12911 0 0 0 2516 2 0 0 25 0 4 0 730658242 315510784 16906 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 308116

[startup+51.1005 s]
/proc/loadavg: 6.97 7.51 7.83 10/365 15140
/proc/meminfo: memFree=25052140/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=309496 CPUtime=203.78 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 78668 0 0 0 20362 16 0 0 25 0 4 0 730658242 316923904 20793 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 77374 20793 378 95 0 72356 0
[pid=15129/tid=15131] ppid=15126 vsize=309496 CPUtime=51.08 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 21799 0 0 0 5105 3 0 0 25 0 4 0 730658242 316923904 20793 33554432000 4194304 4580107 140737358418848 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=309496 CPUtime=51.09 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 18393 0 0 0 5106 3 0 0 25 0 4 0 730658242 316923904 20793 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=309496 CPUtime=50.48 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 19347 0 0 0 5044 4 0 0 25 0 4 0 730658242 316923904 20793 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 309496

[startup+102.314 s]
/proc/loadavg: 7.55 7.59 7.84 10/365 15141
/proc/meminfo: memFree=24984900/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=311304 CPUtime=408.02 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 119213 0 0 0 40772 30 0 0 25 0 4 0 730658242 318775296 24387 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 77826 24387 378 95 0 72808 0
[pid=15129/tid=15131] ppid=15126 vsize=311304 CPUtime=102.3 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 31685 0 0 0 10223 7 0 0 25 0 4 0 730658242 318775296 24387 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=311304 CPUtime=102.3 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 28100 0 0 0 10223 7 0 0 25 0 4 0 730658242 318775296 24387 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=311304 CPUtime=101.09 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 30571 0 0 0 10101 8 0 0 25 0 4 0 730658242 318775296 24387 33554432000 4194304 4580107 140737358418848 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 311304

[startup+162.301 s]

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

[pid=15129] ppid=15126 vsize=449524 CPUtime=2561.6 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 364790 0 0 0 256030 130 0 0 25 0 4 0 730658242 460312576 65165 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 112381 65165 378 95 0 107363 0
[pid=15129/tid=15131] ppid=15126 vsize=449524 CPUtime=642.31 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 91805 0 0 0 64203 28 0 0 25 0 4 0 730658242 460312576 65166 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=449524 CPUtime=642.31 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 87880 0 0 0 64198 33 0 0 25 0 4 0 730658242 460312576 65166 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=449524 CPUtime=634.64 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 92654 0 0 0 63429 35 0 0 25 0 4 0 730658242 460312576 65166 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.6
Current children cumulated vsize (KiB) 449524

[startup+702.301 s]
/proc/loadavg: 8.05 8.02 7.94 10/365 15157
/proc/meminfo: memFree=24628388/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=396508 CPUtime=2800.85 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 381787 0 0 0 279948 137 0 0 25 0 4 0 730658242 406024192 58099 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 99127 58099 378 95 0 94109 0
[pid=15129/tid=15131] ppid=15126 vsize=396508 CPUtime=702.31 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 95229 0 0 0 70201 30 0 0 25 0 4 0 730658242 406024192 58099 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=396508 CPUtime=702.3 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 92592 0 0 0 70194 36 0 0 25 0 4 0 730658242 406024192 58099 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=396508 CPUtime=693.91 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 95078 0 0 0 69355 36 0 0 25 0 4 0 730658242 406024192 58099 33554432000 4194304 4580107 140737358418848 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.85
Current children cumulated vsize (KiB) 396508

[startup+762.314 s]
/proc/loadavg: 8.02 8.02 7.94 10/365 15159
/proc/meminfo: memFree=24623400/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=449932 CPUtime=3040.17 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 397880 0 0 0 303871 146 0 0 25 0 4 0 730658242 460730368 57134 33554432000 4194304 4580107 140737358418848 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 112483 57134 378 95 0 107465 0
[pid=15129/tid=15131] ppid=15126 vsize=449932 CPUtime=762.32 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 100201 0 0 0 76201 31 0 0 25 0 4 0 730658242 460730368 57134 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=449932 CPUtime=762.31 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 96757 0 0 0 76193 38 0 0 25 0 4 0 730658242 460730368 57134 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=449932 CPUtime=753.18 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 97643 0 0 0 75280 38 0 0 25 0 4 0 730658242 460730368 57134 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.17
Current children cumulated vsize (KiB) 449932

[startup+822.301 s]
/proc/loadavg: 8.08 8.04 7.95 10/365 15160
/proc/meminfo: memFree=24581348/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=450180 CPUtime=3279.42 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 415427 0 0 0 327788 154 0 0 25 0 4 0 730658242 460984320 65559 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 112545 65559 378 95 0 107527 0
[pid=15129/tid=15131] ppid=15126 vsize=450180 CPUtime=822.32 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 104831 0 0 0 82198 34 0 0 25 0 4 0 730658242 460984320 65559 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=450180 CPUtime=822.3 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 101219 0 0 0 82190 40 0 0 25 0 4 0 730658242 460984320 65559 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=450180 CPUtime=812.46 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 101403 0 0 0 81206 40 0 0 25 0 4 0 730658242 460984320 65559 33554432000 4194304 4580107 140737358418848 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.42
Current children cumulated vsize (KiB) 450180

[startup+882.301 s]
/proc/loadavg: 8.03 8.03 7.95 10/365 15162
/proc/meminfo: memFree=24593360/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=450416 CPUtime=3518.71 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 429300 0 0 0 351709 162 0 0 25 0 4 0 730658242 461225984 61466 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 112604 61466 378 95 0 107586 0
[pid=15129/tid=15131] ppid=15126 vsize=450416 CPUtime=882.31 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 107335 0 0 0 88196 35 0 0 25 0 4 0 730658242 461225984 61466 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=450416 CPUtime=882.3 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 105658 0 0 0 88187 43 0 0 25 0 4 0 730658242 461225984 61466 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=450416 CPUtime=871.74 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 103872 0 0 0 87133 41 0 0 25 0 4 0 730658242 461225984 61466 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.71
Current children cumulated vsize (KiB) 450416

[startup+942.301 s]
/proc/loadavg: 8.15 8.07 7.97 10/365 15164
/proc/meminfo: memFree=24579196/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=516008 CPUtime=3757.98 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 444627 0 0 0 375628 170 0 0 25 0 4 0 730658242 528392192 64196 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 129002 64196 378 95 0 123984 0
[pid=15129/tid=15131] ppid=15126 vsize=516008 CPUtime=942.31 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 110010 0 0 0 94194 37 0 0 25 0 4 0 730658242 528392192 64196 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=516008 CPUtime=942.3 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 108988 0 0 0 94185 45 0 0 25 0 4 0 730658242 528392192 64196 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=516008 CPUtime=931.02 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 106737 0 0 0 93058 44 0 0 25 0 4 0 730658242 528392192 64196 33554432000 4194304 4580107 140737358418848 18446744073709551615 4415758 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.98
Current children cumulated vsize (KiB) 516008

[startup+1002.3 s]
/proc/loadavg: 8.20 8.08 7.98 10/365 15165
/proc/meminfo: memFree=24530440/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=509092 CPUtime=3997.28 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 460234 0 0 0 399549 179 0 0 25 0 4 0 730658242 521310208 72093 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 127273 72093 378 95 0 122255 0
[pid=15129/tid=15131] ppid=15126 vsize=509092 CPUtime=1002.32 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 113634 0 0 0 100193 39 0 0 25 0 4 0 730658242 521310208 72093 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=509092 CPUtime=1002.31 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 114419 0 0 0 100182 49 0 0 25 0 4 0 730658242 521310208 72093 33554432000 4194304 4580107 140737358418848 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=509092 CPUtime=990.31 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 108913 0 0 0 98986 45 0 0 25 0 4 0 730658242 521310208 72093 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.28
Current children cumulated vsize (KiB) 509092

[startup+1062.3 s]
/proc/loadavg: 8.21 8.10 7.99 10/365 15167
/proc/meminfo: memFree=24533500/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=509156 CPUtime=4236.57 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 470910 0 0 0 423470 187 0 0 25 0 4 0 730658242 521375744 66169 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 127289 66169 378 95 0 122271 0
[pid=15129/tid=15131] ppid=15126 vsize=509156 CPUtime=1062.31 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 114969 0 0 0 106191 40 0 0 25 0 4 0 730658242 521375744 66169 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=509156 CPUtime=1062.3 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 118024 0 0 0 106179 51 0 0 25 0 4 0 730658242 521375744 66169 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=509156 CPUtime=1049.59 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 111745 0 0 0 104912 47 0 0 25 0 4 0 730658242 521375744 66169 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.57
Current children cumulated vsize (KiB) 509156

[startup+1122.3 s]
/proc/loadavg: 8.32 8.14 8.01 10/365 15168
/proc/meminfo: memFree=24513012/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=469536 CPUtime=4475.78 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 485179 0 0 0 447381 197 0 0 25 0 4 0 730658242 480804864 67347 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 117384 67347 378 95 0 112366 0
[pid=15129/tid=15131] ppid=15126 vsize=469536 CPUtime=1122.32 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 119494 0 0 0 112188 44 0 0 25 0 4 0 730658242 480804864 67347 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=469536 CPUtime=1122.31 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 122515 0 0 0 112176 55 0 0 25 0 4 0 730658242 480804864 67347 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=469536 CPUtime=1108.8 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 114184 0 0 0 110831 49 0 0 25 0 4 0 730658242 480804864 67347 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.78
Current children cumulated vsize (KiB) 469536

[startup+1182.3 s]
/proc/loadavg: 8.23 8.14 8.01 10/365 15170
/proc/meminfo: memFree=24491028/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=469760 CPUtime=4715.08 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 496430 0 0 0 471306 202 0 0 25 0 4 0 730658242 481034240 68299 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 117440 68299 378 95 0 112422 0
[pid=15129/tid=15131] ppid=15126 vsize=469760 CPUtime=1182.32 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 122556 0 0 0 118188 44 0 0 25 0 4 0 730658242 481034240 68299 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=469760 CPUtime=1182.31 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 125572 0 0 0 118175 56 0 0 25 0 4 0 730658242 481034240 68299 33554432000 4194304 4580107 140737358418848 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=469760 CPUtime=1168.09 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 118394 0 0 0 116758 51 0 0 25 0 4 0 730658242 481034240 68299 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.08
Current children cumulated vsize (KiB) 469760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.16 8.13 8.01 9/365 15170
/proc/meminfo: memFree=24521896/32950928 swapFree=38710892/67111528
[pid=15129] ppid=15126 vsize=456844 CPUtime=4800.04 cores=1,3,5,7
/proc/15129/stat : 15129 (strangenight2-m) R 15126 15129 14563 0 -1 4202496 502610 0 0 0 479799 205 0 0 25 0 4 0 730658242 467808256 69325 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15129/statm: 114211 69325 378 95 0 109193 0
[pid=15129/tid=15131] ppid=15126 vsize=456844 CPUtime=1203.64 cores=1,3,5,7
/proc/15129/task/15131/stat : 15131 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 124364 0 0 0 120319 45 0 0 25 0 4 0 730658242 467808256 69326 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15129/tid=15132] ppid=15126 vsize=456844 CPUtime=1203.62 cores=1,3,5,7
/proc/15129/task/15132/stat : 15132 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 127287 0 0 0 120305 57 0 0 25 0 4 0 730658242 467808256 69326 33554432000 4194304 4580107 140737358418848 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15129/tid=15133] ppid=15126 vsize=456844 CPUtime=1189.13 cores=1,3,5,7
/proc/15129/task/15133/stat : 15133 (strangenight2-m) R 15126 15129 14563 0 -1 4202560 119129 0 0 0 118862 51 0 0 25 0 4 0 730658242 467808256 69326 33554432000 4194304 4580107 140737358418848 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 456844

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): 1203.63
CPU time (s): 4800.11
CPU user time (s): 4798.04
CPU system time (s): 2.06569
CPU usage (%): 398.802
Max. virtual memory (cumulated for all children) (KiB): 534952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.04
system time used= 2.06569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502611
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= 222
involuntary context switches= 49176

runsolver used 3.88141 second user time and 10.6424 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 22:17:56
IDJOB=3366440
IDBENCH=82849
IDSOLVER=1844
FILE ID=node113/3366440-1305404275
RUNJOBID= node113-1305404275-15112
PBS_JOBID= 13324480
Free space on /tmp= 73444 MiB

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

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

MD5SUM BENCH= bf255e5bc10dc75db5f2f0a4a1086e58
RANDOM SEED=48133513

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25237524 kB
Buffers:        254764 kB
Cached:        2809096 kB
SwapCached:      93712 kB
Active:         751380 kB
Inactive:      6700672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25237524 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           10872 kB
Writeback:           0 kB
AnonPages:     4305744 kB
Mapped:          13408 kB
Slab:           105836 kB
PageTables:      91604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87042476 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= 73432 MiB
End job on node113 at 2011-05-14 22:38:01