Trace number 3366540

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366540-1305407072.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.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.38/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.38/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.12	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.77/0.22	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.95	c  N dy    50     24132        50      4450         0     10183     31150    169063     15.11     15.95
3.99/1.01	c  F st    59     25000        50      4450         0     10951     31150    183811     15.19   no data
4.41/1.15	c  N st    64     28302        50      4450         0      7905     31150    123879     15.19   no data
4.76/1.22	c  S st    65     30001        50      4450         0      9387     31150    151755     15.19   no data
4.76/1.25	c  S st    65     30503        50      4450         0      9829     31150    160282     15.19   no data
4.76/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.26	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.76/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.76/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.47	c lits-rem:       150  cl-subs:     1636  v-elim:      0  v-fix:    0  time:  0.20 s
6.36/1.67	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.20
6.36/1.67	c calculated reachability. Time: 0.00
6.36/1.67	c  N dy    65     30503        50      4450         0      8193     31150    133132     15.19   no data
7.16/1.87	c  N dy    93     34528        50      4450         0     11704     31150    198059     15.36     17.23
8.37/2.16	c  N dy   118     39893        50      4450         0      9575     31150    146428     15.38     16.25
9.56/2.46	c  N dy   132     45755        50      4450         0     14625     31150    237614     15.33     12.99
9.56/2.46	c  S st   132     45755        50      4450         0     14625     31150    237614     15.33     12.99
9.96/2.51	c  S st   132     46260        50      4450         0     15078     31150    246183     15.33   no data
9.96/2.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.96/2.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.96/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.91	c lits-rem:       246  cl-subs:     2641  v-elim:      0  v-fix:    0  time:  0.38 s
11.55/2.91	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.55/2.91	c vivif2 --  cl tried    12437 cl shrink        0 lits rem          0 time: 0.00
12.35/3.18	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
12.35/3.18	c calculated reachability. Time: 0.00
12.35/3.18	c  N dy   132     46260        50      4450         0     12437     31150    201670     15.33   no data
17.16/4.31	c  N dy   137     69391        50      4450         0     16218     31150    244754     14.62     11.05
17.16/4.31	c  S st   137     69391        50      4450         0     16218     31150    244754     14.62     11.05
17.16/4.36	c  S st   137     69895        50      4450         0     16666     31150    253326     14.62   no data
17.16/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.16/4.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.16/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.16/4.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.16/4.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.53/4.94	c lits-rem:       287  cl-subs:     3426  v-elim:      0  v-fix:    0  time:  0.56 s
19.53/4.94	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.53/4.94	c vivif2 --  cl tried    13240 cl shrink        0 lits rem          0 time: 0.00
20.73/5.22	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
20.73/5.22	c calculated reachability. Time: 0.00
20.73/5.22	c  N dy   137     69895        50      4450         0     13240     31150    203321     14.62   no data
21.96/5.55	c  N dy   182     74431        50      4450         0     17196     31150    278233     14.79     15.86
23.12/5.89	c  N dy   227     79273        50      4450         0     12280     31150    180565     14.93     17.45
24.72/6.25	c  N dy   274     84428        50      4450         0     16753     31150    265156     15.06     17.31
25.52/6.49	c  F st   299     87501        50      4450         0     19445     31150    315343     15.12   no data
26.70/6.72	c  N st   304     90801        50      4450         0     12064     31150    167595     15.12   no data
28.30/7.10	c  N dy   343     96671        50      4450         0     17153     31150    262036     15.20     17.04
30.32/7.64	c  N dy   367    103292        50      4450         0     11696     31150    152000     15.21     16.09
30.74/7.73	c  S st   380    104842        50      4450         0     13049     31150    177419     15.23     15.13
30.74/7.78	c  S st   380    105350        50      4450         0     13500     31150    185926     15.23   no data
30.74/7.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.74/7.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.74/7.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.74/7.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.74/7.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.74/7.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.74/7.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.74/7.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.74/7.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.50/7.90	c lits-rem:        72  cl-subs:      591  v-elim:      0  v-fix:    0  time:  0.11 s
31.50/7.90	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
31.50/7.91	c vivif2 --  cl tried    12909 cl shrink        0 lits rem          0 time: 0.00
32.30/8.19	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
32.30/8.19	c calculated reachability. Time: 0.00
32.30/8.19	c  N dy   380    105350        50      4450         0     12909     31150    175081     15.23   no data
35.49/8.94	c  N dy   400    116081        50      4450         0     22152     31150    334222     15.12     15.92
37.89/9.55	c  N dy   473    123558        50      4450         0     16631     31150    238880     15.25     18.22
41.48/10.42	c  N dy   518    134000        50      4450         0     25680     31150    402097     15.26     16.13
43.91/11.07	c  N dy   565    142579        50      4450         0     20169     31150    293250     15.30     16.90
47.88/12.03	c  N dy   632    151906        50      4450         0     14419     31150    180000     15.38     16.51
49.46/12.47	c  S st   653    158025        50      4450         0     19709     31150    274758     15.37     16.14
49.85/12.52	c  S st   653    158530        50      4450         0     20168     31150    283697     15.37   no data
49.85/12.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.85/12.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
49.85/12.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.85/12.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.85/12.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.85/12.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
49.85/12.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.85/12.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
49.85/12.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.46/12.92	c lits-rem:       186  cl-subs:     2058  v-elim:      0  v-fix:    0  time:  0.38 s
51.46/12.92	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
51.46/12.92	c vivif2 --  cl tried    18110 cl shrink        0 lits rem          0 time: 0.00
52.68/13.27	c asymm  cl-useful: 0/4232/4450 lits-rem:0 time: 0.34
52.68/13.27	c calculated reachability. Time: 0.00
52.68/13.27	c  N dy   653    158530        50      4450         0     18110     31150    249065     15.37   no data
56.67/14.23	c  N dy   724    168747        50      4450         0     27027     31150    416503     15.45     17.31
60.24/15.19	c  N dy   791    179534        50      4450         0     21788     31150    310943     15.51     17.10
65.44/16.46	c  N dy   853    191088        50      4450         0     16270     31150    202096     15.55     17.47
70.25/17.61	c  N dy   906    204559        50      4450         0     27964     31150    415905     15.56     16.40
75.40/18.90	c  N dy   943    217799        50      4450         0     22960     31150    315624     15.54     16.39
82.59/20.76	c  N dy   977    236494        50      4450         0     21741     31150    278470     15.49     16.36
83.00/20.89	c  S st   990    237796        50      4450         0     22857     31150    299698     15.50   no data
83.42/20.95	c  S st   990    238300        50      4450         0     23309     31150    308252     15.50   no data
83.42/20.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.42/20.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
83.42/20.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.42/20.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.42/20.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.42/20.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
83.42/20.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.42/20.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
83.42/20.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.38/21.44	c lits-rem:       184  cl-subs:     2206  v-elim:      0  v-fix:    0  time:  0.47 s
85.38/21.44	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
85.38/21.44	c vivif2 --  cl tried    21103 cl shrink        0 lits rem          0 time: 0.00
86.58/21.79	c asymm  cl-useful: 0/3756/4450 lits-rem:0 time: 0.35
86.58/21.79	c calculated reachability. Time: 0.00
86.58/21.79	c  N dy   990    238300        50      4450         0     21103     31150    271975     15.50   no data
92.95/23.33	c  N dy  1039    253525        50      4450         0     34291     31150    512205     15.50     18.82
110.12/27.60	c  N dy  1127    298848        50      4450         0     36048     31150    502189     15.31     16.29
113.73/28.58	c  F st  1180    306254        50      4450         0     22852     31150    285689     15.34     15.76
122.51/30.80	c  N dy  1232    326726        50      4450         0     40399     31150    598540     15.32     16.26
132.87/33.30	c  N dy  1394    346959        50      4450         0     37476     31150    555150     15.40     16.28
138.85/34.81	c  S st  1455    357450        50      4450         0     24969     31150    310013     15.43     15.85
138.85/34.88	c  S st  1455    357951        50      4450         0     25410     31150    318661     15.43   no data
138.85/34.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.85/34.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.85/34.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.85/34.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.85/34.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.85/34.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
138.85/34.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.25/34.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
139.25/34.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.48/35.28	c lits-rem:       117  cl-subs:     1194  v-elim:      0  v-fix:    0  time:  0.37 s
140.48/35.28	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
140.48/35.29	c vivif2 --  cl tried    24216 cl shrink        0 lits rem          0 time: 0.00
140.84/35.37	c asymm  cl-useful: 0/694/4450 lits-rem:0 time: 0.08
140.84/35.37	c calculated reachability. Time: 0.00
140.84/35.37	c  N dy  1455    357951        50      4450         0     24216     31150    297873     15.43   no data
151.22/37.96	c  N dy  1564    378019        50      4450         0     41600     31150    618437     15.46     17.88
165.99/41.61	c  N dy  1660    404822        50      4450         0     42287     31150    610283     15.44     16.38
182.75/45.85	c  N dy  1774    435958        50      4450         0     45786     31150    663790     15.43     16.28
196.32/49.26	c  N dy  1865    461933        50      4450         0     44011     31150    627428     15.42     16.31
210.72/52.90	c  N dy  1966    488497        50      4450         0     41908     31150    583297     15.42     16.28
223.89/56.14	c  N dy  2098    509185        50      4450         0     33988     31150    437295     15.46     16.32
235.83/59.18	c  N dy  2176    529220        50      4450         0     51171     31150    749182     15.46     16.28
240.62/60.33	c  S st  2191    536926        50      4450         0     31073     31150    369110     15.46     13.55
241.04/60.43	c  S st  2191    537430        50      4450         0     31522     31150    377797     15.46   no data
241.04/60.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.04/60.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
241.04/60.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.04/60.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.04/60.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.04/60.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
241.04/60.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.04/60.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.04/60.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.41/61.04	c lits-rem:       186  cl-subs:     1922  v-elim:      0  v-fix:    0  time:  0.59 s
243.41/61.05	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
243.41/61.05	c vivif2 --  cl tried    29600 cl shrink        0 lits rem          0 time: 0.00
245.01/61.42	c asymm  cl-useful: 0/2961/4450 lits-rem:0 time: 0.37
245.01/61.42	c calculated reachability. Time: 0.00
245.01/61.42	c  N dy  2191    537430        50      4450         0     29600     31150    346537     15.46   no data
257.38/64.54	c  N dy  2337    557517        50      4450         0     47044     31150    675804     15.50     16.35
269.76/67.62	c  N dy  2417    577611        50      4450         0     36909     31150    470113     15.50     16.46
289.33/72.61	c  N dy  2449    615553        50      4450         0     40835     31150    521085     15.39     16.25
305.67/76.69	c  N dy  2570    637608        50      4450         0     30759     31150    345927     15.41     16.27
318.44/79.88	c  N dy  2707    657683        50      4450         0     48087     31150    670573     15.45     16.41
334.00/83.75	c  N dy  2823    678179        50      4450         0     35727     31150    434930     15.46     16.28
347.57/87.18	c  N dy  2921    698217        50      4450         0     53014     31150    751773     15.47     19.07
364.37/91.35	c  N dy  3015    719791        50      4450         0     40519     31150    507099     15.48     16.32
377.89/94.78	c  N dy  3078    739877        50      4450         0     57774     31150    818944     15.47     17.56
393.07/98.56	c  N dy  3171    760466        50      4450         0     43696     31150    561911     15.48     16.30
411.43/103.14	c  N dy  3299    781354        50      4450         0     61797     31150    899258     15.50     16.42
426.99/107.08	c  N dy  3448    801419        50      4450         0     46416     31150    613400     15.53     17.47
430.98/108.06	c  S st  3472    806146        50      4450         0     50494     31150    689141     15.54   no data
431.79/108.20	c  S st  3472    806648        50      4450         0     50944     31150    697752     15.54   no data
431.79/108.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
431.79/108.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
431.79/108.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.79/108.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.79/108.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.79/108.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
431.79/108.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.79/108.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
431.79/108.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
442.16/110.84	c lits-rem:       500  cl-subs:     5024  v-elim:      0  v-fix:    0  time:  2.57 s
442.16/110.85	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
442.16/110.85	c vivif2 --  cl tried    45920 cl shrink        0 lits rem          0 time: 0.01
442.98/111.10	c asymm  cl-useful: 0/831/4450 lits-rem:0 time: 0.23
442.98/111.10	c calculated reachability. Time: 0.00
442.98/111.10	c  N dy  3472    806648        50      4450         0     45920     31150    604445     15.54   no data
465.35/116.61	c  N dy  3572    836854        50      4450         0     38547     31150    447530     15.52     16.39
481.27/120.61	c  N dy  3717    856868        50      4450         0     55852     31150    773809     15.55     16.88
499.62/125.28	c  N dy  3841    877025        50      4450         0     38947     31150    455788     15.57     16.52
514.79/129.02	c  N dy  3946    897107        50      4450         0     56292     31150    778027     15.59     16.66
534.34/133.91	c  N dy  4058    917153        50      4450         0     38291     31150    436402     15.60     16.62
547.92/137.33	c  N dy  4133    937245        50      4450         0     55498     31150    749891     15.60     17.72
567.47/142.20	c  N dy  4145    964253        50      4450         0     42399     31150    489564     15.54     16.41
594.61/149.06	c  N dy  4248   1000037        50      4450         0     73047     31150   1043415     15.53     16.37
611.37/153.21	c  N dy  4340   1022398        50      4450         0     55506     31150    735227     15.54     16.67
632.92/158.65	c  N dy  4379   1046742        50      4450         0     38572     31150    417150     15.52     16.42
650.48/163.02	c  N dy  4494   1071187        50      4450         0     59531     31150    803919     15.52     16.41
651.28/163.21	c  F st  4500   1071876        50      4450         0     60125     31150    815064     15.53     16.16
671.25/168.21	c  N dy  4533   1092491        50      4450         0     39215     31150    421162     15.51     16.38
686.39/172.08	c  N dy  4634   1112580        50      4450         0     56497     31150    739010     15.52     17.43
707.95/177.48	c  N dy  4764   1132660        50      4450         0     73711     31150   1062133     15.54     16.65
723.93/181.42	c  N dy  4816   1152769        50      4450         0     51465     31150    637122     15.53     16.35
744.26/186.57	c  N dy  4967   1172793        50      4450         0     68743     31150    964886     15.55     17.59
768.25/192.51	c  N dy  5107   1192807        50      4450         0     45612     31150    525754     15.57     16.45
783.37/196.36	c  S st  5216   1209973        50      4450         0     60355     31150    801484     15.59   no data
784.17/196.57	c  S st  5216   1210479        50      4450         0     60795     31150    809976     15.59   no data
784.17/196.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
784.57/196.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
784.57/196.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
784.57/196.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
784.57/196.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
784.57/196.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
784.57/196.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
784.57/196.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
784.57/196.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
804.92/201.75	c lits-rem:       649  cl-subs:     6160  v-elim:      0  v-fix:    0  time:  5.05 s
804.92/201.75	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
804.92/201.76	c vivif2 --  cl tried    54635 cl shrink        0 lits rem          0 time: 0.01
806.52/202.12	c asymm  cl-useful: 0/658/4450 lits-rem:0 time: 0.35
806.52/202.12	c calculated reachability. Time: 0.00
806.52/202.12	c  N dy  5216   1210479        50      4450         0     54635     31150    698872     15.59   no data
835.65/209.43	c  N dy  5310   1234447        50      4450         0     75177     31150   1071805     15.59     16.42
856.40/214.65	c  N dy  5452   1254548        50      4450         0     51758     31150    636888     15.60     17.91
875.16/219.32	c  N dy  5519   1275288        50      4450         0     69576     31150    963217     15.60     16.44
897.91/225.07	c  N dy  5603   1295924        50      4450         0     45423     31150    508424     15.61     16.44
914.67/229.29	c  N dy  5656   1317704        50      4450         0     64010     31150    841829     15.60     16.43
939.45/235.49	c  N dy  5758   1337732        50      4450         0     81146     31150   1160987     15.61     16.99
970.54/243.29	c  N dy  5870   1367471        50      4450         0     63802     31150    833119     15.61     16.67
996.88/249.89	c  N dy  5972   1388767        50      4450         0     81972     31150   1168368     15.61     16.47
1016.84/254.86	c  N dy  6047   1409365        50      4450         0     56039     31150    687957     15.62     16.45
1035.61/259.56	c  N dy  6103   1429393        50      4450         0     73081     31150    994337     15.61     16.70
1067.12/267.50	c  N dy  6138   1465476        50      4450         0     59283     31150    718310     15.57     16.40
1089.47/273.07	c  N dy  6246   1485527        50      4450         0     76433     31150   1034846     15.58     16.40
1113.41/279.09	c  N dy  6253   1513814        50      4450         0     55136     31150    640822     15.53     16.39
1128.21/282.73	c  N dy  6265   1534081        50      4450         0     72360     31150    944297     15.51     16.34
1159.31/290.51	c  N dy  6405   1556479        50      4450         0     91597     31150   1303508     15.53     16.40
1179.67/295.61	c  N dy  6526   1577601        50      4450         0     63815     31150    816743     15.54     16.58
1205.20/302.00	c  N dy  6683   1597642        50      4450         0     81073     31150   1144600     15.55     17.04
1232.73/308.99	c  N dy  6770   1618443        50      4450         0     51861     31150    584888     15.56     16.44
1249.90/313.21	c  N dy  6834   1638491        50      4450         0     68984     31150    897013     15.56     17.02
1274.64/319.40	c  N dy  6917   1659095        50      4450         0     86657     31150   1220642     15.56     16.41
1301.38/326.17	c  N dy  7022   1680005        50      4450         0     56627     31150    667855     15.56     16.42
1323.73/331.75	c  N dy  7180   1700100        50      4450         0     73937     31150    999017     15.58     16.54
1336.51/334.97	c  S st  7229   1710480        50      4450         0     82833     31150   1162621     15.58     14.97
1337.71/335.26	c  S st  7229   1710983        50      4450         0     83277     31150   1171162     15.58   no data
1337.71/335.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1338.11/335.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1338.11/335.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1338.11/335.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1338.11/335.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1338.11/335.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1338.11/335.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1338.11/335.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1338.11/335.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1409.52/353.26	c lits-rem:       947  cl-subs:    10670  v-elim:      0  v-fix:    0  time: 17.71 s
1409.52/353.26	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1409.52/353.27	c vivif2 --  cl tried    72607 cl shrink        0 lits rem          0 time: 0.02
1411.52/353.73	c asymm  cl-useful: 0/724/4450 lits-rem:0 time: 0.46
1411.52/353.74	c calculated reachability. Time: 0.00
1411.52/353.74	c  N dy  7229   1710983        50      4450         0     72607     31150    976632     15.58   no data
1446.63/362.51	c  N dy  7385   1731004        50      4450         0     89847     31150   1304640     15.60     17.93
1467.39/367.75	c  N dy  7447   1751154        50      4450         0     58860     31150    701170     15.60     16.50
1489.74/373.36	c  N dy  7563   1771191        50      4450         0     76064     31150   1022901     15.61     16.96
1518.90/380.63	c  N dy  7674   1791224        50      4450         0     93171     31150   1340937     15.61     17.51
1552.80/389.13	c  N dy  7737   1825229        50      4450         0     72832     31150    931452     15.59     16.42
1585.52/397.35	c  N dy  7833   1848771        50      4450         0     92990     31150   1304279     15.60     16.70
1610.27/403.57	c  N dy  7926   1868829        50      4450         0     59929     31150    710460     15.60     18.48
1635.01/409.71	c  N dy  8083   1888912        50      4450         0     77155     31150   1037420     15.61     17.43
1669.33/418.32	c  N dy  8173   1915631        50      4450         0     99995     31150   1451795     15.61     16.55
1691.68/423.95	c  N dy  8218   1938997        50      4450         0     68542     31150    843346     15.60     16.51
1727.19/432.82	c  N dy  8269   1974886        50      4450         0     98887     31150   1376349     15.58     16.51
1751.58/438.92	c  N dy  8376   1994909        50      4450         0     64193     31150    775984     15.58     16.49
1792.63/449.22	c  N dy  8412   2034205        50      4450         0     97301     31150   1347276     15.55     16.40
1820.59/456.21	c  N dy  8530   2054218        50      4450         0     61792     31150    725579     15.56     16.97
1842.54/461.78	c  N dy  8628   2074258        50      4450         0     79078     31150   1046849     15.57     16.39
1871.26/468.90	c  N dy  8707   2094329        50      4450         0     96239     31150   1358781     15.57     17.61
1906.38/477.72	c  N dy  8837   2117906        50      4450         0     62691     31150    727511     15.57     16.41
1930.74/483.83	c  N dy  8968   2137976        50      4450         0     79995     31150   1055511     15.58     17.05
1961.06/491.43	c  N dy  9077   2158057        50      4450         0     97142     31150   1375291     15.59     18.00
1992.60/499.33	c  N dy  9186   2178091        50      4450         0     59607     31150    667626     15.60     18.34
2014.14/504.72	c  N dy  9290   2198159        50      4450         0     76722     31150    984053     15.60     17.73
2032.54/509.34	c  S st  9377   2210985        50      4450         0     87740     31150   1193010     15.61   no data
2033.69/509.61	c  S st  9377   2211495        50      4450         0     88194     31150   1201895     15.61   no data
2033.69/509.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2033.69/509.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2033.69/509.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2033.69/509.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2033.69/509.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2033.69/509.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2033.69/509.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2033.69/509.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2034.09/509.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2095.14/525.01	c lits-rem:       887  cl-subs:    10428  v-elim:      0  v-fix:    0  time: 15.15 s
2095.14/525.01	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2095.14/525.02	c vivif2 --  cl tried    77766 cl shrink        0 lits rem          0 time: 0.02
2097.14/525.50	c asymm  cl-useful: 0/565/4450 lits-rem:0 time: 0.48
2097.14/525.51	c calculated reachability. Time: 0.00
2097.14/525.51	c  N dy  9377   2211495        50      4450         0     77766     31150   1013653     15.61   no data
2137.04/535.54	c  N dy  9514   2231706        50      4450         0     95097     31150   1342006     15.62     16.47
2171.36/544.14	c  N dy  9627   2251782        50      4450         0     57351     31150    622288     15.62     18.56
2196.51/550.48	c  N dy  9699   2277763        50      4450         0     79384     31150   1016132     15.62     16.44
2224.05/557.40	c  N dy  9770   2298134        50      4450         0     96759     31150   1337406     15.62     16.50
2251.60/564.26	c  N dy  9794   2318186        50      4450         0     57825     31150    622116     15.60     17.83
2272.74/569.54	c  N dy  9851   2339504        50      4450         0     76001     31150    951439     15.60     16.43
2298.68/576.07	c  N dy  9930   2359538        50      4450         0     93000     31150   1257862     15.60     17.25
2340.98/586.69	c  N dy 10053   2383767        50      4450         0    113727     31150   1641641     15.61     16.48
2363.73/592.35	c  N dy 10145   2404209        50      4450         0     74339     31150    917657     15.61     16.62
2399.64/601.33	c  N dy 10251   2430808        50      4450         0     97024     31150   1334732     15.61     16.45
2431.59/609.36	c  N dy 10307   2450935        50      4450         0    114247     31150   1642580     15.60     16.44
2457.11/615.70	c  N dy 10412   2471011        50      4450         0     73520     31150    897580     15.61     18.08
2487.04/623.27	c  N dy 10550   2491889        50      4450         0     91444     31150   1234388     15.62     16.53
2524.55/632.64	c  N dy 10687   2512970        50      4450         0    109496     31150   1572491     15.63     16.45
2558.08/641.07	c  N dy 10824   2532990        50      4450         0     67630     31150    780949     15.63     17.29
2580.04/646.55	c  N dy 10880   2553004        50      4450         0     84598     31150   1082811     15.63     17.46
2617.95/656.02	c  N dy 10949   2580473        50      4450         0    107935     31150   1500815     15.62     16.53
2651.50/664.41	c  N dy 11045   2600555        50      4450         0     65332     31150    730002     15.62     17.17
2689.78/674.00	c  N dy 11115   2635012        50      4450         0     94652     31150   1250559     15.61     16.47
2722.90/682.39	c  N dy 11195   2655093        50      4450         0    111905     31150   1568583     15.61     17.38
2759.22/691.41	c  N dy 11354   2675140        50      4450         0     68496     31150    786016     15.62     16.45
2784.76/697.83	c  N dy 11480   2695144        50      4450         0     85678     31150   1108936     15.63     18.17
2806.71/703.34	c  S st 11525   2711495        50      4450         0     99544     31150   1360784     15.63     14.83
2807.92/703.67	c  S st 11525   2711996        50      4450         0     99981     31150   1369318     15.63   no data
2807.92/703.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2808.32/703.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2808.32/703.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2808.32/703.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2808.32/703.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2808.32/703.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2808.32/703.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2808.32/703.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2808.32/703.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2887.72/723.66	c lits-rem:       968  cl-subs:    12753  v-elim:      0  v-fix:    0  time: 19.69 s
2887.72/723.66	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2887.72/723.68	c vivif2 --  cl tried    87228 cl shrink        0 lits rem          0 time: 0.02
2889.71/724.19	c asymm  cl-useful: 0/468/4450 lits-rem:0 time: 0.49
2889.71/724.19	c calculated reachability. Time: 0.00
2889.71/724.19	c  N dy 11525   2711996        50      4450         0     87228     31150   1142668     15.63   no data
2933.61/735.12	c  N dy 11656   2732039        50      4450         0    104439     31150   1467079     15.63     18.02
2975.13/745.53	c  N dy 11745   2752814        50      4450         0     61565     31150    650018     15.64     16.51
3001.87/752.22	c  N dy 11821   2778182        50      4450         0     83153     31150   1039808     15.63     16.46
3036.98/761.06	c  N dy 11964   2798254        50      4450         0    100341     31150   1364572     15.64     17.72
3079.28/771.67	c  N dy 12026   2819711        50      4450         0    118584     31150   1698760     15.64     16.47
3113.20/780.18	c  N dy 12105   2839777        50      4450         0     73827     31150    865712     15.64     18.04
3165.12/793.11	c  N dy 12137   2884339        50      4450         0    111466     31150   1517062     15.61     16.52
3203.39/802.75	c  N dy 12257   2904359        50      4450         0     65828     31150    713383     15.62     18.30
3228.53/809.04	c  N dy 12375   2924509        50      4450         0     83006     31150   1034666     15.63     16.55
3263.66/817.87	c  N dy 12527   2945894        50      4450         0    101330     31150   1381871     15.63     16.52
3299.17/826.70	c  N dy 12622   2965903        50      4450         0    118394     31150   1697977     15.63     17.45
3334.30/835.58	c  N dy 12713   2985906        50      4450         0     71644     31150    807824     15.64     17.89
3362.67/842.69	c  N dy 12856   3005950        50      4450         0     88852     31150   1132710     15.64     17.68
3398.14/851.59	c  N dy 13005   3026017        50      4450         0    106043     31150   1460697     15.65     17.12
3440.86/862.29	c  N dy 13124   3046407        50      4450         0    123438     31150   1785777     15.66     16.53
3480.37/872.12	c  N dy 13162   3077114        50      4450         0     84651     31150   1021751     15.64     16.71
3510.30/879.62	c  N dy 13239   3097132        50      4450         0    101691     31150   1334082     15.65     18.01
3551.02/889.88	c  N dy 13397   3117256        50      4450         0    118971     31150   1663119     15.65     16.53
3594.92/900.84	c  N dy 13555   3137396        50      4450         0     70592     31150    779289     15.66     16.49
3624.42/908.28	c  N dy 13643   3161186        50      4450         0     90759     31150   1146597     15.66     16.51
3657.95/916.67	c  N dy 13735   3181190        50      4450         0    107898     31150   1464822     15.66     17.93
3694.67/925.89	c  N dy 13793   3201360        50      4450         0    125074     31150   1778584     15.66     16.52
3717.84/931.67	c  S st 13820   3211997        50      4450         0     67649     31150    714310     15.66     14.81
3718.61/931.88	c  S st 13820   3212498        50      4450         0     68087     31150    723003     15.66   no data
3718.61/931.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3719.01/931.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
3719.01/931.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3719.01/931.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3719.01/931.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3719.01/931.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3719.01/931.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3719.01/931.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3719.01/931.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3723.00/932.92	c lits-rem:        26  cl-subs:      694  v-elim:      0  v-fix:    0  time:  0.96 s
3723.00/932.92	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3723.00/932.93	c vivif2 --  cl tried    67393 cl shrink        0 lits rem          0 time: 0.01
3724.20/933.22	c asymm  cl-useful: 0/585/4450 lits-rem:0 time: 0.29
3724.20/933.23	c calculated reachability. Time: 0.00
3724.20/933.23	c  N dy 13820   3212498        50      4450         0     67393     31150    712339     15.66   no data
3748.56/939.33	c  N dy 13907   3232508        50      4450         0     84408     31150   1026497     15.67     17.16
3779.29/947.06	c  N dy 14000   3252514        50      4450         0    101440     31150   1340607     15.67     18.20
3817.59/956.60	c  N dy 14100   3273040        50      4450         0    118965     31150   1666197     15.67     16.56
3856.70/966.44	c  N dy 14150   3293121        50      4450         0     68706     31150    727633     15.67     17.28
3881.44/972.60	c  N dy 14240   3313190        50      4450         0     85836     31150   1045160     15.67     17.29
3916.95/981.55	c  N dy 14379   3334420        50      4450         0    104031     31150   1388400     15.67     16.51
3964.44/993.40	c  N dy 14516   3356959        50      4450         0    123349     31150   1750499     15.68     16.54
4009.54/1004.74	c  N dy 14632   3377478        50      4450         0     72567     31150    793878     15.68     16.55
4040.28/1012.46	c  N dy 14713   3401520        50      4450         0     93016     31150   1168519     15.68     16.54
4074.20/1020.97	c  N dy 14728   3427399        50      4450         0    114910     31150   1548669     15.67     16.53
4142.04/1037.98	c  N dy 14830   3470129        50      4450         0     82142     31150    940638     15.66     16.82
4174.39/1046.03	c  N dy 14937   3491645        50      4450         0    100374     31150   1278791     15.66     16.55
4215.08/1056.20	c  N dy 15056   3514194        50      4450         0    119620     31150   1638367     15.66     16.59
4260.98/1067.74	c  N dy 15184   3534338        50      4450         0    136825     31150   1963402     15.67     16.55
4294.48/1076.17	c  N dy 15317   3554358        50      4450         0     84268     31150    998195     15.67     17.38
4333.99/1086.06	c  N dy 15380   3583188        50      4450         0    108703     31150   1435233     15.67     16.58
4378.70/1097.21	c  N dy 15522   3604387        50      4450         0    126873     31150   1778995     15.67     16.58
4426.19/1109.15	c  N dy 15642   3624671        50      4450         0     73478     31150    790499     15.68     16.51
4450.94/1115.32	c  N dy 15713   3644712        50      4450         0     90573     31150   1103600     15.68     17.67
4484.46/1123.78	c  N dy 15815   3664891        50      4450         0    107683     31150   1420466     15.68     16.56
4565.09/1143.94	c  N dy 15955   3707664        50      4450         0     72486     31150    762054     15.67     16.54
4571.86/1145.66	c  S st 15983   3712498        50      4450         0     76608     31150    839669     15.67     15.70
4573.06/1145.92	c  S st 15983   3713001        50      4450         0     77046     31150    848407     15.67   no data
4573.06/1145.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4573.06/1145.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
4573.06/1145.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4573.06/1145.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4573.06/1145.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4573.06/1145.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4573.06/1145.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4573.06/1145.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4573.06/1145.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4580.24/1147.75	c lits-rem:       106  cl-subs:     2009  v-elim:      0  v-fix:    0  time:  1.73 s
4580.24/1147.75	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4580.24/1147.76	c vivif2 --  cl tried    75037 cl shrink        0 lits rem          0 time: 0.01
4581.44/1148.07	c asymm  cl-useful: 0/557/4450 lits-rem:0 time: 0.31
4581.44/1148.07	c calculated reachability. Time: 0.00
4581.44/1148.07	c  N dy 15983   3713001        50      4450         0     75037     31150    814827     15.67   no data
4611.37/1155.58	c  N dy 16126   3733014        50      4450         0     92082     31150   1139690     15.68     17.71
4646.08/1164.21	c  F st 16242   3751563        50      4450         0    107976     31150   1439648     15.68     14.17
4649.27/1165.08	c  N st 16246   3753596        50      4450         0    109697     31150   1471771     15.68   no data
4688.01/1174.75	c  N dy 16298   3773664        50      4450         0    126663     31150   1780373     15.68     17.11
4744.27/1188.84	c  N dy 16410   3797941        50      4450         0     75132     31150    805700     15.68     16.57
4776.22/1196.86	c  N dy 16486   3823972        50      4450         0     97306     31150   1211163     15.68     16.78

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.55 8.00 7.99 9/294 5277
/proc/meminfo: memFree=16807940/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652309991 52396032 351 33554432000 4194304 4580107 140734093102256 18446744073709551615 218370957243 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5277/statm: 12792 351 302 95 0 7774 0
[pid=5277/tid=5278] ppid=5275 vsize=216312 CPUtime=0 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 154 0 0 0 0 0 0 0 25 0 4 0 652309992 221503488 862 33554432000 4194304 4580107 140734093102256 18446744073709551615 218371062303 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=216312 CPUtime=0 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 145 0 0 0 0 0 0 0 25 0 4 0 652309992 221503488 863 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=216312 CPUtime=0 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 75 0 0 0 0 0 0 0 25 0 4 0 652309992 221503488 863 33554432000 4194304 4580107 140734093102256 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0154599 s]
/proc/loadavg: 7.55 8.00 7.99 9/294 5277
/proc/meminfo: memFree=16807940/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=216308 CPUtime=0.04 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 1031 0 0 0 4 0 0 0 25 0 4 0 652309991 221499392 956 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 54077 956 357 95 0 49059 0
[pid=5277/tid=5278] ppid=5275 vsize=216308 CPUtime=0.01 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 158 0 0 0 1 0 0 0 25 0 4 0 652309992 221499392 956 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=216308 CPUtime=0 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 145 0 0 0 0 0 0 0 25 0 4 0 652309992 221499392 956 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=216308 CPUtime=0 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 160 0 0 0 0 0 0 0 25 0 4 0 652309992 221499392 957 33554432000 4194304 4580107 140734093102256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 216308

[startup+0.100436 s]
/proc/loadavg: 7.55 8.00 7.99 9/294 5277
/proc/meminfo: memFree=16807940/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=216308 CPUtime=0.38 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 1198 0 0 0 38 0 0 0 25 0 4 0 652309991 221499392 1123 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295731 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 54077 1123 358 95 0 49059 0
[pid=5277/tid=5278] ppid=5275 vsize=216308 CPUtime=0.09 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 166 0 0 0 9 0 0 0 25 0 4 0 652309992 221499392 1123 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=216308 CPUtime=0.09 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 161 0 0 0 9 0 0 0 25 0 4 0 652309992 221499392 1123 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=216308 CPUtime=0.09 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 292 0 0 0 9 0 0 0 25 0 4 0 652309992 221499392 1123 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216308

[startup+0.300403 s]
/proc/loadavg: 7.55 8.00 7.99 9/294 5277
/proc/meminfo: memFree=16807940/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=219116 CPUtime=1.17 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 3123 0 0 0 117 0 0 0 25 0 4 0 652309991 224374784 2385 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 54779 2385 376 95 0 49761 0
[pid=5277/tid=5278] ppid=5275 vsize=219116 CPUtime=0.29 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 744 0 0 0 29 0 0 0 25 0 4 0 652309992 224374784 2385 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=219116 CPUtime=0.29 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 756 0 0 0 29 0 0 0 25 0 4 0 652309992 224374784 2385 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=219116 CPUtime=0.29 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 533 0 0 0 29 0 0 0 25 0 4 0 652309992 224374784 2385 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219116

[startup+0.700331 s]
/proc/loadavg: 7.55 8.00 7.99 9/294 5277
/proc/meminfo: memFree=16807940/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=220240 CPUtime=2.77 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 4845 0 0 0 277 0 0 0 25 0 4 0 652309991 225525760 3094 33554432000 4194304 4580107 140734093102256 18446744073709551615 4304887 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 55060 3094 376 95 0 50042 0
[pid=5277/tid=5278] ppid=5275 vsize=220240 CPUtime=0.69 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 1144 0 0 0 69 0 0 0 25 0 4 0 652309992 225525760 3094 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=220240 CPUtime=0.69 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 1161 0 0 0 69 0 0 0 25 0 4 0 652309992 225525760 3094 33554432000 4194304 4580107 140734093102256 18446744073709551615 4339824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=220240 CPUtime=0.69 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 1052 0 0 0 69 0 0 0 25 0 4 0 652309992 225525760 3094 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220240

[startup+1.50019 s]
/proc/loadavg: 7.55 8.00 7.99 11/298 5281
/proc/meminfo: memFree=16789072/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=221376 CPUtime=5.96 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 8718 0 0 0 595 1 0 0 25 0 4 0 652309991 226689024 4447 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 55344 4447 378 95 0 50326 0
[pid=5277/tid=5278] ppid=5275 vsize=221376 CPUtime=1.49 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 1774 0 0 0 149 0 0 0 25 0 4 0 652309992 226689024 4447 33554432000 4194304 4580107 140734093102256 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=221376 CPUtime=1.49 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 2020 0 0 0 149 0 0 0 25 0 4 0 652309992 226689024 4448 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=221376 CPUtime=1.48 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 1739 0 0 0 148 0 0 0 25 0 4 0 652309992 226689024 4448 33554432000 4194304 4580107 140734093102256 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221376

[startup+3.1009 s]
/proc/loadavg: 7.55 8.00 7.99 10/298 5281
/proc/meminfo: memFree=16761544/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=219848 CPUtime=12.35 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 15781 0 0 0 1233 2 0 0 25 0 4 0 652309991 225124352 9220 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 54962 9220 378 95 0 49944 0
[pid=5277/tid=5278] ppid=5275 vsize=219848 CPUtime=3.09 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 3623 0 0 0 309 0 0 0 25 0 4 0 652309992 225124352 9220 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=219848 CPUtime=3.08 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 4133 0 0 0 308 0 0 0 25 0 4 0 652309992 225124352 9220 33554432000 4194304 4580107 140734093102256 18446744073709551615 4316835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=219848 CPUtime=3.08 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 3749 0 0 0 308 0 0 0 25 0 4 0 652309992 225124352 9220 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 219848

[startup+6.30033 s]
/proc/loadavg: 7.59 8.00 7.99 11/298 5281
/proc/meminfo: memFree=16715120/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=223020 CPUtime=25.12 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 23000 0 0 0 2509 3 0 0 25 0 4 0 652309991 228372480 11696 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 55755 11696 378 95 0 50737 0
[pid=5277/tid=5278] ppid=5275 vsize=223020 CPUtime=6.28 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 5666 0 0 0 628 0 0 0 25 0 4 0 652309992 228372480 11696 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=223020 CPUtime=6.29 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 6045 0 0 0 628 1 0 0 25 0 4 0 652309992 228372480 11696 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=223020 CPUtime=6.28 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 5499 0 0 0 628 0 0 0 25 0 4 0 652309992 228372480 11696 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 223020

[startup+12.7002 s]
/proc/loadavg: 7.62 8.00 7.99 11/298 5281
/proc/meminfo: memFree=16657072/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=241504 CPUtime=50.65 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 33585 0 0 0 5060 5 0 0 25 0 4 0 652309991 247300096 14124 33554432000 4194304 4580107 140734093102256 18446744073709551615 4451457 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 60376 14124 378 95 0 55358 0
[pid=5277/tid=5278] ppid=5275 vsize=241504 CPUtime=12.69 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 8394 0 0 0 1268 1 0 0 25 0 4 0 652309992 247300096 14124 33554432000 4194304 4580107 140734093102256 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=241504 CPUtime=12.69 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 7961 0 0 0 1268 1 0 0 25 0 4 0 652309992 247300096 14124 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=241504 CPUtime=12.68 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 8489 0 0 0 1267 1 0 0 25 0 4 0 652309992 247300096 14124 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 241504

[startup+25.5009 s]
/proc/loadavg: 7.78 8.02 7.99 10/298 5281
/proc/meminfo: memFree=16624236/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=232908 CPUtime=101.74 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 50709 0 0 0 10165 9 0 0 25 0 4 0 652309991 238497792 16849 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 58227 16849 378 95 0 53209 0
[pid=5277/tid=5278] ppid=5275 vsize=232908 CPUtime=25.48 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 13621 0 0 0 2547 1 0 0 25 0 4 0 652309992 238497792 16849 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=232908 CPUtime=25.49 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 12098 0 0 0 2547 2 0 0 25 0 4 0 652309992 238497792 16849 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=232908 CPUtime=25.48 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 12233 0 0 0 2546 2 0 0 25 0 4 0 652309992 238497792 16849 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 232908

[startup+51.1004 s]
/proc/loadavg: 7.86 8.01 7.99 11/298 5282
/proc/meminfo: memFree=16570428/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=233988 CPUtime=203.9 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 76049 0 0 0 20375 15 0 0 25 0 4 0 652309991 239603712 21853 33554432000 4194304 4580107 140734093102256 18446744073709551615 4320696 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 58497 21853 378 95 0 53479 0
[pid=5277/tid=5278] ppid=5275 vsize=233988 CPUtime=51.07 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 18927 0 0 0 5104 3 0 0 25 0 4 0 652309992 239603712 21853 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=233988 CPUtime=51.09 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 19148 0 0 0 5105 4 0 0 25 0 4 0 652309992 239603712 21853 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=233988 CPUtime=51.09 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 18515 0 0 0 5105 4 0 0 25 0 4 0 652309992 239603712 21853 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 233988

[startup+102.311 s]
/proc/loadavg: 7.99 8.03 8.00 11/298 5283
/proc/meminfo: memFree=16519328/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=244924 CPUtime=408.27 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 114904 0 0 0 40801 26 0 0 25 0 4 0 652309991 250802176 23959 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 61231 23959 378 95 0 56213 0
[pid=5277/tid=5278] ppid=5275 vsize=244924 CPUtime=102.28 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 28728 0 0 0 10222 6 0 0 25 0 4 0 652309992 250802176 23959 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=244924 CPUtime=102.3 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 28650 0 0 0 10224 6 0 0 25 0 4 0 652309992 250802176 23959 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=244924 CPUtime=102.3 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 29760 0 0 0 10223 7 0 0 25 0 4 0 652309992 250802176 23959 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 244924

[startup+162.301 s]

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

[pid=5277] ppid=5275 vsize=407392 CPUtime=2563.28 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 349274 0 0 0 256217 111 0 0 25 0 4 0 652309991 417169408 56707 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 101848 56707 378 95 0 96830 0
[pid=5277/tid=5278] ppid=5275 vsize=407392 CPUtime=642.2 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 87318 0 0 0 64193 27 0 0 25 0 4 0 652309992 417169408 56708 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=407392 CPUtime=642.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 86755 0 0 0 64203 28 0 0 25 0 4 0 652309992 417169408 56708 33554432000 4194304 4580107 140734093102256 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=407392 CPUtime=642.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 87148 0 0 0 64205 26 0 0 25 0 4 0 652309992 417169408 56708 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2563.28
Current children cumulated vsize (KiB) 407392

[startup+702.3 s]
/proc/loadavg: 8.23 8.15 8.05 10/298 5299
/proc/meminfo: memFree=16157456/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=460964 CPUtime=2802.72 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 365366 0 0 0 280154 118 0 0 25 0 4 0 652309991 472027136 62218 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 115241 62218 378 95 0 110223 0
[pid=5277/tid=5278] ppid=5275 vsize=460964 CPUtime=702.18 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 92015 0 0 0 70189 29 0 0 25 0 4 0 652309992 472027136 62218 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=460964 CPUtime=702.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 91400 0 0 0 70201 30 0 0 25 0 4 0 652309992 472027136 62218 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=460964 CPUtime=702.3 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 92783 0 0 0 70202 28 0 0 25 0 4 0 652309992 472027136 62218 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.72
Current children cumulated vsize (KiB) 460964

[startup+762.312 s]
/proc/loadavg: 8.31 8.18 8.06 11/298 5301
/proc/meminfo: memFree=16120732/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=407308 CPUtime=3042.2 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 377081 0 0 0 304096 124 0 0 25 0 4 0 652309991 417083392 64936 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 101827 64936 378 95 0 96809 0
[pid=5277/tid=5278] ppid=5275 vsize=407308 CPUtime=762.18 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 94123 0 0 0 76188 30 0 0 25 0 4 0 652309992 417083392 64936 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=407308 CPUtime=762.32 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 98631 0 0 0 76200 32 0 0 25 0 4 0 652309992 417083392 64936 33554432000 4194304 4580107 140734093102256 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=407308 CPUtime=762.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 94588 0 0 0 76201 30 0 0 25 0 4 0 652309992 417083392 64936 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.2
Current children cumulated vsize (KiB) 407308

[startup+822.301 s]
/proc/loadavg: 8.26 8.17 8.07 11/298 5303
/proc/meminfo: memFree=16138328/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=444608 CPUtime=3281.62 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 392881 0 0 0 328031 131 0 0 25 0 4 0 652309991 455278592 64506 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111152 64506 378 95 0 106134 0
[pid=5277/tid=5278] ppid=5275 vsize=444608 CPUtime=822.17 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 98415 0 0 0 82184 33 0 0 25 0 4 0 652309992 455278592 64506 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=444608 CPUtime=822.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 102172 0 0 0 82198 33 0 0 25 0 4 0 652309992 455278592 64506 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=444608 CPUtime=822.3 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 98181 0 0 0 82199 31 0 0 25 0 4 0 652309992 455278592 64506 33554432000 4194304 4580107 140734093102256 18446744073709551615 4319898 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.62
Current children cumulated vsize (KiB) 444608

[startup+882.301 s]
/proc/loadavg: 8.23 8.17 8.07 11/298 5304
/proc/meminfo: memFree=16096140/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=445060 CPUtime=3521.07 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 410138 0 0 0 351970 137 0 0 25 0 4 0 652309991 455741440 65980 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111265 65980 378 95 0 106247 0
[pid=5277/tid=5278] ppid=5275 vsize=445060 CPUtime=882.16 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 102988 0 0 0 88181 35 0 0 25 0 4 0 652309992 455741440 65980 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=445060 CPUtime=882.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 105773 0 0 0 88197 34 0 0 25 0 4 0 652309992 455741440 65980 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=445060 CPUtime=882.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 102761 0 0 0 88198 33 0 0 25 0 4 0 652309992 455741440 65980 33554432000 4194304 4580107 140734093102256 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3521.07
Current children cumulated vsize (KiB) 445060

[startup+942.3 s]
/proc/loadavg: 8.21 8.17 8.08 11/298 5306
/proc/meminfo: memFree=16090528/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=445512 CPUtime=3760.52 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 427875 0 0 0 375908 144 0 0 25 0 4 0 652309991 456204288 65128 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111378 65128 378 95 0 106360 0
[pid=5277/tid=5278] ppid=5275 vsize=445512 CPUtime=942.14 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 107630 0 0 0 94177 37 0 0 25 0 4 0 652309992 456204288 65128 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=445512 CPUtime=942.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 110273 0 0 0 94195 36 0 0 25 0 4 0 652309992 456204288 65128 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=445512 CPUtime=942.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 107035 0 0 0 94197 34 0 0 25 0 4 0 652309992 456204288 65128 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.52
Current children cumulated vsize (KiB) 445512

[startup+1002.3 s]
/proc/loadavg: 8.19 8.17 8.08 10/298 5307
/proc/meminfo: memFree=16044628/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=445804 CPUtime=3999.97 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 443734 0 0 0 399846 151 0 0 25 0 4 0 652309991 456503296 66617 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111451 66617 378 95 0 106433 0
[pid=5277/tid=5278] ppid=5275 vsize=445804 CPUtime=1002.13 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 112167 0 0 0 100175 38 0 0 25 0 4 0 652309992 456503296 66617 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=445804 CPUtime=1002.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 114710 0 0 0 100193 38 0 0 25 0 4 0 652309992 456503296 66617 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=445804 CPUtime=1002.3 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 110597 0 0 0 100195 35 0 0 25 0 4 0 652309992 456503296 66617 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.97
Current children cumulated vsize (KiB) 445804

[startup+1062.3 s]
/proc/loadavg: 8.17 8.16 8.09 11/298 5309
/proc/meminfo: memFree=16062704/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=446196 CPUtime=4239.42 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 460821 0 0 0 423785 157 0 0 25 0 4 0 652309991 456904704 66724 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111549 66724 378 95 0 106531 0
[pid=5277/tid=5278] ppid=5275 vsize=446196 CPUtime=1062.13 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 115802 0 0 0 106173 40 0 0 25 0 4 0 652309992 456904704 66724 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=446196 CPUtime=1062.32 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 119091 0 0 0 106193 39 0 0 25 0 4 0 652309992 456904704 66724 33554432000 4194304 4580107 140734093102256 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=446196 CPUtime=1062.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 115077 0 0 0 106193 38 0 0 25 0 4 0 652309992 456904704 66724 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.42
Current children cumulated vsize (KiB) 446196

[startup+1122.3 s]
/proc/loadavg: 8.16 8.16 8.09 10/298 5311
/proc/meminfo: memFree=16020888/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=446580 CPUtime=4478.86 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 477835 0 0 0 447723 163 0 0 25 0 4 0 652309991 457297920 66546 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111645 66546 378 95 0 106627 0
[pid=5277/tid=5278] ppid=5275 vsize=446580 CPUtime=1122.12 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 120280 0 0 0 112170 42 0 0 25 0 4 0 652309992 457297920 66546 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=446580 CPUtime=1122.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 122497 0 0 0 112191 40 0 0 25 0 4 0 652309992 457297920 66546 33554432000 4194304 4580107 140734093102256 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=446580 CPUtime=1122.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 119803 0 0 0 112192 39 0 0 25 0 4 0 652309992 457297920 66546 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.86
Current children cumulated vsize (KiB) 446580

[startup+1182.3 s]
/proc/loadavg: 8.15 8.16 8.09 11/298 5312
/proc/meminfo: memFree=16026072/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=446836 CPUtime=4718.33 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 492347 0 0 0 471662 171 0 0 25 0 4 0 652309991 457560064 68264 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111709 68264 378 95 0 106691 0
[pid=5277/tid=5278] ppid=5275 vsize=446836 CPUtime=1182.11 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 123515 0 0 0 118168 43 0 0 25 0 4 0 652309992 457560064 68264 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=446836 CPUtime=1182.31 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 126829 0 0 0 118189 42 0 0 25 0 4 0 652309992 457560064 68264 33554432000 4194304 4580107 140734093102256 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=446836 CPUtime=1182.31 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 123523 0 0 0 118190 41 0 0 25 0 4 0 652309992 457560064 68264 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.33
Current children cumulated vsize (KiB) 446836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.26 8.18 8.10 5/294 5314
/proc/meminfo: memFree=16543304/32951124 swapFree=52307768/67111528
[pid=5277] ppid=5275 vsize=446968 CPUtime=4800.16 cores=0,2,4,6
/proc/5277/stat : 5277 (strangenight2-m) R 5275 5277 5130 0 -1 4202496 498818 0 0 0 479843 173 0 0 25 0 4 0 652309991 457695232 66875 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5277/statm: 111742 66875 378 95 0 106724 0
[pid=5277/tid=5278] ppid=5275 vsize=446968 CPUtime=1202.62 cores=0,2,4,6
/proc/5277/task/5278/stat : 5278 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 125440 0 0 0 120218 44 0 0 25 0 4 0 652309992 457695232 66875 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5277/tid=5279] ppid=5275 vsize=446968 CPUtime=1202.83 cores=0,2,4,6
/proc/5277/task/5279/stat : 5279 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 127600 0 0 0 120240 43 0 0 25 0 4 0 652309992 457695232 66875 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5277/tid=5280] ppid=5275 vsize=446968 CPUtime=1202.82 cores=0,2,4,6
/proc/5277/task/5280/stat : 5280 (strangenight2-m) R 5275 5277 5130 0 -1 4202560 125401 0 0 0 120240 42 0 0 25 0 4 0 652309992 457695232 66875 33554432000 4194304 4580107 140734093102256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 446968

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): 1202.83
CPU time (s): 4800.21
CPU user time (s): 4798.46
CPU system time (s): 1.74473
CPU usage (%): 399.077
Max. virtual memory (cumulated for all children) (KiB): 473368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.46
system time used= 1.74473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498818
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= 206
involuntary context switches= 21615

runsolver used 3.12852 second user time and 7.8578 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 23:04:32
IDJOB=3366540
IDBENCH=82949
IDSOLVER=1844
FILE ID=node101/3366540-1305407072
RUNJOBID= node101-1305405867-5148
PBS_JOBID= 13324502
Free space on /tmp= 73732 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366540-1305407072/watcher-3366540-1305407072 -o /tmp/evaluation-result-3366540-1305407072/solver-3366540-1305407072 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366540-1305407072.cnf

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

MD5SUM BENCH= 7b433874f4dba1bf060f64be4ba91fb7
RANDOM SEED=682200662

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16807972 kB
Buffers:        322900 kB
Cached:        5885248 kB
SwapCached:      14848 kB
Active:       10840420 kB
Inactive:      5027868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16807972 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           10884 kB
Writeback:           0 kB
AnonPages:     9657308 kB
Mapped:          14892 kB
Slab:           149460 kB
PageTables:      62132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42063696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73732 MiB
End job on node101 at 2011-05-14 23:24:37