Trace number 3366566

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.42 1202.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S501033814-049.SATISFIABLE.cnf
MD5SUM793faf2fe67c6773a49b839c9edfeeb3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.691894
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366566-1305408300.cnf'
0.00/0.01	c -- header says num vars:             90
0.00/0.01	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.41/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.41/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.77/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.77/0.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.77/0.22	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.22	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.22	c calculated reachability. Time: 0.00
0.77/0.22	c Calc default polars -  time:   0.00 s pos:      42 undec:       1 neg:      47
0.77/0.22	c =========================================================================================
0.77/0.22	c types(t): F = full restart, N = normal restart
0.77/0.22	c types(t): S = simplification begin/end, E = solution found
0.77/0.22	c restart types(rt): st = static, dy = dynamic
0.77/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.22	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
1.17/0.36	c  N dy     9      4095        90      8010         0      3794     56070    112974     25.34     27.83
2.37/0.62	c  N dy    18     10778        90      8010         0      7664     56070    214334     25.21     26.80
3.17/0.85	c  N dy    32     16107        90      8010         0      8651     56070    227282     25.31     26.65
3.97/1.04	c  N dy    45     20386        90      8010         0      7398     56070    172621     25.40     26.74
4.79/1.29	c  F st    61     25001        90      8010         0     11676     56070    298349     25.46     24.09
4.79/1.29	c  N st    61     25001        90      8010         0     11676     56070    298349     25.46     24.09
5.96/1.54	c  N dy    67     30000        90      8010         0     10018     56070    231930     25.46   no data
5.96/1.54	c  S st    67     30000        90      8010         0     10018     56070    231930     25.46   no data
5.96/1.58	c  S st    67     30502        90      8010         0     10491     56070    246156     25.46   no data
5.96/1.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.58	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
5.96/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
5.96/1.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.80	c lits-rem:       108  cl-subs:      704  v-elim:      0  v-fix:    0  time:  0.20 s
8.36/2.10	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.30
8.36/2.10	c calculated reachability. Time: 0.00
8.36/2.10	c  N dy    67     30502        90      8010         0      9787     56070    223819     25.46   no data
9.19/2.33	c  N dy    80     34719        90      8010         0     13692     56070    339335     25.48     26.92
9.95/2.59	c  N dy    87     39372        90      8010         0     10685     56070    233602     25.44     26.79
11.55/3.00	c  N dy   104     45753        90      8010         0      8335     56070    147974     25.39     24.46
11.55/3.00	c  S st   104     45753        90      8010         0      8335     56070    147974     25.39     24.46
11.96/3.03	c  S st   104     46255        90      8010         0      8817     56070    162764     25.39   no data
11.96/3.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.96/3.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.96/3.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.96/3.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.96/3.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.96/3.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.96/3.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.96/3.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.08	c lits-rem:         7  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.04 s
11.96/3.08	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
11.96/3.08	c vivif2 --  cl tried     8776 cl shrink        0 lits rem          0 time: 0.00
13.17/3.37	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.29
13.17/3.37	c calculated reachability. Time: 0.00
13.17/3.37	c  N dy   104     46255        90      8010         0      8776     56070    161242     25.39   no data
14.34/3.61	c  N dy   110     50976        90      8010         0     13119     56070    288030     25.32     26.84
15.94/4.00	c  N dy   122     56895        90      8010         0      9388     56070    161986     25.29     26.70
17.14/4.35	c  N dy   148     62990        90      8010         0     15066     56070    330732     25.38     27.12
18.33/4.65	c  N dy   166     67106        90      8010         0     18906     56070    445651     25.43     28.30
19.13/4.84	c  S st   177     69382        90      8010         0     10807     56070    187434     25.48   no data
19.13/4.88	c  S st   177     69889        90      8010         0     11283     56070    201589     25.48   no data
19.13/4.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.13/4.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.13/4.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.13/4.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.13/4.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.13/4.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.13/4.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.13/4.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.13/4.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.53/4.96	c lits-rem:        19  cl-subs:      138  v-elim:      0  v-fix:    0  time:  0.06 s
19.53/4.96	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.53/4.96	c vivif2 --  cl tried    11145 cl shrink        0 lits rem          0 time: 0.00
20.73/5.28	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.32
20.73/5.28	c calculated reachability. Time: 0.00
20.73/5.28	c  N dy   177     69889        90      8010         0     11145     56070    196752     25.48   no data
21.94/5.58	c  N dy   187     74735        90      8010         0     15617     56070    328268     25.49     27.03
23.51/5.93	c  N dy   199     79626        90      8010         0     20161     56070    461824     25.48     26.92
24.72/6.28	c  N dy   205     84736        90      8010         0     13760     56070    255360     25.47     26.84
25.52/6.44	c  F st   208     87500        90      8010         0     16302     56070    329187     25.46     24.68
26.33/6.69	c  N st   213     90795        90      8010         0     19340     56070    418468     25.46   no data
28.31/7.18	c  N dy   218     96999        90      8010         0     13052     56070    219165     25.41     26.87
30.30/7.69	c  N dy   234    104559        90      8010         0     20070     56070    425710     25.40     26.75
30.72/7.72	c  S st   235    104833        90      8010         0     20319     56070    432978     25.40     25.07
30.72/7.77	c  S st   235    105337        90      8010         0     20800     56070    447034     25.40   no data
30.72/7.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.72/7.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.72/7.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.72/7.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.72/7.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.72/7.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
30.72/7.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.72/7.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
30.72/7.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.10/8.32	c lits-rem:       213  cl-subs:     1579  v-elim:      0  v-fix:    0  time:  0.52 s
33.10/8.32	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.10/8.33	c vivif2 --  cl tried    19221 cl shrink        0 lits rem          0 time: 0.00
34.70/8.75	c asymm  cl-useful: 0/6366/8010 lits-rem:0 time: 0.42
34.70/8.75	c calculated reachability. Time: 0.00
34.70/8.75	c  N dy   235    105337        90      8010         0     19221     56070    397236     25.40   no data
37.89/9.56	c  N dy   247    115572        90      8010         0     15806     56070    281515     25.36     26.70
40.27/10.16	c  N dy   278    123209        90      8010         0     22862     56070    491370     25.41     26.80
45.07/11.39	c  N dy   289    139462        90      8010         0     23964     56070    505770     25.28     26.72
48.28/12.19	c  N dy   333    148374        90      8010         0     17464     56070    296996     25.34     26.78
51.46/12.97	c  N dy   355    158005        90      8010         0     26412     56070    559182     25.32     24.57
51.46/12.97	c  S st   355    158005        90      8010         0     26412     56070    559182     25.32     24.57
51.86/13.04	c  S st   355    158511        90      8010         0     26888     56070    573158     25.32   no data
51.86/13.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.86/13.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.86/13.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.86/13.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.86/13.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.86/13.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
51.86/13.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.86/13.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.86/13.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.45/13.93	c lits-rem:       301  cl-subs:     2139  v-elim:      0  v-fix:    0  time:  0.86 s
55.45/13.93	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
55.45/13.94	c vivif2 --  cl tried    24749 cl shrink        0 lits rem          0 time: 0.01
55.85/14.09	c asymm  cl-useful: 0/1644/8010 lits-rem:0 time: 0.14
55.85/14.09	c calculated reachability. Time: 0.00
55.85/14.09	c  N dy   355    158511        90      8010         0     24749     56070    505403     25.32   no data
62.23/15.69	c  N dy   386    177589        90      8010         0     26663     56070    540776     25.19     26.58
67.42/16.91	c  N dy   438    190668        90      8010         0     22257     56070    408429     25.23     27.16
74.21/18.65	c  N dy   502    208135        90      8010         0     20830     56070    340666     25.24     26.68
79.43/19.96	c  N dy   556    221455        90      8010         0     33177     56070    706038     25.28     26.92
84.98/21.37	c  N dy   579    235677        90      8010         0     27799     56070    527455     25.23     26.68
85.78/21.59	c  S st   583    237766        90      8010         0     29729     56070    583419     25.22     25.50
86.18/21.67	c  S st   583    238267        90      8010         0     30208     56070    597526     25.22   no data
86.18/21.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.18/21.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
86.18/21.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.18/21.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.18/21.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.18/21.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
86.18/21.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.18/21.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.58/21.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.97/22.81	c lits-rem:       260  cl-subs:     2345  v-elim:      0  v-fix:    0  time:  1.11 s
90.97/22.82	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
90.97/22.82	c vivif2 --  cl tried    27863 cl shrink        0 lits rem          0 time: 0.01
91.77/23.01	c asymm  cl-useful: 0/2670/8010 lits-rem:0 time: 0.19
91.77/23.02	c calculated reachability. Time: 0.00
91.77/23.02	c  N dy   583    238267        90      8010         0     27863     56070    527449     25.22   no data
98.15/24.61	c  N dy   611    253515        90      8010         0     22602     56070    360891     25.21     29.29
105.36/26.43	c  N dy   681    270482        90      8010         0     38346     56070    826563     25.25     26.62
113.32/28.47	c  N dy   760    289335        90      8010         0     35556     56070    728089     25.29     26.64
120.09/30.14	c  F st   793    306250        90      8010         0     29929     56070    542057     25.28     23.63
120.89/30.34	c  N st   797    308282        90      8010         0     31822     56070    599728     25.28   no data
130.08/32.66	c  N dy   878    328884        90      8010         0     28662     56070    486578     25.31     26.72
140.06/35.13	c  N dy   924    350209        90      8010         0     25230     56070    364225     25.31     26.79
142.45/35.78	c  S st   928    357400        90      8010         0     31794     56070    554372     25.28     23.30
142.85/35.86	c  S st   928    357904        90      8010         0     32265     56070    568829     25.28   no data
142.85/35.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.85/35.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.85/35.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.85/35.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.85/35.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.85/35.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
142.85/35.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.85/35.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.85/35.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.84/36.84	c lits-rem:       232  cl-subs:     1890  v-elim:      0  v-fix:    0  time:  0.94 s
146.84/36.84	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
146.84/36.85	c vivif2 --  cl tried    30375 cl shrink        0 lits rem          0 time: 0.01
147.64/37.06	c asymm  cl-useful: 0/2082/8010 lits-rem:0 time: 0.22
147.64/37.07	c calculated reachability. Time: 0.00
147.64/37.07	c  N dy   928    357904        90      8010         0     30375     56070    512353     25.28   no data
159.20/39.91	c  N dy   969    383355        90      8010         0     29952     56070    485087     25.23     26.74
171.20/42.95	c  N dy  1022    407523        90      8010         0     27421     56070    393333     25.21     26.55
183.56/46.02	c  N dy  1110    427612        90      8010         0     46012     56070    945271     25.24     29.38
195.93/49.18	c  N dy  1167    451830        90      8010         0     42493     56070    822239     25.25     26.58
237.83/59.68	c  N dy  1169    535818        90      8010         0     36609     56070    592711     24.81     26.18
238.63/59.84	c  S st  1178    536857        90      8010         0     37568     56070    621328     24.81     25.36
239.03/59.94	c  S st  1178    537360        90      8010         0     38043     56070    635813     24.81   no data
239.03/59.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.03/59.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
239.03/59.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.03/59.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.03/59.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.03/59.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
239.03/59.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.03/59.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.03/59.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.62/61.33	c lits-rem:       532  cl-subs:     2316  v-elim:      0  v-fix:    0  time:  1.34 s
244.62/61.33	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
244.62/61.33	c vivif2 --  cl tried    35727 cl shrink        0 lits rem          0 time: 0.01
245.42/61.57	c asymm  cl-useful: 0/1710/8010 lits-rem:0 time: 0.23
245.42/61.57	c calculated reachability. Time: 0.00
245.42/61.57	c  N dy  1178    537360        90      8010         0     35727     56070    572665     24.81   no data
259.00/64.98	c  N dy  1325    557432        90      8010         0     54408     56070   1130655     24.88     26.88
270.96/67.96	c  N dy  1405    578612        90      8010         0     44700     56070    817239     24.90     26.39
285.76/71.62	c  N dy  1512    598671        90      8010         0     32854     56070    450061     24.93     27.13
298.09/74.75	c  N dy  1604    620263        90      8010         0     52938     56070   1042817     24.95     26.28
312.46/78.39	c  N dy  1691    643035        90      8010         0     42502     56070    714091     24.96     26.32
327.63/82.11	c  N dy  1793    664458        90      8010         0     62375     56070   1302244     24.99     26.32
340.00/85.21	c  N dy  1884    684541        90      8010         0     48557     56070    874792     25.01     26.70
357.56/89.66	c  N dy  2000    704823        90      8010         0     34046     56070    427633     25.05     26.38
369.52/92.65	c  N dy  2072    724846        90      8010         0     52642     56070    973798     25.06     27.09
385.10/96.50	c  N dy  2143    744932        90      8010         0     36946     56070    498269     25.07     32.07
397.47/99.65	c  N dy  2233    765143        90      8010         0     55689     56070   1051664     25.08     26.42
412.24/103.36	c  N dy  2280    785256        90      8010         0     39025     56070    533750     25.06     26.45
425.41/106.62	c  N dy  2348    805409        90      8010         0     57632     56070   1079731     25.07     26.53
425.83/106.77	c  S st  2355    806042        90      8010         0     58220     56070   1097576     25.07   no data
426.60/106.94	c  S st  2355    806545        90      8010         0     58687     56070   1111311     25.07   no data
426.60/106.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
426.60/106.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
426.60/106.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.60/106.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.60/106.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.60/106.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
426.60/106.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
426.60/106.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
427.00/107.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.80/111.29	c lits-rem:       606  cl-subs:     4208  v-elim:      0  v-fix:    0  time:  4.28 s
443.80/111.29	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
444.16/111.31	c vivif2 --  cl tried    54479 cl shrink        0 lits rem          0 time: 0.01
445.36/111.61	c asymm  cl-useful: 0/1194/8010 lits-rem:0 time: 0.30
445.36/111.61	c calculated reachability. Time: 0.00
445.36/111.61	c  N dy  2355    806545        90      8010         0     54479     56070    981630     25.07   no data
462.92/116.08	c  N dy  2461    826595        90      8010         0     37115     56070    463327     25.09     28.45
476.09/119.34	c  N dy  2541    846634        90      8010         0     55659     56070   1009940     25.10     26.48
494.45/123.98	c  N dy  2617    866672        90      8010         0     37260     56070    446580     25.10     26.99
506.83/127.08	c  N dy  2683    886760        90      8010         0     55798     56070    990828     25.10     28.28
524.38/131.42	c  N dy  2757    906839        90      8010         0     74429     56070   1539059     25.10     27.16
541.14/135.67	c  N dy  2817    933072        90      8010         0     60640     56070   1109460     25.09     26.55
559.90/140.36	c  N dy  2866    957744        90      8010         0     44639     56070    624999     25.08     26.49
574.27/143.96	c  N dy  2956    977836        90      8010         0     63216     56070   1172493     25.09     26.46
593.07/148.65	c  N dy  3044    997903        90      8010         0     42060     56070    533279     25.10     26.56
606.59/152.01	c  N dy  3110   1017939        90      8010         0     60558     56070   1080326     25.11     26.59
628.18/157.46	c  N dy  3191   1041118        90      8010         0     41381     56070    494009     25.12     26.56
648.10/162.49	c  N dy  3280   1070894        90      8010         0     68885     56070   1302729     25.12     26.57
649.30/162.77	c  F st  3290   1071875        90      8010         0     69797     56070   1330301     25.12   no data
668.06/167.40	c  N dy  3378   1090919        90      8010         0     45844     56070    609802     25.14     28.77
681.23/170.78	c  N dy  3425   1110931        90      8010         0     64319     56070   1152434     25.13     26.56
700.78/175.67	c  N dy  3482   1131879        90      8010         0     83676     56070   1719985     25.13     26.47
715.98/179.48	c  N dy  3560   1151900        90      8010         0     59695     56070    998213     25.14     27.72
732.72/183.64	c  N dy  3591   1172304        90      8010         0     78511     56070   1548202     25.13     26.49
750.70/188.14	c  N dy  3643   1193352        90      8010         0     54495     56070    828757     25.12     26.53
766.24/192.05	c  S st  3687   1209819        90      8010         0     69743     56070   1277360     25.12   no data
767.04/192.28	c  S st  3687   1210325        90      8010         0     70222     56070   1291960     25.12   no data
767.04/192.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
767.44/192.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
767.44/192.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
767.44/192.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.44/192.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
767.44/192.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
767.44/192.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
767.44/192.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
767.44/192.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.16/200.52	c lits-rem:       662  cl-subs:     5014  v-elim:      0  v-fix:    0  time:  8.13 s
800.16/200.52	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
800.16/200.53	c vivif2 --  cl tried    65208 cl shrink        0 lits rem          0 time: 0.02
801.36/200.83	c asymm  cl-useful: 0/1319/8010 lits-rem:0 time: 0.30
801.36/200.83	c calculated reachability. Time: 0.00
801.36/200.83	c  N dy  3687   1210325        90      8010         0     65208     56070   1137006     25.12   no data
826.50/207.14	c  N dy  3807   1230368        90      8010         0     83815     56070   1692599     25.14     28.84
845.66/211.93	c  N dy  3880   1250378        90      8010         0     58099     56070    913416     25.15     26.49
867.21/217.30	c  N dy  3945   1274866        90      8010         0     80783     56070   1576441     25.14     26.54
887.56/222.47	c  N dy  4072   1294895        90      8010         0     54143     56070    779560     25.16     26.53
904.34/226.69	c  N dy  4159   1315095        90      8010         0     72850     56070   1332955     25.17     26.57
926.29/232.12	c  N dy  4234   1335538        90      8010         0     91728     56070   1890230     25.17     26.76
943.44/236.45	c  N dy  4282   1358095        90      8010         0     66259     56070   1105238     25.16     26.52
968.58/242.76	c  N dy  4378   1378253        90      8010         0     84933     56070   1661014     25.17     26.54
988.53/247.75	c  N dy  4424   1398300        90      8010         0     56313     56070    802890     25.17     26.66
1007.69/252.57	c  N dy  4567   1418495        90      8010         0     75043     56070   1367993     25.19     26.64
1031.66/258.60	c  N dy  4652   1439436        90      8010         0     94378     56070   1939451     25.20     26.54
1051.99/263.61	c  N dy  4737   1462576        90      8010         0     67671     56070   1117676     25.21     26.57
1073.54/269.09	c  N dy  4832   1482678        90      8010         0     86269     56070   1667949     25.22     27.95
1093.89/274.14	c  N dy  4874   1504044        90      8010         0     56977     56070    785079     25.21     26.58
1125.82/282.19	c  N dy  4959   1540995        90      8010         0     90927     56070   1779332     25.20     26.55
1144.99/286.95	c  N dy  5011   1561042        90      8010         0     59749     56070    851126     25.20     26.54
1162.55/291.39	c  N dy  5057   1581317        90      8010         0     78349     56070   1392748     25.19     26.52
1186.49/297.35	c  N dy  5136   1601327        90      8010         0     96835     56070   1938164     25.20     27.15
1206.85/302.44	c  N dy  5223   1621680        90      8010         0     64944     56070    985528     25.21     26.61
1232.39/308.81	c  N dy  5326   1646334        90      8010         0     87769     56070   1666071     25.22     26.70
1256.32/314.81	c  N dy  5402   1666411        90      8010         0     54578     56070    662238     25.22     26.68
1274.29/319.33	c  N dy  5444   1689277        90      8010         0     75582     56070   1279180     25.22     26.66
1296.64/324.95	c  N dy  5540   1709283        90      8010         0     94114     56070   1828482     25.23     27.88
1297.84/325.26	c  S st  5542   1710325        90      8010         0     95080     56070   1856705     25.23     24.80
1299.04/325.52	c  S st  5542   1710829        90      8010         0     95562     56070   1871093     25.23   no data
1299.04/325.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1299.04/325.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1299.04/325.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1299.04/325.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1299.04/325.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1299.04/325.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1299.04/325.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1299.04/325.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1299.46/325.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1354.91/339.59	c lits-rem:      1068  cl-subs:     8292  v-elim:      0  v-fix:    0  time: 13.94 s
1354.91/339.59	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1355.31/339.62	c vivif2 --  cl tried    87270 cl shrink        0 lits rem          0 time: 0.02
1356.53/339.99	c asymm  cl-useful: 0/849/8010 lits-rem:0 time: 0.37
1356.53/339.99	c calculated reachability. Time: 0.00
1356.53/339.99	c  N dy  5542   1710829        90      8010         0     87270     56070   1613157     25.23   no data
1378.06/345.40	c  N dy  5548   1731975        90      8010         0     54429     56070    643675     25.21     26.64
1410.38/353.43	c  N dy  5605   1770157        90      8010         0     89527     56070   1663308     25.19     26.53
1441.91/361.39	c  N dy  5707   1794952        90      8010         0     59134     56070    762712     25.20     26.55
1460.67/366.04	c  N dy  5798   1814957        90      8010         0     77709     56070   1314312     25.21     26.54
1485.81/372.34	c  N dy  5901   1835026        90      8010         0     96373     56070   1872184     25.22     26.65
1510.18/378.44	c  N dy  5963   1855536        90      8010         0     60833     56070    792427     25.22     26.57
1534.51/384.55	c  N dy  6035   1877985        90      8010         0     81639     56070   1410654     25.22     26.66
1562.45/391.59	c  N dy  6131   1898707        90      8010         0    100799     56070   1982267     25.23     26.65
1598.40/400.57	c  N dy  6228   1932081        90      8010         0     76066     56070   1220308     25.23     26.65
1620.35/406.05	c  N dy  6237   1955132        90      8010         0     97186     56070   1836423     25.21     26.83
1650.25/413.57	c  N dy  6376   1975142        90      8010         0     59508     56070    717450     25.23     27.84
1667.81/418.00	c  N dy  6452   1995174        90      8010         0     78046     56070   1264359     25.23     28.17
1691.75/423.92	c  N dy  6520   2015866        90      8010         0     97212     56070   1833573     25.24     26.65
1720.90/431.26	c  N dy  6607   2035947        90      8010         0     58512     56070    668192     25.24     28.65
1738.47/435.63	c  N dy  6678   2056015        90      8010         0     77024     56070   1219021     25.25     28.96
1764.00/442.01	c  N dy  6787   2076552        90      8010         0     95979     56070   1785082     25.26     26.71
1795.12/449.86	c  N dy  6898   2097155        90      8010         0    115065     56070   2356722     25.27     26.71
1813.10/454.37	c  N dy  6937   2117166        90      8010         0     75196     56070   1134762     25.26     28.85
1837.42/460.45	c  N dy  7037   2137446        90      8010         0     94007     56070   1699077     25.27     26.64
1870.58/468.75	c  N dy  7103   2161460        90      8010         0    116165     56070   2354966     25.27     26.71
1892.54/474.29	c  N dy  7192   2181842        90      8010         0     75884     56070   1146178     25.27     26.62
1915.65/480.09	c  N dy  7257   2202796        90      8010         0     95223     56070   1721236     25.28     26.61
1924.83/482.33	c  S st  7265   2210831        90      8010         0    102589     56070   1936544     25.27     23.15
1926.03/482.63	c  S st  7265   2211331        90      8010         0    103056     56070   1950536     25.27   no data
1926.03/482.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1926.03/482.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1926.03/482.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1926.03/482.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1926.03/482.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1926.03/482.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1926.03/482.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1926.43/482.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1926.43/482.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1979.92/496.15	c lits-rem:      1035  cl-subs:     8172  v-elim:      0  v-fix:    0  time: 13.38 s
1979.92/496.15	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1979.92/496.17	c vivif2 --  cl tried    94884 cl shrink        0 lits rem          0 time: 0.02
1981.49/496.53	c asymm  cl-useful: 0/791/8010 lits-rem:0 time: 0.36
1981.49/496.53	c calculated reachability. Time: 0.00
1981.49/496.53	c  N dy  7265   2211331        90      8010         0     94884     56070   1697160     25.27   no data
2010.65/503.87	c  N dy  7360   2231336        90      8010         0    113392     56070   2252148     25.28     26.76
2034.58/509.82	c  N dy  7427   2251668        90      8010         0     72509     56070   1031875     25.28     26.73
2055.73/515.18	c  N dy  7497   2271905        90      8010         0     91188     56070   1586984     25.29     26.64
2109.21/528.59	c  N dy  7553   2318645        90      8010         0     73255     56070   1019815     25.26     26.66
2133.16/534.52	c  N dy  7655   2338956        90      8010         0     91971     56070   1580104     25.27     26.63
2174.26/544.86	c  N dy  7762   2367568        90      8010         0    118432     56070   2365585     25.27     26.62
2197.42/550.62	c  N dy  7828   2387643        90      8010         0     75256     56070   1074407     25.27     29.84
2221.37/556.69	c  N dy  7901   2407891        90      8010         0     93994     56070   1630148     25.28     26.62
2251.69/564.30	c  N dy  8002   2427971        90      8010         0    112551     56070   2183630     25.28     26.62
2282.02/571.80	c  N dy  8094   2448196        90      8010         0     68577     56070    860291     25.29     26.62
2305.21/577.65	c  N dy  8188   2469757        90      8010         0     88503     56070   1455586     25.29     26.88
2325.93/582.87	c  N dy  8195   2490332        90      8010         0    107377     56070   2003743     25.28     26.86
2359.05/591.16	c  N dy  8261   2511562        90      8010         0    126952     56070   2582254     25.28     26.91
2387.39/598.23	c  N dy  8311   2541323        90      8010         0     90680     56070   1482342     25.27     26.71
2415.32/605.20	c  N dy  8406   2561689        90      8010         0    109521     56070   2044891     25.28     26.67
2458.45/616.10	c  N dy  8500   2593188        90      8010         0     74029     56070    976138     25.28     26.81
2481.57/621.89	c  N dy  8608   2613270        90      8010         0     92612     56070   1534507     25.29     28.96
2508.71/628.66	c  N dy  8684   2633566        90      8010         0    111329     56070   2090689     25.29     26.66
2551.05/639.28	c  N dy  8749   2663108        90      8010         0     73066     56070    927167     25.28     26.68
2574.56/645.15	c  N dy  8845   2683162        90      8010         0     91613     56070   1479701     25.29     28.38
2602.50/652.17	c  N dy  8920   2703174        90      8010         0    110077     56070   2027166     25.29     27.41
2616.07/655.58	c  S st  8949   2711332        90      8010         0    117555     56070   2247313     25.29     24.24
2617.66/655.97	c  S st  8949   2711836        90      8010         0    118028     56070   2261426     25.29   no data
2617.66/655.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2618.06/656.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2618.06/656.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2618.06/656.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2618.06/656.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2618.06/656.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2618.06/656.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2618.06/656.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2618.46/656.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2693.09/674.81	c lits-rem:      1166  cl-subs:    10048  v-elim:      0  v-fix:    0  time: 18.67 s
2693.09/674.81	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2693.09/674.84	c vivif2 --  cl tried   107980 cl shrink        0 lits rem          0 time: 0.03
2694.69/675.22	c asymm  cl-useful: 0/665/8010 lits-rem:0 time: 0.38
2694.69/675.23	c calculated reachability. Time: 0.00
2694.69/675.23	c  N dy  8949   2711836        90      8010         0    107980     56070   1952277     25.29   no data
2726.66/683.29	c  N dy  9025   2732055        90      8010         0    126623     56070   2507763     25.29     26.78
2750.57/689.25	c  N dy  9062   2752076        90      8010         0     79043     56070   1098358     25.29     27.04
2775.31/695.40	c  N dy  9148   2772093        90      8010         0     97524     56070   1648818     25.29     28.57
2855.13/715.43	c  N dy  9193   2842326        90      8010         0     94697     56070   1525480     25.24     26.83
2883.07/722.48	c  N dy  9262   2862620        90      8010         0    113355     56070   2072181     25.24     26.64
2926.57/733.35	c  N dy  9347   2889170        90      8010         0     69961     56070    796899     25.24     26.67
2948.52/738.82	c  N dy  9429   2909223        90      8010         0     88511     56070   1350232     25.25     27.65
2974.06/745.23	c  N dy  9475   2929733        90      8010         0    107442     56070   1910491     25.25     26.68
3009.18/754.01	c  N dy  9546   2952348        90      8010         0    128358     56070   2532763     25.25     27.02
3040.31/761.84	c  N dy  9638   2972834        90      8010         0     78284     56070   1024110     25.25     26.87
3068.26/768.81	c  N dy  9725   2996311        90      8010         0     99928     56070   1666959     25.26     26.67
3100.97/777.02	c  N dy  9850   3016371        90      8010         0    118549     56070   2226234     25.27     26.82
3153.66/790.24	c  N dy  9934   3051613        90      8010         0     80817     56070   1063700     25.25     26.68
3180.80/797.02	c  N dy 10026   3073427        90      8010         0    100912     56070   1661880     25.26     26.60
3212.33/804.92	c  N dy 10095   3094903        90      8010         0    120726     56070   2248859     25.26     26.64
3252.24/814.95	c  N dy 10180   3117055        90      8010         0    141210     56070   2857446     25.26     26.62
3283.79/822.84	c  N dy 10272   3137453        90      8010         0     89038     56070   1305280     25.27     26.66
3321.68/832.35	c  N dy 10331   3163655        90      8010         0    113093     56070   2008166     25.26     26.62
3358.83/841.62	c  N dy 10399   3185164        90      8010         0    132985     56070   2595663     25.26     26.68
3389.92/849.45	c  N dy 10443   3205502        90      8010         0     79805     56070   1010830     25.26     26.65
3397.52/851.35	c  S st 10449   3211836        90      8010         0     85648     56070   1180468     25.26     25.20
3398.70/851.67	c  S st 10449   3212336        90      8010         0     86132     56070   1195117     25.26   no data
3398.70/851.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3399.10/851.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3399.10/851.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3399.10/851.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3399.10/851.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3399.10/851.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3399.10/851.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3399.10/851.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3399.10/851.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3423.05/857.76	c lits-rem:       481  cl-subs:     3072  v-elim:      0  v-fix:    0  time:  5.96 s
3423.05/857.76	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3423.05/857.78	c vivif2 --  cl tried    83060 cl shrink        0 lits rem          0 time: 0.02
3425.04/858.22	c asymm  cl-useful: 0/837/8010 lits-rem:0 time: 0.44
3425.04/858.22	c calculated reachability. Time: 0.00
3425.04/858.22	c  N dy 10449   3212336        90      8010         0     83060     56070   1102825     25.26   no data
3465.36/868.32	c  N dy 10565   3240397        90      8010         0    109058     56070   1880507     25.26     26.71
3499.31/876.85	c  N dy 10663   3260493        90      8010         0    127685     56070   2438168     25.27     26.83
3538.00/886.54	c  N dy 10736   3281147        90      8010         0     73886     56070    820777     25.27     26.62
3567.92/894.09	c  N dy 10759   3311171        90      8010         0    101196     56070   1597224     25.25     26.72
3603.45/902.98	c  N dy 10830   3333070        90      8010         0    121372     56070   2194926     25.26     26.66
3648.58/914.23	c  N dy 10939   3353159        90      8010         0    139980     56070   2753227     25.26     28.14
3680.07/922.16	c  N dy 11023   3373256        90      8010         0     84942     56070   1131978     25.27     26.70
3708.81/929.35	c  N dy 11131   3394003        90      8010         0    104152     56070   1708997     25.27     26.65
3741.53/937.55	c  N dy 11228   3414394        90      8010         0    122990     56070   2270032     25.28     26.64
3783.84/948.17	c  N dy 11372   3434480        90      8010         0    141547     56070   2828691     25.29     28.24
3818.96/956.97	c  N dy 11479   3457243        90      8010         0     87889     56070   1202803     25.29     26.69
3879.62/972.17	c  N dy 11507   3506603        90      8010         0    132877     56070   2520344     25.28     26.76
3920.35/982.33	c  N dy 11596   3526666        90      8010         0     76029     56070    834941     25.28     28.10
3945.88/988.70	c  N dy 11698   3547827        90      8010         0     95634     56070   1421189     25.28     26.76
3977.01/996.52	c  N dy 11771   3569620        90      8010         0    115743     56070   2017896     25.29     26.66
4009.73/1004.76	c  N dy 11806   3591779        90      8010         0    136003     56070   2603675     25.28     26.64
4053.22/1015.64	c  N dy 11915   3612812        90      8010         0     79006     56070    902712     25.29     26.82
4079.56/1022.25	c  N dy 12000   3635196        90      8010         0     99667     56070   1517502     25.29     26.73
4124.27/1033.43	c  N dy 12124   3662107        90      8010         0    124545     56070   2259864     25.29     26.85
4172.56/1045.50	c  N dy 12229   3682137        90      8010         0    143143     56070   2816056     25.30     28.03
4212.88/1055.69	c  N dy 12336   3702192        90      8010         0     84221     56070   1041016     25.30     26.80
4226.04/1058.99	c  S st 12394   3712336        90      8010         0     93613     56070   1323298     25.31     25.60
4227.24/1059.27	c  S st 12394   3712840        90      8010         0     94093     56070   1337868     25.31   no data
4227.24/1059.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4227.66/1059.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4227.66/1059.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4227.66/1059.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4227.66/1059.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4227.66/1059.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4227.66/1059.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4227.66/1059.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4227.66/1059.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4244.01/1063.44	c lits-rem:       280  cl-subs:     2811  v-elim:      0  v-fix:    0  time:  4.06 s
4244.01/1063.44	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4244.01/1063.46	c vivif2 --  cl tried    91282 cl shrink        0 lits rem          0 time: 0.02
4245.64/1063.81	c asymm  cl-useful: 0/778/8010 lits-rem:0 time: 0.35
4245.64/1063.82	c calculated reachability. Time: 0.00
4245.64/1063.82	c  N dy 12394   3712840        90      8010         0     91282     56070   1245608     25.31   no data
4277.53/1071.83	c  N dy 12462   3737340        90      8010         0    113733     56070   1904520     25.30     26.65
4302.71/1078.17	c  F st 12484   3751563        90      8010         0    126851     56070   2292306     25.30     24.23
4313.85/1080.98	c  N dy 12495   3757361        90      8010         0    132207     56070   2454972     25.30     27.51
4392.07/1100.59	c  N dy 12593   3809381        90      8010         0    101626     56070   1529523     25.29     26.64
4423.59/1108.42	c  N dy 12678   3829688        90      8010         0    120388     56070   2090640     25.29     26.91
4475.07/1121.31	c  N dy 12773   3859718        90      8010         0    148024     56070   2904384     25.29     26.84
4513.01/1130.89	c  N dy 12820   3880453        90      8010         0     87982     56070   1113118     25.29     26.70
4546.52/1139.28	c  N dy 12959   3903502        90      8010         0    109281     56070   1754569     25.29     26.63
4588.42/1149.74	c  N dy 13065   3928924        90      8010         0    132772     56070   2453108     25.30     26.76
4633.92/1161.19	c  N dy 13198   3949764        90      8010         0    152047     56070   3033839     25.30     26.77
4667.44/1169.53	c  N dy 13272   3969818        90      8010         0     90385     56070   1169331     25.30     27.84
4695.38/1176.54	c  N dy 13357   3989852        90      8010         0    108978     56070   1722987     25.31     28.03
4730.50/1185.38	c  N dy 13470   4009908        90      8010         0    127445     56070   2278375     25.31     27.84
4778.40/1197.35	c  N dy 13563   4035740        90      8010         0    151202     56070   2979544     25.31     26.70

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

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

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


[startup+0 s]
/proc/loadavg: 7.71 8.04 8.05 6/294 5431
/proc/meminfo: memFree=16722780/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 4 0 652432756 52396032 351 33554432000 4194304 4580107 140736355211264 18446744073709551615 47685018342937 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 12792 351 302 95 0 7774 0
[pid=5431/tid=5432] ppid=5429 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652432756 52396032 351 33554432000 4194304 4580107 140736355211264 18446744073709551615 47685018343350 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652432756 52396032 351 33554432000 4194304 4580107 140736355211264 18446744073709551615 47685018342935 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652432756 52396032 351 33554432000 4194304 4580107 140736355211264 18446744073709551615 47685018342937 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.110681 s]
/proc/loadavg: 7.71 8.04 8.05 6/294 5431
/proc/meminfo: memFree=16722780/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=281956 CPUtime=0.41 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 1636 0 0 0 41 0 0 0 18 0 4 0 652432756 288722944 1539 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 70489 1539 358 95 0 65471 0
[pid=5431/tid=5432] ppid=5429 vsize=281956 CPUtime=0.09 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 270 0 0 0 9 0 0 0 25 0 4 0 652432756 288722944 1539 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=281956 CPUtime=0.1 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 268 0 0 0 10 0 0 0 18 0 4 0 652432756 288722944 1539 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=281956 CPUtime=0.1 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 411 0 0 0 10 0 0 0 18 0 4 0 652432756 288722944 1539 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 281956

[startup+0.200666 s]
/proc/loadavg: 7.71 8.04 8.05 6/294 5431
/proc/meminfo: memFree=16722780/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=283680 CPUtime=0.77 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 2230 0 0 0 77 0 0 0 18 0 4 0 652432756 290488320 1905 33554432000 4194304 4580107 140736355211264 18446744073709551615 4401307 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 70953 1914 363 95 0 65935 0
[pid=5431/tid=5432] ppid=5429 vsize=283812 CPUtime=0.18 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 281 0 0 0 18 0 0 0 25 0 4 0 652432756 290623488 1926 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=283812 CPUtime=0.19 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 334 0 0 0 19 0 0 0 18 0 4 0 652432756 290623488 1935 33554432000 4194304 4580107 140736355211264 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=284024 CPUtime=0.19 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 671 0 0 0 19 0 0 0 18 0 4 0 652432756 290840576 1948 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283680

[startup+0.300649 s]
/proc/loadavg: 7.71 8.04 8.05 6/294 5431
/proc/meminfo: memFree=16722780/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=285020 CPUtime=1.17 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 3935 0 0 0 116 1 0 0 18 0 4 0 652432756 291860480 3337 33554432000 4194304 4580107 140736355211264 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 71255 3337 375 95 0 66237 0
[pid=5431/tid=5432] ppid=5429 vsize=285020 CPUtime=0.28 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 914 0 0 0 28 0 0 0 25 0 4 0 652432756 291860480 3337 33554432000 4194304 4580107 140736355211264 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=285020 CPUtime=0.29 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 916 0 0 0 29 0 0 0 18 0 4 0 652432756 291860480 3337 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=285020 CPUtime=0.29 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 754 0 0 0 29 0 0 0 18 0 4 0 652432756 291860480 3337 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285020

[startup+0.700579 s]
/proc/loadavg: 7.71 8.04 8.05 6/294 5431
/proc/meminfo: memFree=16722780/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=287756 CPUtime=2.77 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 6466 0 0 0 276 1 0 0 18 0 4 0 652432756 294662144 3914 33554432000 4194304 4580107 140736355211264 18446744073709551615 4321081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 71939 3914 376 95 0 66921 0
[pid=5431/tid=5432] ppid=5429 vsize=287756 CPUtime=0.68 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 1593 0 0 0 68 0 0 0 25 0 4 0 652432756 294662144 3914 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=287756 CPUtime=0.69 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 1600 0 0 0 69 0 0 0 18 0 4 0 652432756 294662144 3914 33554432000 4194304 4580107 140736355211264 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=287756 CPUtime=0.69 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 1305 0 0 0 69 0 0 0 18 0 4 0 652432756 294662144 3915 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287756

[startup+1.50043 s]
/proc/loadavg: 7.71 8.04 8.05 9/298 5435
/proc/meminfo: memFree=16707116/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=288772 CPUtime=5.96 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 10435 0 0 0 594 2 0 0 19 0 4 0 652432756 295702528 4607 33554432000 4194304 4580107 140736355211264 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 72193 4607 377 95 0 67175 0
[pid=5431/tid=5432] ppid=5429 vsize=288772 CPUtime=1.47 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 2601 0 0 0 147 0 0 0 25 0 4 0 652432756 295702528 4607 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=288772 CPUtime=1.48 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 2646 0 0 0 148 0 0 0 19 0 4 0 652432756 295702528 4607 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=288772 CPUtime=1.49 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 2271 0 0 0 149 0 0 0 20 0 4 0 652432756 295702528 4607 33554432000 4194304 4580107 140736355211264 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288772

[startup+3.10115 s]
/proc/loadavg: 7.74 8.04 8.05 9/298 5435
/proc/meminfo: memFree=16693848/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=304212 CPUtime=12.36 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 21674 0 0 0 1232 4 0 0 24 0 4 0 652432756 311513088 12204 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 76053 12204 378 95 0 71035 0
[pid=5431/tid=5432] ppid=5429 vsize=304212 CPUtime=3.06 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 5030 0 0 0 306 0 0 0 25 0 4 0 652432756 311513088 12204 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=304212 CPUtime=3.09 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 5710 0 0 0 308 1 0 0 24 0 4 0 652432756 311513088 12204 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=304212 CPUtime=3.09 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 5685 0 0 0 308 1 0 0 25 0 4 0 652432756 311513088 12204 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 304212

[startup+6.30058 s]
/proc/loadavg: 7.74 8.04 8.05 9/298 5436
/proc/meminfo: memFree=16661668/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=295524 CPUtime=25.12 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 32107 0 0 0 2506 6 0 0 25 0 4 0 652432756 302616576 14443 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 73881 14443 378 95 0 68863 0
[pid=5431/tid=5432] ppid=5429 vsize=295524 CPUtime=6.23 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 8522 0 0 0 622 1 0 0 25 0 4 0 652432756 302616576 14443 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=295524 CPUtime=6.29 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 8188 0 0 0 628 1 0 0 25 0 4 0 652432756 302616576 14443 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=295524 CPUtime=6.28 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 8181 0 0 0 627 1 0 0 25 0 4 0 652432756 302616576 14443 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 295524

[startup+12.7004 s]
/proc/loadavg: 7.78 8.04 8.05 9/298 5436
/proc/meminfo: memFree=16638624/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=305980 CPUtime=50.66 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 49506 0 0 0 5058 8 0 0 25 0 4 0 652432756 313323520 20220 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 76495 20220 378 95 0 71477 0
[pid=5431/tid=5432] ppid=5429 vsize=305980 CPUtime=12.57 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 12305 0 0 0 1256 1 0 0 25 0 4 0 652432756 313323520 20220 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=305980 CPUtime=12.69 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 12726 0 0 0 1267 2 0 0 25 0 4 0 652432756 313323520 20220 33554432000 4194304 4580107 140736355211264 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=305980 CPUtime=12.68 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 12755 0 0 0 1266 2 0 0 25 0 4 0 652432756 313323520 20220 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 305980

[startup+25.5012 s]
/proc/loadavg: 7.89 8.05 8.06 9/298 5436
/proc/meminfo: memFree=16597468/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=302400 CPUtime=101.74 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 73190 0 0 0 10161 13 0 0 25 0 4 0 652432756 309657600 26157 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 75600 26157 378 95 0 70582 0
[pid=5431/tid=5432] ppid=5429 vsize=302400 CPUtime=25.25 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 18398 0 0 0 2523 2 0 0 25 0 4 0 652432756 309657600 26157 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=302400 CPUtime=25.49 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 19343 0 0 0 2546 3 0 0 25 0 4 0 652432756 309657600 26157 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=302400 CPUtime=25.48 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 18786 0 0 0 2544 4 0 0 25 0 4 0 652432756 309657600 26157 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 302400

[startup+51.1006 s]
/proc/loadavg: 7.93 8.05 8.05 9/298 5437
/proc/meminfo: memFree=16561724/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=313432 CPUtime=203.91 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 108436 0 0 0 20369 22 0 0 25 0 4 0 652432756 320954368 32040 33554432000 4194304 4580107 140736355211264 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 78358 32040 378 95 0 73340 0
[pid=5431/tid=5432] ppid=5429 vsize=313432 CPUtime=50.62 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 27222 0 0 0 5058 4 0 0 25 0 4 0 652432756 320954368 32040 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=313432 CPUtime=51.08 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 29516 0 0 0 5103 5 0 0 25 0 4 0 652432756 320954368 32040 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=313432 CPUtime=51.09 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 28345 0 0 0 5102 7 0 0 25 0 4 0 652432756 320954368 32040 33554432000 4194304 4580107 140736355211264 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 313432

[startup+102.3 s]
/proc/loadavg: 7.97 8.04 8.05 9/298 5438
/proc/meminfo: memFree=16493476/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=325464 CPUtime=408.27 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 159584 0 0 0 40790 37 0 0 25 0 4 0 652432756 333275136 37939 33554432000 4194304 4580107 140736355211264 18446744073709551615 4489273 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 81366 37939 378 95 0 76348 0
[pid=5431/tid=5432] ppid=5429 vsize=325464 CPUtime=101.35 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 37468 0 0 0 10129 6 0 0 25 0 4 0 652432756 333275136 37941 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=325464 CPUtime=102.3 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 45100 0 0 0 10220 10 0 0 25 0 4 0 652432756 333275136 37941 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=325464 CPUtime=102.29 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 45818 0 0 0 10217 12 0 0 25 0 4 0 652432756 333275136 37941 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 325464

[startup+162.301 s]

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

[pid=5431] ppid=5429 vsize=395636 CPUtime=2802.85 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 512850 0 0 0 280121 164 0 0 25 0 4 0 652432756 405131264 76254 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 98909 76254 378 95 0 93891 0
[pid=5431/tid=5432] ppid=5429 vsize=395636 CPUtime=695.91 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 122957 0 0 0 69555 36 0 0 25 0 4 0 652432756 405131264 76254 33554432000 4194304 4580107 140736355211264 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=395636 CPUtime=702.3 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 141522 0 0 0 70187 43 0 0 25 0 4 0 652432756 405131264 76254 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=395636 CPUtime=702.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 143963 0 0 0 70178 53 0 0 25 0 4 0 652432756 405131264 76254 33554432000 4194304 4580107 140736355211264 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.85
Current children cumulated vsize (KiB) 395636

[startup+762.301 s]
/proc/loadavg: 8.04 8.05 8.03 9/298 5456
/proc/meminfo: memFree=16145116/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=406044 CPUtime=3042.32 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 537680 0 0 0 304059 173 0 0 25 0 4 0 652432756 415789056 80896 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 101511 80896 378 95 0 96493 0
[pid=5431/tid=5432] ppid=5429 vsize=406044 CPUtime=755.37 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 130263 0 0 0 75499 38 0 0 25 0 4 0 652432756 415789056 80897 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=406044 CPUtime=762.32 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 148804 0 0 0 76186 46 0 0 25 0 4 0 652432756 415789056 80897 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=406044 CPUtime=762.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 151576 0 0 0 76175 56 0 0 25 0 4 0 652432756 415789056 80897 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.32
Current children cumulated vsize (KiB) 406044

[startup+822.301 s]
/proc/loadavg: 8.05 8.05 8.03 9/298 5457
/proc/meminfo: memFree=16096116/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=524812 CPUtime=3281.77 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 563236 0 0 0 327993 184 0 0 25 0 4 0 652432756 537407488 86465 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 131203 86465 378 95 0 126185 0
[pid=5431/tid=5432] ppid=5429 vsize=524812 CPUtime=814.83 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 136919 0 0 0 81441 42 0 0 25 0 4 0 652432756 537407488 86465 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=524812 CPUtime=822.31 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 156062 0 0 0 82182 49 0 0 25 0 4 0 652432756 537407488 86465 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=524812 CPUtime=822.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 163171 0 0 0 82171 60 0 0 25 0 4 0 652432756 537407488 86465 33554432000 4194304 4580107 140736355211264 18446744073709551615 4406486 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.77
Current children cumulated vsize (KiB) 524812

[startup+882.312 s]
/proc/loadavg: 8.13 8.07 8.04 9/298 5459
/proc/meminfo: memFree=16077640/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=590900 CPUtime=3521.27 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 584634 0 0 0 351935 192 0 0 25 0 4 0 652432756 605081600 88824 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 147725 88824 378 95 0 142707 0
[pid=5431/tid=5432] ppid=5429 vsize=590900 CPUtime=874.28 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 145727 0 0 0 87384 44 0 0 25 0 4 0 652432756 605081600 88824 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=590900 CPUtime=882.31 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 162585 0 0 0 88180 51 0 0 25 0 4 0 652432756 605081600 88824 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=590900 CPUtime=882.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 169187 0 0 0 88169 62 0 0 25 0 4 0 652432756 605081600 88824 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3521.27
Current children cumulated vsize (KiB) 590900

[startup+942.301 s]
/proc/loadavg: 8.05 8.06 8.03 9/298 5461
/proc/meminfo: memFree=16059288/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=603560 CPUtime=3760.7 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 605513 0 0 0 375868 202 0 0 25 0 4 0 652432756 618045440 90433 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 150890 90433 378 95 0 145872 0
[pid=5431/tid=5432] ppid=5429 vsize=603560 CPUtime=933.74 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 152691 0 0 0 93326 48 0 0 25 0 4 0 652432756 618045440 90433 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=603560 CPUtime=942.3 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 170536 0 0 0 94176 54 0 0 25 0 4 0 652432756 618045440 90433 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=603560 CPUtime=942.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 174871 0 0 0 94166 65 0 0 25 0 4 0 652432756 618045440 90433 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.7
Current children cumulated vsize (KiB) 603560

[startup+1002.3 s]
/proc/loadavg: 8.02 8.04 8.03 9/298 5462
/proc/meminfo: memFree=16028516/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=603944 CPUtime=4000.15 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 626983 0 0 0 399804 211 0 0 25 0 4 0 652432756 618438656 89649 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 150986 89649 378 95 0 145968 0
[pid=5431/tid=5432] ppid=5429 vsize=603944 CPUtime=993.19 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 159790 0 0 0 99268 51 0 0 25 0 4 0 652432756 618438656 89649 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=603944 CPUtime=1002.31 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 177580 0 0 0 100174 57 0 0 25 0 4 0 652432756 618438656 89649 33554432000 4194304 4580107 140736355211264 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=603944 CPUtime=1002.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 181884 0 0 0 100163 68 0 0 25 0 4 0 652432756 618438656 89649 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4000.15
Current children cumulated vsize (KiB) 603944

[startup+1062.3 s]
/proc/loadavg: 8.05 8.05 8.03 9/298 5464
/proc/meminfo: memFree=16004812/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=658668 CPUtime=4239.61 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 646057 0 0 0 423741 220 0 0 25 0 4 0 652432756 674476032 92751 33554432000 4194304 4580107 140736355211264 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 164667 92751 378 95 0 159649 0
[pid=5431/tid=5432] ppid=5429 vsize=658668 CPUtime=1052.65 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 166207 0 0 0 105210 55 0 0 25 0 4 0 652432756 674476032 92751 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=658668 CPUtime=1062.31 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 183125 0 0 0 106170 61 0 0 25 0 4 0 652432756 674476032 92751 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=658668 CPUtime=1062.31 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 188554 0 0 0 106161 70 0 0 25 0 4 0 652432756 674476032 92751 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.61
Current children cumulated vsize (KiB) 658668

[startup+1122.3 s]
/proc/loadavg: 8.06 8.05 8.02 9/298 5465
/proc/meminfo: memFree=16003056/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=604464 CPUtime=4479.07 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 667000 0 0 0 447679 228 0 0 25 0 4 0 652432756 618971136 92986 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 151116 92986 378 95 0 146098 0
[pid=5431/tid=5432] ppid=5429 vsize=604464 CPUtime=1112.11 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 172984 0 0 0 111153 58 0 0 25 0 4 0 652432756 618971136 92986 33554432000 4194304 4580107 140736355211264 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=604464 CPUtime=1122.31 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 190301 0 0 0 112169 62 0 0 25 0 4 0 652432756 618971136 92986 33554432000 4194304 4580107 140736355211264 18446744073709551615 4406358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=604464 CPUtime=1122.32 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 195205 0 0 0 112159 73 0 0 25 0 4 0 652432756 618971136 92986 33554432000 4194304 4580107 140736355211264 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4479.07
Current children cumulated vsize (KiB) 604464

[startup+1182.3 s]
/proc/loadavg: 7.74 7.99 8.00 5/293 5468
/proc/meminfo: memFree=16441552/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=604744 CPUtime=4718.54 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 686526 0 0 0 471617 237 0 0 25 0 4 0 652432756 619257856 92122 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 151186 92122 378 95 0 146168 0
[pid=5431/tid=5432] ppid=5429 vsize=604744 CPUtime=1171.56 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 179732 0 0 0 117095 61 0 0 25 0 4 0 652432756 619257856 92122 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=604744 CPUtime=1182.31 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 195656 0 0 0 118166 65 0 0 25 0 4 0 652432756 619257856 92122 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=604744 CPUtime=1182.32 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 202043 0 0 0 118156 76 0 0 25 0 4 0 652432756 619257856 92122 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.54
Current children cumulated vsize (KiB) 604744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 6.68 7.73 7.92 5/289 5485
/proc/meminfo: memFree=16442552/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=659988 CPUtime=4800.36 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 692358 0 0 0 479797 239 0 0 25 0 4 0 652432756 675827712 94044 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 164997 94044 378 95 0 159979 0
[pid=5431/tid=5432] ppid=5429 vsize=659988 CPUtime=1191.88 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 181340 0 0 0 119126 62 0 0 25 0 4 0 652432756 675827712 94045 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=659988 CPUtime=1202.82 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 198313 0 0 0 120217 65 0 0 25 0 4 0 652432756 675827712 94046 33554432000 4194304 4580107 140736355211264 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=659988 CPUtime=1202.83 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 203333 0 0 0 120206 77 0 0 25 0 4 0 652432756 675827712 94046 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 659988

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

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

[startup+1202.8 s]
/proc/loadavg: 6.68 7.73 7.92 5/289 5485
/proc/meminfo: memFree=16442552/32951124 swapFree=52307768/67111528
[pid=5431] ppid=5429 vsize=659988 CPUtime=4800.36 cores=0,2,4,6
/proc/5431/stat : 5431 (strangenight2-m) R 5429 5431 5130 0 -1 4202496 692358 0 0 0 479797 239 0 0 25 0 4 0 652432756 675827712 94044 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5431/statm: 164997 94044 378 95 0 159979 0
[pid=5431/tid=5432] ppid=5429 vsize=659988 CPUtime=1191.88 cores=0,2,4,6
/proc/5431/task/5432/stat : 5432 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 181340 0 0 0 119126 62 0 0 25 0 4 0 652432756 675827712 94045 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5431/tid=5433] ppid=5429 vsize=659988 CPUtime=1202.82 cores=0,2,4,6
/proc/5431/task/5433/stat : 5433 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 198313 0 0 0 120217 65 0 0 25 0 4 0 652432756 675827712 94046 33554432000 4194304 4580107 140736355211264 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5431/tid=5434] ppid=5429 vsize=659988 CPUtime=1202.83 cores=0,2,4,6
/proc/5431/task/5434/stat : 5434 (strangenight2-m) R 5429 5431 5130 0 -1 4202560 203333 0 0 0 120206 77 0 0 25 0 4 0 652432756 675827712 94046 33554432000 4194304 4580107 140736355211264 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 659988

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.42
CPU user time (s): 4798.01
CPU system time (s): 2.41063
CPU usage (%): 399.093
Max. virtual memory (cumulated for all children) (KiB): 768200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.01
system time used= 2.41063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692361
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= 625
involuntary context switches= 18789

runsolver used 3.11553 second user time and 7.84581 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 23:25:00
IDJOB=3366566
IDBENCH=82975
IDSOLVER=1844
FILE ID=node101/3366566-1305408300
RUNJOBID= node101-1305405867-5148
PBS_JOBID= 13324502
Free space on /tmp= 73732 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S501033814-049.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366566-1305408300/watcher-3366566-1305408300 -o /tmp/evaluation-result-3366566-1305408300/solver-3366566-1305408300 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366566-1305408300.cnf

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

MD5SUM BENCH= 793faf2fe67c6773a49b839c9edfeeb3
RANDOM SEED=1582110312

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16723060 kB
Buffers:        323228 kB
Cached:        5885060 kB
SwapCached:      14848 kB
Active:       10926468 kB
Inactive:      5027452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16723060 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           11328 kB
Writeback:           0 kB
AnonPages:     9741948 kB
Mapped:          15216 kB
Slab:           149752 kB
PageTables:      62272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42154172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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