Trace number 3366589

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.43 1203.45

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S231612998-061.SATISFIABLE.cnf
MD5SUM053eacf65ab310107e284aa82f53766f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.963852
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366589-1305409485.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	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.42/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.42/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.42/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.42/0.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.56/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.90	c calculated reachability. Time: 0.00
3.56/0.90	c Calc default polars -  time:   0.00 s pos:      54 undec:       1 neg:      35
3.56/0.90	c =========================================================================================
3.56/0.90	c types(t): F = full restart, N = normal restart
3.56/0.90	c types(t): S = simplification begin/end, E = solution found
3.56/0.90	c restart types(rt): st = static, dy = dynamic
3.56/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.90	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
3.56/0.90	c  N dy     7      4243        90      8010         0      3930     56070    119257     26.39     27.79
3.56/0.90	c  N dy     9      8919        90      8010         0      5922     56070    164431     25.38     26.74
3.56/0.90	c  N dy    26     12920        90      8010         0      5721     56070    143223     25.63     27.69
3.96/1.00	c  N dy    44     16938        90      8010         0      9467     56070    255684     25.88     27.91
4.39/1.20	c  N dy    47     21314        90      8010         0      8267     56070    200036     25.65     27.05
5.56/1.40	c  F st    49     25001        90      8010         0     11691     56070    298813     25.41     23.60
5.56/1.40	c  N st    51     25629        90      8010         0     12271     56070    316405     25.41   no data
5.96/1.56	c  N dy    55     30003        90      8010         0     10012     56070    236912     25.41   no data
5.96/1.56	c  S st    55     30003        90      8010         0     10012     56070    236912     25.41   no data
6.36/1.60	c  S st    55     30507        90      8010         0     10497     56070    251636     25.41   no data
6.36/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.36/1.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.36/1.60	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
6.36/1.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.36/1.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
6.36/1.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.36/1.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.36/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.83	c lits-rem:       112  cl-subs:      780  v-elim:      0  v-fix:    0  time:  0.21 s
8.35/2.13	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.30
8.35/2.13	c calculated reachability. Time: 0.00
8.35/2.13	c  N dy    55     30507        90      8010         0      9717     56070    226743     25.41   no data
11.14/2.80	c  N dy    78     42258        90      8010         0     13271     56070    314134     25.28     26.72
11.94/3.01	c  S st    81     45760        90      8010         0     16491     56070    407641     25.21     22.73
11.94/3.05	c  S st    81     46264        90      8010         0      8721     56070    163889     25.21   no data
11.94/3.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.94/3.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.94/3.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.94/3.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.94/3.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.94/3.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.94/3.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.94/3.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.94/3.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.34/3.10	c lits-rem:         5  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.04 s
12.34/3.10	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
12.34/3.11	c vivif2 --  cl tried     8674 cl shrink        0 lits rem          0 time: 0.00
13.17/3.38	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
13.17/3.38	c calculated reachability. Time: 0.00
13.17/3.38	c  N dy    81     46264        90      8010         0      8674     56070    162206     25.21   no data
14.32/3.61	c  N dy    87     50634        90      8010         0     12699     56070    279586     25.19     26.52
17.55/4.49	c  N dy   103     65052        90      8010         0     16825     56070    382601     24.98     26.31
19.12/4.84	c  N dy   115     69396        90      8010         0     10695     56070    188461     24.98     24.26
19.12/4.84	c  S st   115     69396        90      8010         0     10695     56070    188461     24.98     24.26
19.12/4.88	c  S st   115     69899        90      8010         0     11168     56070    202662     24.98   no data
19.12/4.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.12/4.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.12/4.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.12/4.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.12/4.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.12/4.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.12/4.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.52/4.96	c lits-rem:        19  cl-subs:      180  v-elim:      0  v-fix:    0  time:  0.06 s
19.52/4.96	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.52/4.96	c vivif2 --  cl tried    10988 cl shrink        0 lits rem          0 time: 0.00
20.72/5.28	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.32
20.72/5.28	c calculated reachability. Time: 0.00
20.72/5.28	c  N dy   115     69899        90      8010         0     10988     56070    196827     24.98   no data
21.95/5.57	c  N dy   134     74640        90      8010         0     15416     56070    326699     25.01     26.37
23.51/5.97	c  N dy   164     79821        90      8010         0     20231     56070    469549     25.10     26.53
25.50/6.42	c  N dy   168     87064        90      8010         0     15728     56070    313396     24.98     26.38
25.50/6.46	c  F st   173     87500        90      8010         0     16133     56070    325739     24.99   no data
27.09/6.84	c  N dy   179     92696        90      8010         0     20922     56070    467642     24.99   no data
29.09/7.37	c  N dy   220     98708        90      8010         0     14521     56070    267531     25.11     26.48
31.14/7.82	c  S st   240    104848        90      8010         0     20201     56070    434796     25.13     24.34
31.14/7.87	c  S st   240    105353        90      8010         0     20679     56070    448999     25.13   no data
31.14/7.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.14/7.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.14/7.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.14/7.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.14/7.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.14/7.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
31.14/7.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.14/7.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
31.48/7.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.08/8.39	c lits-rem:       188  cl-subs:     1465  v-elim:      0  v-fix:    0  time:  0.49 s
33.08/8.39	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.48/8.40	c vivif2 --  cl tried    19214 cl shrink        0 lits rem          0 time: 0.00
35.11/8.81	c asymm  cl-useful: 0/6469/8010 lits-rem:0 time: 0.41
35.11/8.81	c calculated reachability. Time: 0.00
35.11/8.81	c  N dy   240    105353        90      8010         0     19214     56070    401981     25.13   no data
37.86/9.58	c  N dy   267    114548        90      8010         0     14830     56070    254929     25.11     26.50
40.25/10.15	c  N dy   286    122032        90      8010         0     21764     56070    456818     25.09     26.42
43.45/10.98	c  N dy   325    131726        90      8010         0     16884     56070    298075     25.14     26.60
47.03/11.88	c  N dy   365    142929        90      8010         0     27282     56070    604724     25.17     26.57
50.23/12.67	c  N dy   408    152156        90      8010         0     21016     56070    401529     25.21     26.77
52.23/13.17	c  S st   427    158032        90      8010         0     26479     56070    562832     25.24     25.38
52.65/13.24	c  S st   427    158537        90      8010         0     26958     56070    577347     25.24   no data
52.65/13.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.65/13.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
52.65/13.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.65/13.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.65/13.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.65/13.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
52.65/13.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.65/13.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
52.65/13.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.21/14.13	c lits-rem:       323  cl-subs:     2074  v-elim:      0  v-fix:    0  time:  0.85 s
56.21/14.13	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
56.21/14.13	c vivif2 --  cl tried    24884 cl shrink        0 lits rem          0 time: 0.01
56.61/14.27	c asymm  cl-useful: 0/1541/8010 lits-rem:0 time: 0.13
56.61/14.27	c calculated reachability. Time: 0.00
56.61/14.27	c  N dy   427    158537        90      8010         0     24884     56070    510571     25.24   no data
62.59/15.77	c  N dy   449    176508        90      8010         0     25793     56070    524056     25.18     26.52
67.77/17.05	c  N dy   501    189631        90      8010         0     21339     56070    377935     25.22     26.68
72.96/18.33	c  N dy   559    202037        90      8010         0     32830     56070    717131     25.28     26.77
78.15/19.64	c  N dy   583    216618        90      8010         0     28697     56070    574368     25.24     26.74
86.93/21.88	c  N dy   640    237805        90      8010         0     29774     56070    585656     25.24     23.99
86.93/21.88	c  S st   640    237805        90      8010         0     29774     56070    585656     25.24     23.99
87.33/21.96	c  S st   640    238306        90      8010         0     30252     56070    599892     25.24   no data
87.33/21.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.33/21.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
87.33/21.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.33/21.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.33/21.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.33/21.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
87.33/21.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.33/21.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.33/22.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.55/23.25	c lits-rem:       386  cl-subs:     2430  v-elim:      0  v-fix:    0  time:  1.25 s
92.55/23.25	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
92.55/23.25	c vivif2 --  cl tried    27822 cl shrink        0 lits rem          0 time: 0.01
93.30/23.46	c asymm  cl-useful: 0/2605/8010 lits-rem:0 time: 0.20
93.30/23.46	c calculated reachability. Time: 0.00
93.30/23.46	c  N dy   640    238306        90      8010         0     27822     56070    526614     25.24   no data
99.69/25.06	c  N dy   684    253612        90      8010         0     22632     56070    361215     25.24     26.69
107.26/26.95	c  N dy   714    271959        90      8010         0     39533     56070    852612     25.19     26.58
115.24/28.90	c  N dy   782    290821        90      8010         0     36783     56070    761270     25.20     26.54
121.64/30.51	c  F st   798    306251        90      8010         0     29685     56070    526164     25.13     23.42
122.86/30.84	c  N st   803    309548        90      8010         0     32753     56070    619303     25.13   no data
132.05/33.18	c  N dy   866    329752        90      8010         0     29346     56070    506755     25.14     26.48
142.78/35.84	c  N dy   969    349849        90      8010         0     24889     56070    355315     25.19     26.70
145.56/36.52	c  S st   977    357459        90      8010         0     31902     56070    559223     25.16     24.11
145.96/36.61	c  S st   977    357961        90      8010         0     32374     56070    573301     25.16   no data
145.96/36.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.96/36.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
145.96/36.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.96/36.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.96/36.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.96/36.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
145.96/36.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
145.96/36.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
145.96/36.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.94/37.61	c lits-rem:       243  cl-subs:     1750  v-elim:      0  v-fix:    0  time:  0.96 s
149.94/37.61	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
149.94/37.62	c vivif2 --  cl tried    30624 cl shrink        0 lits rem          0 time: 0.01
150.74/37.84	c asymm  cl-useful: 0/2090/8010 lits-rem:0 time: 0.22
150.74/37.84	c calculated reachability. Time: 0.00
150.74/37.84	c  N dy   977    357961        90      8010         0     30624     56070    521575     25.16   no data
161.92/40.60	c  N dy  1089    378255        90      8010         0     25461     56070    353308     25.22     27.10
174.28/43.78	c  N dy  1182    401516        90      8010         0     47018     56070    993178     25.26     26.68
185.85/46.66	c  N dy  1263    421556        90      8010         0     40614     56070    783758     25.28     26.66
197.02/49.51	c  N dy  1345    442164        90      8010         0     33770     56070    562023     25.30     26.80
208.59/52.38	c  N dy  1424    462167        90      8010         0     52305     56070   1114171     25.34     29.17
218.96/54.90	c  N dy  1456    482792        90      8010         0     44414     56070    859780     25.32     26.70
230.92/57.91	c  N dy  1532    502795        90      8010         0     35264     56070    572003     25.34     26.68
245.28/61.61	c  N dy  1556    531324        90      8010         0     32889     56070    478934     25.28     26.73
248.07/62.26	c  S st  1567    536944        90      8010         0     38078     56070    631184     25.28     25.62
248.47/62.36	c  S st  1567    537448        90      8010         0     38557     56070    645728     25.28   no data
248.47/62.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
248.47/62.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
248.47/62.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
248.47/62.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.47/62.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.47/62.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
248.47/62.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
248.47/62.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
248.87/62.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
253.67/63.65	c lits-rem:       347  cl-subs:     2030  v-elim:      0  v-fix:    0  time:  1.24 s
253.67/63.65	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
253.67/63.65	c vivif2 --  cl tried    36527 cl shrink        0 lits rem          0 time: 0.01
254.49/63.89	c asymm  cl-useful: 0/1798/8010 lits-rem:0 time: 0.24
254.49/63.89	c calculated reachability. Time: 0.00
254.49/63.89	c  N dy  1567    537448        90      8010         0     36527     56070    585507     25.28   no data
267.23/67.08	c  N dy  1630    558667        90      8010         0     56160     56070   1161748     25.27     26.62
286.77/71.99	c  N dy  1719    592646        90      8010         0     57866     56070   1198614     25.26     26.87
304.72/76.41	c  N dy  1773    624811        90      8010         0     57135     56070   1157509     25.22     26.59
317.48/79.70	c  N dy  1876    644936        90      8010         0     44541     56070    774234     25.25     26.65
331.45/83.10	c  N dy  1935    664951        90      8010         0     63096     56070   1323675     25.26     26.65
343.01/86.05	c  N dy  1986    685045        90      8010         0     49148     56070    887091     25.24     28.15
360.21/90.35	c  N dy  2037    709524        90      8010         0     38516     56070    556191     25.23     26.61
372.97/93.60	c  N dy  2095    730196        90      8010         0     57620     56070   1118586     25.23     26.61
388.49/97.50	c  N dy  2144    752054        90      8010         0     43677     56070    692133     25.23     26.65
402.45/100.90	c  N dy  2225    772125        90      8010         0     62281     56070   1244123     25.25     27.04
417.60/104.70	c  N dy  2302    794189        90      8010         0     47592     56070    788987     25.25     26.90
426.38/106.94	c  S st  2364    806172        90      8010         0     58775     56070   1121463     25.27   no data
427.18/107.10	c  S st  2364    806673        90      8010         0     59252     56070   1135538     25.27   no data
427.18/107.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
427.18/107.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
427.18/107.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
427.18/107.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.18/107.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.18/107.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
427.18/107.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
427.18/107.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
427.18/107.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.13/111.68	c lits-rem:       694  cl-subs:     4164  v-elim:      0  v-fix:    0  time:  4.50 s
445.13/111.68	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
445.13/111.69	c vivif2 --  cl tried    55088 cl shrink        0 lits rem          0 time: 0.01
446.33/111.99	c asymm  cl-useful: 0/1202/8010 lits-rem:0 time: 0.30
446.33/111.99	c calculated reachability. Time: 0.00
446.33/111.99	c  N dy  2364    806673        90      8010         0     55088     56070   1002369     25.27   no data
465.10/116.70	c  N dy  2423    832635        90      8010         0     43102     56070    637333     25.26     26.76
483.42/121.27	c  N dy  2494    858269        90      8010         0     66766     56070   1333756     25.26     26.63
499.38/125.27	c  N dy  2582    879937        90      8010         0     49886     56070    820279     25.27     26.76
514.93/129.12	c  N dy  2631    900020        90      8010         0     68494     56070   1367137     25.26     27.85
528.90/132.69	c  N dy  2668    920054        90      8010         0     49077     56070    775550     25.25     26.72
542.06/135.97	c  N dy  2684    940063        90      8010         0     67414     56070   1312204     25.22     27.83
562.06/140.94	c  N dy  2764    965740        90      8010         0     52371     56070    849369     25.21     26.64
577.56/144.85	c  N dy  2827    985901        90      8010         0     70980     56070   1397903     25.21     26.56
593.91/148.91	c  N dy  2890   1005945        90      8010         0     49851     56070    762243     25.22     26.55
618.25/155.02	c  N dy  2968   1035674        90      8010         0     77199     56070   1564066     25.21     26.61
633.80/158.94	c  N dy  3049   1055871        90      8010         0     55297     56070    904465     25.22     26.58
647.77/162.48	c  F st  3125   1071876        90      8010         0     70123     56070   1346719     25.23   no data
652.16/163.56	c  N dy  3131   1077073        90      8010         0     74945     56070   1491158     25.23   no data
669.72/167.90	c  N dy  3222   1097313        90      8010         0     52110     56070    793944     25.25     26.73
684.91/171.73	c  N dy  3270   1117369        90      8010         0     70613     56070   1339143     25.24     28.09
702.47/176.18	c  N dy  3323   1137406        90      8010         0     46599     56070    610710     25.23     28.80
717.98/180.09	c  N dy  3435   1157586        90      8010         0     65321     56070   1169953     25.25     26.60
745.51/187.01	c  N dy  3450   1193261        90      8010         0     54667     56070    823967     25.20     26.72
763.88/191.52	c  S st  3521   1210009        90      8010         0     70169     56070   1282614     25.20     22.51
764.63/191.76	c  S st  3521   1210512        90      8010         0     70645     56070   1296867     25.20   no data
764.63/191.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
765.03/191.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
765.03/191.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
765.03/191.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
765.03/191.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
765.03/191.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
765.03/191.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
765.03/191.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
765.03/191.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.53/200.78	c lits-rem:       723  cl-subs:     5781  v-elim:      0  v-fix:    0  time:  8.92 s
800.53/200.78	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
800.53/200.79	c vivif2 --  cl tried    64864 cl shrink        0 lits rem          0 time: 0.02
802.13/201.18	c asymm  cl-useful: 0/1319/8010 lits-rem:0 time: 0.39
802.13/201.18	c calculated reachability. Time: 0.00
802.13/201.18	c  N dy  3521   1210512        90      8010         0     64864     56070   1126665     25.20   no data
826.46/207.21	c  N dy  3593   1230563        90      8010         0     83409     56070   1673330     25.20     26.81
844.80/211.89	c  N dy  3645   1251572        90      8010         0     58716     56070    934556     25.20     26.53
863.56/216.54	c  N dy  3736   1271612        90      8010         0     77221     56070   1483771     25.21     28.19
884.30/221.78	c  N dy  3821   1291904        90      8010         0     50883     56070    684189     25.22     26.84
905.44/227.06	c  N dy  3878   1320757        90      8010         0     77415     56070   1462372     25.20     26.54
924.19/231.74	c  N dy  3941   1340845        90      8010         0     49920     56070    636455     25.20     26.53
943.37/236.58	c  N dy  4038   1361733        90      8010         0     69285     56070   1213416     25.22     26.60
966.87/242.44	c  N dy  4083   1382020        90      8010         0     88011     56070   1763360     25.21     26.67
989.21/248.08	c  N dy  4201   1402033        90      8010         0     59516     56070    904423     25.23     27.95
1008.36/252.84	c  N dy  4284   1422053        90      8010         0     78084     56070   1456009     25.24     30.09
1032.29/258.82	c  N dy  4356   1442100        90      8010         0     48491     56070    552887     25.25     26.89
1047.85/262.71	c  N dy  4407   1462749        90      8010         0     67595     56070   1115224     25.24     26.59
1069.79/268.28	c  N dy  4481   1484444        90      8010         0     87619     56070   1704781     25.24     26.58
1116.05/279.84	c  N dy  4541   1536195        90      8010         0     86215     56070   1616661     25.18     26.53
1138.79/285.56	c  N dy  4632   1556313        90      8010         0     55027     56070    712109     25.19     26.57
1157.55/290.26	c  N dy  4744   1577325        90      8010         0     74612     56070   1300366     25.20     26.58
1178.69/295.57	c  N dy  4787   1597973        90      8010         0     93637     56070   1858208     25.20     26.53
1201.03/301.17	c  N dy  4899   1618102        90      8010         0     61456     56070    885049     25.21     26.77
1221.77/306.32	c  N dy  4994   1638544        90      8010         0     80451     56070   1452649     25.22     26.58
1246.13/312.49	c  N dy  5032   1660195        90      8010         0    100363     56070   2034436     25.21     26.55
1266.05/317.40	c  N dy  5105   1681562        90      8010         0     68316     56070   1064098     25.22     26.58
1287.59/322.87	c  N dy  5199   1701738        90      8010         0     87023     56070   1619844     25.22     26.63
1297.16/325.29	c  S st  5212   1710513        90      8010         0     95010     56070   1847390     25.22     24.99
1298.36/325.54	c  S st  5212   1711015        90      8010         0     95491     56070   1862206     25.22   no data
1298.36/325.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1298.36/325.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1298.36/325.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1298.36/325.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1298.36/325.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1298.36/325.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1298.36/325.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1298.79/325.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1298.79/325.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1351.85/338.92	c lits-rem:      1021  cl-subs:     8227  v-elim:      0  v-fix:    0  time: 13.25 s
1351.85/338.92	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1351.85/338.94	c vivif2 --  cl tried    87264 cl shrink        0 lits rem          0 time: 0.02
1352.99/339.28	c asymm  cl-useful: 0/867/8010 lits-rem:0 time: 0.34
1352.99/339.28	c calculated reachability. Time: 0.00
1352.99/339.28	c  N dy  5212   1711015        90      8010         0     87264     56070   1609092     25.22   no data
1380.93/346.20	c  N dy  5302   1731464        90      8010         0     53835     56070    624310     25.23     26.62
1396.87/350.29	c  N dy  5352   1751759        90      8010         0     72639     56070   1181470     25.23     26.67
1417.25/355.37	c  N dy  5367   1774096        90      8010         0     93052     56070   1760830     25.19     26.54
1441.56/361.48	c  N dy  5438   1794152        90      8010         0     58240     56070    738011     25.20     26.73
1461.14/366.33	c  N dy  5543   1814507        90      8010         0     77107     56070   1301230     25.21     26.66
1488.22/373.10	c  N dy  5668   1836206        90      8010         0     97265     56070   1908098     25.22     26.57
1517.75/380.59	c  N dy  5777   1856268        90      8010         0     61376     56070    809207     25.24     26.68
1547.67/388.06	c  N dy  5858   1881122        90      8010         0     84433     56070   1491121     25.24     26.70
1585.56/397.52	c  N dy  5955   1907108        90      8010         0    108501     56070   2204559     25.24     26.81
1617.47/405.50	c  N dy  6065   1940379        90      8010         0     83590     56070   1443850     25.24     26.70
1645.84/412.61	c  N dy  6202   1960430        90      8010         0    102227     56070   2005204     25.26     27.75
1668.13/418.22	c  N dy  6250   1980699        90      8010         0     64519     56070    865871     25.25     26.69
1688.08/423.26	c  N dy  6328   2000782        90      8010         0     83075     56070   1413467     25.26     26.94
1721.59/431.64	c  N dy  6359   2031567        90      8010         0    111366     56070   2234422     25.22     26.70
1748.72/438.47	c  N dy  6413   2060461        90      8010         0     80731     56070   1317257     25.21     26.56
1779.43/446.10	c  N dy  6462   2087565        90      8010         0    105676     56070   2047038     25.20     26.58
1807.36/453.17	c  N dy  6587   2107590        90      8010         0     66165     56070    879957     25.22     27.20
1842.47/461.96	c  N dy  6668   2144170        90      8010         0     99796     56070   1864246     25.20     26.58
1873.19/469.61	c  N dy  6760   2164632        90      8010         0     59703     56070    667836     25.21     26.64
1891.93/474.34	c  N dy  6830   2185460        90      8010         0     78954     56070   1237221     25.21     26.70
1919.46/481.20	c  N dy  6938   2206336        90      8010         0     98254     56070   1815393     25.22     26.60
1925.85/482.84	c  S st  6963   2211016        90      8010         0    102621     56070   1947368     25.22   no data
1927.03/483.14	c  S st  6963   2211518        90      8010         0    103103     56070   1962082     25.22   no data
1927.03/483.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1927.43/483.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1927.43/483.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1927.43/483.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1927.43/483.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1927.43/483.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1927.43/483.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1927.43/483.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1927.43/483.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1980.48/496.60	c lits-rem:       816  cl-subs:     7635  v-elim:      0  v-fix:    0  time: 13.32 s
1980.88/496.60	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1980.88/496.62	c vivif2 --  cl tried    95468 cl shrink        0 lits rem          0 time: 0.02
1982.08/496.99	c asymm  cl-useful: 0/784/8010 lits-rem:0 time: 0.37
1982.08/496.99	c calculated reachability. Time: 0.00
1982.08/496.99	c  N dy  6963   2211518        90      8010         0     95468     56070   1718619     25.22   no data
2021.17/506.72	c  N dy  7038   2241126        90      8010         0     62984     56070    746711     25.22     26.68
2042.71/512.17	c  N dy  7171   2261158        90      8010         0     81585     56070   1305136     25.23     26.57
2071.06/519.22	c  N dy  7254   2283787        90      8010         0    102471     56070   1921920     25.23     26.99
2104.14/527.60	c  N dy  7327   2307521        90      8010         0     63547     56070    744034     25.23     26.83
2123.30/532.33	c  N dy  7391   2327771        90      8010         0     82222     56070   1299768     25.23     26.59
2147.62/538.46	c  N dy  7461   2347860        90      8010         0    100785     56070   1852398     25.23     26.75
2180.34/546.63	c  N dy  7565   2367906        90      8010         0    119279     56070   2403555     25.24     26.81
2204.68/552.78	c  N dy  7627   2388003        90      8010         0     76034     56070   1096980     25.24     26.59
2229.04/558.83	c  N dy  7721   2408066        90      8010         0     94678     56070   1651974     25.25     28.01
2266.10/568.11	c  N dy  7809   2434175        90      8010         0    118787     56070   2369632     25.25     26.59
2293.24/574.97	c  N dy  7914   2454399        90      8010         0     74664     56070   1039854     25.26     26.60
2316.80/580.90	c  N dy  8014   2474498        90      8010         0     93290     56070   1595946     25.27     27.69
2348.27/588.71	c  N dy  8126   2495121        90      8010         0    112379     56070   2169941     25.28     26.62
2381.80/597.14	c  N dy  8221   2515179        90      8010         0     67109     56070    793459     25.28     27.24
2412.91/604.96	c  N dy  8241   2549048        90      8010         0     98220     56070   1701041     25.26     26.75
2439.24/611.50	c  N dy  8288   2569087        90      8010         0    116670     56070   2247224     25.26     29.08
2468.76/618.92	c  N dy  8370   2589170        90      8010         0     70719     56070    889171     25.27     26.62
2492.33/624.81	c  N dy  8487   2609202        90      8010         0     89248     56070   1443302     25.28     27.09
2517.43/631.19	c  N dy  8539   2629252        90      8010         0    107737     56070   1989086     25.27     26.65
2551.73/639.78	c  N dy  8638   2649255        90      8010         0    126246     56070   2543408     25.28     29.28
2580.85/647.01	c  N dy  8748   2669589        90      8010         0     79478     56070   1125384     25.29     26.68
2606.83/653.58	c  N dy  8786   2691883        90      8010         0     99994     56070   1729440     25.29     26.65
2632.74/660.06	c  S st  8831   2711518        90      8010         0    118085     56070   2266609     25.28     26.51
2634.30/660.42	c  S st  8831   2712022        90      8010         0    118558     56070   2280511     25.28   no data
2634.30/660.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2634.30/660.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2634.30/660.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2634.30/660.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2634.30/660.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2634.30/660.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2634.30/660.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2634.70/660.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2634.70/660.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2711.28/679.78	c lits-rem:      1431  cl-subs:    10131  v-elim:      0  v-fix:    0  time: 19.20 s
2711.28/679.78	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2711.28/679.81	c vivif2 --  cl tried   108427 cl shrink        0 lits rem          0 time: 0.03
2712.87/680.18	c asymm  cl-useful: 0/670/8010 lits-rem:0 time: 0.37
2712.87/680.18	c calculated reachability. Time: 0.00
2712.87/680.18	c  N dy  8831   2712022        90      8010         0    108427     56070   1968856     25.28   no data
2751.61/689.86	c  N dy  8950   2733548        90      8010         0    128299     56070   2563044     25.29     26.80
2786.30/698.52	c  N dy  9047   2763446        90      8010         0     89785     56070   1419534     25.29     26.68
2813.05/705.26	c  N dy  9098   2784314        90      8010         0    108981     56070   1990780     25.29     26.78
2888.00/724.00	c  N dy  9192   2847832        90      8010         0    100175     56070   1689941     25.27     26.62
2965.79/743.61	c  N dy  9237   2914417        90      8010         0     93110     56070   1449317     25.22     26.64
2995.31/750.98	c  N dy  9333   2934447        90      8010         0    111649     56070   2002436     25.22     27.16
3033.20/760.41	c  N dy  9477   2954472        90      8010         0    130291     56070   2567281     25.23     26.62
3062.34/767.79	c  N dy  9565   2974559        90      8010         0     79927     56070   1075874     25.24     27.87
3087.86/774.17	c  N dy  9595   2998745        90      8010         0    102257     56070   1734704     25.23     26.66
3119.80/782.14	c  N dy  9702   3018803        90      8010         0    120781     56070   2289105     25.24     26.65
3157.67/791.63	c  N dy  9789   3038807        90      8010         0    139257     56070   2839507     25.24     26.84
3181.65/797.65	c  N dy  9856   3059493        90      8010         0     88339     56070   1301913     25.24     26.67
3209.92/804.75	c  N dy  9935   3080673        90      8010         0    107887     56070   1885085     25.25     26.58
3267.37/819.16	c  N dy  9969   3118604        90      8010         0     71693     56070    792202     25.23     26.57
3289.31/824.67	c  N dy 10051   3138607        90      8010         0     90172     56070   1342705     25.24     26.89
3320.42/832.46	c  N dy 10113   3158612        90      8010         0    108659     56070   1890574     25.24     28.20
3367.87/844.37	c  N dy 10202   3178782        90      8010         0    127332     56070   2447046     25.24     26.66
3415.73/856.30	c  N dy 10287   3200453        90      8010         0     75443     56070    882065     25.24     26.73
3429.29/859.72	c  S st 10359   3212022        90      8010         0     86152     56070   1204730     25.25     25.78
3430.10/859.97	c  S st 10359   3212524        90      8010         0     86620     56070   1218885     25.25   no data
3430.10/859.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3430.50/860.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3430.50/860.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3430.50/860.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3430.50/860.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3430.50/860.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3430.50/860.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3430.50/860.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3430.50/860.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3444.49/863.59	c lits-rem:       327  cl-subs:     2501  v-elim:      0  v-fix:    0  time:  3.51 s
3444.49/863.59	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3444.49/863.60	c vivif2 --  cl tried    84119 cl shrink        0 lits rem          0 time: 0.02
3446.04/863.94	c asymm  cl-useful: 0/848/8010 lits-rem:0 time: 0.34
3446.04/863.95	c calculated reachability. Time: 0.00
3446.04/863.95	c  N dy 10359   3212524        90      8010         0     84119     56070   1138280     25.25   no data
3474.37/871.04	c  N dy 10490   3232837        90      8010         0    102920     56070   1704181     25.26     26.69
3510.72/880.12	c  N dy 10579   3257015        90      8010         0    125214     56070   2368894     25.26     26.71
3564.93/893.76	c  N dy 10695   3290940        90      8010         0     83541     56070   1102256     25.26     26.84
3591.65/900.43	c  N dy 10783   3311251        90      8010         0    102347     56070   1662154     25.26     26.62
3617.98/907.02	c  N dy 10816   3331284        90      8010         0    120760     56070   2204586     25.26     27.38
3676.62/921.74	c  N dy 10902   3366137        90      8010         0     79114     56070    954066     25.26     26.62
3707.34/929.45	c  N dy 11003   3386477        90      8010         0     97970     56070   1518290     25.26     26.65
3739.64/937.52	c  N dy 11096   3406577        90      8010         0    116495     56070   2071923     25.27     27.59
3773.99/946.19	c  N dy 11178   3426589        90      8010         0    134986     56070   2625293     25.27     27.88
3809.10/954.96	c  N dy 11230   3446676        90      8010         0     78825     56070    933411     25.27     27.02
3835.43/961.58	c  N dy 11312   3468242        90      8010         0     98749     56070   1528620     25.27     26.63
3865.73/969.14	c  N dy 11384   3488692        90      8010         0    117668     56070   2090246     25.27     26.77
3936.69/986.93	c  N dy 11484   3532624        90      8010         0     82354     56070   1011856     25.26     26.80
3963.02/993.53	c  N dy 11576   3552666        90      8010         0    100864     56070   1565710     25.27     27.75
3996.13/1001.88	c  N dy 11677   3573349        90      8010         0    120010     56070   2138525     25.27     26.68
4032.87/1011.07	c  N dy 11723   3595242        90      8010         0    140217     56070   2730365     25.27     26.65
4071.95/1020.86	c  N dy 11812   3615287        90      8010         0     82174     56070    996682     25.27     29.42
4107.82/1029.84	c  N dy 11896   3643891        90      8010         0    108595     56070   1770039     25.27     26.65
4145.33/1039.23	c  N dy 12043   3663943        90      8010         0    127163     56070   2334630     25.28     26.62
4184.81/1049.19	c  N dy 12121   3684008        90      8010         0    145587     56070   2881459     25.28     27.21
4235.06/1061.70	c  N dy 12207   3704200        90      8010         0     86757     56070   1116208     25.29     26.65
4249.83/1065.41	c  S st 12232   3712525        90      8010         0     94450     56070   1344137     25.29     24.94
4251.43/1065.80	c  S st 12232   3713033        90      8010         0     94928     56070   1358573     25.29   no data
4251.43/1065.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4251.43/1065.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
4251.43/1065.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4251.43/1065.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4251.43/1065.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4251.43/1065.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4251.43/1065.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4251.85/1065.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4251.85/1065.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4284.12/1074.07	c lits-rem:       354  cl-subs:     3140  v-elim:      0  v-fix:    0  time:  8.10 s
4284.12/1074.07	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4284.12/1074.09	c vivif2 --  cl tried    91788 cl shrink        0 lits rem          0 time: 0.02
4286.12/1074.57	c asymm  cl-useful: 0/778/8010 lits-rem:0 time: 0.47
4286.12/1074.57	c calculated reachability. Time: 0.00
4286.12/1074.57	c  N dy 12232   3713033        90      8010         0     91788     56070   1259385     25.29   no data
4315.23/1081.80	c  N dy 12320   3733254        90      8010         0    110457     56070   1816201     25.29     26.64
4343.98/1089.06	c  F st 12379   3751562        90      8010         0    127267     56070   2314617     25.29     25.97
4347.54/1089.93	c  N st 12383   3753594        90      8010         0    129157     56070   2372277     25.29   no data
4387.03/1099.81	c  N dy 12439   3774852        90      8010         0    148783     56070   2955193     25.29     26.80
4418.57/1107.75	c  N dy 12469   3797095        90      8010         0     90962     56070   1217450     25.28     26.67
4446.87/1114.89	c  N dy 12569   3817175        90      8010         0    109539     56070   1776647     25.29     26.88
4481.57/1123.58	c  N dy 12663   3837198        90      8010         0    128046     56070   2332303     25.29     27.02
4514.69/1131.82	c  N dy 12694   3857656        90      8010         0    146846     56070   2886858     25.29     26.63
4552.97/1141.41	c  N dy 12790   3877665        90      8010         0     86069     56070   1062804     25.30     27.35
4578.11/1147.76	c  N dy 12826   3898209        90      8010         0    104894     56070   1614186     25.29     26.80
4616.03/1157.27	c  N dy 12910   3919510        90      8010         0    124561     56070   2200751     25.30     26.63
4657.08/1167.54	c  N dy 13019   3940000        90      8010         0    143426     56070   2767542     25.30     26.68
4760.01/1193.38	c  N dy 13041   4016346        90      8010         0    132890     56070   2370619     25.26     26.62

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

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

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


[startup+0 s]
/proc/loadavg: 6.82 7.80 7.96 5/355 18695
/proc/meminfo: memFree=24727276/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=208112 CPUtime=0.01 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 1072 0 0 0 1 0 0 0 25 0 4 0 652545593 213106688 1000 33554432000 4194304 4580107 140737281774032 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 52028 1000 336 95 0 47010 0
[pid=18695/tid=18696] ppid=18693 vsize=208100 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 237 0 0 0 0 0 0 0 25 0 4 0 652545593 213094400 1146 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=208100 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 4 0 652545593 213094400 1146 33554432000 4194304 4580107 140737281774032 18446744073709551615 239476694843 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=208100 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 253 0 0 0 0 0 0 0 25 0 4 0 652545593 213094400 1147 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.113925 s]
/proc/loadavg: 6.82 7.80 7.96 5/355 18695
/proc/meminfo: memFree=24727276/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=216876 CPUtime=0.42 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 1620 0 0 0 42 0 0 0 18 0 4 0 652545593 222081024 1545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 54219 1545 358 95 0 49201 0
[pid=18695/tid=18696] ppid=18693 vsize=216876 CPUtime=0.11 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 260 0 0 0 11 0 0 0 18 0 4 0 652545593 222081024 1545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=216876 CPUtime=0.1 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 266 0 0 0 10 0 0 0 25 0 4 0 652545593 222081024 1545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=216876 CPUtime=0.1 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 403 0 0 0 10 0 0 0 25 0 4 0 652545593 222081024 1545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216876

[startup+0.20091 s]
/proc/loadavg: 6.82 7.80 7.96 5/355 18695
/proc/meminfo: memFree=24727276/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=219912 CPUtime=0.77 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 3063 0 0 0 77 0 0 0 18 0 4 0 652545593 225189888 2760 33554432000 4194304 4580107 140737281774032 18446744073709551615 4451687 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 54978 2760 369 95 0 49960 0
[pid=18695/tid=18696] ppid=18693 vsize=219912 CPUtime=0.19 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 849 0 0 0 19 0 0 0 18 0 4 0 652545593 225189888 2760 33554432000 4194304 4580107 140737281774032 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=219912 CPUtime=0.18 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 276 0 0 0 18 0 0 0 25 0 4 0 652545593 225189888 2760 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=219912 CPUtime=0.19 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 661 0 0 0 19 0 0 0 25 0 4 0 652545593 225189888 2760 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294373 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) 219912

[startup+0.300892 s]
/proc/loadavg: 6.82 7.80 7.96 5/355 18695
/proc/meminfo: memFree=24727276/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=221816 CPUtime=1.17 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 3836 0 0 0 117 0 0 0 18 0 4 0 652545593 227139584 3396 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 55454 3396 375 95 0 50436 0
[pid=18695/tid=18696] ppid=18693 vsize=221816 CPUtime=0.29 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 921 0 0 0 29 0 0 0 18 0 4 0 652545593 227139584 3396 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=221816 CPUtime=0.28 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 821 0 0 0 28 0 0 0 25 0 4 0 652545593 227139584 3396 33554432000 4194304 4580107 140737281774032 18446744073709551615 4320696 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=221816 CPUtime=0.29 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 740 0 0 0 29 0 0 0 25 0 4 0 652545593 227139584 3396 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295401 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) 221816

[startup+0.700816 s]
/proc/loadavg: 6.82 7.80 7.96 5/355 18695
/proc/meminfo: memFree=24727276/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=224560 CPUtime=2.76 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 6269 0 0 0 276 0 0 0 18 0 4 0 652545593 229949440 3869 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 56140 3869 376 95 0 51122 0
[pid=18695/tid=18696] ppid=18693 vsize=224560 CPUtime=0.69 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 1529 0 0 0 69 0 0 0 18 0 4 0 652545593 229949440 3869 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=224560 CPUtime=0.68 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 1445 0 0 0 68 0 0 0 25 0 4 0 652545593 229949440 3869 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=224560 CPUtime=0.68 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 1261 0 0 0 68 0 0 0 25 0 4 0 652545593 229949440 3869 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 224560

[startup+1.50066 s]
/proc/loadavg: 6.82 7.80 7.96 9/359 18700
/proc/meminfo: memFree=24705172/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=226136 CPUtime=5.96 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 10248 0 0 0 595 1 0 0 19 0 4 0 652545593 231563264 4571 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 56534 4571 377 95 0 51516 0
[pid=18695/tid=18696] ppid=18693 vsize=226136 CPUtime=1.49 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 2527 0 0 0 149 0 0 0 19 0 4 0 652545593 231563264 4571 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=226136 CPUtime=1.47 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 2387 0 0 0 147 0 0 0 25 0 4 0 652545593 231563264 4571 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=226136 CPUtime=1.48 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 2262 0 0 0 148 0 0 0 25 0 4 0 652545593 231563264 4571 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294376 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) 226136

[startup+3.10036 s]
/proc/loadavg: 6.99 7.82 7.96 9/359 18700
/proc/meminfo: memFree=24687444/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=241412 CPUtime=12.34 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 21442 0 0 0 1232 2 0 0 25 0 4 0 652545593 247205888 11778 33554432000 4194304 4580107 140737281774032 18446744073709551615 4415782 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 60353 11778 378 95 0 55335 0
[pid=18695/tid=18696] ppid=18693 vsize=241412 CPUtime=3.09 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 4924 0 0 0 309 0 0 0 25 0 4 0 652545593 247205888 11778 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=241412 CPUtime=3.05 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 5218 0 0 0 305 0 0 0 25 0 4 0 652545593 247205888 11778 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=241412 CPUtime=3.09 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 5684 0 0 0 308 1 0 0 25 0 4 0 652545593 247205888 11778 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 241412

[startup+6.30075 s]
/proc/loadavg: 6.99 7.82 7.96 9/359 18700
/proc/meminfo: memFree=24654272/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=247916 CPUtime=25.1 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 31081 0 0 0 2506 4 0 0 25 0 4 0 652545593 253865984 13980 33554432000 4194304 4580107 140737281774032 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 61979 13980 378 95 0 56961 0
[pid=18695/tid=18696] ppid=18693 vsize=247916 CPUtime=6.28 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 7815 0 0 0 628 0 0 0 25 0 4 0 652545593 253865984 13980 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=247916 CPUtime=6.21 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 7604 0 0 0 621 0 0 0 25 0 4 0 652545593 253865984 13980 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=247916 CPUtime=6.29 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 7887 0 0 0 627 2 0 0 25 0 4 0 652545593 253865984 13980 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 247916

[startup+12.7005 s]
/proc/loadavg: 7.31 7.86 7.97 9/359 18701
/proc/meminfo: memFree=24619292/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=258188 CPUtime=50.63 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 47429 0 0 0 5056 7 0 0 25 0 4 0 652545593 264384512 19586 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 64547 19586 378 95 0 59529 0
[pid=18695/tid=18696] ppid=18693 vsize=258188 CPUtime=12.68 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 11244 0 0 0 1267 1 0 0 25 0 4 0 652545593 264384512 19586 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=258188 CPUtime=12.55 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 10508 0 0 0 1254 1 0 0 25 0 4 0 652545593 264384512 19586 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=258188 CPUtime=12.68 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 13018 0 0 0 1266 2 0 0 25 0 4 0 652545593 264384512 19586 33554432000 4194304 4580107 140737281774032 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 258188

[startup+25.5011 s]
/proc/loadavg: 7.41 7.86 7.97 9/359 18701
/proc/meminfo: memFree=24576496/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=270168 CPUtime=101.68 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 70537 0 0 0 10157 11 0 0 25 0 4 0 652545593 276652032 26545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 67542 26545 385 95 0 62524 0
[pid=18695/tid=18696] ppid=18693 vsize=270168 CPUtime=25.48 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 17154 0 0 0 2546 2 0 0 25 0 4 0 652545593 276652032 26545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=270168 CPUtime=25.2 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 13869 0 0 0 2518 2 0 0 25 0 4 0 652545593 276652032 26545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=270168 CPUtime=25.49 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 19136 0 0 0 2545 4 0 0 25 0 4 0 652545593 276652032 26545 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 270168

[startup+51.1012 s]
/proc/loadavg: 7.61 7.87 7.97 9/359 18702
/proc/meminfo: memFree=24528292/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=275360 CPUtime=203.8 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 99298 0 0 0 20361 19 0 0 25 0 4 0 652545593 281968640 33793 33554432000 4194304 4580107 140737281774032 18446744073709551615 4295735 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 68840 33793 378 95 0 63822 0
[pid=18695/tid=18696] ppid=18693 vsize=275360 CPUtime=51.08 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 21978 0 0 0 5104 4 0 0 25 0 4 0 652545593 281968640 33793 33554432000 4194304 4580107 140737281774032 18446744073709551615 4331504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=275360 CPUtime=50.52 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 19620 0 0 0 5049 3 0 0 25 0 4 0 652545593 281968640 33793 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=275360 CPUtime=51.09 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 28768 0 0 0 5102 7 0 0 25 0 4 0 652545593 281968640 33793 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 275360

[startup+102.3 s]
/proc/loadavg: 7.84 7.89 7.97 9/359 18703
/proc/meminfo: memFree=24489848/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=310024 CPUtime=408.06 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 144601 0 0 0 40775 31 0 0 25 0 4 0 652545593 317464576 37278 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 77506 37278 378 95 0 72488 0
[pid=18695/tid=18696] ppid=18693 vsize=310024 CPUtime=102.27 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 31080 0 0 0 10221 6 0 0 25 0 4 0 652545593 317464576 37280 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=310024 CPUtime=101.17 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 25553 0 0 0 10113 4 0 0 25 0 4 0 652545593 317464576 37280 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=310024 CPUtime=102.3 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 46249 0 0 0 10219 11 0 0 25 0 4 0 652545593 317464576 37280 33554432000 4194304 4580107 140737281774032 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 310024

[startup+162.301 s]

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

[pid=18695] ppid=18693 vsize=413488 CPUtime=2801.44 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 467377 0 0 0 279988 156 0 0 25 0 4 0 652545593 423411712 76599 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 103372 76599 378 95 0 98354 0
[pid=18695/tid=18696] ppid=18693 vsize=413488 CPUtime=702.23 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 103062 0 0 0 70191 32 0 0 25 0 4 0 652545593 423411712 76599 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=413488 CPUtime=694.57 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 82807 0 0 0 69431 26 0 0 25 0 4 0 652545593 423411712 76599 33554432000 4194304 4580107 140737281774032 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=413488 CPUtime=702.31 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 145270 0 0 0 70175 56 0 0 25 0 4 0 652545593 423411712 76599 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.44
Current children cumulated vsize (KiB) 413488

[startup+762.301 s]
/proc/loadavg: 8.15 8.10 8.02 10/359 18785
/proc/meminfo: memFree=24073308/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=427812 CPUtime=3040.82 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 494418 0 0 0 303917 165 0 0 25 0 4 0 652545593 438079488 77482 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 106953 77482 378 95 0 101935 0
[pid=18695/tid=18696] ppid=18693 vsize=427812 CPUtime=762.24 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 111016 0 0 0 76189 35 0 0 25 0 4 0 652545593 438079488 77483 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=427812 CPUtime=753.92 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 87369 0 0 0 75365 27 0 0 25 0 4 0 652545593 438079488 77483 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=427812 CPUtime=762.33 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 152547 0 0 0 76174 59 0 0 25 0 4 0 652545593 438079488 77483 33554432000 4194304 4580107 140737281774032 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.82
Current children cumulated vsize (KiB) 427812

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 8.02 10/359 18786
/proc/meminfo: memFree=24043908/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=415700 CPUtime=3280.13 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 517737 0 0 0 327837 176 0 0 25 0 4 0 652545593 425676800 77678 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 103925 77678 378 95 0 98907 0
[pid=18695/tid=18696] ppid=18693 vsize=415700 CPUtime=822.23 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 116457 0 0 0 82186 37 0 0 25 0 4 0 652545593 425676800 77678 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=415700 CPUtime=813.25 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 91457 0 0 0 81297 28 0 0 25 0 4 0 652545593 425676800 77678 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=415700 CPUtime=822.31 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 159616 0 0 0 82169 62 0 0 25 0 4 0 652545593 425676800 77678 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.13
Current children cumulated vsize (KiB) 415700

[startup+882.313 s]
/proc/loadavg: 8.08 8.09 8.02 10/359 18788
/proc/meminfo: memFree=23970360/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=541744 CPUtime=3519.49 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 544008 0 0 0 351764 185 0 0 25 0 4 0 652545593 554745856 92215 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 135436 92215 378 95 0 130418 0
[pid=18695/tid=18696] ppid=18693 vsize=541744 CPUtime=882.24 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 123251 0 0 0 88185 39 0 0 25 0 4 0 652545593 554745856 92215 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=541744 CPUtime=872.57 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 97915 0 0 0 87226 31 0 0 25 0 4 0 652545593 554745856 92215 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=541744 CPUtime=882.33 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 169541 0 0 0 88167 66 0 0 25 0 4 0 652545593 554745856 92215 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.49
Current children cumulated vsize (KiB) 541744

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.02 10/359 18789
/proc/meminfo: memFree=24018952/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=542192 CPUtime=3758.79 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 565449 0 0 0 375685 194 0 0 25 0 4 0 652545593 555204608 92544 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 135548 92544 378 95 0 130530 0
[pid=18695/tid=18696] ppid=18693 vsize=542192 CPUtime=942.23 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 126433 0 0 0 94183 40 0 0 25 0 4 0 652545593 555204608 92544 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=542192 CPUtime=931.9 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 102888 0 0 0 93157 33 0 0 25 0 4 0 652545593 555204608 92544 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=542192 CPUtime=942.31 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 176092 0 0 0 94163 68 0 0 25 0 4 0 652545593 555204608 92544 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.79
Current children cumulated vsize (KiB) 542192

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/359 18800
/proc/meminfo: memFree=24026404/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=529100 CPUtime=3998.12 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 587713 0 0 0 399608 204 0 0 25 0 4 0 652545593 541798400 89566 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 132275 89566 378 95 0 127257 0
[pid=18695/tid=18696] ppid=18693 vsize=529100 CPUtime=1002.21 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 131964 0 0 0 100178 43 0 0 25 0 4 0 652545593 541798400 89566 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=529100 CPUtime=991.24 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 106160 0 0 0 99090 34 0 0 25 0 4 0 652545593 541798400 89566 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=529100 CPUtime=1002.32 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 182742 0 0 0 100160 72 0 0 25 0 4 0 652545593 541798400 89566 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.12
Current children cumulated vsize (KiB) 529100

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.03 10/359 18802
/proc/meminfo: memFree=23979512/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=543008 CPUtime=4237.46 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 610258 0 0 0 423533 213 0 0 25 0 4 0 652545593 556040192 93814 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 135752 93814 378 95 0 130734 0
[pid=18695/tid=18696] ppid=18693 vsize=543008 CPUtime=1062.21 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 134870 0 0 0 106177 44 0 0 25 0 4 0 652545593 556040192 93814 33554432000 4194304 4580107 140737281774032 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=543008 CPUtime=1050.58 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 112237 0 0 0 105021 37 0 0 25 0 4 0 652545593 556040192 93814 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=543008 CPUtime=1062.32 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 190193 0 0 0 106157 75 0 0 25 0 4 0 652545593 556040192 93814 33554432000 4194304 4580107 140737281774032 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.46
Current children cumulated vsize (KiB) 543008

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.03 10/359 18803
/proc/meminfo: memFree=23942304/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=543184 CPUtime=4476.78 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 629519 0 0 0 447454 224 0 0 25 0 4 0 652545593 556220416 96913 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 135796 96913 378 95 0 130778 0
[pid=18695/tid=18696] ppid=18693 vsize=543184 CPUtime=1122.22 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 139411 0 0 0 112176 46 0 0 25 0 4 0 652545593 556220416 96913 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=543184 CPUtime=1109.89 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 117642 0 0 0 110948 41 0 0 25 0 4 0 652545593 556220416 96913 33554432000 4194304 4580107 140737281774032 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=543184 CPUtime=1122.33 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 194550 0 0 0 112156 77 0 0 25 0 4 0 652545593 556220416 96913 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.78
Current children cumulated vsize (KiB) 543184

[startup+1182.3 s]
/proc/loadavg: 8.30 8.14 8.05 11/360 18808
/proc/meminfo: memFree=23906080/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=598620 CPUtime=4716.13 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 650619 0 0 0 471381 232 0 0 25 0 4 0 652545593 612986880 95355 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 149655 95355 378 95 0 144637 0
[pid=18695/tid=18696] ppid=18693 vsize=598620 CPUtime=1182.22 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 142585 0 0 0 118175 47 0 0 25 0 4 0 652545593 612986880 95355 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=598620 CPUtime=1169.24 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 122325 0 0 0 116881 43 0 0 25 0 4 0 652545593 612986880 95355 33554432000 4194304 4580107 140737281774032 18446744073709551615 4305180 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=598620 CPUtime=1182.32 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 201149 0 0 0 118153 79 0 0 25 0 4 0 652545593 612986880 95355 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.13
Current children cumulated vsize (KiB) 598620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.34 8.17 8.06 10/359 18808
/proc/meminfo: memFree=23900972/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=640220 CPUtime=4800.37 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 654676 0 0 0 479802 235 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 160055 95534 378 95 0 155037 0
[pid=18695/tid=18696] ppid=18693 vsize=640220 CPUtime=1203.34 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 143891 0 0 0 120286 48 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=640220 CPUtime=1190.11 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 122325 0 0 0 118968 43 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=640220 CPUtime=1203.45 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 202423 0 0 0 120266 79 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 640220

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

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

[startup+1203.4 s]
/proc/loadavg: 8.34 8.17 8.06 10/359 18808
/proc/meminfo: memFree=23900972/32950928 swapFree=67056568/67111528
[pid=18695] ppid=18693 vsize=640220 CPUtime=4800.37 cores=0,2,4,6
/proc/18695/stat : 18695 (strangenight2-m) R 18693 18695 18278 0 -1 4202496 654676 0 0 0 479802 235 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18695/statm: 160055 95534 378 95 0 155037 0
[pid=18695/tid=18696] ppid=18693 vsize=640220 CPUtime=1203.34 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 143891 0 0 0 120286 48 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=640220 CPUtime=1190.11 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 122325 0 0 0 118968 43 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=640220 CPUtime=1203.45 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (strangenight2-m) R 18693 18695 18278 0 -1 4202560 202423 0 0 0 120266 79 0 0 25 0 4 0 652545593 655585280 95534 33554432000 4194304 4580107 140737281774032 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 640220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.43
CPU user time (s): 4798.06
CPU system time (s): 2.37564
CPU usage (%): 398.889
Max. virtual memory (cumulated for all children) (KiB): 707152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.06
system time used= 2.37564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 654678
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= 383
involuntary context switches= 26719

runsolver used 3.82842 second user time and 9.53755 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 23:44:45
IDJOB=3366589
IDBENCH=82998
IDSOLVER=1844
FILE ID=node148/3366589-1305409485
RUNJOBID= node148-1305409483-18633
PBS_JOBID= 13324501
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= 053eacf65ab310107e284aa82f53766f
RANDOM SEED=2138706181

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24728920 kB
Buffers:        317088 kB
Cached:        4594380 kB
SwapCached:       8488 kB
Active:        4578520 kB
Inactive:      3292176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24728920 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           11564 kB
Writeback:           0 kB
AnonPages:     2957508 kB
Mapped:          27800 kB
Slab:           259748 kB
PageTables:      29076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84753456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72832 MiB
End job on node148 at 2011-05-15 00:04:51