Trace number 3174131

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.41 1201.72

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S321945897-005.UNKNOWN.cnf
MD5SUM7b433874f4dba1bf060f64be4ba91fb7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.2759
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174131-1304101060.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.00	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.00	c -- vars added         50
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.00/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.12	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.12	c calculated reachability. Time: 0.00
0.38/0.12	c Calc default polars -  time:   0.00 s pos:      23 undec:       0 neg:      27
0.38/0.12	c =========================================================================================
0.38/0.12	c types(t): F = full restart, N = normal restart
0.38/0.12	c types(t): S = simplification begin/end, E = solution found
0.38/0.12	c restart types(rt): st = static, dy = dynamic
0.38/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.12	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
0.38/0.21	c  N dy    10      4061        50      4450         0      3522     31150     65397     15.61     16.90
1.57/0.40	c  N dy    20     10371        50      4450         0      6795     31150    117971     15.11     15.99
2.77/0.70	c  N dy    38     18212        50      4450         0      5032     31150     76707     15.13     15.94
3.57/0.94	c  N dy    50     24132        50      4450         0     10183     31150    169063     15.11     15.95
3.57/0.99	c  F st    59     25000        50      4450         0     10951     31150    183811     15.19   no data
4.39/1.14	c  N st    64     28302        50      4450         0      7905     31150    123879     15.19   no data
4.79/1.20	c  S st    65     30001        50      4450         0      9387     31150    151755     15.19   no data
4.79/1.23	c  S st    65     30503        50      4450         0      9829     31150    160282     15.19   no data
4.79/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.79/1.24	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.79/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.79/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/1.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.79/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.45	c lits-rem:       150  cl-subs:     1636  v-elim:      0  v-fix:    0  time:  0.20 s
6.37/1.64	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.37/1.64	c calculated reachability. Time: 0.00
6.37/1.64	c  N dy    65     30503        50      4450         0      8193     31150    133132     15.19   no data
7.17/1.84	c  N dy    93     34528        50      4450         0     11704     31150    198059     15.36     17.23
8.36/2.13	c  N dy   118     39893        50      4450         0      9575     31150    146428     15.38     16.25
9.56/2.42	c  N dy   132     45755        50      4450         0     14625     31150    237614     15.33     12.99
9.56/2.42	c  S st   132     45755        50      4450         0     14625     31150    237614     15.33     12.99
9.56/2.47	c  S st   132     46260        50      4450         0     15078     31150    246183     15.33   no data
9.56/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.56/2.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.56/2.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.87	c lits-rem:       246  cl-subs:     2641  v-elim:      0  v-fix:    0  time:  0.38 s
11.16/2.87	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.16/2.87	c vivif2 --  cl tried    12437 cl shrink        0 lits rem          0 time: 0.00
12.36/3.13	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.26
12.36/3.13	c calculated reachability. Time: 0.00
12.36/3.13	c  N dy   132     46260        50      4450         0     12437     31150    201670     15.33   no data
16.76/4.24	c  N dy   137     69391        50      4450         0     16218     31150    244754     14.62     11.05
16.76/4.24	c  S st   137     69391        50      4450         0     16218     31150    244754     14.62     11.05
16.76/4.29	c  S st   137     69895        50      4450         0     16666     31150    253326     14.62   no data
16.76/4.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
16.76/4.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.76/4.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
16.76/4.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.86	c lits-rem:       287  cl-subs:     3426  v-elim:      0  v-fix:    0  time:  0.56 s
19.15/4.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.15/4.86	c vivif2 --  cl tried    13240 cl shrink        0 lits rem          0 time: 0.00
20.34/5.14	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
20.34/5.14	c calculated reachability. Time: 0.00
20.34/5.14	c  N dy   137     69895        50      4450         0     13240     31150    203321     14.62   no data
21.55/5.46	c  N dy   182     74431        50      4450         0     17196     31150    278233     14.79     15.86
22.74/5.79	c  N dy   227     79273        50      4450         0     12280     31150    180565     14.93     17.45
24.34/6.15	c  N dy   274     84428        50      4450         0     16753     31150    265156     15.06     17.31
25.14/6.39	c  F st   299     87501        50      4450         0     19445     31150    315343     15.12   no data
26.36/6.61	c  N st   304     90801        50      4450         0     12064     31150    167595     15.12   no data
27.54/6.99	c  N dy   343     96671        50      4450         0     17153     31150    262036     15.20     17.04
29.94/7.51	c  N dy   367    103292        50      4450         0     11696     31150    152000     15.21     16.09
30.34/7.60	c  S st   380    104842        50      4450         0     13049     31150    177419     15.23     15.13
30.34/7.65	c  S st   380    105350        50      4450         0     13500     31150    185926     15.23   no data
30.34/7.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.34/7.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.34/7.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.34/7.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.34/7.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.34/7.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.34/7.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.34/7.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.34/7.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.77	c lits-rem:        72  cl-subs:      591  v-elim:      0  v-fix:    0  time:  0.11 s
30.75/7.77	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.75/7.78	c vivif2 --  cl tried    12909 cl shrink        0 lits rem          0 time: 0.00
31.93/8.05	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
31.93/8.06	c calculated reachability. Time: 0.00
31.93/8.06	c  N dy   380    105350        50      4450         0     12909     31150    175081     15.23   no data
34.72/8.79	c  N dy   400    116081        50      4450         0     22152     31150    334222     15.12     15.92
37.53/9.40	c  N dy   473    123558        50      4450         0     16631     31150    238880     15.25     18.22
40.72/10.25	c  N dy   518    134000        50      4450         0     25680     31150    402097     15.26     16.13
43.11/10.88	c  N dy   565    142579        50      4450         0     20169     31150    293250     15.30     16.90
47.10/11.83	c  N dy   632    151906        50      4450         0     14419     31150    180000     15.38     16.51
48.72/12.26	c  S st   653    158025        50      4450         0     19709     31150    274758     15.37     16.14
49.10/12.31	c  S st   653    158530        50      4450         0     20168     31150    283697     15.37   no data
49.10/12.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.10/12.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
49.10/12.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.10/12.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.10/12.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.10/12.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
49.10/12.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.10/12.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
49.10/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.70/12.71	c lits-rem:       186  cl-subs:     2058  v-elim:      0  v-fix:    0  time:  0.38 s
50.70/12.71	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.70/12.71	c vivif2 --  cl tried    18110 cl shrink        0 lits rem          0 time: 0.00
51.91/13.05	c asymm  cl-useful: 0/4232/4450 lits-rem:0 time: 0.34
51.91/13.05	c calculated reachability. Time: 0.00
51.91/13.05	c  N dy   653    158530        50      4450         0     18110     31150    249065     15.37   no data
55.50/13.98	c  N dy   724    168747        50      4450         0     27027     31150    416503     15.45     17.31
59.49/14.93	c  N dy   791    179534        50      4450         0     21788     31150    310943     15.51     17.10
64.28/16.18	c  N dy   853    191088        50      4450         0     16270     31150    202096     15.55     17.47
69.08/17.31	c  N dy   906    204559        50      4450         0     27964     31150    415905     15.56     16.40
73.88/18.57	c  N dy   943    217799        50      4450         0     22960     31150    315624     15.54     16.39
81.46/20.41	c  N dy   977    236494        50      4450         0     21741     31150    278470     15.49     16.36
81.86/20.53	c  S st   990    237796        50      4450         0     22857     31150    299698     15.50   no data
81.86/20.59	c  S st   990    238300        50      4450         0     23309     31150    308252     15.50   no data
81.86/20.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.26/20.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
82.26/20.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.26/20.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.26/20.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.26/20.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
82.26/20.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.26/20.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.26/20.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.88/21.08	c lits-rem:       184  cl-subs:     2206  v-elim:      0  v-fix:    0  time:  0.46 s
83.88/21.08	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
83.88/21.08	c vivif2 --  cl tried    21103 cl shrink        0 lits rem          0 time: 0.00
85.45/21.43	c asymm  cl-useful: 0/3756/4450 lits-rem:0 time: 0.34
85.45/21.43	c calculated reachability. Time: 0.00
85.45/21.43	c  N dy   990    238300        50      4450         0     21103     31150    271975     15.50   no data
91.44/22.93	c  N dy  1039    253525        50      4450         0     34291     31150    512205     15.50     18.82
108.22/27.13	c  N dy  1127    298848        50      4450         0     36048     31150    502189     15.31     16.29
112.21/28.11	c  F st  1180    306254        50      4450         0     22852     31150    285689     15.34     15.76
120.61/30.27	c  N dy  1232    326726        50      4450         0     40399     31150    598540     15.32     16.26
130.60/32.73	c  N dy  1394    346959        50      4450         0     37476     31150    555150     15.40     16.28
136.60/34.23	c  S st  1455    357450        50      4450         0     24969     31150    310013     15.43     15.85
136.99/34.30	c  S st  1455    357951        50      4450         0     25410     31150    318661     15.43   no data
136.99/34.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.99/34.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.99/34.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.99/34.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.99/34.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.99/34.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
136.99/34.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
136.99/34.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.19/34.69	c lits-rem:       117  cl-subs:     1194  v-elim:      0  v-fix:    0  time:  0.36 s
138.19/34.69	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
138.19/34.69	c vivif2 --  cl tried    24216 cl shrink        0 lits rem          0 time: 0.00
138.59/34.78	c asymm  cl-useful: 0/694/4450 lits-rem:0 time: 0.08
138.59/34.78	c calculated reachability. Time: 0.00
138.59/34.78	c  N dy  1455    357951        50      4450         0     24216     31150    297873     15.43   no data
148.97/37.33	c  N dy  1564    378019        50      4450         0     41600     31150    618437     15.46     17.88
162.97/40.82	c  N dy  1660    404822        50      4450         0     42287     31150    610283     15.44     16.38
179.73/45.07	c  N dy  1774    435958        50      4450         0     45786     31150    663790     15.43     16.28
193.33/48.43	c  N dy  1865    461933        50      4450         0     44011     31150    627428     15.42     16.31
207.29/51.99	c  N dy  1966    488497        50      4450         0     41908     31150    583297     15.42     16.28
220.10/55.19	c  N dy  2098    509185        50      4450         0     33988     31150    437295     15.46     16.32
232.06/58.19	c  N dy  2176    529220        50      4450         0     51171     31150    749182     15.46     16.28
236.86/59.30	c  S st  2191    536926        50      4450         0     31073     31150    369110     15.46     13.55
236.86/59.39	c  S st  2191    537430        50      4450         0     31522     31150    377797     15.46   no data
236.86/59.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.86/59.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
236.86/59.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.86/59.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.86/59.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.86/59.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
236.86/59.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.27/59.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.27/59.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.65/60.01	c lits-rem:       186  cl-subs:     1922  v-elim:      0  v-fix:    0  time:  0.59 s
239.65/60.01	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
239.65/60.01	c vivif2 --  cl tried    29600 cl shrink        0 lits rem          0 time: 0.00
240.85/60.39	c asymm  cl-useful: 0/2961/4450 lits-rem:0 time: 0.37
240.85/60.39	c calculated reachability. Time: 0.00
240.85/60.39	c  N dy  2191    537430        50      4450         0     29600     31150    346537     15.46   no data
253.24/63.45	c  N dy  2337    557517        50      4450         0     47044     31150    675804     15.50     16.35
265.21/66.46	c  N dy  2417    577611        50      4450         0     36909     31150    470113     15.50     16.46
284.79/71.34	c  N dy  2449    615553        50      4450         0     40835     31150    521085     15.39     16.25
301.16/75.40	c  N dy  2570    637608        50      4450         0     30759     31150    345927     15.41     16.27
313.56/78.51	c  N dy  2707    657683        50      4450         0     48087     31150    670573     15.45     16.41
328.33/82.27	c  N dy  2823    678179        50      4450         0     35727     31150    434930     15.46     16.28
341.92/85.64	c  N dy  2921    698217        50      4450         0     53014     31150    751773     15.47     19.07
358.29/89.73	c  N dy  3015    719791        50      4450         0     40519     31150    507099     15.48     16.32
371.07/92.99	c  N dy  3078    739877        50      4450         0     57774     31150    818944     15.47     17.56
386.26/96.79	c  N dy  3171    760466        50      4450         0     43696     31150    561911     15.48     16.30
404.25/101.30	c  N dy  3299    781354        50      4450         0     61797     31150    899258     15.50     16.42
419.81/105.13	c  N dy  3448    801419        50      4450         0     46416     31150    613400     15.53     17.47
423.41/106.08	c  S st  3472    806146        50      4450         0     50494     31150    689141     15.54   no data
424.21/106.22	c  S st  3472    806648        50      4450         0     50944     31150    697752     15.54   no data
424.21/106.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.21/106.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
424.21/106.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.21/106.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.21/106.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.21/106.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
424.21/106.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.21/106.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
424.21/106.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.59/108.88	c lits-rem:       500  cl-subs:     5024  v-elim:      0  v-fix:    0  time:  2.61 s
434.59/108.88	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
434.59/108.89	c vivif2 --  cl tried    45920 cl shrink        0 lits rem          0 time: 0.01
435.79/109.12	c asymm  cl-useful: 0/831/4450 lits-rem:0 time: 0.23
435.79/109.12	c calculated reachability. Time: 0.00
435.79/109.12	c  N dy  3472    806648        50      4450         0     45920     31150    604445     15.54   no data
456.97/114.49	c  N dy  3572    836854        50      4450         0     38547     31150    447530     15.52     16.39
472.14/118.23	c  N dy  3717    856868        50      4450         0     55852     31150    773809     15.55     16.88
491.32/123.00	c  N dy  3841    877025        50      4450         0     38947     31150    455788     15.57     16.52
505.72/126.68	c  N dy  3946    897107        50      4450         0     56292     31150    778027     15.59     16.66
525.27/131.50	c  N dy  4058    917153        50      4450         0     38291     31150    436402     15.60     16.62
538.45/134.84	c  N dy  4133    937245        50      4450         0     55498     31150    749891     15.60     17.72
557.23/139.58	c  N dy  4145    964253        50      4450         0     42399     31150    489564     15.54     16.41
584.40/146.32	c  N dy  4248   1000037        50      4450         0     73047     31150   1043415     15.53     16.37
600.77/150.41	c  N dy  4340   1022398        50      4450         0     55506     31150    735227     15.54     16.67
621.94/155.78	c  N dy  4379   1046742        50      4450         0     38572     31150    417150     15.52     16.42
639.11/160.09	c  N dy  4494   1071187        50      4450         0     59531     31150    803919     15.52     16.41
639.91/160.28	c  F st  4500   1071876        50      4450         0     60125     31150    815064     15.53     16.16
659.51/165.19	c  N dy  4533   1092491        50      4450         0     39215     31150    421162     15.51     16.38
674.67/168.97	c  N dy  4634   1112580        50      4450         0     56497     31150    739010     15.52     17.43
695.84/174.28	c  N dy  4764   1132660        50      4450         0     73711     31150   1062133     15.54     16.65
711.42/178.14	c  N dy  4816   1152769        50      4450         0     51465     31150    637122     15.53     16.35
731.40/183.19	c  N dy  4967   1172793        50      4450         0     68743     31150    964886     15.55     17.59
754.96/189.02	c  N dy  5107   1192807        50      4450         0     45612     31150    525754     15.57     16.45
768.96/192.58	c  S st  5216   1209973        50      4450         0     60355     31150    801484     15.59   no data
769.74/192.77	c  S st  5216   1210479        50      4450         0     60795     31150    809976     15.59   no data
769.74/192.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
769.74/192.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
770.13/192.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.13/192.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.13/192.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.13/192.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
770.13/192.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
770.13/192.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
770.13/192.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
789.72/197.78	c lits-rem:       649  cl-subs:     6160  v-elim:      0  v-fix:    0  time:  4.94 s
789.72/197.78	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
789.72/197.79	c vivif2 --  cl tried    54635 cl shrink        0 lits rem          0 time: 0.01
791.33/198.11	c asymm  cl-useful: 0/658/4450 lits-rem:0 time: 0.32
791.33/198.11	c calculated reachability. Time: 0.00
791.33/198.11	c  N dy  5216   1210479        50      4450         0     54635     31150    698872     15.59   no data
818.07/204.83	c  N dy  5310   1234447        50      4450         0     75177     31150   1071805     15.59     16.42
841.24/210.64	c  N dy  5452   1254548        50      4450         0     51758     31150    636888     15.60     17.91
859.62/215.25	c  N dy  5519   1275288        50      4450         0     69576     31150    963217     15.60     16.44
881.98/220.90	c  N dy  5603   1295924        50      4450         0     45423     31150    508424     15.61     16.44
899.16/225.10	c  N dy  5656   1317704        50      4450         0     64010     31150    841829     15.60     16.43
922.75/231.07	c  N dy  5758   1337732        50      4450         0     81146     31150   1160987     15.61     16.99
951.89/238.31	c  N dy  5870   1367471        50      4450         0     63802     31150    833119     15.61     16.67
979.88/245.32	c  N dy  5972   1388767        50      4450         0     81972     31150   1168368     15.61     16.47
999.43/250.24	c  N dy  6047   1409365        50      4450         0     56039     31150    687957     15.62     16.45
1017.81/254.84	c  N dy  6103   1429393        50      4450         0     73081     31150    994337     15.61     16.70
1048.57/262.59	c  N dy  6138   1465476        50      4450         0     59283     31150    718310     15.57     16.40
1070.54/268.09	c  N dy  6246   1485527        50      4450         0     76433     31150   1034846     15.58     16.40
1094.53/274.02	c  N dy  6253   1513814        50      4450         0     55136     31150    640822     15.53     16.39
1108.48/277.59	c  N dy  6265   1534081        50      4450         0     72360     31150    944297     15.51     16.34
1138.85/285.10	c  N dy  6405   1556479        50      4450         0     91597     31150   1303508     15.53     16.40
1159.22/290.28	c  N dy  6526   1577601        50      4450         0     63815     31150    816743     15.54     16.58
1183.98/296.49	c  N dy  6683   1597642        50      4450         0     81073     31150   1144600     15.55     17.04
1211.55/303.34	c  N dy  6770   1618443        50      4450         0     51861     31150    584888     15.56     16.44
1228.72/307.60	c  N dy  6834   1638491        50      4450         0     68984     31150    897013     15.56     17.02
1252.31/313.56	c  N dy  6917   1659095        50      4450         0     86657     31150   1220642     15.56     16.41
1279.08/320.28	c  N dy  7022   1680005        50      4450         0     56627     31150    667855     15.56     16.42
1301.43/325.82	c  N dy  7180   1700100        50      4450         0     73937     31150    999017     15.58     16.54
1313.41/328.90	c  S st  7229   1710480        50      4450         0     82833     31150   1162621     15.58     14.97
1314.60/329.15	c  S st  7229   1710983        50      4450         0     83277     31150   1171162     15.58   no data
1314.60/329.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1314.60/329.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1314.60/329.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1314.60/329.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1314.60/329.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1314.60/329.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1314.60/329.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1315.01/329.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1315.01/329.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1365.35/341.86	c lits-rem:       947  cl-subs:    10670  v-elim:      0  v-fix:    0  time: 12.62 s
1365.35/341.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1365.35/341.88	c vivif2 --  cl tried    72607 cl shrink        0 lits rem          0 time: 0.02
1366.97/342.25	c asymm  cl-useful: 0/724/4450 lits-rem:0 time: 0.37
1366.97/342.25	c calculated reachability. Time: 0.00
1366.97/342.25	c  N dy  7229   1710983        50      4450         0     72607     31150    976632     15.58   no data
1403.29/351.31	c  N dy  7385   1731004        50      4450         0     89847     31150   1304640     15.60     17.93
1427.66/357.48	c  N dy  7447   1751154        50      4450         0     58860     31150    701170     15.60     16.50
1450.83/363.26	c  N dy  7563   1771191        50      4450         0     76064     31150   1022901     15.61     16.96
1478.80/370.21	c  N dy  7674   1791224        50      4450         0     93171     31150   1340937     15.61     17.51
1512.35/378.64	c  N dy  7737   1825229        50      4450         0     72832     31150    931452     15.59     16.42
1541.91/386.01	c  N dy  7833   1848771        50      4450         0     92990     31150   1304279     15.60     16.70
1568.69/392.80	c  N dy  7926   1868829        50      4450         0     59929     31150    710460     15.60     18.48
1592.64/398.76	c  N dy  8083   1888912        50      4450         0     77155     31150   1037420     15.61     17.43
1626.59/407.21	c  N dy  8173   1915631        50      4450         0     99995     31150   1451795     15.61     16.55
1648.96/412.82	c  N dy  8218   1938997        50      4450         0     68542     31150    843346     15.60     16.51
1683.34/421.46	c  N dy  8269   1974886        50      4450         0     98887     31150   1376349     15.58     16.51
1707.29/427.45	c  N dy  8376   1994909        50      4450         0     64193     31150    775984     15.58     16.49
1748.03/437.61	c  N dy  8412   2034205        50      4450         0     97301     31150   1347276     15.55     16.40
1775.62/444.55	c  N dy  8530   2054218        50      4450         0     61792     31150    725579     15.56     16.97
1797.59/450.01	c  N dy  8628   2074258        50      4450         0     79078     31150   1046849     15.57     16.39
1825.13/456.96	c  N dy  8707   2094329        50      4450         0     96239     31150   1358781     15.57     17.61
1859.88/465.63	c  N dy  8837   2117906        50      4450         0     62691     31150    727511     15.57     16.41
1883.85/471.68	c  N dy  8968   2137976        50      4450         0     79995     31150   1055511     15.58     17.05
1913.41/479.06	c  N dy  9077   2158057        50      4450         0     97142     31150   1375291     15.59     18.00
1944.57/486.87	c  N dy  9186   2178091        50      4450         0     59607     31150    667626     15.60     18.34
1966.14/492.28	c  N dy  9290   2198159        50      4450         0     76722     31150    984053     15.60     17.73
1984.12/496.73	c  S st  9377   2210985        50      4450         0     87740     31150   1193010     15.61   no data
1985.32/497.00	c  S st  9377   2211495        50      4450         0     88194     31150   1201895     15.61   no data
1985.32/497.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1985.32/497.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1985.32/497.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1985.32/497.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1985.32/497.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1985.32/497.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1985.32/497.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1985.32/497.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1985.71/497.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2022.06/506.27	c lits-rem:       887  cl-subs:    10428  v-elim:      0  v-fix:    0  time:  9.17 s
2022.06/506.27	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2022.06/506.29	c vivif2 --  cl tried    77766 cl shrink        0 lits rem          0 time: 0.01
2023.67/506.61	c asymm  cl-useful: 0/565/4450 lits-rem:0 time: 0.33
2023.67/506.62	c calculated reachability. Time: 0.00
2023.67/506.62	c  N dy  9377   2211495        50      4450         0     77766     31150   1013653     15.61   no data
2058.02/515.29	c  N dy  9514   2231706        50      4450         0     95097     31150   1342006     15.62     16.47
2100.38/525.90	c  N dy  9627   2251782        50      4450         0     57351     31150    622288     15.62     18.56
2127.92/532.77	c  N dy  9699   2277763        50      4450         0     79384     31150   1016132     15.62     16.44
2155.48/539.63	c  N dy  9770   2298134        50      4450         0     96759     31150   1337406     15.62     16.50
2182.26/546.33	c  N dy  9794   2318186        50      4450         0     57825     31150    622116     15.60     17.83
2202.62/551.47	c  N dy  9851   2339504        50      4450         0     76001     31150    951439     15.60     16.43
2228.21/557.89	c  N dy  9930   2359538        50      4450         0     93000     31150   1257862     15.60     17.25
2270.13/568.37	c  N dy 10053   2383767        50      4450         0    113727     31150   1641641     15.61     16.48
2292.51/573.98	c  N dy 10145   2404209        50      4450         0     74339     31150    917657     15.61     16.62
2328.06/582.87	c  N dy 10251   2430808        50      4450         0     97024     31150   1334732     15.61     16.45
2358.81/590.57	c  N dy 10307   2450935        50      4450         0    114247     31150   1642580     15.60     16.44
2384.38/596.92	c  N dy 10412   2471011        50      4450         0     73520     31150    897580     15.61     18.08
2414.34/604.46	c  N dy 10550   2491889        50      4450         0     91444     31150   1234388     15.62     16.53
2450.69/613.55	c  N dy 10687   2512970        50      4450         0    109496     31150   1572491     15.63     16.45
2483.85/621.88	c  N dy 10824   2532990        50      4450         0     67630     31150    780949     15.63     17.29
2505.81/627.36	c  N dy 10880   2553004        50      4450         0     84598     31150   1082811     15.63     17.46
2542.97/636.69	c  N dy 10949   2580473        50      4450         0    107935     31150   1500815     15.62     16.53
2575.72/644.84	c  N dy 11045   2600555        50      4450         0     65332     31150    730002     15.62     17.17
2613.68/654.39	c  N dy 11115   2635012        50      4450         0     94652     31150   1250559     15.61     16.47
2646.83/662.61	c  N dy 11195   2655093        50      4450         0    111905     31150   1568583     15.61     17.38
2681.98/671.43	c  N dy 11354   2675140        50      4450         0     68496     31150    786016     15.62     16.45
2707.54/677.87	c  N dy 11480   2695144        50      4450         0     85678     31150   1108936     15.63     18.17
2729.52/683.30	c  S st 11525   2711495        50      4450         0     99544     31150   1360784     15.63     14.83
2730.72/683.64	c  S st 11525   2711996        50      4450         0     99981     31150   1369318     15.63   no data
2730.72/683.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2730.72/683.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2730.72/683.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2730.72/683.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2730.72/683.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2730.72/683.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2730.72/683.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2731.12/683.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2731.12/683.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2780.26/696.01	c lits-rem:       968  cl-subs:    12753  v-elim:      0  v-fix:    0  time: 12.26 s
2780.26/696.01	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2780.26/696.03	c vivif2 --  cl tried    87228 cl shrink        0 lits rem          0 time: 0.02
2781.47/696.37	c asymm  cl-useful: 0/468/4450 lits-rem:0 time: 0.34
2781.47/696.37	c calculated reachability. Time: 0.00
2781.47/696.37	c  N dy 11525   2711996        50      4450         0     87228     31150   1142668     15.63   no data
2817.02/705.28	c  N dy 11656   2732039        50      4450         0    104439     31150   1467079     15.63     18.02
2872.13/719.03	c  N dy 11745   2752814        50      4450         0     61565     31150    650018     15.64     16.51
2903.29/726.80	c  N dy 11821   2778182        50      4450         0     83153     31150   1039808     15.63     16.46
2936.05/735.00	c  N dy 11964   2798254        50      4450         0    100341     31150   1364572     15.64     17.72
2970.41/743.66	c  N dy 12026   2819711        50      4450         0    118584     31150   1698760     15.64     16.47
2998.76/750.75	c  N dy 12105   2839777        50      4450         0     73827     31150    865712     15.64     18.04
3058.70/765.78	c  N dy 12137   2884339        50      4450         0    111466     31150   1517062     15.61     16.52
3102.64/776.74	c  N dy 12257   2904359        50      4450         0     65828     31150    713383     15.62     18.30
3126.99/782.86	c  N dy 12375   2924509        50      4450         0     83006     31150   1034666     15.63     16.55
3161.74/791.53	c  N dy 12527   2945894        50      4450         0    101330     31150   1381871     15.63     16.52
3196.50/800.30	c  N dy 12622   2965903        50      4450         0    118394     31150   1697977     15.63     17.45
3231.65/809.00	c  N dy 12713   2985906        50      4450         0     71644     31150    807824     15.64     17.89
3259.61/816.01	c  N dy 12856   3005950        50      4450         0     88852     31150   1132710     15.64     17.68
3294.76/824.80	c  N dy 13005   3026017        50      4450         0    106043     31150   1460697     15.65     17.12
3336.31/835.23	c  N dy 13124   3046407        50      4450         0    123438     31150   1785777     15.66     16.53
3375.08/844.94	c  N dy 13162   3077114        50      4450         0     84651     31150   1021751     15.64     16.71
3404.62/852.30	c  N dy 13239   3097132        50      4450         0    101691     31150   1334082     15.65     18.01
3444.98/862.40	c  N dy 13397   3117256        50      4450         0    118971     31150   1663119     15.65     16.53
3488.10/873.28	c  N dy 13555   3137396        50      4450         0     70592     31150    779289     15.66     16.49
3517.27/880.57	c  N dy 13643   3161186        50      4450         0     90759     31150   1146597     15.66     16.51
3550.45/888.81	c  N dy 13735   3181190        50      4450         0    107898     31150   1464822     15.66     17.93
3586.37/897.80	c  N dy 13793   3201360        50      4450         0    125074     31150   1778584     15.66     16.52
3608.74/903.44	c  S st 13820   3211997        50      4450         0     67649     31150    714310     15.66     14.81
3609.54/903.64	c  S st 13820   3212498        50      4450         0     68087     31150    723003     15.66   no data
3609.54/903.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3609.54/903.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
3609.54/903.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3609.54/903.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3609.54/903.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3609.54/903.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3609.54/903.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3609.54/903.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3609.94/903.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3613.54/904.66	c lits-rem:        26  cl-subs:      694  v-elim:      0  v-fix:    0  time:  0.95 s
3613.54/904.66	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3613.54/904.67	c vivif2 --  cl tried    67393 cl shrink        0 lits rem          0 time: 0.01
3614.74/904.96	c asymm  cl-useful: 0/585/4450 lits-rem:0 time: 0.29
3614.74/904.96	c calculated reachability. Time: 0.00
3614.74/904.96	c  N dy 13820   3212498        50      4450         0     67393     31150    712339     15.66   no data
3638.73/910.99	c  N dy 13907   3232508        50      4450         0     84408     31150   1026497     15.67     17.16
3668.27/918.38	c  N dy 14000   3252514        50      4450         0    101440     31150   1340607     15.67     18.20
3707.41/928.14	c  N dy 14100   3273040        50      4450         0    118965     31150   1666197     15.67     16.56
3746.16/937.86	c  N dy 14150   3293121        50      4450         0     68706     31150    727633     15.67     17.28
3770.55/943.92	c  N dy 14240   3313190        50      4450         0     85836     31150   1045160     15.67     17.29
3805.30/952.66	c  N dy 14379   3334420        50      4450         0    104031     31150   1388400     15.67     16.51
3850.81/964.07	c  N dy 14516   3356959        50      4450         0    123349     31150   1750499     15.68     16.54
3895.96/975.31	c  N dy 14632   3377478        50      4450         0     72567     31150    793878     15.68     16.55
3926.72/983.09	c  N dy 14713   3401520        50      4450         0     93016     31150   1168519     15.68     16.54
3960.27/991.43	c  N dy 14728   3427399        50      4450         0    114910     31150   1548669     15.67     16.53
4026.58/1008.09	c  N dy 14830   3470129        50      4450         0     82142     31150    940638     15.66     16.82
4058.54/1016.03	c  N dy 14937   3491645        50      4450         0    100374     31150   1278791     15.66     16.55
4098.49/1026.05	c  N dy 15056   3514194        50      4450         0    119620     31150   1638367     15.66     16.59
4143.65/1037.35	c  N dy 15184   3534338        50      4450         0    136825     31150   1963402     15.67     16.55
4177.18/1045.71	c  N dy 15317   3554358        50      4450         0     84268     31150    998195     15.67     17.38
4215.53/1055.33	c  N dy 15380   3583188        50      4450         0    108703     31150   1435233     15.67     16.58
4259.47/1066.33	c  N dy 15522   3604387        50      4450         0    126873     31150   1778995     15.67     16.58
4306.63/1078.18	c  N dy 15642   3624671        50      4450         0     73478     31150    790499     15.68     16.51
4330.98/1084.24	c  N dy 15713   3644712        50      4450         0     90573     31150   1103600     15.68     17.67
4364.14/1092.56	c  N dy 15815   3664891        50      4450         0    107683     31150   1420466     15.68     16.56
4443.62/1112.40	c  N dy 15955   3707664        50      4450         0     72486     31150    762054     15.67     16.54
4449.22/1113.86	c  S st 15983   3712498        50      4450         0     76608     31150    839669     15.67     15.70
4450.02/1114.09	c  S st 15983   3713001        50      4450         0     77046     31150    848407     15.67   no data
4450.42/1114.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4450.42/1114.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
4450.42/1114.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4450.42/1114.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4450.42/1114.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4450.42/1114.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4450.42/1114.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4450.42/1114.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4450.42/1114.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4457.61/1115.91	c lits-rem:       106  cl-subs:     2009  v-elim:      0  v-fix:    0  time:  1.73 s
4457.61/1115.91	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4457.61/1115.92	c vivif2 --  cl tried    75037 cl shrink        0 lits rem          0 time: 0.01
4458.81/1116.23	c asymm  cl-useful: 0/557/4450 lits-rem:0 time: 0.31
4458.81/1116.24	c calculated reachability. Time: 0.00
4458.81/1116.24	c  N dy 15983   3713001        50      4450         0     75037     31150    814827     15.67   no data
4488.37/1123.64	c  N dy 16126   3733014        50      4450         0     92082     31150   1139690     15.68     17.71
4520.72/1131.76	c  F st 16242   3751563        50      4450         0    107976     31150   1439648     15.68     14.17
4524.33/1132.61	c  N st 16246   3753596        50      4450         0    109697     31150   1471771     15.68   no data
4564.27/1142.65	c  N dy 16298   3773664        50      4450         0    126663     31150   1780373     15.68     17.11
4620.19/1156.60	c  N dy 16410   3797941        50      4450         0     75132     31150    805700     15.68     16.57
4651.75/1164.51	c  N dy 16486   3823972        50      4450         0     97306     31150   1211163     15.68     16.78
4686.10/1173.10	c  N dy 16568   3845602        50      4450         0    115826     31150   1554730     15.68     16.62
4732.46/1184.75	c  N dy 16723   3865617        50      4450         0    132909     31150   1879627     15.69     17.27
4779.59/1196.55	c  N dy 16829   3885618        50      4450         0     76753     31150    830411     15.69     17.53

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.67 8.08 8.11 2/176 3389
/proc/meminfo: memFree=30799184/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 521703900 52441088 347 33554432000 4194304 4627427 140736575660704 18446744073709551615 47030914152370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 12803 347 299 106 0 7774 0
[pid=3389/tid=3390] ppid=3387 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 521703900 52441088 347 33554432000 4194304 4627427 140736575660704 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 521703900 52441088 347 33554432000 4194304 4627427 140736575660704 18446744073709551615 47030914152368 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 521703900 52441088 347 33554432000 4194304 4627427 140736575660704 18446744073709551615 47030914152368 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.102871 s]
/proc/loadavg: 7.67 8.08 8.11 2/176 3389
/proc/meminfo: memFree=30799184/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=282532 CPUtime=0.38 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) D 3387 3389 2772 0 -1 4202496 1452 0 0 0 38 0 0 0 23 0 4 0 521703900 289312768 1369 33554432000 4194304 4627427 140736575660704 18446744073709551615 271550580919 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 70677 1387 370 106 0 65648 0
[pid=3389/tid=3390] ppid=3387 vsize=282708 CPUtime=0.09 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) D 3387 3389 2772 0 -1 4202560 221 0 0 0 9 0 0 0 18 0 4 0 521703900 289492992 1403 33554432000 4194304 4627427 140736575660704 18446744073709551615 271550198817 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=282708 CPUtime=0.09 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 359 0 0 0 9 0 0 0 24 0 4 0 521703900 289492992 1427 33554432000 4194304 4627427 140736575660704 18446744073709551615 271550234379 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=282708 CPUtime=0.09 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 305 0 0 0 9 0 0 0 18 0 4 0 521703900 289492992 1445 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282532

[startup+0.258337 s]
/proc/loadavg: 7.67 8.08 8.11 2/176 3389
/proc/meminfo: memFree=30799184/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=284668 CPUtime=1 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 3064 0 0 0 99 1 0 0 18 0 4 0 521703900 291500032 2320 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 71167 2320 384 106 0 66138 0
[pid=3389/tid=3390] ppid=3387 vsize=284668 CPUtime=0.24 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 673 0 0 0 24 0 0 0 18 0 4 0 521703900 291500032 2320 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=284668 CPUtime=0.24 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 711 0 0 0 24 0 0 0 25 0 4 0 521703900 291500032 2320 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=284668 CPUtime=0.25 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 544 0 0 0 25 0 0 0 18 0 4 0 521703900 291500032 2320 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 284668

[startup+0.300328 s]
/proc/loadavg: 7.67 8.08 8.11 2/176 3389
/proc/meminfo: memFree=30799184/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=284668 CPUtime=1.17 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 3182 0 0 0 116 1 0 0 18 0 4 0 521703900 291500032 2438 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 71167 2438 384 106 0 66138 0
[pid=3389/tid=3390] ppid=3387 vsize=284668 CPUtime=0.28 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 699 0 0 0 28 0 0 0 18 0 4 0 521703900 291500032 2438 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=284668 CPUtime=0.28 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 742 0 0 0 28 0 0 0 25 0 4 0 521703900 291500032 2438 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=284668 CPUtime=0.29 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 574 0 0 0 29 0 0 0 18 0 4 0 521703900 291500032 2438 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284668

[startup+0.700258 s]
/proc/loadavg: 7.67 8.08 8.11 2/176 3389
/proc/meminfo: memFree=30799184/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=285832 CPUtime=2.77 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 4990 0 0 0 276 1 0 0 18 0 4 0 521703900 292691968 2999 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 71458 2999 384 106 0 66429 0
[pid=3389/tid=3390] ppid=3387 vsize=285832 CPUtime=0.68 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 1074 0 0 0 68 0 0 0 18 0 4 0 521703900 292691968 2999 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=285832 CPUtime=0.68 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 1140 0 0 0 68 0 0 0 25 0 4 0 521703900 292691968 2999 33554432000 4194304 4627427 140736575660704 18446744073709551615 4338460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=285832 CPUtime=0.69 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 1083 0 0 0 69 0 0 0 18 0 4 0 521703900 292691968 2999 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285832

[startup+1.50111 s]
/proc/loadavg: 7.67 8.08 8.11 9/188 3401
/proc/meminfo: memFree=30776244/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=286860 CPUtime=5.97 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 8821 0 0 0 595 2 0 0 19 0 4 0 521703900 293744640 4485 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 71715 4485 388 106 0 66686 0
[pid=3389/tid=3390] ppid=3387 vsize=286860 CPUtime=1.48 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 1779 0 0 0 148 0 0 0 19 0 4 0 521703900 293744640 4485 33554432000 4194304 4627427 140736575660704 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=286860 CPUtime=1.48 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 2004 0 0 0 148 0 0 0 25 0 4 0 521703900 293744640 4485 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=286860 CPUtime=1.49 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 1782 0 0 0 149 0 0 0 20 0 4 0 521703900 293744640 4485 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286860

[startup+3.10082 s]
/proc/loadavg: 7.70 8.08 8.11 9/188 3401
/proc/meminfo: memFree=30739292/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=285468 CPUtime=12.36 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 16148 0 0 0 1233 3 0 0 25 0 4 0 521703900 292319232 9323 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 71367 9323 388 106 0 66338 0
[pid=3389/tid=3390] ppid=3387 vsize=285468 CPUtime=3.07 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 3652 0 0 0 307 0 0 0 25 0 4 0 521703900 292319232 9323 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=285468 CPUtime=3.08 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 4170 0 0 0 308 0 0 0 25 0 4 0 521703900 292319232 9323 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=285468 CPUtime=3.09 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 3876 0 0 0 309 0 0 0 25 0 4 0 521703900 292319232 9323 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285468

[startup+6.30024 s]
/proc/loadavg: 7.70 8.08 8.11 9/188 3401
/proc/meminfo: memFree=30713256/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=288256 CPUtime=25.14 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 23469 0 0 0 2509 5 0 0 25 0 4 0 521703900 295174144 11897 33554432000 4194304 4627427 140736575660704 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 72064 11897 388 106 0 67035 0
[pid=3389/tid=3390] ppid=3387 vsize=288256 CPUtime=6.25 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 5901 0 0 0 624 1 0 0 25 0 4 0 521703900 295174144 11897 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=288256 CPUtime=6.28 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 6001 0 0 0 627 1 0 0 25 0 4 0 521703900 295174144 11897 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=288256 CPUtime=6.29 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 5647 0 0 0 628 1 0 0 25 0 4 0 521703900 295174144 11897 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 288256

[startup+12.7011 s]
/proc/loadavg: 7.82 8.09 8.11 9/188 3401
/proc/meminfo: memFree=30688868/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=297604 CPUtime=50.7 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 33811 0 0 0 5063 7 0 0 25 0 4 0 521703900 304746496 13920 33554432000 4194304 4627427 140736575660704 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 74401 13920 388 106 0 69372 0
[pid=3389/tid=3390] ppid=3387 vsize=297604 CPUtime=12.61 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 8730 0 0 0 1260 1 0 0 25 0 4 0 521703900 304746496 13920 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=297604 CPUtime=12.68 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 7634 0 0 0 1266 2 0 0 25 0 4 0 521703900 304746496 13920 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=297604 CPUtime=12.69 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 9105 0 0 0 1268 1 0 0 25 0 4 0 521703900 304746496 13920 33554432000 4194304 4627427 140736575660704 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 297604

[startup+25.5008 s]
/proc/loadavg: 7.85 8.09 8.11 9/188 3401
/proc/meminfo: memFree=30661660/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=308464 CPUtime=101.84 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 51495 0 0 0 10171 13 0 0 25 0 4 0 521703900 315867136 16499 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 77116 16499 388 106 0 72087 0
[pid=3389/tid=3390] ppid=3387 vsize=308464 CPUtime=25.35 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 14239 0 0 0 2532 3 0 0 25 0 4 0 521703900 315867136 16499 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=308464 CPUtime=25.48 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 11442 0 0 0 2545 3 0 0 25 0 4 0 521703900 315867136 16500 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=308464 CPUtime=25.48 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 13175 0 0 0 2546 2 0 0 25 0 4 0 521703900 315867136 16500 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 308464

[startup+51.1011 s]
/proc/loadavg: 7.90 8.08 8.10 9/188 3434
/proc/meminfo: memFree=30586304/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=299776 CPUtime=204.1 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 78451 0 0 0 20389 21 0 0 25 0 4 0 521703900 306970624 21703 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 74944 21703 388 106 0 69915 0
[pid=3389/tid=3390] ppid=3387 vsize=299776 CPUtime=50.81 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 21384 0 0 0 5076 5 0 0 25 0 4 0 521703900 306970624 21703 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=299776 CPUtime=51.07 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 18530 0 0 0 5103 4 0 0 25 0 4 0 521703900 306970624 21703 33554432000 4194304 4627427 140736575660704 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=299776 CPUtime=51.09 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 19432 0 0 0 5104 5 0 0 25 0 4 0 521703900 306970624 21703 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 299776

[startup+102.301 s]
/proc/loadavg: 8.12 8.11 8.11 9/188 3435
/proc/meminfo: memFree=30519116/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=301144 CPUtime=408.64 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 118759 0 0 0 40831 33 0 0 25 0 4 0 521703900 308371456 23679 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 75286 23679 388 106 0 70257 0
[pid=3389/tid=3390] ppid=3387 vsize=301144 CPUtime=101.74 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 30515 0 0 0 10166 8 0 0 25 0 4 0 521703900 308371456 23679 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=301144 CPUtime=102.29 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 27997 0 0 0 10221 8 0 0 25 0 4 0 521703900 308371456 23679 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=301144 CPUtime=102.3 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 31441 0 0 0 10221 9 0 0 25 0 4 0 521703900 308371456 23679 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 301144

[startup+162.301 s]

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

[pid=3389] ppid=3387 vsize=402264 CPUtime=2565.74 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 366887 0 0 0 256438 136 0 0 25 0 4 0 521703900 411918336 55015 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 100566 55015 388 106 0 95537 0
[pid=3389/tid=3390] ppid=3387 vsize=402264 CPUtime=638.81 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 92973 0 0 0 63848 33 0 0 25 0 4 0 521703900 411918336 55015 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=402264 CPUtime=642.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 86755 0 0 0 64198 32 0 0 25 0 4 0 521703900 411918336 55015 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=402264 CPUtime=642.31 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 94146 0 0 0 64196 35 0 0 25 0 4 0 521703900 411918336 55015 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.74
Current children cumulated vsize (KiB) 402264

[startup+702.301 s]
/proc/loadavg: 8.11 8.14 8.09 9/188 3451
/proc/meminfo: memFree=30105052/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=349328 CPUtime=2805.41 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 387179 0 0 0 280397 144 0 0 25 0 4 0 521703900 357711872 55061 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 87332 55061 388 106 0 82303 0
[pid=3389/tid=3390] ppid=3387 vsize=349328 CPUtime=698.48 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 97449 0 0 0 69813 35 0 0 25 0 4 0 521703900 357711872 55061 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=349328 CPUtime=702.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 91285 0 0 0 70196 34 0 0 25 0 4 0 521703900 357711872 55061 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=349328 CPUtime=702.31 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 98805 0 0 0 70194 37 0 0 25 0 4 0 521703900 357711872 55061 33554432000 4194304 4627427 140736575660704 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 349328

[startup+762.301 s]
/proc/loadavg: 8.18 8.15 8.10 9/188 3453
/proc/meminfo: memFree=30079828/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=406772 CPUtime=3045.12 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 408124 0 0 0 304359 153 0 0 25 0 4 0 521703900 416534528 61968 33554432000 4194304 4627427 140736575660704 18446744073709551615 4333312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 101693 61968 388 106 0 96664 0
[pid=3389/tid=3390] ppid=3387 vsize=406772 CPUtime=758.15 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 102088 0 0 0 75778 37 0 0 25 0 4 0 521703900 416534528 61968 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=406772 CPUtime=762.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 98669 0 0 0 76193 37 0 0 25 0 4 0 521703900 416534528 61968 33554432000 4194304 4627427 140736575660704 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=406772 CPUtime=762.32 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 103260 0 0 0 76194 38 0 0 25 0 4 0 521703900 416534528 61968 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 406772

[startup+822.301 s]
/proc/loadavg: 8.18 8.15 8.10 9/188 3455
/proc/meminfo: memFree=30031556/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=366244 CPUtime=3284.78 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 425267 0 0 0 328316 162 0 0 25 0 4 0 521703900 375033856 60931 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 91561 60931 388 106 0 86532 0
[pid=3389/tid=3390] ppid=3387 vsize=366244 CPUtime=817.83 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 106439 0 0 0 81744 39 0 0 25 0 4 0 521703900 375033856 60931 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=366244 CPUtime=822.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 102601 0 0 0 82191 39 0 0 25 0 4 0 521703900 375033856 60931 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=366244 CPUtime=822.31 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 107717 0 0 0 82191 40 0 0 25 0 4 0 521703900 375033856 60931 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 366244

[startup+882.307 s]
/proc/loadavg: 8.27 8.18 8.11 9/188 3456
/proc/meminfo: memFree=29982036/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=366752 CPUtime=3524.48 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 443232 0 0 0 352275 173 0 0 25 0 4 0 521703900 375554048 60776 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 91688 60776 388 106 0 86659 0
[pid=3389/tid=3390] ppid=3387 vsize=366752 CPUtime=877.5 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 111017 0 0 0 87709 41 0 0 25 0 4 0 521703900 375554048 60776 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=366752 CPUtime=882.31 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 107064 0 0 0 88189 42 0 0 25 0 4 0 521703900 375554048 60776 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=366752 CPUtime=882.32 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 112224 0 0 0 88188 44 0 0 25 0 4 0 521703900 375554048 60776 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 366752

[startup+942.3 s]
/proc/loadavg: 8.21 8.18 8.11 9/188 3458
/proc/meminfo: memFree=29972432/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=367124 CPUtime=3764.13 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 460037 0 0 0 376230 183 0 0 25 0 4 0 521703900 375934976 61227 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 91781 61227 388 106 0 86752 0
[pid=3389/tid=3390] ppid=3387 vsize=367124 CPUtime=937.17 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 115463 0 0 0 93673 44 0 0 25 0 4 0 521703900 375934976 61227 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=367124 CPUtime=942.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 110527 0 0 0 94186 44 0 0 25 0 4 0 521703900 375934976 61227 33554432000 4194304 4627427 140736575660704 18446744073709551615 4340365 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=367124 CPUtime=942.31 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 116603 0 0 0 94184 47 0 0 25 0 4 0 521703900 375934976 61227 33554432000 4194304 4627427 140736575660704 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 367124

[startup+1002.3 s]
/proc/loadavg: 8.35 8.23 8.13 10/188 3459
/proc/meminfo: memFree=29973756/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=367492 CPUtime=4003.81 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 477326 0 0 0 400190 191 0 0 25 0 4 0 521703900 376311808 61572 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 91873 61572 388 106 0 86844 0
[pid=3389/tid=3390] ppid=3387 vsize=367492 CPUtime=996.85 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 119909 0 0 0 99639 46 0 0 25 0 4 0 521703900 376311808 61572 33554432000 4194304 4627427 140736575660704 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=367492 CPUtime=1002.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 115005 0 0 0 100184 46 0 0 25 0 4 0 521703900 376311808 61572 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=367492 CPUtime=1002.31 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 121280 0 0 0 100182 49 0 0 25 0 4 0 521703900 376311808 61572 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 367492

[startup+1062.3 s]
/proc/loadavg: 8.19 8.20 8.12 9/188 3461
/proc/meminfo: memFree=29924348/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=367872 CPUtime=4243.49 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 494846 0 0 0 424147 202 0 0 25 0 4 0 521703900 376700928 61929 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 91968 61929 388 106 0 86939 0
[pid=3389/tid=3390] ppid=3387 vsize=367872 CPUtime=1056.52 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 124499 0 0 0 105604 48 0 0 25 0 4 0 521703900 376700928 61929 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=367872 CPUtime=1062.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 119453 0 0 0 106181 49 0 0 25 0 4 0 521703900 376700928 61929 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=367872 CPUtime=1062.32 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 124849 0 0 0 106180 52 0 0 25 0 4 0 521703900 376700928 61929 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 367872

[startup+1122.3 s]
/proc/loadavg: 8.21 8.21 8.12 9/188 3463
/proc/meminfo: memFree=29922064/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=368244 CPUtime=4483.17 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 511841 0 0 0 448106 211 0 0 25 0 4 0 521703900 377081856 61625 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 92061 61625 388 106 0 87032 0
[pid=3389/tid=3390] ppid=3387 vsize=368244 CPUtime=1116.2 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 128025 0 0 0 111570 50 0 0 25 0 4 0 521703900 377081856 61625 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=368244 CPUtime=1122.31 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 123761 0 0 0 112180 51 0 0 25 0 4 0 521703900 377081856 61625 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=368244 CPUtime=1122.32 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 129654 0 0 0 112178 54 0 0 25 0 4 0 521703900 377081856 61625 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 368244

[startup+1182.3 s]
/proc/loadavg: 8.16 8.20 8.12 9/188 3464
/proc/meminfo: memFree=29916076/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=368536 CPUtime=4722.86 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 527288 0 0 0 472066 220 0 0 25 0 4 0 521703900 377380864 61818 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 92134 61818 388 106 0 87105 0
[pid=3389/tid=3390] ppid=3387 vsize=368536 CPUtime=1175.87 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 132328 0 0 0 117536 51 0 0 25 0 4 0 521703900 377380864 61818 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=368536 CPUtime=1182.3 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 127180 0 0 0 118177 53 0 0 25 0 4 0 521703900 377380864 61818 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=368536 CPUtime=1182.33 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 134006 0 0 0 118176 57 0 0 25 0 4 0 521703900 377380864 61818 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.86
Current children cumulated vsize (KiB) 368536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.18 8.12 9/188 3465
/proc/meminfo: memFree=29944700/32951124 swapFree=67111344/67111528
[pid=3389] ppid=3387 vsize=368600 CPUtime=4800.36 cores=1,3,5,7
/proc/3389/stat : 3389 (strangenight2-m) R 3387 3389 2772 0 -1 4202496 531266 0 0 0 479814 222 0 0 25 0 4 0 521703900 377446400 63229 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3389/statm: 92150 63229 388 106 0 87121 0
[pid=3389/tid=3390] ppid=3387 vsize=368600 CPUtime=1195.17 cores=1,3,5,7
/proc/3389/task/3390/stat : 3390 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 133159 0 0 0 119465 52 0 0 25 0 4 0 521703900 377446400 63229 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3389/tid=3391] ppid=3387 vsize=368600 CPUtime=1201.71 cores=1,3,5,7
/proc/3389/task/3391/stat : 3391 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 127839 0 0 0 120117 54 0 0 25 0 4 0 521703900 377446400 63229 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=368600 CPUtime=1201.73 cores=1,3,5,7
/proc/3389/task/3392/stat : 3392 (strangenight2-m) R 3387 3389 2772 0 -1 4202560 134784 0 0 0 120116 57 0 0 25 0 4 0 521703900 377446400 63229 33554432000 4194304 4627427 140736575660704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 368600

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.41
CPU user time (s): 4798.17
CPU system time (s): 2.23466
CPU usage (%): 399.46
Max. virtual memory (cumulated for all children) (KiB): 455356

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

runsolver used 1.77873 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 20:17:40
IDJOB=3174131
IDBENCH=82949
IDSOLVER=1586
FILE ID=node133/3174131-1304101060
RUNJOBID= node133-1304101060-3375
PBS_JOBID= 13170613
Free space on /tmp= 71896 MiB

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

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

MD5SUM BENCH= 7b433874f4dba1bf060f64be4ba91fb7
RANDOM SEED=441552454

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30799216 kB
Buffers:        756684 kB
Cached:         974116 kB
SwapCached:        124 kB
Active:         608468 kB
Inactive:      1185584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30799216 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           11272 kB
Writeback:           0 kB
AnonPages:       62988 kB
Mapped:          14696 kB
Slab:           294228 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187972 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-29 20:37:44