Trace number 3366458

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.22 1203.53

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366458-1305404643.cnf'
0.00/0.01	c -- header says num vars:             50
0.00/0.01	c -- header says num clauses:        4450
0.37/0.11	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.37/0.11	c -- vars added         50
0.37/0.11	c Parsing time:  0.00 s
0.37/0.11	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.37/0.11	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.37/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
1.58/0.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.58/0.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.58/0.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.58/0.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1.58/0.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.58/0.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1.58/0.44	c Finding binary XORs  T:     0.00 s  found:       0
1.58/0.44	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.58/0.44	c calculated reachability. Time: 0.00
1.58/0.44	c Calc default polars -  time:   0.00 s pos:      23 undec:       0 neg:      27
1.58/0.44	c =========================================================================================
1.58/0.44	c types(t): F = full restart, N = normal restart
1.58/0.44	c types(t): S = simplification begin/end, E = solution found
1.58/0.44	c restart types(rt): st = static, dy = dynamic
1.58/0.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
3.57/0.90	c  N dy    11      5285        50      4450         0      2403     31150     39733     15.05     15.93
3.57/0.90	c  N dy    37      9317        50      4450         0      5910     31150    104880     15.75     16.76
3.57/0.90	c  N dy    40     16461        50      4450         0      8363     31150    139190     14.93     15.93
3.57/0.90	c  N dy    73     20790        50      4450         0      7299     31150    117463     15.27     16.07
3.99/1.10	c  N dy    98     24888        50      4450         0     10862     31150    183091     15.42     18.40
3.99/1.10	c  F st   100     25000        50      4450         0     10965     31150    185060     15.43   no data
5.16/1.30	c  N dy   106     30002        50      4450         0      9398     31150    150968     15.43   no data
5.16/1.30	c  S st   106     30002        50      4450         0      9398     31150    150968     15.43   no data
5.16/1.30	c  S st   106     30503        50      4450         0      9851     31150    159494     15.43   no data
5.16/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.30	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
5.16/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
5.16/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.47	c lits-rem:       123  cl-subs:     1584  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   106     30503        50      4450         0      8267     31150    133350     15.43   no data
7.16/1.89	c  N dy   146     34588        50      4450         0     11808     31150    200371     15.68     17.33
9.54/2.43	c  N dy   152     45754        50      4450         0     14624     31150    234333     15.32     14.74
9.54/2.43	c  S st   152     45754        50      4450         0     14624     31150    234333     15.32     14.74
9.54/2.47	c  S st   152     46255        50      4450         0     15074     31150    242935     15.32   no data
9.54/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.54/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.54/2.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.54/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.54/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.54/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.54/2.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.54/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.99	c lits-rem:       312  cl-subs:     3029  v-elim:      0  v-fix:    0  time:  0.50 s
11.55/2.99	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.55/2.99	c vivif2 --  cl tried    12045 cl shrink        0 lits rem          0 time: 0.00
12.77/3.25	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.26
12.77/3.25	c calculated reachability. Time: 0.00
12.77/3.25	c  N dy   152     46255        50      4450         0     12045     31150    193829     15.32   no data
13.53/3.49	c  N dy   157     50283        50      4450         0      8061     31150    112369     15.26     16.08
14.33/3.69	c  N dy   186     54339        50      4450         0     11589     31150    177766     15.36     16.18
15.53/3.95	c  N dy   217     58429        50      4450         0     15196     31150    245527     15.46     16.28
17.93/4.56	c  N dy   253     69387        50      4450         0     16105     31150    246115     15.37     13.61
17.93/4.56	c  S st   253     69387        50      4450         0     16105     31150    246115     15.37     13.61
18.32/4.60	c  S st   253     69893        50      4450         0     16553     31150    254609     15.37   no data
18.32/4.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
18.32/4.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.32/4.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.32/4.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
18.32/4.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.32/4.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.32/4.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.92/5.07	c lits-rem:       251  cl-subs:     2749  v-elim:      0  v-fix:    0  time:  0.45 s
19.92/5.07	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.92/5.07	c vivif2 --  cl tried    13804 cl shrink        0 lits rem          0 time: 0.00
21.12/5.37	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.30
21.12/5.37	c calculated reachability. Time: 0.00
21.12/5.37	c  N dy   253     69893        50      4450         0     13804     31150    209421     15.37   no data
22.71/5.76	c  N dy   268     75824        50      4450         0      9649     31150    127271     15.37     16.28
24.31/6.11	c  N dy   290     82312        50      4450         0     15277     31150    229503     15.38     16.20
25.51/6.48	c  F st   316     87502        50      4450         0     19778     31150    311813     15.40     13.89
25.51/6.51	c  N st   317     87754        50      4450         0     19995     31150    316011     15.40   no data
27.10/6.83	c  N dy   329     93404        50      4450         0     14658     31150    214093     15.42     16.77
29.89/7.59	c  N dy   360    104840        50      4450         0     13291     31150    177338     15.37     14.47
29.89/7.59	c  S st   360    104840        50      4450         0     13291     31150    177338     15.37     14.47
30.32/7.62	c  S st   360    105344        50      4450         0     13738     31150    185948     15.37   no data
30.32/7.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.32/7.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.32/7.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.32/7.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.32/7.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.32/7.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.32/7.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.32/7.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.32/7.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.74/7.78	c lits-rem:        67  cl-subs:      855  v-elim:      0  v-fix:    0  time:  0.14 s
30.74/7.78	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.74/7.78	c vivif2 --  cl tried    12883 cl shrink        0 lits rem          0 time: 0.00
31.89/8.06	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
31.89/8.06	c calculated reachability. Time: 0.00
31.89/8.06	c  N dy   360    105344        50      4450         0     12883     31150    172240     15.37   no data
33.89/8.59	c  N dy   393    112711        50      4450         0     19243     31150    288176     15.40     16.26
39.09/9.85	c  N dy   419    131110        50      4450         0     23027     31150    339905     15.26     16.17
41.86/10.58	c  N dy   487    139536        50      4450         0     17508     31150    245237     15.35     16.88
45.05/11.37	c  N dy   545    148530        50      4450         0     25349     31150    391095     15.42     16.25
48.29/12.19	c  N dy   616    158016        50      4450         0     19790     31150    279847     15.50   no data
48.29/12.19	c  S st   616    158016        50      4450         0     19790     31150    279847     15.50   no data
48.64/12.25	c  S st   616    158518        50      4450         0     20242     31150    288676     15.50   no data
48.64/12.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.64/12.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.64/12.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.64/12.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.64/12.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.64/12.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.64/12.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.64/12.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.64/12.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.24/12.62	c lits-rem:       184  cl-subs:     1559  v-elim:      0  v-fix:    0  time:  0.36 s
50.24/12.62	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.24/12.62	c vivif2 --  cl tried    18683 cl shrink        0 lits rem          0 time: 0.00
51.43/12.96	c asymm  cl-useful: 0/3990/4450 lits-rem:0 time: 0.34
51.43/12.96	c calculated reachability. Time: 0.00
51.43/12.96	c  N dy   616    158518        50      4450         0     18683     31150    259188     15.50   no data
57.07/14.36	c  N dy   623    177930        50      4450         0     20626     31150    279812     15.32     16.16
62.20/15.67	c  N dy   694    191420        50      4450         0     16888     31150    209344     15.36     16.21
66.58/16.79	c  N dy   775    203651        50      4450         0     27500     31150    406906     15.43     16.52
72.18/18.13	c  N dy   846    216800        50      4450         0     22542     31150    306779     15.48     16.39
78.58/19.79	c  N dy   938    230721        50      4450         0     34680     31150    533601     15.54     17.26
81.35/20.45	c  S st  1001    237777        50      4450         0     23489     31150    319612     15.59   no data
81.75/20.51	c  S st  1001    238278        50      4450         0     23938     31150    328299     15.59   no data
81.75/20.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.75/20.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.75/20.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.75/20.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.75/20.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.75/20.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
81.75/20.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.75/20.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
81.75/20.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.39/20.98	c lits-rem:       169  cl-subs:     1590  v-elim:      0  v-fix:    0  time:  0.44 s
83.39/20.98	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
83.39/20.98	c vivif2 --  cl tried    22348 cl shrink        0 lits rem          0 time: 0.00
84.94/21.33	c asymm  cl-useful: 0/3536/4450 lits-rem:0 time: 0.35
84.94/21.33	c calculated reachability. Time: 0.00
84.94/21.33	c  N dy  1001    238278        50      4450         0     22348     31150    297292     15.59   no data
90.93/22.85	c  N dy  1026    253517        50      4450         0     35464     31150    528477     15.53     17.22
97.70/24.51	c  N dy  1076    271040        50      4450         0     32533     31150    469307     15.51     16.33
105.33/26.43	c  N dy  1162    288470        50      4450         0     28620     31150    391945     15.53     16.36
113.26/28.46	c  F st  1226    306250        50      4450         0     24068     31150    299896     15.54     13.70
113.69/28.56	c  N st  1229    307438        50      4450         0     25102     31150    319199     15.54   no data
125.63/31.51	c  N dy  1260    337094        50      4450         0     29782     31150    389038     15.44     16.35
135.20/34.01	c  N dy  1316    357417        50      4450         0     25804     31150    317805     15.42     14.16
135.20/34.01	c  S st  1316    357417        50      4450         0     25804     31150    317805     15.42     14.16
135.63/34.08	c  S st  1316    357919        50      4450         0     26248     31150    326299     15.42   no data
135.63/34.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.63/34.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
135.63/34.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.63/34.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.63/34.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.63/34.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
135.63/34.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.63/34.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
135.63/34.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.60/34.56	c lits-rem:       122  cl-subs:     1764  v-elim:      0  v-fix:    0  time:  0.46 s
137.60/34.56	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
137.60/34.56	c vivif2 --  cl tried    24484 cl shrink        0 lits rem          0 time: 0.00
138.00/34.68	c asymm  cl-useful: 0/914/4450 lits-rem:0 time: 0.12
138.00/34.68	c calculated reachability. Time: 0.00
138.00/34.68	c  N dy  1316    357919        50      4450         0     24484     31150    298595     15.42   no data
148.80/37.35	c  N dy  1434    378703        50      4450         0     42509     31150    631884     15.46     16.42
159.53/40.07	c  N dy  1574    398794        50      4450         0     37630     31150    536664     15.51     17.63
171.50/43.05	c  N dy  1658    418871        50      4450         0     31711     31150    414469     15.52     16.50
182.67/45.84	c  N dy  1702    441059        50      4450         0     26615     31150    310825     15.48     16.34
192.67/48.36	c  N dy  1770    461236        50      4450         0     43948     31150    622774     15.47     16.30
203.80/51.18	c  N dy  1866    481255        50      4450         0     36262     31150    485083     15.49     16.32
214.60/53.89	c  N dy  1893    502274        50      4450         0     28511     31150    332215     15.44     16.30
224.14/56.29	c  N dy  1929    522319        50      4450         0     45651     31150    636576     15.42     17.54
234.52/58.82	c  S st  2033    536878        50      4450         0     31682     31150    384237     15.45   no data
234.93/58.91	c  S st  2033    537382        50      4450         0     32136     31150    393203     15.45   no data
234.93/58.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.93/58.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
234.93/58.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.93/58.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.93/58.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.93/58.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
234.93/58.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.93/58.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
234.93/58.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.31/59.51	c lits-rem:       136  cl-subs:     1610  v-elim:      0  v-fix:    0  time:  0.57 s
237.31/59.51	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
237.31/59.51	c vivif2 --  cl tried    30526 cl shrink        0 lits rem          0 time: 0.00
238.51/59.87	c asymm  cl-useful: 0/2747/4450 lits-rem:0 time: 0.36
238.51/59.87	c calculated reachability. Time: 0.00
238.51/59.87	c  N dy  2033    537382        50      4450         0     30526     31150    364659     15.45   no data
252.48/63.39	c  N dy  2194    559724        50      4450         0     49968     31150    729688     15.49     16.34
265.24/66.54	c  N dy  2307    579753        50      4450         0     39645     31150    522903     15.51     16.37
286.78/71.98	c  N dy  2369    620403        50      4450         0     45785     31150    598917     15.42     16.25
301.55/75.69	c  N dy  2506    640407        50      4450         0     33966     31150    403788     15.45     16.91
315.11/79.09	c  N dy  2657    660481        50      4450         0     51360     31150    731248     15.48     17.12
328.26/82.34	c  N dy  2722    680566        50      4450         0     38526     31150    479814     15.48     17.58
343.42/86.12	c  N dy  2815    701874        50      4450         0     56926     31150    816401     15.49     16.32
358.19/89.82	c  N dy  2939    721881        50      4450         0     43193     31150    563524     15.51     17.73
376.13/94.33	c  N dy  3051    743105        50      4450         0     61429     31150    900248     15.53     16.35
388.10/97.34	c  N dy  3096    763142        50      4450         0     46699     31150    611691     15.51     17.16
405.65/101.74	c  N dy  3220    783143        50      4450         0     64001     31150    934646     15.54     16.87
420.02/105.31	c  N dy  3286    806073        50      4450         0     50863     31150    678219     15.53     13.27
420.02/105.31	c  S st  3286    806073        50      4450         0     50863     31150    678219     15.53     13.27
420.42/105.45	c  S st  3286    806577        50      4450         0     51312     31150    686892     15.53   no data
420.42/105.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
420.42/105.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
420.42/105.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
420.42/105.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
420.42/105.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
420.42/105.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
420.42/105.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
420.42/105.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
420.42/105.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.18/108.18	c lits-rem:       560  cl-subs:     6636  v-elim:      0  v-fix:    0  time:  2.67 s
431.18/108.18	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
431.18/108.18	c vivif2 --  cl tried    44676 cl shrink        0 lits rem          0 time: 0.01
432.38/108.41	c asymm  cl-useful: 0/843/4450 lits-rem:0 time: 0.23
432.38/108.42	c calculated reachability. Time: 0.00
432.38/108.42	c  N dy  3286    806577        50      4450         0     44676     31150    576273     15.53   no data
447.92/112.34	c  N dy  3350    827203        50      4450         0     62330     31150    895414     15.52     16.45
462.69/116.07	c  N dy  3482    847232        50      4450         0     46675     31150    610724     15.54     16.81
490.21/122.93	c  N dy  3514    891172        50      4450         0     49938     31150    632686     15.46     16.32
508.58/127.58	c  N dy  3623    911430        50      4450         0     67421     31150    959228     15.48     16.33
524.11/131.43	c  N dy  3752    931472        50      4450         0     49782     31150    652100     15.50     17.81
542.86/136.11	c  N dy  3885    951531        50      4450         0     67067     31150    975707     15.52     16.59
558.41/140.00	c  N dy  3956    971721        50      4450         0     48404     31150    610044     15.52     16.34
584.34/146.59	c  N dy  4020   1004148        50      4450         0     39198     31150    430951     15.49     16.45
600.73/150.65	c  N dy  4180   1024156        50      4450         0     56462     31150    758561     15.52     16.96
620.24/155.57	c  N dy  4274   1044769        50      4450         0     74129     31150   1084150     15.53     16.39
636.59/159.64	c  N dy  4418   1064830        50      4450         0     53684     31150    701268     15.55     17.95
643.37/161.30	c  F st  4478   1071876        50      4450         0     59822     31150    818817     15.56   no data
670.50/168.11	c  N dy  4523   1108886        50      4450         0     52697     31150    646360     15.51     16.36
692.44/173.64	c  N dy  4684   1131080        50      4450         0     71784     31150   1006636     15.54     16.40
710.42/178.13	c  N dy  4734   1151898        50      4450         0     50053     31150    600145     15.52     16.37
730.33/183.17	c  N dy  4902   1171989        50      4450         0     67415     31150    929548     15.54     17.71
752.67/188.76	c  N dy  5006   1192406        50      4450         0     44650     31150    506052     15.55     16.46
767.45/192.45	c  S st  5116   1209865        50      4450         0     59735     31150    789181     15.57     14.43
768.22/192.66	c  S st  5116   1210369        50      4450         0     60186     31150    797819     15.57   no data
768.22/192.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
768.22/192.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
768.62/192.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
768.62/192.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
768.62/192.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
768.62/192.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
768.62/192.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
768.62/192.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
768.62/192.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
792.96/198.84	c lits-rem:       557  cl-subs:     6054  v-elim:      0  v-fix:    0  time:  6.11 s
792.96/198.84	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
792.96/198.85	c vivif2 --  cl tried    54132 cl shrink        0 lits rem          0 time: 0.01
794.54/199.27	c asymm  cl-useful: 0/702/4450 lits-rem:0 time: 0.42
794.54/199.27	c calculated reachability. Time: 0.00
794.54/199.27	c  N dy  5116   1210369        50      4450         0     54132     31150    689395     15.57   no data
821.27/205.93	c  N dy  5229   1230435        50      4450         0     71405     31150   1013067     15.58     18.74
841.22/210.96	c  N dy  5286   1251172        50      4450         0     48275     31150    561808     15.57     16.47
859.16/215.50	c  N dy  5429   1271265        50      4450         0     65496     31150    886525     15.59     18.30
883.08/221.47	c  N dy  5519   1294486        50      4450         0     43505     31150    471755     15.59     16.42
899.49/225.58	c  N dy  5645   1314528        50      4450         0     60701     31150    793539     15.60     16.99
919.39/230.59	c  N dy  5712   1334557        50      4450         0     77894     31150   1107977     15.60     18.16
1021.92/256.29	c  N dy  5716   1472621        50      4450         0     64071     31150    774301     15.33     16.19
1050.20/263.37	c  N dy  5862   1497687        50      4450         0     85626     31150   1173796     15.34     16.20
1071.74/268.75	c  N dy  6018   1517695        50      4450         0     57973     31150    721619     15.36     16.42
1095.27/274.67	c  N dy  6205   1537746        50      4450         0     75316     31150   1052938     15.39     17.51
1125.99/282.30	c  N dy  6369   1557808        50      4450         0     46474     31150    493700     15.41     16.25
1144.76/287.05	c  N dy  6542   1577873        50      4450         0     63779     31150    823438     15.43     17.43
1169.06/293.17	c  N dy  6701   1597901        50      4450         0     81072     31150   1152186     15.45     16.29
1197.82/300.33	c  N dy  6832   1617915        50      4450         0     51093     31150    568021     15.46     17.81
1216.51/305.02	c  N dy  6937   1637956        50      4450         0     68238     31150    885395     15.47     16.76
1242.84/311.67	c  N dy  7084   1658004        50      4450         0     85496     31150   1210880     15.48     16.98
1270.36/318.58	c  N dy  7184   1680337        50      4450         0     56536     31150    660362     15.49     16.49
1290.30/323.55	c  N dy  7309   1700341        50      4450         0     73717     31150    982359     15.50     16.37
1301.88/326.42	c  S st  7355   1710370        50      4450         0     82252     31150   1139651     15.50   no data
1302.70/326.68	c  S st  7355   1710872        50      4450         0     82693     31150   1148309     15.50   no data
1302.70/326.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1303.12/326.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1303.12/326.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1303.12/326.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1303.12/326.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1303.12/326.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1303.12/326.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1303.12/326.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1303.12/326.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1341.36/336.32	c lits-rem:      1382  cl-subs:    11289  v-elim:      0  v-fix:    0  time:  9.54 s
1341.36/336.32	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1341.36/336.33	c vivif2 --  cl tried    71404 cl shrink        0 lits rem          0 time: 0.01
1342.95/336.72	c asymm  cl-useful: 0/671/4450 lits-rem:0 time: 0.39
1342.95/336.72	c calculated reachability. Time: 0.00
1342.95/336.73	c  N dy  7355   1710872        50      4450         0     71404     31150    950583     15.50   no data
1376.06/345.07	c  N dy  7423   1736097        50      4450         0     92921     31150   1335702     15.49     16.39
1405.57/352.49	c  N dy  7539   1757282        50      4450         0     63085     31150    784741     15.50     16.35
1433.89/359.51	c  N dy  7670   1777334        50      4450         0     80345     31150   1108310     15.51     17.26
1465.78/367.54	c  N dy  7830   1797430        50      4450         0     97664     31150   1436993     15.52     17.46
1486.13/372.68	c  N dy  7940   1817461        50      4450         0     65461     31150    820295     15.53     18.59
1532.40/384.25	c  N dy  7998   1864504        50      4450         0     55063     31150    609191     15.50     16.37
1555.53/390.01	c  N dy  8093   1884581        50      4450         0     72272     31150    924454     15.50     16.37
1579.51/396.03	c  N dy  8179   1904637        50      4450         0     89367     31150   1238332     15.50     18.01
1611.77/404.17	c  N dy  8327   1926074        50      4450         0     56675     31150    641114     15.51     16.42
1632.91/409.49	c  N dy  8456   1946197        50      4450         0     73876     31150    963615     15.52     16.44
1660.43/416.33	c  N dy  8575   1966300        50      4450         0     91087     31150   1284077     15.53     16.38
1691.54/424.12	c  N dy  8708   1986340        50      4450         0     56157     31150    621821     15.54     17.48
1711.88/429.25	c  N dy  8823   2006389        50      4450         0     73295     31150    942342     15.55     17.13
1741.00/436.53	c  N dy  8955   2027923        50      4450         0     91798     31150   1288473     15.56     16.43
1774.50/444.99	c  N dy  8977   2061116        50      4450         0     66903     31150    792189     15.53     16.53
1806.81/453.00	c  N dy  9116   2086814        50      4450         0     88923     31150   1200879     15.54     16.36
1839.11/461.15	c  N dy  9235   2107019        50      4450         0    106252     31150   1523988     15.54     16.37
1861.44/466.74	c  N dy  9339   2127048        50      4450         0     69534     31150    854454     15.55     16.40
1888.17/473.40	c  N dy  9447   2147085        50      4450         0     86737     31150   1174902     15.55     18.11
1920.48/481.52	c  N dy  9552   2168130        50      4450         0    104780     31150   1509915     15.56     16.45
1945.20/487.78	c  N dy  9646   2188412        50      4450         0     67348     31150    805872     15.56     16.46
1970.74/494.19	c  N dy  9729   2210872        50      4450         0     86431     31150   1151850     15.56     13.33
1970.74/494.19	c  S st  9729   2210872        50      4450         0     86431     31150   1151850     15.56     13.33
1971.94/494.45	c  S st  9729   2211373        50      4450         0     86865     31150   1160536     15.56   no data
1971.94/494.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1972.34/494.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1972.34/494.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1972.34/494.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1972.34/494.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1972.34/494.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1972.34/494.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1972.34/494.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1972.34/494.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2010.62/504.13	c lits-rem:       916  cl-subs:    11209  v-elim:      0  v-fix:    0  time:  9.58 s
2010.62/504.13	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2010.62/504.15	c vivif2 --  cl tried    75656 cl shrink        0 lits rem          0 time: 0.02
2012.22/504.53	c asymm  cl-useful: 0/552/4450 lits-rem:0 time: 0.38
2012.22/504.53	c calculated reachability. Time: 0.00
2012.22/504.53	c  N dy  9729   2211373        50      4450         0     75656     31150    971816     15.56   no data
2043.73/512.46	c  N dy  9829   2231402        50      4450         0     92812     31150   1288412     15.56     18.39
2082.41/522.10	c  N dy  9955   2251474        50      4450         0     55203     31150    582442     15.57     17.36
2114.77/530.25	c  N dy 10097   2277294        50      4450         0     77285     31150    993074     15.57     16.48
2146.22/538.17	c  N dy 10171   2301516        50      4450         0     97897     31150   1365250     15.57     16.46
2181.72/547.00	c  N dy 10304   2321599        50      4450         0     59146     31150    645921     15.58     17.13
2201.26/551.92	c  N dy 10361   2341643        50      4450         0     76203     31150    955046     15.58     16.80
2228.83/558.88	c  N dy 10472   2361668        50      4450         0     93446     31150   1276407     15.58     17.83
2263.94/567.66	c  N dy 10610   2381748        50      4450         0    110695     31150   1602557     15.59     18.10
2287.81/573.62	c  N dy 10686   2401797        50      4450         0     70667     31150    845705     15.59     17.17
2311.35/579.59	c  N dy 10753   2422029        50      4450         0     87940     31150   1161705     15.59     16.48
2340.47/586.88	c  N dy 10839   2442290        50      4450         0    105213     31150   1478916     15.59     16.45
2375.17/595.53	c  N dy 10989   2462374        50      4450         0     64421     31150    728304     15.60     16.81
2396.30/600.89	c  N dy 11079   2482416        50      4450         0     81507     31150   1043877     15.61     17.29
2430.24/609.34	c  N dy 11175   2506912        50      4450         0    102470     31150   1432253     15.61     16.49
2466.50/618.50	c  N dy 11230   2530511        50      4450         0     63684     31150    698587     15.60     16.49
2504.83/628.03	c  N dy 11284   2566985        50      4450         0     94521     31150   1246723     15.59     16.42
2538.30/636.41	c  N dy 11390   2587232        50      4450         0    111794     31150   1567723     15.59     16.42
2569.82/644.36	c  N dy 11481   2609862        50      4450         0     71557     31150    847554     15.59     16.50
2593.73/650.30	c  N dy 11543   2629954        50      4450         0     88701     31150   1154937     15.59     17.19
2627.67/658.88	c  N dy 11675   2650002        50      4450         0    105971     31150   1481719     15.60     16.95
2668.72/669.19	c  N dy 11841   2670060        50      4450         0     62532     31150    671684     15.61     16.75
2689.10/674.25	c  N dy 11895   2690082        50      4450         0     79501     31150    973822     15.60     17.25
2712.59/680.16	c  N dy 11906   2711374        50      4450         0     97401     31150   1276932     15.59     11.77
2712.59/680.16	c  S st 11906   2711374        50      4450         0     97401     31150   1276932     15.59     11.77
2713.79/680.49	c  S st 11906   2711876        50      4450         0     97847     31150   1285660     15.59   no data
2713.79/680.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2714.19/680.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2714.19/680.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2714.19/680.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2714.19/680.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2714.19/680.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2714.19/680.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2714.19/680.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2714.59/680.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2763.67/692.92	c lits-rem:      1075  cl-subs:    16515  v-elim:      0  v-fix:    0  time: 12.33 s
2763.67/692.92	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2763.67/692.94	c vivif2 --  cl tried    81332 cl shrink        0 lits rem          0 time: 0.01
2764.84/693.27	c asymm  cl-useful: 0/497/4450 lits-rem:0 time: 0.33
2764.84/693.27	c calculated reachability. Time: 0.00
2764.84/693.27	c  N dy 11906   2711876        50      4450         0     81332     31150   1021355     15.59   no data
2799.19/701.86	c  N dy 12017   2731998        50      4450         0     98556     31150   1342874     15.60     16.48
2842.23/712.62	c  N dy 12165   2752010        50      4450         0    115785     31150   1670548     15.60     17.16
2884.10/723.15	c  N dy 12313   2778948        50      4450         0     78650     31150    967711     15.61     16.56
2945.52/738.51	c  N dy 12393   2821905        50      4450         0    114838     31150   1602480     15.59     16.47
2979.06/746.93	c  N dy 12527   2842001        50      4450         0     70543     31150    813678     15.60     16.87
3003.76/753.20	c  N dy 12634   2862012        50      4450         0     87645     31150   1132232     15.60     17.79
3037.26/761.58	c  N dy 12775   2882142        50      4450         0    104867     31150   1457286     15.61     16.44
3076.74/771.45	c  N dy 12894   2902194        50      4450         0    122077     31150   1780552     15.62     16.51
3113.85/780.72	c  N dy 12955   2935022        50      4450         0     87055     31150   1083844     15.60     16.60
3146.15/788.84	c  N dy 13075   2955099        50      4450         0    104179     31150   1403491     15.61     16.72
3182.84/798.07	c  N dy 13165   2975149        50      4450         0    121343     31150   1721968     15.61     17.68
3216.00/806.32	c  N dy 13275   2995919        50      4450         0     75324     31150    879935     15.62     16.45
3245.47/813.71	c  N dy 13372   3018371        50      4450         0     94447     31150   1233707     15.62     16.52
3281.82/822.82	c  N dy 13429   3041314        50      4450         0    113936     31150   1584369     15.62     16.49
3323.64/833.31	c  N dy 13553   3061348        50      4450         0     66388     31150    707152     15.62     17.50
3347.98/839.48	c  N dy 13648   3082367        50      4450         0     84355     31150   1040878     15.63     16.46
3376.69/846.64	c  N dy 13711   3102416        50      4450         0    101381     31150   1351384     15.63     17.05
3437.72/861.97	c  N dy 13787   3142354        50      4450         0     69590     31150    751416     15.61     16.66
3463.24/868.33	c  N dy 13903   3162414        50      4450         0     86771     31150   1073897     15.61     16.49
3497.54/876.97	c  N dy 14063   3182495        50      4450         0    104035     31150   1403392     15.62     17.43
3540.24/887.69	c  N dy 14182   3205068        50      4450         0    123321     31150   1762974     15.63     16.51
3556.97/891.80	c  S st 14243   3211878        50      4450         0    129198     31150   1875609     15.63   no data
3558.56/892.27	c  S st 14243   3212379        50      4450         0    129641     31150   1884067     15.63   no data
3558.56/892.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3558.96/892.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3558.96/892.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3558.96/892.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3558.96/892.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3558.96/892.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3558.96/892.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3558.96/892.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3559.36/892.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3654.73/916.38	c lits-rem:      1233  cl-subs:    20428  v-elim:      0  v-fix:    0  time: 23.96 s
3654.73/916.38	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3655.07/916.40	c vivif2 --  cl tried   109213 cl shrink        0 lits rem          0 time: 0.02
3656.27/916.77	c asymm  cl-useful: 0/397/4450 lits-rem:0 time: 0.37
3656.27/916.78	c calculated reachability. Time: 0.00
3656.27/916.78	c  N dy 14243   3212379        50      4450         0    109213     31150   1519551     15.63   no data
3696.95/926.96	c  N dy 14338   3232448        50      4450         0    126266     31150   1836664     15.63     17.65
3730.45/935.32	c  N dy 14483   3252480        50      4450         0     78346     31150    927606     15.64     17.43
3765.95/944.22	c  N dy 14644   3272507        50      4450         0     95507     31150   1256269     15.65     17.69
3809.83/955.21	c  N dy 14774   3297347        50      4450         0    116780     31150   1655330     15.65     16.62
3852.90/966.06	c  N dy 14887   3317361        50      4450         0     67186     31150    704225     15.66     17.54
3881.62/973.27	c  N dy 15001   3341265        50      4450         0     87538     31150   1080669     15.66     16.61
3909.54/980.28	c  N dy 15077   3361292        50      4450         0    104617     31150   1394170     15.66     16.52
3949.82/990.39	c  N dy 15210   3381383        50      4450         0    121823     31150   1719040     15.67     17.81
3993.69/1001.34	c  N dy 15301   3401413        50      4450         0     70963     31150    761322     15.67     16.55
4023.61/1008.86	c  N dy 15444   3423986        50      4450         0     90268     31150   1126103     15.68     16.60
4059.90/1017.92	c  N dy 15518   3450415        50      4450         0    112674     31150   1530023     15.67     16.52
4096.20/1027.00	c  N dy 15570   3470482        50      4450         0    129718     31150   1839745     15.67     17.85
4130.09/1035.53	c  N dy 15620   3490920        50      4450         0     78139     31150    877246     15.66     16.58
4155.21/1041.90	c  N dy 15681   3510995        50      4450         0     95170     31150   1190179     15.66     17.69
4193.12/1051.34	c  N dy 15825   3531090        50      4450         0    112455     31150   1519199     15.67     16.98
4234.99/1061.80	c  N dy 15893   3554636        50      4450         0    132416     31150   1879910     15.67     16.61
4271.69/1071.03	c  N dy 15936   3581407        50      4450         0     85383     31150   1007952     15.66     16.55
4303.62/1079.07	c  N dy 16047   3601892        50      4450         0    102838     31150   1334933     15.66     16.57
4340.29/1088.29	c  N dy 16120   3623896        50      4450         0    121553     31150   1674822     15.66     16.64
4384.56/1099.38	c  N dy 16225   3643916        50      4450         0    138604     31150   1992583     15.67     17.57
4417.27/1107.50	c  N dy 16355   3663932        50      4450         0     85214     31150   1011757     15.67     17.87
4448.82/1115.42	c  N dy 16485   3684021        50      4450         0    102390     31150   1336392     15.68     17.49
4493.83/1126.72	c  N dy 16599   3707773        50      4450         0    122594     31150   1709908     15.68     16.56
4504.61/1129.45	c  S st 16633   3712380        50      4450         0    126539     31150   1785053     15.68   no data
4506.19/1129.87	c  S st 16633   3712883        50      4450         0    126982     31150   1793701     15.68   no data
4506.19/1129.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4506.59/1129.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4506.59/1129.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4506.59/1129.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4506.59/1129.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4506.59/1129.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4506.59/1129.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4506.59/1129.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4506.99/1130.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4592.35/1151.44	c lits-rem:      1038  cl-subs:    18354  v-elim:      0  v-fix:    0  time: 21.42 s
4592.35/1151.44	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4592.35/1151.46	c vivif2 --  cl tried   108628 cl shrink        0 lits rem          0 time: 0.02
4593.94/1151.86	c asymm  cl-useful: 0/369/4450 lits-rem:0 time: 0.40
4593.94/1151.87	c calculated reachability. Time: 0.00
4593.94/1151.87	c  N dy 16633   3712883        50      4450         0    108628     31150   1464922     15.68   no data
4648.19/1165.42	c  N dy 16760   3741323        50      4450         0    132698     31150   1906918     15.68     16.52
4672.91/1171.61	c  F st 16790   3751563        50      4450         0     71269     31150    750185     15.68     15.52
4684.08/1174.45	c  N dy 16829   3761423        50      4450         0     79624     31150    906479     15.68     16.59
4712.04/1181.42	c  N dy 16916   3781457        50      4450         0     96652     31150   1221073     15.68     17.28
4755.91/1192.43	c  N dy 16992   3809314        50      4450         0    120128     31150   1634634     15.67     16.62
4796.15/1202.52	c  N dy 17067   3829530        50      4450         0    137311     31150   1949110     15.67     16.51

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

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

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


[startup+0 s]
/proc/loadavg: 6.84 7.84 8.00 8/355 18168
/proc/meminfo: memFree=24753460/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 407 0 0 0 1 0 0 0 22 0 4 0 652061348 52396032 347 33554432000 4194304 4580107 140733442532160 18446744073709551615 47578692364210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 12792 347 299 95 0 7774 0
[pid=18168/tid=18169] ppid=18166 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652061348 52396032 347 33554432000 4194304 4580107 140733442532160 18446744073709551615 47578692364210 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652061348 52396032 347 33554432000 4194304 4580107 140733442532160 18446744073709551615 47578692364210 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652061349 52396032 347 33554432000 4194304 4580107 140733442532160 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0751919 s]
/proc/loadavg: 6.84 7.84 8.00 8/355 18168
/proc/meminfo: memFree=24753460/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=281972 CPUtime=0.27 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 1153 0 0 0 27 0 0 0 18 0 4 0 652061348 288739328 1071 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 70493 1071 358 95 0 65475 0
[pid=18168/tid=18169] ppid=18166 vsize=281972 CPUtime=0.06 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 165 0 0 0 6 0 0 0 18 0 4 0 652061348 288739328 1071 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=281972 CPUtime=0.06 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 157 0 0 0 6 0 0 0 18 0 4 0 652061348 288739328 1071 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=281972 CPUtime=0.06 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 260 0 0 0 6 0 0 0 25 0 4 0 652061349 288739328 1071 33554432000 4194304 4580107 140733442532160 18446744073709551615 4322664 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 281972

[startup+0.101187 s]
/proc/loadavg: 6.84 7.84 8.00 8/355 18168
/proc/meminfo: memFree=24753460/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=281972 CPUtime=0.37 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 1196 0 0 0 37 0 0 0 18 0 4 0 652061348 288739328 1114 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 70493 1114 358 95 0 65475 0
[pid=18168/tid=18169] ppid=18166 vsize=281972 CPUtime=0.09 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 169 0 0 0 9 0 0 0 18 0 4 0 652061348 288739328 1114 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=281972 CPUtime=0.09 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 159 0 0 0 9 0 0 0 18 0 4 0 652061348 288739328 1114 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=281972 CPUtime=0.08 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 291 0 0 0 8 0 0 0 25 0 4 0 652061349 288739328 1114 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281972

[startup+0.301149 s]
/proc/loadavg: 6.84 7.84 8.00 8/355 18168
/proc/meminfo: memFree=24753460/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=284892 CPUtime=1.18 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 3132 0 0 0 117 1 0 0 18 0 4 0 652061348 291729408 2373 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295695 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 71223 2373 376 95 0 66205 0
[pid=18168/tid=18169] ppid=18166 vsize=284892 CPUtime=0.29 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 741 0 0 0 29 0 0 0 18 0 4 0 652061348 291729408 2373 33554432000 4194304 4580107 140733442532160 18446744073709551615 4324224 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=284892 CPUtime=0.29 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 751 0 0 0 29 0 0 0 18 0 4 0 652061348 291729408 2373 33554432000 4194304 4580107 140733442532160 18446744073709551615 4320772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=284892 CPUtime=0.28 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 502 0 0 0 28 0 0 0 25 0 4 0 652061349 291729408 2373 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284892

[startup+0.701074 s]
/proc/loadavg: 6.84 7.84 8.00 8/355 18168
/proc/meminfo: memFree=24753460/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=285944 CPUtime=2.77 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 4843 0 0 0 276 1 0 0 18 0 4 0 652061348 292806656 3069 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 71486 3069 376 95 0 66468 0
[pid=18168/tid=18169] ppid=18166 vsize=285944 CPUtime=0.69 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 1138 0 0 0 69 0 0 0 18 0 4 0 652061348 292806656 3069 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=285944 CPUtime=0.69 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 1146 0 0 0 69 0 0 0 18 0 4 0 652061348 292806656 3069 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=285944 CPUtime=0.68 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 996 0 0 0 68 0 0 0 25 0 4 0 652061349 292806656 3069 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285944

[startup+1.50092 s]
/proc/loadavg: 6.84 7.84 8.00 10/359 18172
/proc/meminfo: memFree=24730364/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=287108 CPUtime=5.96 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 8598 0 0 0 594 2 0 0 20 0 4 0 652061348 293998592 4561 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 71777 4561 378 95 0 66759 0
[pid=18168/tid=18169] ppid=18166 vsize=287108 CPUtime=1.49 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 1823 0 0 0 149 0 0 0 19 0 4 0 652061348 293998592 4561 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=287108 CPUtime=1.48 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 1812 0 0 0 148 0 0 0 19 0 4 0 652061348 293998592 4561 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=287108 CPUtime=1.47 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 1731 0 0 0 147 0 0 0 25 0 4 0 652061349 293998592 4561 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287108

[startup+3.10062 s]
/proc/loadavg: 6.84 7.84 8.00 6/352 18182
/proc/meminfo: memFree=24725960/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=300140 CPUtime=12.35 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 15841 0 0 0 1232 3 0 0 25 0 4 0 652061348 307343360 9086 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 75035 9086 378 95 0 70017 0
[pid=18168/tid=18169] ppid=18166 vsize=300140 CPUtime=3.08 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 3724 0 0 0 308 0 0 0 25 0 4 0 652061348 307343360 9086 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=300140 CPUtime=3.08 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 4028 0 0 0 308 0 0 0 25 0 4 0 652061348 307343360 9086 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=300140 CPUtime=3.05 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 3610 0 0 0 305 0 0 0 25 0 4 0 652061349 307343360 9086 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 300140

[startup+6.301 s]
/proc/loadavg: 6.93 7.84 8.00 9/359 18202
/proc/meminfo: memFree=24665924/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=303512 CPUtime=25.11 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 22954 0 0 0 2507 4 0 0 25 0 4 0 652061348 310796288 12289 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 75878 12289 378 95 0 70860 0
[pid=18168/tid=18169] ppid=18166 vsize=303512 CPUtime=6.29 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 6150 0 0 0 628 1 0 0 25 0 4 0 652061348 310796288 12289 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=303512 CPUtime=6.29 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 5724 0 0 0 628 1 0 0 25 0 4 0 652061348 310796288 12289 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=303512 CPUtime=6.22 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 4854 0 0 0 622 0 0 0 25 0 4 0 652061349 310796288 12289 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 303512

[startup+12.7008 s]
/proc/loadavg: 7.02 7.84 8.00 9/359 18203
/proc/meminfo: memFree=24614592/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=304196 CPUtime=50.64 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 33273 0 0 0 5058 6 0 0 25 0 4 0 652061348 311496704 14411 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 76049 14411 378 95 0 71031 0
[pid=18168/tid=18169] ppid=18166 vsize=304196 CPUtime=12.68 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 8885 0 0 0 1267 1 0 0 25 0 4 0 652061348 311496704 14411 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=304196 CPUtime=12.69 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 7897 0 0 0 1268 1 0 0 25 0 4 0 652061348 311496704 14411 33554432000 4194304 4580107 140733442532160 18446744073709551615 4320772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=304196 CPUtime=12.54 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 7670 0 0 0 1254 0 0 0 25 0 4 0 652061349 311496704 14411 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 304196

[startup+25.5003 s]
/proc/loadavg: 7.23 7.85 8.00 9/359 18203
/proc/meminfo: memFree=24561172/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=314736 CPUtime=101.69 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 50850 0 0 0 10158 11 0 0 25 0 4 0 652061348 322289664 17966 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 78684 17966 381 95 0 73666 0
[pid=18168/tid=18169] ppid=18166 vsize=314736 CPUtime=25.48 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 14185 0 0 0 2545 3 0 0 25 0 4 0 652061348 322289664 17966 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=314736 CPUtime=25.49 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 12412 0 0 0 2547 2 0 0 25 0 4 0 652061348 322289664 17966 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=314736 CPUtime=25.2 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 11375 0 0 0 2518 2 0 0 25 0 4 0 652061349 322289664 17966 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 314736

[startup+51.1004 s]
/proc/loadavg: 7.71 7.91 8.02 9/359 18203
/proc/meminfo: memFree=24512952/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=308612 CPUtime=203.8 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 77644 0 0 0 20360 20 0 0 25 0 4 0 652061348 316018688 22339 33554432000 4194304 4580107 140733442532160 18446744073709551615 4320440 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 77153 22339 378 95 0 72135 0
[pid=18168/tid=18169] ppid=18166 vsize=308612 CPUtime=51.09 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 21527 0 0 0 5103 6 0 0 25 0 4 0 652061348 316018688 22339 33554432000 4194304 4580107 140733442532160 18446744073709551615 4339126 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=308612 CPUtime=51.09 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 19349 0 0 0 5104 5 0 0 25 0 4 0 652061348 316018688 22339 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=308612 CPUtime=50.51 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 17358 0 0 0 5048 3 0 0 25 0 4 0 652061349 316018688 22339 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 308612

[startup+102.314 s]
/proc/loadavg: 7.87 7.92 8.01 9/359 18205
/proc/meminfo: memFree=24459104/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=328420 CPUtime=408.09 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 118960 0 0 0 40773 36 0 0 25 0 4 0 652061348 336302080 24096 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 82105 24096 378 95 0 77087 0
[pid=18168/tid=18169] ppid=18166 vsize=328420 CPUtime=102.29 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 31965 0 0 0 10220 9 0 0 25 0 4 0 652061348 336302080 24096 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=328420 CPUtime=102.3 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 29068 0 0 0 10221 9 0 0 25 0 4 0 652061348 336302080 24096 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=328420 CPUtime=101.16 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 28554 0 0 0 10109 7 0 0 25 0 4 0 652061349 336302080 24096 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 328420

[startup+162.301 s]

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

[pid=18168] ppid=18166 vsize=416888 CPUtime=2801.14 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 368342 0 0 0 279973 141 0 0 25 0 4 0 652061348 426893312 63482 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 104222 63482 378 95 0 99204 0
[pid=18168/tid=18169] ppid=18166 vsize=416888 CPUtime=702.28 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 99038 0 0 0 70188 40 0 0 25 0 4 0 652061348 426893312 63482 33554432000 4194304 4580107 140733442532160 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=416888 CPUtime=702.32 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 92294 0 0 0 70198 34 0 0 25 0 4 0 652061348 426893312 63482 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=416888 CPUtime=694.19 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 78350 0 0 0 69392 27 0 0 25 0 4 0 652061349 426893312 63482 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.14
Current children cumulated vsize (KiB) 416888

[startup+762.313 s]
/proc/loadavg: 8.10 8.09 8.04 9/359 18223
/proc/meminfo: memFree=24077092/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=499312 CPUtime=3040.5 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 385011 0 0 0 303900 150 0 0 25 0 4 0 652061348 511295488 63023 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 124828 63023 378 95 0 119810 0
[pid=18168/tid=18169] ppid=18166 vsize=499312 CPUtime=762.29 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 103384 0 0 0 76187 42 0 0 25 0 4 0 652061348 511295488 63023 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=499312 CPUtime=762.32 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 96699 0 0 0 76196 36 0 0 25 0 4 0 652061348 511295488 63023 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=499312 CPUtime=753.51 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 81740 0 0 0 75322 29 0 0 25 0 4 0 652061349 511295488 63023 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.5
Current children cumulated vsize (KiB) 499312

[startup+822.301 s]
/proc/loadavg: 8.08 8.09 8.04 9/359 18224
/proc/meminfo: memFree=24069144/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=511588 CPUtime=3279.78 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 397730 0 0 0 327821 157 0 0 25 0 4 0 652061348 523866112 62513 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 127897 62513 378 95 0 122879 0
[pid=18168/tid=18169] ppid=18166 vsize=511588 CPUtime=822.28 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 106383 0 0 0 82184 44 0 0 25 0 4 0 652061348 523866112 62513 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=511588 CPUtime=822.31 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 99216 0 0 0 82194 37 0 0 25 0 4 0 652061348 523866112 62513 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=511588 CPUtime=812.82 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 86278 0 0 0 81251 31 0 0 25 0 4 0 652061349 523866112 62513 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.78
Current children cumulated vsize (KiB) 511588

[startup+882.3 s]
/proc/loadavg: 8.10 8.10 8.05 9/359 18226
/proc/meminfo: memFree=24037140/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=406412 CPUtime=3519.07 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 408788 0 0 0 351743 164 0 0 25 0 4 0 652061348 416165888 61754 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 101603 61754 378 95 0 96585 0
[pid=18168/tid=18169] ppid=18166 vsize=406412 CPUtime=882.28 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 110321 0 0 0 88181 47 0 0 25 0 4 0 652061348 416165888 61754 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=406412 CPUtime=882.32 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 103765 0 0 0 88192 40 0 0 25 0 4 0 652061348 416165888 61754 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=406412 CPUtime=872.12 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 86434 0 0 0 87180 32 0 0 25 0 4 0 652061349 416165888 61754 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.07
Current children cumulated vsize (KiB) 406412

[startup+942.301 s]
/proc/loadavg: 8.19 8.12 8.06 9/359 18227
/proc/meminfo: memFree=23977596/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=472040 CPUtime=3758.38 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 422772 0 0 0 375668 170 0 0 25 0 4 0 652061348 483368960 67773 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 118010 67773 378 95 0 112992 0
[pid=18168/tid=18169] ppid=18166 vsize=472040 CPUtime=942.29 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 111332 0 0 0 94181 48 0 0 25 0 4 0 652061348 483368960 67773 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=472040 CPUtime=942.32 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 108194 0 0 0 94190 42 0 0 25 0 4 0 652061348 483368960 67773 33554432000 4194304 4580107 140733442532160 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=472040 CPUtime=931.42 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 88990 0 0 0 93109 33 0 0 25 0 4 0 652061349 483368960 67773 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.38
Current children cumulated vsize (KiB) 472040

[startup+1002.3 s]
/proc/loadavg: 8.17 8.13 8.06 9/359 18229
/proc/meminfo: memFree=23912112/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=537588 CPUtime=3997.68 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 435555 0 0 0 399591 177 0 0 25 0 4 0 652061348 550490112 77907 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 134397 77907 378 95 0 129379 0
[pid=18168/tid=18169] ppid=18166 vsize=537588 CPUtime=1002.28 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 115929 0 0 0 100178 50 0 0 25 0 4 0 652061348 550490112 77907 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=537588 CPUtime=1002.32 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 111843 0 0 0 100188 44 0 0 25 0 4 0 652061348 550490112 77907 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=537588 CPUtime=990.71 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 89146 0 0 0 99038 33 0 0 25 0 4 0 652061349 550490112 77907 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.68
Current children cumulated vsize (KiB) 537588

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 8.06 9/359 18231
/proc/meminfo: memFree=23972728/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=460400 CPUtime=4236.99 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 448781 0 0 0 423516 183 0 0 25 0 4 0 652061348 471449600 66660 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 115100 66660 378 95 0 110082 0
[pid=18168/tid=18169] ppid=18166 vsize=460400 CPUtime=1062.28 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 120837 0 0 0 106176 52 0 0 25 0 4 0 652061348 471449600 66660 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=460400 CPUtime=1062.33 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 116511 0 0 0 106186 47 0 0 25 0 4 0 652061348 471449600 66660 33554432000 4194304 4580107 140733442532160 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=460400 CPUtime=1050.02 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 91316 0 0 0 104968 34 0 0 25 0 4 0 652061349 471449600 66660 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.99
Current children cumulated vsize (KiB) 460400

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 8.06 9/359 18232
/proc/meminfo: memFree=23939604/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=460828 CPUtime=4476.28 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 461717 0 0 0 447437 191 0 0 25 0 4 0 652061348 471887872 67276 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 115207 67276 378 95 0 110189 0
[pid=18168/tid=18169] ppid=18166 vsize=460828 CPUtime=1122.29 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 125047 0 0 0 112174 55 0 0 25 0 4 0 652061348 471887872 67276 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=460828 CPUtime=1122.33 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 118463 0 0 0 112185 48 0 0 25 0 4 0 652061348 471887872 67276 33554432000 4194304 4580107 140733442532160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=460828 CPUtime=1109.31 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 93331 0 0 0 110895 36 0 0 25 0 4 0 652061349 471887872 67276 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.28
Current children cumulated vsize (KiB) 460828

[startup+1182.3 s]
/proc/loadavg: 8.19 8.12 8.07 9/359 18234
/proc/meminfo: memFree=23939456/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=513532 CPUtime=4715.59 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 473881 0 0 0 471360 199 0 0 25 0 4 0 652061348 525856768 66446 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 128383 66446 378 95 0 123365 0
[pid=18168/tid=18169] ppid=18166 vsize=513532 CPUtime=1182.28 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 128423 0 0 0 118171 57 0 0 25 0 4 0 652061348 525856768 66446 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=513532 CPUtime=1182.33 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 121591 0 0 0 118184 49 0 0 25 0 4 0 652061348 525856768 66446 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=513532 CPUtime=1168.61 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 96416 0 0 0 116823 38 0 0 25 0 4 0 652061349 525856768 66446 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.59
Current children cumulated vsize (KiB) 513532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.13 8.11 8.06 9/359 18234
/proc/meminfo: memFree=23924824/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=461124 CPUtime=4800.16 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 478951 0 0 0 479815 201 0 0 25 0 4 0 652061348 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 115281 66367 378 95 0 110263 0
[pid=18168/tid=18169] ppid=18166 vsize=461124 CPUtime=1203.5 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 130112 0 0 0 120292 58 0 0 25 0 4 0 652061348 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=461124 CPUtime=1203.54 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 122269 0 0 0 120305 49 0 0 25 0 4 0 652061348 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=461124 CPUtime=1189.55 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 98299 0 0 0 118916 39 0 0 25 0 4 0 652061349 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 461124

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

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

[startup+1203.5 s]
/proc/loadavg: 8.13 8.11 8.06 9/359 18234
/proc/meminfo: memFree=23924824/32950928 swapFree=67056568/67111528
[pid=18168] ppid=18166 vsize=461124 CPUtime=4800.16 cores=1,3,5,7
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17503 0 -1 4202496 478951 0 0 0 479815 201 0 0 25 0 4 0 652061348 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18168/statm: 115281 66367 378 95 0 110263 0
[pid=18168/tid=18169] ppid=18166 vsize=461124 CPUtime=1203.5 cores=1,3,5,7
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 130112 0 0 0 120292 58 0 0 25 0 4 0 652061348 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=461124 CPUtime=1203.54 cores=1,3,5,7
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 122269 0 0 0 120305 49 0 0 25 0 4 0 652061348 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=461124 CPUtime=1189.55 cores=1,3,5,7
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17503 0 -1 4202560 98299 0 0 0 118916 39 0 0 25 0 4 0 652061349 472190976 66367 33554432000 4194304 4580107 140733442532160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 461124

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.53
CPU time (s): 4800.22
CPU user time (s): 4798.19
CPU system time (s): 2.02469
CPU usage (%): 398.844
Max. virtual memory (cumulated for all children) (KiB): 537652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.19
system time used= 2.02469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478952
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= 428
involuntary context switches= 31725

runsolver used 3.88241 second user time and 10.1325 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 22:24:03
IDJOB=3366458
IDBENCH=82867
IDSOLVER=1844
FILE ID=node148/3366458-1305404643
RUNJOBID= node148-1305404643-18146
PBS_JOBID= 13324458
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= d8b7f1701bbfddf0d556cafbec39b80e
RANDOM SEED=1951928168

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24753872 kB
Buffers:        315612 kB
Cached:        4593260 kB
SwapCached:       8488 kB
Active:        4552868 kB
Inactive:      3293352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24753872 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           11036 kB
Writeback:           0 kB
AnonPages:     2935128 kB
Mapped:          27156 kB
Slab:           259036 kB
PageTables:      29116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84731800 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= 72832 MiB
End job on node148 at 2011-05-14 22:44:08