Trace number 3366482

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.26 1203.13

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1720200795-004.UNKNOWN.cnf
MD5SUM3db6bd99841631bff4d8c3d33ccc1047
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark371.116
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366482-1305405272.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.37/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.37/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.37/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.37/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.37/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.14	c calculated reachability. Time: 0.00
0.37/0.14	c Calc default polars -  time:   0.00 s pos:      27 undec:       0 neg:      33
0.37/0.14	c =========================================================================================
0.37/0.14	c types(t): F = full restart, N = normal restart
0.37/0.14	c types(t): S = simplification begin/end, E = solution found
0.37/0.14	c restart types(rt): st = static, dy = dynamic
0.37/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.76/0.29	c  N dy    11      5494        60      5340         0      2661     37380     51572     18.31     19.36
1.57/0.44	c  N dy    21      9988        60      5340         0      6665     37380    136870     18.19     19.28
2.36/0.61	c  N dy    34     14812        60      5340         0      7173     37380    139400     18.19     19.16
3.16/0.82	c  N dy    36     19532        60      5340         0      6358     37380    113347     17.99     18.97
3.98/1.07	c  F st    61     25000        60      5340         0     11217     37380    217336     18.15     17.22
3.98/1.07	c  N st    61     25000        60      5340         0     11217     37380    217336     18.15     17.22
4.75/1.28	c  N dy    67     30002        60      5340         0      9645     37380    175632     18.15   no data
4.75/1.28	c  S st    67     30002        60      5340         0      9645     37380    175632     18.15   no data
5.15/1.31	c  S st    67     30506        60      5340         0     10109     37380    185724     18.15   no data
5.15/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.15/1.32	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.15/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.15/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.15/1.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.52	c lits-rem:       137  cl-subs:      930  v-elim:      0  v-fix:    0  time:  0.19 s
6.75/1.74	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.75/1.74	c calculated reachability. Time: 0.00
6.75/1.74	c  N dy    67     30506        60      5340         0      9179     37380    165571     18.15   no data
7.55/1.95	c  N dy    75     34891        60      5340         0     13090     37380    248450     18.10     19.06
9.54/2.42	c  N dy    97     44293        60      5340         0     14436     37380    265227     18.03     18.98
9.94/2.51	c  S st   104     45759        60      5340         0     15751     37380    293332     18.06     17.08
9.94/2.56	c  S st   104     46262        60      5340         0      8252     37380    126550     18.06   no data
9.94/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.94/2.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
9.94/2.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.60	c lits-rem:         8  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.03 s
10.34/2.60	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.34/2.60	c vivif2 --  cl tried     8217 cl shrink        0 lits rem          0 time: 0.00
11.14/2.82	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
11.14/2.82	c calculated reachability. Time: 0.00
11.14/2.82	c  N dy   104     46262        60      5340         0      8217     37380    125636     18.06   no data
12.34/3.17	c  N dy   105     53373        60      5340         0     14511     37380    254777     17.78     18.83
13.93/3.57	c  N dy   126     60281        60      5340         0     11787     37380    189172     17.75     18.72
15.13/3.80	c  N dy   133     64693        60      5340         0     15713     37380    270466     17.70     18.71
16.33/4.13	c  N dy   157     68909        60      5340         0     19479     37380    351611     17.78     19.13
16.33/4.17	c  S st   162     69394        60      5340         0     10163     37380    150061     17.80   no data
16.73/4.21	c  S st   162     69895        60      5340         0     10619     37380    160264     17.80   no data
16.73/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.73/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.73/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.73/4.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.73/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.73/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.29	c lits-rem:        11  cl-subs:      163  v-elim:      0  v-fix:    0  time:  0.07 s
16.73/4.29	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
16.73/4.29	c vivif2 --  cl tried    10456 cl shrink        0 lits rem          0 time: 0.00
17.92/4.55	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.92/4.55	c calculated reachability. Time: 0.00
17.92/4.55	c  N dy   162     69895        60      5340         0     10456     37380    156382     17.80   no data
19.52/4.97	c  N dy   180     77414        60      5340         0     17092     37380    295492     17.78     18.72
21.12/5.38	c  N dy   206     82589        60      5340         0     11079     37380    157904     17.82     18.78
22.30/5.67	c  F st   231     87501        60      5340         0     15461     37380    252375     17.87     17.02
22.70/5.71	c  N st   233     88129        60      5340         0     16033     37380    264628     17.87   no data
24.30/6.12	c  N dy   248     93850        60      5340         0     21067     37380    372425     17.90     19.27
25.92/6.56	c  N dy   264     99866        60      5340         0     14863     37380    226829     17.91     18.87
27.49/6.93	c  S st   302    104843        60      5340         0     19301     37380    322515     17.97     18.26
27.49/6.98	c  S st   302    105347        60      5340         0     19765     37380    332823     17.97   no data
27.49/6.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.49/6.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.49/6.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.49/6.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.49/6.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.49/6.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.49/6.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.49/6.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.89/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.50/7.42	c lits-rem:       227  cl-subs:     1914  v-elim:      0  v-fix:    0  time:  0.42 s
29.50/7.42	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.50/7.42	c vivif2 --  cl tried    17851 cl shrink        0 lits rem          0 time: 0.00
30.73/7.77	c asymm  cl-useful: 0/4940/5340 lits-rem:0 time: 0.35
30.73/7.77	c calculated reachability. Time: 0.00
30.73/7.77	c  N dy   302    105347        60      5340         0     17851     37380    291629     17.97   no data
33.08/8.38	c  N dy   309    113084        60      5340         0     12386     37380    167295     17.90     18.92
36.67/9.26	c  N dy   338    126212        60      5340         0     23928     37380    408490     17.88     18.83
39.50/9.93	c  N dy   391    134317        60      5340         0     17934     37380    276566     17.96     21.77
42.26/10.61	c  N dy   424    142986        60      5340         0     25637     37380    437734     17.95     18.94
45.05/11.36	c  N dy   458    152113        60      5340         0     19599     37380    297848     17.97     19.15
47.05/11.89	c  S st   500    158021        60      5340         0     24870     37380    412134     18.02     16.97
47.45/11.95	c  S st   500    158523        60      5340         0     25331     37380    422345     18.02   no data
47.45/11.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.45/11.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.45/11.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.45/11.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.45/11.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.45/11.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.45/11.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.45/11.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.45/11.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.63/12.70	c lits-rem:       334  cl-subs:     2560  v-elim:      0  v-fix:    0  time:  0.72 s
50.63/12.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.63/12.71	c vivif2 --  cl tried    22771 cl shrink        0 lits rem          0 time: 0.00
51.83/13.07	c asymm  cl-useful: 0/4098/5340 lits-rem:0 time: 0.36
51.83/13.07	c calculated reachability. Time: 0.00
51.83/13.07	c  N dy   500    158523        60      5340         0     22771     37380    366463     18.02   no data
57.41/14.48	c  N dy   541    175325        60      5340         0     22716     37380    349442     17.97     18.92
62.59/15.71	c  N dy   613    186557        60      5340         0     16810     37380    219673     18.03     19.45
68.18/17.15	c  N dy   648    203757        60      5340         0     32020     37380    535534     17.97     18.95
72.97/18.37	c  N dy   713    216837        60      5340         0     26823     37380    424123     18.01     19.01
81.35/20.40	c  N dy   755    237785        60      5340         0     27574     37380    419322     17.93     15.76
81.35/20.40	c  S st   755    237785        60      5340         0     27574     37380    419322     17.93     15.76
81.35/20.48	c  S st   755    238287        60      5340         0     28042     37380    429765     17.93   no data
81.35/20.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.35/20.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.35/20.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.35/20.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.35/20.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.35/20.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.35/20.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.35/20.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.75/20.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.35/21.48	c lits-rem:       386  cl-subs:     3049  v-elim:      0  v-fix:    0  time:  0.98 s
85.35/21.48	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
85.35/21.48	c vivif2 --  cl tried    24993 cl shrink        0 lits rem          0 time: 0.00
86.15/21.62	c asymm  cl-useful: 0/1242/5340 lits-rem:0 time: 0.14
86.15/21.62	c calculated reachability. Time: 0.00
86.15/21.62	c  N dy   755    238287        60      5340         0     24993     37380    372062     17.93   no data
94.52/23.71	c  N dy   809    260439        60      5340         0     26184     37380    383125     17.90     18.96
102.10/25.67	c  N dy   903    277098        60      5340         0     21597     37380    280537     17.96     19.75
112.88/28.35	c  N dy   968    305167        60      5340         0     26035     37380    360896     17.91     19.02
113.28/28.46	c  F st   979    306252        60      5340         0     27015     37380    382282     17.92   no data
122.46/30.79	c  N dy  1043    326283        60      5340         0     23594     37380    299849     17.92     18.90
132.42/33.22	c  N dy  1135    347153        60      5340         0     42132     37380    695080     17.95     19.01
136.80/34.39	c  S st  1175    357430        60      5340         0     29031     37380    408087     17.96     16.73
137.20/34.47	c  S st  1175    357931        60      5340         0     29490     37380    418276     17.96   no data
137.20/34.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.20/34.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.20/34.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.20/34.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.20/34.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.20/34.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
137.20/34.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.20/34.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
137.20/34.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.02/35.14	c lits-rem:       185  cl-subs:     1830  v-elim:      0  v-fix:    0  time:  0.64 s
140.02/35.14	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.02/35.15	c vivif2 --  cl tried    27660 cl shrink        0 lits rem          0 time: 0.00
141.59/35.51	c asymm  cl-useful: 0/3565/5340 lits-rem:0 time: 0.37
141.59/35.51	c calculated reachability. Time: 0.00
141.59/35.51	c  N dy  1175    357931        60      5340         0     27660     37380    379877     17.96   no data
151.57/38.01	c  N dy  1228    377987        60      5340         0     45365     37380    751012     17.95     19.11
162.39/40.71	c  N dy  1328    399463        60      5340         0     41507     37380    664392     17.98     19.08
175.55/44.04	c  N dy  1410    423175        60      5340         0     38728     37380    593013     17.98     19.10
187.48/47.06	c  N dy  1532    443417        60      5340         0     31947     37380    439271     18.03     18.99
199.86/50.18	c  N dy  1652    463451        60      5340         0     49745     37380    824164     18.07     19.80
209.83/52.69	c  N dy  1680    484555        60      5340         0     42554     37380    642498     18.04     19.12
223.00/55.99	c  N dy  1810    505527        60      5340         0     34638     37380    476981     18.08     19.12
234.96/58.99	c  N dy  1894    525544        60      5340         0     52369     37380    856812     18.10     20.48
240.96/60.49	c  S st  1920    536898        60      5340         0     34899     37380    465328     18.08   no data
241.38/60.58	c  S st  1920    537403        60      5340         0     35354     37380    475570     18.08   no data
241.38/60.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.38/60.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.38/60.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.38/60.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.38/60.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.38/60.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
241.38/60.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.73/60.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.73/60.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.94/61.46	c lits-rem:       194  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.85 s
244.94/61.46	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
244.94/61.47	c vivif2 --  cl tried    33139 cl shrink        0 lits rem          0 time: 0.00
246.13/61.74	c asymm  cl-useful: 0/1775/5340 lits-rem:0 time: 0.27
246.13/61.74	c calculated reachability. Time: 0.00
246.13/61.74	c  N dy  1920    537403        60      5340         0     33139     37380    432053     18.08   no data
258.52/64.81	c  N dy  2013    557421        60      5340         0     50892     37380    812707     18.10     19.11
271.27/68.03	c  N dy  2062    582020        60      5340         0     44467     37380    657066     18.06     19.05
284.86/71.47	c  N dy  2139    602415        60      5340         0     33346     37380    416788     18.06     19.02
295.60/74.10	c  N dy  2174    622515        60      5340         0     51087     37380    789785     18.04     19.82
307.96/77.23	c  N dy  2252    642583        60      5340         0     38801     37380    524244     18.05     19.33
318.75/79.93	c  N dy  2272    663024        60      5340         0     56650     37380    889474     18.01     18.99
331.92/83.23	c  N dy  2349    683109        60      5340         0     43627     37380    616835     18.01     20.50
346.72/86.93	c  N dy  2441    703201        60      5340         0     61488     37380   1001459     18.03     19.03
360.64/90.44	c  N dy  2541    724224        60      5340         0     48263     37380    707830     18.05     19.02
377.43/94.64	c  N dy  2652    744314        60      5340         0     33332     37380    376174     18.07     19.31
389.77/97.73	c  N dy  2725    764413        60      5340         0     51216     37380    759386     18.07     20.39
406.13/101.80	c  N dy  2767    788184        60      5340         0     38505     37380    472100     18.05     19.02
416.10/104.34	c  S st  2796    806107        60      5340         0     54316     37380    805477     18.04     18.45
416.52/104.50	c  S st  2796    806610        60      5340         0     54762     37380    815568     18.04   no data
416.52/104.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
416.93/104.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
416.93/104.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
416.93/104.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
416.93/104.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
416.93/104.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
416.93/104.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
416.93/104.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
416.93/104.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.26/108.14	c lits-rem:       701  cl-subs:     6138  v-elim:      0  v-fix:    0  time:  3.58 s
431.26/108.14	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
431.26/108.15	c vivif2 --  cl tried    48624 cl shrink        0 lits rem          0 time: 0.01
432.06/108.39	c asymm  cl-useful: 0/1177/5340 lits-rem:0 time: 0.24
432.06/108.39	c calculated reachability. Time: 0.00
432.06/108.39	c  N dy  2796    806610        60      5340         0     48624     37380    693291     18.04   no data
449.21/112.65	c  N dy  2898    826656        60      5340         0     66431     37380   1077014     18.06     19.57
463.18/116.10	c  N dy  2968    846747        60      5340         0     49992     37380    708836     18.06     20.22
486.74/122.03	c  N dy  3025    882882        60      5340         0     46579     37380    616444     18.02     18.98
502.28/125.92	c  N dy  3112    903516        60      5340         0     64848     37380   1007105     18.02     19.00
517.46/129.71	c  N dy  3201    923594        60      5340         0     46510     37380    617854     18.02     18.99
543.80/136.33	c  N dy  3299    958593        60      5340         0     40391     37380    470958     18.00     19.03
558.93/140.14	c  N dy  3426    978618        60      5340         0     58271     37380    860103     18.03     19.40
580.49/145.52	c  N dy  3550    999561        60      5340         0     38763     37380    429170     18.05     19.19
595.24/149.20	c  N dy  3674   1019589        60      5340         0     56509     37380    813567     18.07     19.13
613.60/153.85	c  N dy  3733   1039687        60      5340         0     74224     37380   1186172     18.06     20.11
631.57/158.39	c  N dy  3786   1064725        60      5340         0     57345     37380    806057     18.05     19.10
638.34/160.00	c  F st  3825   1071876        60      5340         0     63696     37380    943416     18.06     17.99
687.41/172.33	c  N dy  3837   1142138        60      5340         0     44792     37380    524379     17.91     18.87
704.97/176.78	c  N dy  4009   1162224        60      5340         0     62682     37380    917418     17.94     19.55
727.72/182.41	c  N dy  4103   1183709        60      5340         0     81635     37380   1321196     17.95     18.96
744.06/186.52	c  N dy  4204   1203885        60      5340         0     58161     37380    808105     17.96     19.00
749.66/187.94	c  S st  4235   1209916        60      5340         0     63498     37380    922392     17.96     17.42
750.50/188.12	c  S st  4235   1210422        60      5340         0     63972     37380    932932     17.96   no data
750.50/188.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
750.50/188.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
750.50/188.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
750.50/188.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
750.50/188.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
750.50/188.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
750.50/188.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
750.50/188.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
750.50/188.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
771.61/193.48	c lits-rem:       620  cl-subs:     5962  v-elim:      0  v-fix:    0  time:  5.29 s
771.61/193.48	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
771.61/193.49	c vivif2 --  cl tried    58010 cl shrink        0 lits rem          0 time: 0.01
773.19/193.85	c asymm  cl-useful: 0/837/5340 lits-rem:0 time: 0.36
773.19/193.85	c calculated reachability. Time: 0.00
773.19/193.85	c  N dy  4235   1210422        60      5340         0     58010     37380    807647     17.96   no data
798.35/200.15	c  N dy  4343   1231615        60      5340         0     76734     37380   1211954     17.98     18.97
822.67/206.24	c  N dy  4484   1251694        60      5340         0     52604     37380    685878     18.00     20.72
846.63/212.23	c  N dy  4646   1272722        60      5340         0     71310     37380   1098057     18.03     18.99
865.36/216.93	c  N dy  4662   1292749        60      5340         0     45705     37380    522313     18.00     19.30
880.52/220.70	c  N dy  4730   1312847        60      5340         0     63375     37380    894541     18.00     21.60
904.10/226.63	c  N dy  4875   1332919        60      5340         0     81202     37380   1285086     18.02     19.18
925.63/232.03	c  N dy  4986   1352947        60      5340         0     54897     37380    711324     18.04     19.95
947.15/237.48	c  N dy  5062   1373264        60      5340         0     72822     37380   1094387     18.04     19.04
986.65/247.33	c  N dy  5155   1409414        60      5340         0     59485     37380    777906     18.03     19.02
1010.98/253.40	c  N dy  5223   1434730        60      5340         0     81803     37380   1246968     18.02     19.11
1033.73/259.10	c  N dy  5333   1454803        60      5340         0     53732     37380    663531     18.03     20.15
1052.91/263.97	c  N dy  5394   1477039        60      5340         0     73348     37380   1076521     18.03     19.10
1075.26/269.53	c  N dy  5466   1497062        60      5340         0     90993     37380   1449964     18.03     19.09
1093.98/274.29	c  N dy  5582   1517068        60      5340         0     61995     37380    834415     18.04     19.10
1115.12/279.51	c  N dy  5674   1537160        60      5340         0     79750     37380   1216823     18.04     20.01
1141.09/286.07	c  N dy  5782   1557540        60      5340         0     50101     37380    566059     18.06     19.02
1156.21/289.86	c  N dy  5821   1578016        60      5340         0     68098     37380    942434     18.05     19.23
1195.72/299.79	c  N dy  5901   1616830        60      5340         0     53633     37380    626633     18.02     19.04
1214.47/304.46	c  N dy  6004   1636832        60      5340         0     71318     37380   1008075     18.02     20.74
1242.39/311.46	c  N dy  6126   1659776        60      5340         0     91571     37380   1445167     18.03     19.07
1267.14/317.60	c  N dy  6214   1682487        60      5340         0     62360     37380    808308     18.04     19.03
1288.69/323.06	c  N dy  6320   1702564        60      5340         0     80079     37380   1190962     18.05     19.92
1298.26/325.43	c  S st  6343   1710424        60      5340         0     86984     37380   1337433     18.05     16.73
1299.45/325.71	c  S st  6343   1710929        60      5340         0     87437     37380   1347541     18.05   no data
1299.45/325.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1299.45/325.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1299.45/325.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1299.45/325.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1299.45/325.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1299.45/325.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1299.45/325.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1299.45/325.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1299.85/325.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1353.71/339.30	c lits-rem:       942  cl-subs:    10049  v-elim:      0  v-fix:    0  time: 13.49 s
1353.71/339.30	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1353.71/339.32	c vivif2 --  cl tried    77388 cl shrink        0 lits rem          0 time: 0.02
1355.31/339.74	c asymm  cl-useful: 0/611/5340 lits-rem:0 time: 0.42
1355.31/339.74	c calculated reachability. Time: 0.00
1355.31/339.74	c  N dy  6343   1710929        60      5340         0     77388     37380   1136258     18.05   no data
1385.64/347.37	c  N dy  6416   1731142        60      5340         0     95223     37380   1513249     18.05     19.11
1413.21/354.23	c  N dy  6576   1751149        60      5340         0     63279     37380    830561     18.07     19.10
1439.12/360.73	c  N dy  6711   1771150        60      5340         0     81031     37380   1217659     18.08     21.18
1469.02/368.29	c  N dy  6829   1792403        60      5340         0     99851     37380   1626112     18.09     19.10
1489.78/373.48	c  N dy  6941   1812484        60      5340         0     66662     37380    885508     18.10     19.58
1516.50/380.17	c  N dy  7023   1837355        60      5340         0     88515     37380   1353196     18.10     19.10
1548.43/388.17	c  N dy  7124   1858882        60      5340         0     55543     37380    631526     18.11     19.08
1571.56/393.97	c  N dy  7250   1878959        60      5340         0     73308     37380   1018462     18.12     19.43
1595.50/399.95	c  N dy  7314   1899904        60      5340         0     91769     37380   1410935     18.12     19.09
1648.97/413.31	c  N dy  7417   1952020        60      5340         0     84460     37380   1205053     18.09     19.13
1679.29/420.97	c  N dy  7489   1976999        60      5340         0    106440     37380   1670444     18.08     19.06
1706.84/427.84	c  N dy  7598   2005451        60      5340         0     77863     37380   1088484     18.08     19.06
1733.18/434.50	c  N dy  7688   2025868        60      5340         0     95874     37380   1476021     18.09     19.16
1763.90/442.16	c  N dy  7818   2045900        60      5340         0     59043     37380    680111     18.10     19.85
1785.85/447.70	c  N dy  7961   2065920        60      5340         0     76782     37380   1068207     18.11     20.29
1816.15/455.24	c  N dy  8052   2088839        60      5340         0     96937     37380   1500052     18.12     19.20
1845.68/462.64	c  N dy  8123   2110636        60      5340         0     60618     37380    700093     18.12     19.12
1868.81/468.45	c  N dy  8254   2131674        60      5340         0     79172     37380   1104077     18.13     19.49
1896.33/475.34	c  N dy  8348   2151684        60      5340         0     96766     37380   1482677     18.13     19.79
1929.46/483.69	c  N dy  8438   2172570        60      5340         0     58800     37380    649967     18.14     19.14
1950.20/488.88	c  N dy  8553   2192617        60      5340         0     76502     37380   1035401     18.15     19.63
1973.75/494.71	c  S st  8614   2210930        60      5340         0     92696     37380   1379797     18.15   no data
1974.99/495.01	c  S st  8614   2211432        60      5340         0     93156     37380   1390087     18.15   no data
1974.99/495.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1974.99/495.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1974.99/495.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1974.99/495.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1974.99/495.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1974.99/495.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1974.99/495.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1974.99/495.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1975.34/495.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2022.02/506.84	c lits-rem:      1019  cl-subs:    10183  v-elim:      0  v-fix:    0  time: 11.72 s
2022.02/506.84	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2022.02/506.86	c vivif2 --  cl tried    82973 cl shrink        0 lits rem          0 time: 0.02
2023.62/507.27	c asymm  cl-useful: 0/578/5340 lits-rem:0 time: 0.41
2023.62/507.27	c calculated reachability. Time: 0.00
2023.62/507.27	c  N dy  8614   2211432        60      5340         0     82973     37380   1176138     18.15   no data
2055.93/515.35	c  N dy  8673   2231454        60      5340         0    100525     37380   1547297     18.15     20.07
2094.24/524.91	c  N dy  8772   2252408        60      5340         0     62368     37380    722154     18.15     19.24
2118.58/531.08	c  N dy  8878   2272457        60      5340         0     80065     37380   1103205     18.16     19.18
2147.31/538.22	c  N dy  8930   2296652        60      5340         0    101214     37380   1547729     18.15     19.14
2180.84/546.67	c  N dy  9047   2316703        60      5340         0     61084     37380    684137     18.16     20.38
2209.14/553.72	c  N dy  9136   2345085        60      5340         0     85978     37380   1212234     18.16     19.20
2242.70/562.13	c  N dy  9245   2369480        60      5340         0    107353     37380   1664684     18.16     19.24
2272.18/569.58	c  N dy  9351   2389533        60      5340         0     66315     37380    785266     18.16     20.20
2296.12/575.57	c  N dy  9465   2409679        60      5340         0     84149     37380   1173267     18.17     19.31
2326.09/583.01	c  N dy  9573   2429713        60      5340         0    101895     37380   1560328     18.18     19.67
2364.36/592.69	c  N dy  9631   2458240        60      5340         0     67077     37380    783894     18.17     19.18
2387.53/598.45	c  N dy  9735   2478310        60      5340         0     84900     37380   1169764     18.18     20.71
2411.03/604.32	c  N dy  9771   2498349        60      5340         0    102416     37380   1532948     18.17     20.95
2449.74/614.09	c  N dy  9849   2523310        60      5340         0     63585     37380    701202     18.16     19.14
2476.86/620.84	c  N dy  9956   2548065        60      5340         0     85356     37380   1166939     18.17     19.33
2505.20/627.97	c  N dy 10044   2568172        60      5340         0    103126     37380   1551311     18.17     19.24
2542.70/637.36	c  N dy 10155   2588245        60      5340         0    120910     37380   1938135     18.18     19.15
2569.83/644.19	c  N dy 10248   2611435        60      5340         0     79651     37380   1041391     18.18     19.18
2593.39/650.06	c  N dy 10272   2632725        60      5340         0     98316     37380   1433811     18.17     19.21
2629.68/659.11	c  N dy 10346   2655594        60      5340         0    118410     37380   1860156     18.17     19.14
2661.21/667.04	c  N dy 10472   2677066        60      5340         0     74833     37380    928546     18.18     19.14
2685.15/673.04	c  N dy 10546   2697164        60      5340         0     92462     37380   1303052     18.18     19.45
2709.88/679.22	c  S st 10657   2711432        60      5340         0    105122     37380   1582886     18.19   no data
2711.08/679.58	c  S st 10657   2711933        60      5340         0    105581     37380   1593238     18.19   no data
2711.08/679.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2711.48/679.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2711.48/679.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2711.48/679.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2711.48/679.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2711.48/679.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2711.48/679.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2711.48/679.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2711.48/679.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2761.34/692.13	c lits-rem:      1071  cl-subs:    11587  v-elim:      0  v-fix:    0  time: 12.43 s
2761.34/692.13	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2761.34/692.15	c vivif2 --  cl tried    93994 cl shrink        0 lits rem          0 time: 0.02
2762.94/692.51	c asymm  cl-useful: 0/505/5340 lits-rem:0 time: 0.36
2762.94/692.52	c calculated reachability. Time: 0.00
2762.94/692.52	c  N dy 10657   2711933        60      5340         0     93994     37380   1348103     18.19   no data
2801.64/702.28	c  N dy 10765   2731966        60      5340         0    111661     37380   1732311     18.19     21.15
2848.36/713.99	c  N dy 10817   2755009        60      5340         0     69209     37380    799032     18.19     19.30
2877.45/721.23	c  N dy 10909   2775021        60      5340         0     86825     37380   1178207     18.19     20.81
2901.39/727.28	c  N dy 10915   2798036        60      5340         0    106883     37380   1592285     18.18     19.25
2934.10/735.49	c  N dy 10980   2818112        60      5340         0    124641     37380   1975655     18.18     20.28
2964.03/742.91	c  N dy 11088   2839953        60      5340         0     80059     37380   1030467     18.18     19.16
3001.97/752.41	c  N dy 11181   2867386        60      5340         0    104168     37380   1542556     18.18     19.15
3039.45/761.84	c  N dy 11272   2889987        60      5340         0    124059     37380   1967124     18.18     19.14
3068.57/769.11	c  N dy 11368   2910371        60      5340         0     77062     37380    949441     18.18     19.18
3106.47/778.62	c  N dy 11421   2942008        60      5340         0    104731     37380   1525845     18.17     19.14
3143.17/787.86	c  N dy 11522   2962770        60      5340         0    123004     37380   1919153     18.18     19.24
3178.29/796.60	c  N dy 11637   2984620        60      5340         0     76403     37380    928932     18.18     19.15
3205.42/803.48	c  N dy 11741   3004693        60      5340         0     94074     37380   1311820     18.19     19.97
3253.30/815.43	c  N dy 11798   3040670        60      5340         0    125561     37380   1982667     18.18     19.15
3285.62/823.53	c  N dy 11882   3062279        60      5340         0     77875     37380    945625     18.18     19.22
3310.35/829.70	c  N dy 11950   3082411        60      5340         0     95479     37380   1321748     18.18     19.31
3345.46/838.59	c  N dy 12076   3102455        60      5340         0    113200     37380   1708051     18.19     19.25
3380.18/847.27	c  N dy 12136   3122484        60      5340         0    130832     37380   2082327     18.18     19.73
3410.90/854.97	c  N dy 12233   3144239        60      5340         0     82296     37380   1027840     18.19     19.25
3454.39/865.84	c  N dy 12379   3174554        60      5340         0    108835     37380   1592459     18.19     19.16
3493.53/875.64	c  N dy 12467   3196214        60      5340         0    127927     37380   2002644     18.19     19.17
3516.23/881.33	c  S st 12473   3211933        60      5340         0     73114     37380    817741     18.18     15.25
3517.03/881.55	c  S st 12473   3212433        60      5340         0     73554     37380    827768     18.18   no data
3517.03/881.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3517.03/881.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3517.03/881.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3517.03/881.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3517.03/881.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3517.03/881.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3517.03/881.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3517.43/881.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3517.43/881.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3523.02/883.08	c lits-rem:       154  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  1.45 s
3523.02/883.08	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3523.02/883.09	c vivif2 --  cl tried    71892 cl shrink        0 lits rem          0 time: 0.01
3524.61/883.40	c asymm  cl-useful: 0/655/5340 lits-rem:0 time: 0.31
3524.61/883.41	c calculated reachability. Time: 0.00
3524.61/883.41	c  N dy 12473   3212433        60      5340         0     71892     37380    798198     18.18   no data
3553.74/890.74	c  N dy 12603   3235059        60      5340         0     91886     37380   1234351     18.19     19.22
3587.65/899.26	c  N dy 12746   3255097        60      5340         0    109645     37380   1623935     18.20     19.18
3627.95/909.36	c  N dy 12859   3275157        60      5340         0    127329     37380   2008747     18.20     20.10
3668.26/919.42	c  N dy 12955   3296574        60      5340         0     76751     37380    891322     18.20     19.24
3695.77/926.35	c  N dy 13048   3317752        60      5340         0     95400     37380   1291970     18.21     19.22
3727.30/934.25	c  N dy 13120   3337859        60      5340         0    113061     37380   1672092     18.21     19.17
3773.19/945.75	c  N dy 13232   3360568        60      5340         0    133047     37380   2103423     18.21     19.29
3821.06/957.77	c  N dy 13357   3389911        60      5340         0     88421     37380   1129311     18.21     19.26
3852.18/965.52	c  N dy 13459   3409959        60      5340         0    106056     37380   1510810     18.22     21.48
3903.65/978.48	c  N dy 13556   3440901        60      5340         0    133074     37380   2082719     18.21     19.24
3940.37/987.61	c  N dy 13680   3460956        60      5340         0     79653     37380    942349     18.22     19.80
3981.45/997.98	c  N dy 13750   3495233        60      5340         0    109633     37380   1568530     18.21     19.18
4020.19/1007.66	c  N dy 13863   3515257        60      5340         0    127244     37380   1951643     18.22     19.71
4069.63/1020.07	c  N dy 14010   3535264        60      5340         0     72932     37380    782736     18.22     20.26
4091.18/1025.47	c  N dy 14052   3555835        60      5340         0     90844     37380   1154366     18.22     19.19
4121.14/1032.96	c  N dy 14129   3576217        60      5340         0    108831     37380   1538745     18.22     19.27
4157.81/1042.18	c  N dy 14205   3596318        60      5340         0    126539     37380   1918369     18.22     19.83
4201.30/1053.09	c  N dy 14314   3616326        60      5340         0    144200     37380   2304828     18.22     20.28
4232.02/1060.75	c  N dy 14396   3638248        60      5340         0     90487     37380   1147320     18.22     19.22
4273.12/1071.02	c  N dy 14449   3668759        60      5340         0    117270     37380   1713855     18.22     19.21
4318.64/1082.45	c  N dy 14551   3691089        60      5340         0    136849     37380   2134766     18.22     19.24
4360.90/1093.04	c  N dy 14635   3712433        60      5340         0     81830     37380    950400     18.22     16.29
4360.90/1093.04	c  S st 14635   3712433        60      5340         0     81830     37380    950400     18.22     16.29
4361.70/1093.28	c  S st 14635   3712937        60      5340         0     82284     37380    960636     18.22   no data
4361.70/1093.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4362.12/1093.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4362.12/1093.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4362.12/1093.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4362.12/1093.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4362.12/1093.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4362.12/1093.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4362.12/1093.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4362.12/1093.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4371.66/1095.71	c lits-rem:       217  cl-subs:     2649  v-elim:      0  v-fix:    0  time:  2.33 s
4371.66/1095.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4371.66/1095.72	c vivif2 --  cl tried    79635 cl shrink        0 lits rem          0 time: 0.01
4372.86/1096.05	c asymm  cl-useful: 0/601/5340 lits-rem:0 time: 0.32
4372.86/1096.05	c calculated reachability. Time: 0.00
4372.86/1096.05	c  N dy 14635   3712937        60      5340         0     79635     37380    907822     18.22   no data
4399.19/1102.64	c  N dy 14699   3735386        60      5340         0     99350     37380   1329917     18.22     19.21
4419.59/1107.78	c  F st 14720   3751564        60      5340         0    113444     37380   1619577     18.21     17.94
4427.94/1109.83	c  N dy 14726   3756760        60      5340         0    118019     37380   1721030     18.21   no data
4473.81/1121.31	c  N dy 14857   3776861        60      5340         0    135837     37380   2113544     18.22     20.31
4515.72/1131.86	c  N dy 14929   3796922        60      5340         0     78958     37380    883169     18.22     19.23
4552.00/1140.91	c  N dy 15043   3825074        60      5340         0    103781     37380   1418568     18.22     19.19
4613.85/1156.42	c  N dy 15096   3868409        60      5340         0    141379     37380   2190144     18.20     19.19
4654.55/1166.69	c  N dy 15216   3888505        60      5340         0     83765     37380    980609     18.21     21.98
4683.67/1173.94	c  N dy 15268   3909539        60      5340         0    102214     37380   1371135     18.21     19.24
4720.79/1183.26	c  N dy 15389   3929637        60      5340         0    119940     37380   1760326     18.21     20.20
4762.28/1193.62	c  N dy 15488   3949644        60      5340         0    137580     37380   2142759     18.22     19.89

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

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

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


[startup+0 s]
/proc/loadavg: 6.60 7.72 7.49 3/311 8318
/proc/meminfo: memFree=27336648/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 384718423 52396032 352 33554432000 4194304 4580107 140735836098768 18446744073709551615 47770760136705 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 12792 352 302 95 0 7774 0
[pid=8318/tid=8319] ppid=8316 vsize=216292 CPUtime=0 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 67 0 0 0 0 0 0 0 24 0 4 0 384718423 221483008 926 33554432000 4194304 4580107 140735836098768 18446744073709551615 268660767214 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=216292 CPUtime=0 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 181 0 0 0 0 0 0 0 24 0 4 0 384718423 221483008 926 33554432000 4194304 4580107 140735836098768 18446744073709551615 268660323361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=216292 CPUtime=0 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 174 0 0 0 0 0 0 0 24 0 4 0 384718423 221483008 926 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0239189 s]
/proc/loadavg: 6.60 7.72 7.49 3/311 8318
/proc/meminfo: memFree=27336648/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=216288 CPUtime=0.06 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 1163 0 0 0 6 0 0 0 23 0 4 0 384718423 221478912 1074 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 54072 1074 357 95 0 49054 0
[pid=8318/tid=8319] ppid=8316 vsize=216288 CPUtime=0.01 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 167 0 0 0 1 0 0 0 24 0 4 0 384718423 221478912 1074 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=216288 CPUtime=0.01 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 189 0 0 0 1 0 0 0 18 0 4 0 384718423 221478912 1075 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294598 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=216288 CPUtime=0.01 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 207 0 0 0 1 0 0 0 24 0 4 0 384718423 221478912 1076 33554432000 4194304 4580107 140735836098768 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 216288

[startup+0.100905 s]
/proc/loadavg: 6.60 7.72 7.49 3/311 8318
/proc/meminfo: memFree=27336648/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=216420 CPUtime=0.37 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 1321 0 0 0 37 0 0 0 23 0 4 0 384718423 221614080 1232 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 54105 1232 358 95 0 49087 0
[pid=8318/tid=8319] ppid=8316 vsize=216420 CPUtime=0.08 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 182 0 0 0 8 0 0 0 24 0 4 0 384718423 221614080 1232 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=216420 CPUtime=0.09 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 203 0 0 0 9 0 0 0 18 0 4 0 384718423 221614080 1232 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=216420 CPUtime=0.09 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 318 0 0 0 9 0 0 0 24 0 4 0 384718423 221614080 1232 33554432000 4194304 4580107 140735836098768 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 216420

[startup+0.300872 s]
/proc/loadavg: 6.60 7.72 7.49 3/311 8318
/proc/meminfo: memFree=27336648/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=218692 CPUtime=1.17 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 3370 0 0 0 116 1 0 0 23 0 4 0 384718423 223940608 2511 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294496 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 54673 2511 376 95 0 49655 0
[pid=8318/tid=8319] ppid=8316 vsize=218692 CPUtime=0.28 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 733 0 0 0 28 0 0 0 25 0 4 0 384718423 223940608 2511 33554432000 4194304 4580107 140735836098768 18446744073709551615 4322726 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=218692 CPUtime=0.29 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 807 0 0 0 29 0 0 0 18 0 4 0 384718423 223940608 2511 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=218692 CPUtime=0.29 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 605 0 0 0 29 0 0 0 25 0 4 0 384718423 223940608 2512 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218692

[startup+0.700803 s]
/proc/loadavg: 6.60 7.72 7.49 3/311 8318
/proc/meminfo: memFree=27336648/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=219656 CPUtime=2.76 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 5286 0 0 0 275 1 0 0 25 0 4 0 384718423 224927744 3242 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 54914 3242 376 95 0 49896 0
[pid=8318/tid=8319] ppid=8316 vsize=219656 CPUtime=0.68 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 1181 0 0 0 68 0 0 0 25 0 4 0 384718423 224927744 3242 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=219656 CPUtime=0.68 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 1252 0 0 0 68 0 0 0 18 0 4 0 384718423 224927744 3242 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=219656 CPUtime=0.69 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 1176 0 0 0 69 0 0 0 25 0 4 0 384718423 224927744 3243 33554432000 4194304 4580107 140735836098768 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 219656

[startup+1.50066 s]
/proc/loadavg: 6.60 7.72 7.49 9/323 8330
/proc/meminfo: memFree=27310480/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=220864 CPUtime=5.95 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 9606 0 0 0 594 1 0 0 25 0 4 0 384718423 226164736 5096 33554432000 4194304 4580107 140735836098768 18446744073709551615 4415787 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 55216 5096 378 95 0 50198 0
[pid=8318/tid=8319] ppid=8316 vsize=220864 CPUtime=1.47 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 1941 0 0 0 147 0 0 0 25 0 4 0 384718423 226164736 5096 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=220864 CPUtime=1.48 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 2072 0 0 0 148 0 0 0 19 0 4 0 384718423 226164736 5096 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=220864 CPUtime=1.49 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 1993 0 0 0 149 0 0 0 25 0 4 0 384718423 226164736 5096 33554432000 4194304 4580107 140735836098768 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 220864

[startup+3.10038 s]
/proc/loadavg: 6.60 7.72 7.49 9/323 8330
/proc/meminfo: memFree=27276628/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=228928 CPUtime=12.34 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 17010 0 0 0 1231 3 0 0 25 0 4 0 384718423 234422272 9603 33554432000 4194304 4580107 140735836098768 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 57232 9603 378 95 0 52214 0
[pid=8318/tid=8319] ppid=8316 vsize=228928 CPUtime=3.06 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 3783 0 0 0 306 0 0 0 25 0 4 0 384718423 234422272 9603 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=228928 CPUtime=3.08 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 4489 0 0 0 308 0 0 0 25 0 4 0 384718423 234422272 9603 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=228928 CPUtime=3.08 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 4341 0 0 0 308 0 0 0 25 0 4 0 384718423 234422272 9603 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 228928

[startup+6.30083 s]
/proc/loadavg: 6.71 7.73 7.49 9/323 8330
/proc/meminfo: memFree=27246608/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=229656 CPUtime=25.1 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 25366 0 0 0 2506 4 0 0 25 0 4 0 384718423 235167744 12187 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 57414 12187 378 95 0 52396 0
[pid=8318/tid=8319] ppid=8316 vsize=229656 CPUtime=6.23 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 6486 0 0 0 622 1 0 0 25 0 4 0 384718423 235167744 12187 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=229656 CPUtime=6.28 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 6435 0 0 0 627 1 0 0 25 0 4 0 384718423 235167744 12188 33554432000 4194304 4580107 140735836098768 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=229656 CPUtime=6.28 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 6253 0 0 0 627 1 0 0 25 0 4 0 384718423 235167744 12188 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 229656

[startup+12.7007 s]
/proc/loadavg: 6.81 7.73 7.49 9/323 8330
/proc/meminfo: memFree=27212920/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=235940 CPUtime=50.63 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 39834 0 0 0 5057 6 0 0 25 0 4 0 384718423 241602560 16416 33554432000 4194304 4580107 140735836098768 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 58985 16416 378 95 0 53967 0
[pid=8318/tid=8319] ppid=8316 vsize=235940 CPUtime=12.56 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 9623 0 0 0 1255 1 0 0 25 0 4 0 384718423 241602560 16416 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=235940 CPUtime=12.68 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 9336 0 0 0 1267 1 0 0 25 0 4 0 384718423 241602560 16416 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=235940 CPUtime=12.69 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 10120 0 0 0 1267 2 0 0 25 0 4 0 384718423 241602560 16416 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 235940

[startup+25.5005 s]
/proc/loadavg: 7.07 7.74 7.50 9/323 8330
/proc/meminfo: memFree=27184972/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=218424 CPUtime=101.7 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 59734 0 0 0 10159 11 0 0 25 0 4 0 384718423 223666176 20949 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 54606 20949 378 95 0 49588 0
[pid=8318/tid=8319] ppid=8316 vsize=218424 CPUtime=25.23 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 14646 0 0 0 2521 2 0 0 25 0 4 0 384718423 223666176 20949 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=218424 CPUtime=25.49 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 14251 0 0 0 2546 3 0 0 25 0 4 0 384718423 223666176 20949 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=218424 CPUtime=25.48 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 14833 0 0 0 2545 3 0 0 25 0 4 0 384718423 223666176 20949 33554432000 4194304 4580107 140735836098768 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 218424

[startup+51.101 s]
/proc/loadavg: 7.39 7.76 7.51 9/323 8331
/proc/meminfo: memFree=27159232/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=294856 CPUtime=203.84 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 88545 0 0 0 20367 17 0 0 25 0 4 0 384718423 301932544 23526 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 73714 23526 378 95 0 68696 0
[pid=8318/tid=8319] ppid=8316 vsize=294856 CPUtime=50.57 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 22563 0 0 0 5053 4 0 0 25 0 4 0 384718423 301932544 23526 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=294856 CPUtime=51.09 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 21157 0 0 0 5105 4 0 0 25 0 4 0 384718423 301932544 23526 33554432000 4194304 4580107 140735836098768 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=294856 CPUtime=51.07 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 21270 0 0 0 5103 4 0 0 25 0 4 0 384718423 301932544 23526 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 294856

[startup+102.312 s]
/proc/loadavg: 7.77 7.81 7.54 9/323 8332
/proc/meminfo: memFree=27130768/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=253476 CPUtime=408.16 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 135807 0 0 0 40786 30 0 0 25 0 4 0 384718423 259559424 26855 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 63369 26855 378 95 0 58351 0
[pid=8318/tid=8319] ppid=8316 vsize=253476 CPUtime=101.27 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 34171 0 0 0 10119 8 0 0 25 0 4 0 384718423 259559424 26855 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=253476 CPUtime=102.29 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 31428 0 0 0 10223 6 0 0 25 0 4 0 384718423 259559424 26855 33554432000 4194304 4580107 140735836098768 18446744073709551615 4321188 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=253476 CPUtime=102.28 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 34599 0 0 0 10221 7 0 0 25 0 4 0 384718423 259559424 26855 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 253476

[startup+162.301 s]

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

[pid=8318] ppid=8316 vsize=366152 CPUtime=2802.04 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 425673 0 0 0 280070 134 0 0 25 0 4 0 384718423 374939648 63476 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 91538 63476 378 95 0 86520 0
[pid=8318/tid=8319] ppid=8316 vsize=366152 CPUtime=695.26 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 107272 0 0 0 69493 33 0 0 25 0 4 0 384718423 374939648 63476 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=366152 CPUtime=702.3 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 98143 0 0 0 70197 33 0 0 25 0 4 0 384718423 374939648 63476 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=366152 CPUtime=702.18 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 106713 0 0 0 70184 34 0 0 25 0 4 0 384718423 374939648 63476 33554432000 4194304 4580107 140735836098768 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.04
Current children cumulated vsize (KiB) 366152

[startup+762.312 s]
/proc/loadavg: 8.08 8.08 7.82 9/323 8350
/proc/meminfo: memFree=26829172/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=429468 CPUtime=3041.48 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 446133 0 0 0 304006 142 0 0 25 0 4 0 384718423 439775232 67693 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 107367 67693 378 95 0 102349 0
[pid=8318/tid=8319] ppid=8316 vsize=429468 CPUtime=754.66 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 113570 0 0 0 75432 34 0 0 25 0 4 0 384718423 439775232 67693 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=429468 CPUtime=762.31 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 103063 0 0 0 76196 35 0 0 25 0 4 0 384718423 439775232 67693 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=429468 CPUtime=762.17 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 110719 0 0 0 76182 35 0 0 25 0 4 0 384718423 439775232 67693 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 429468

[startup+822.301 s]
/proc/loadavg: 8.07 8.08 7.83 9/323 8352
/proc/meminfo: memFree=26831748/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=376400 CPUtime=3280.83 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 461467 0 0 0 327936 147 0 0 25 0 4 0 384718423 385433600 65151 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 94100 65151 378 95 0 89082 0
[pid=8318/tid=8319] ppid=8316 vsize=376400 CPUtime=814.05 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 116168 0 0 0 81370 35 0 0 25 0 4 0 384718423 385433600 65151 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=376400 CPUtime=822.3 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 108336 0 0 0 82193 37 0 0 25 0 4 0 384718423 385433600 65151 33554432000 4194304 4580107 140735836098768 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=376400 CPUtime=822.16 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 111863 0 0 0 82180 36 0 0 25 0 4 0 384718423 385433600 65151 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.83
Current children cumulated vsize (KiB) 376400

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 7.84 9/323 8353
/proc/meminfo: memFree=26823152/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=417764 CPUtime=3520.22 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 479778 0 0 0 351866 156 0 0 25 0 4 0 384718423 427790336 65446 33554432000 4194304 4580107 140735836098768 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 104441 65446 378 95 0 99423 0
[pid=8318/tid=8319] ppid=8316 vsize=417764 CPUtime=873.45 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 121376 0 0 0 87307 38 0 0 25 0 4 0 384718423 427790336 65446 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=417764 CPUtime=882.29 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 113701 0 0 0 88190 39 0 0 25 0 4 0 384718423 427790336 65446 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=417764 CPUtime=882.15 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 114435 0 0 0 88178 37 0 0 25 0 4 0 384718423 427790336 65446 33554432000 4194304 4580107 140735836098768 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.22
Current children cumulated vsize (KiB) 417764

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 7.85 9/323 8355
/proc/meminfo: memFree=26796812/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=443712 CPUtime=3759.62 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 497217 0 0 0 375799 163 0 0 25 0 4 0 384718423 454361088 74827 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 110928 74827 378 95 0 105910 0
[pid=8318/tid=8319] ppid=8316 vsize=443712 CPUtime=932.85 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 125344 0 0 0 93245 40 0 0 25 0 4 0 384718423 454361088 74827 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=443712 CPUtime=942.31 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 118831 0 0 0 94189 42 0 0 25 0 4 0 384718423 454361088 74827 33554432000 4194304 4580107 140735836098768 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=443712 CPUtime=942.14 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 118544 0 0 0 94176 38 0 0 25 0 4 0 384718423 454361088 74827 33554432000 4194304 4580107 140735836098768 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.62
Current children cumulated vsize (KiB) 443712

[startup+1002.3 s]
/proc/loadavg: 8.24 8.12 7.88 9/323 8356
/proc/meminfo: memFree=26772596/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=430836 CPUtime=3999.01 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 510679 0 0 0 399731 170 0 0 25 0 4 0 384718423 441176064 79992 33554432000 4194304 4580107 140735836098768 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 107709 79992 378 95 0 102691 0
[pid=8318/tid=8319] ppid=8316 vsize=430836 CPUtime=992.24 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 130693 0 0 0 99182 42 0 0 25 0 4 0 384718423 441176064 79992 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=430836 CPUtime=1002.31 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 120030 0 0 0 100188 43 0 0 25 0 4 0 384718423 441176064 79992 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=430836 CPUtime=1002.13 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 120284 0 0 0 100173 40 0 0 25 0 4 0 384718423 441176064 79992 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.01
Current children cumulated vsize (KiB) 430836

[startup+1062.3 s]
/proc/loadavg: 8.23 8.13 7.90 9/323 8358
/proc/meminfo: memFree=26809128/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=407080 CPUtime=4238.41 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 523983 0 0 0 423665 176 0 0 25 0 4 0 384718423 416849920 71193 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 101770 71193 378 95 0 96752 0
[pid=8318/tid=8319] ppid=8316 vsize=407080 CPUtime=1051.66 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 133463 0 0 0 105122 44 0 0 25 0 4 0 384718423 416849920 71194 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=407080 CPUtime=1062.31 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 122923 0 0 0 106187 44 0 0 25 0 4 0 384718423 416849920 71194 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=407080 CPUtime=1062.12 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 122973 0 0 0 106170 42 0 0 25 0 4 0 384718423 416849920 71194 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.41
Current children cumulated vsize (KiB) 407080

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 7.91 9/323 8360
/proc/meminfo: memFree=26806484/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=420400 CPUtime=4477.79 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 537741 0 0 0 447598 181 0 0 25 0 4 0 384718423 430489600 71179 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 105100 71179 378 95 0 100082 0
[pid=8318/tid=8319] ppid=8316 vsize=420400 CPUtime=1111.05 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 138370 0 0 0 111059 46 0 0 25 0 4 0 384718423 430489600 71179 33554432000 4194304 4580107 140735836098768 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=420400 CPUtime=1122.31 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 123112 0 0 0 112187 44 0 0 25 0 4 0 384718423 430489600 71179 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=420400 CPUtime=1122.11 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 127750 0 0 0 112168 43 0 0 25 0 4 0 384718423 430489600 71179 33554432000 4194304 4580107 140735836098768 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.79
Current children cumulated vsize (KiB) 420400

[startup+1182.3 s]
/proc/loadavg: 8.05 8.09 7.91 9/323 8361
/proc/meminfo: memFree=26808404/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=368372 CPUtime=4717.2 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 555667 0 0 0 471531 189 0 0 25 0 4 0 384718423 377212928 68623 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 92093 68623 378 95 0 87075 0
[pid=8318/tid=8319] ppid=8316 vsize=368372 CPUtime=1170.45 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 142024 0 0 0 116998 47 0 0 25 0 4 0 384718423 377212928 68623 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=368372 CPUtime=1182.31 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 128068 0 0 0 118185 46 0 0 25 0 4 0 384718423 377212928 68623 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=368372 CPUtime=1182.11 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 131839 0 0 0 118166 45 0 0 25 0 4 0 384718423 377212928 68623 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.2
Current children cumulated vsize (KiB) 368372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.03 8.08 7.91 5/319 8363
/proc/meminfo: memFree=27057040/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=368496 CPUtime=4800.2 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 561777 0 0 0 479828 192 0 0 25 0 4 0 384718423 377339904 68996 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 92124 68996 378 95 0 87106 0
[pid=8318/tid=8319] ppid=8316 vsize=368496 CPUtime=1191.04 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 144090 0 0 0 119056 48 0 0 25 0 4 0 384718423 377339904 68997 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=368496 CPUtime=1203.12 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 129083 0 0 0 120265 47 0 0 25 0 4 0 384718423 377339904 68997 33554432000 4194304 4580107 140735836098768 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=368496 CPUtime=1202.91 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 134039 0 0 0 120246 45 0 0 25 0 4 0 384718423 377339904 68997 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 368496

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

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

[startup+1203.1 s]
/proc/loadavg: 8.03 8.08 7.91 5/319 8363
/proc/meminfo: memFree=27057040/32951124 swapFree=46575252/67111528
[pid=8318] ppid=8316 vsize=368496 CPUtime=4800.2 cores=0,2,4,6
/proc/8318/stat : 8318 (strangenight2-m) R 8316 8318 7660 0 -1 4202496 561777 0 0 0 479828 192 0 0 25 0 4 0 384718423 377339904 68996 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8318/statm: 92124 68996 378 95 0 87106 0
[pid=8318/tid=8319] ppid=8316 vsize=368496 CPUtime=1191.04 cores=0,2,4,6
/proc/8318/task/8319/stat : 8319 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 144090 0 0 0 119056 48 0 0 25 0 4 0 384718423 377339904 68997 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8318/tid=8320] ppid=8316 vsize=368496 CPUtime=1203.12 cores=0,2,4,6
/proc/8318/task/8320/stat : 8320 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 129083 0 0 0 120265 47 0 0 25 0 4 0 384718423 377339904 68997 33554432000 4194304 4580107 140735836098768 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=368496 CPUtime=1202.91 cores=0,2,4,6
/proc/8318/task/8321/stat : 8321 (strangenight2-m) R 8316 8318 7660 0 -1 4202560 134039 0 0 0 120246 45 0 0 25 0 4 0 384718423 377339904 68997 33554432000 4194304 4580107 140735836098768 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 368496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.13
CPU time (s): 4800.26
CPU user time (s): 4798.32
CPU system time (s): 1.9367
CPU usage (%): 398.981
Max. virtual memory (cumulated for all children) (KiB): 443960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.32
system time used= 1.9367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561779
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= 390
involuntary context switches= 21579

runsolver used 3.63745 second user time and 8.41572 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 22:34:32
IDJOB=3366482
IDBENCH=82891
IDSOLVER=1844
FILE ID=node107/3366482-1305405272
RUNJOBID= node107-1305405271-8303
PBS_JOBID= 13324475
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= 3db6bd99841631bff4d8c3d33ccc1047
RANDOM SEED=2077623479

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27336928 kB
Buffers:        128264 kB
Cached:         923284 kB
SwapCached:       9832 kB
Active:        5256816 kB
Inactive:        77352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27336928 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           11264 kB
Writeback:           0 kB
AnonPages:     4279848 kB
Mapped:          18736 kB
Slab:           146640 kB
PageTables:      68836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64911412 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73432 MiB
End job on node107 at 2011-05-14 22:54:37