Trace number 3366662

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.84

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S224440242-006.SATISFIABLE.cnf
MD5SUM85fc90ad26a12d6925b177503ad87394
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366662-1305411268.cnf'
0.00/0.01	c -- header says num vars:             90
0.00/0.01	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.77/0.20	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.19
0.77/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.77/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.77/0.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.77/0.23	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.23	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.23	c calculated reachability. Time: 0.00
0.77/0.23	c Calc default polars -  time:   0.00 s pos:      47 undec:       0 neg:      43
0.77/0.23	c =========================================================================================
0.77/0.23	c types(t): F = full restart, N = normal restart
0.77/0.23	c types(t): S = simplification begin/end, E = solution found
0.77/0.23	c restart types(rt): st = static, dy = dynamic
0.77/0.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.23	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
1.16/0.38	c  N dy     8      4687        90      8010         0      4369     56070    133077     26.53     27.97
1.96/0.57	c  N dy    11      9411        90      8010         0      6383     56070    178113     25.63     27.18
2.77/0.73	c  N dy    20     13448        90      8010         0      6216     56070    156508     25.31     26.79
3.57/0.92	c  N dy    31     17623        90      8010         0     10063     56070    269597     25.29     26.82
4.41/1.12	c  N dy    45     21967        90      8010         0      8878     56070    216883     25.33     26.67
4.81/1.29	c  F st    63     25000        90      8010         0     11700     56070    301008     25.49     25.93
5.15/1.37	c  N st    66     26187        90      8010         0      6492     56070    128479     25.49   no data
5.95/1.54	c  S st    69     30000        90      8010         0     10050     56070    234190     25.49   no data
5.95/1.57	c  S st    69     30503        90      8010         0     10532     56070    248649     25.49   no data
5.95/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.95/1.58	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
5.95/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
5.95/1.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.95/1.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.95/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.81	c lits-rem:        95  cl-subs:      744  v-elim:      0  v-fix:    0  time:  0.21 s
8.35/2.11	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.31
8.35/2.11	c calculated reachability. Time: 0.00
8.35/2.11	c  N dy    69     30503        90      8010         0      9788     56070    224467     25.49   no data
9.19/2.36	c  N dy    86     34601        90      8010         0     13600     56070    337274     25.60     27.83
10.34/2.61	c  N dy   102     38845        90      8010         0     10190     56070    219347     25.69     27.05
11.94/3.04	c  N dy   110     45754        90      8010         0      8289     56070    146260     25.56     24.43
11.94/3.04	c  S st   110     45754        90      8010         0      8289     56070    146260     25.56     24.43
11.94/3.08	c  S st   110     46259        90      8010         0      8770     56070    160683     25.56   no data
11.94/3.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.94/3.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.94/3.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.94/3.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.94/3.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.94/3.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.94/3.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.94/3.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.94/3.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.34/3.12	c lits-rem:         4  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.03 s
12.34/3.12	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
12.34/3.13	c vivif2 --  cl tried     8726 cl shrink        0 lits rem          0 time: 0.00
13.18/3.41	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
13.18/3.41	c calculated reachability. Time: 0.00
13.18/3.41	c  N dy   110     46259        90      8010         0      8726     56070    159040     25.56   no data
15.93/4.07	c  N dy   132     56817        90      8010         0      9247     56070    158273     25.38     26.89
17.12/4.34	c  N dy   157     61452        90      8010         0     13532     56070    285679     25.47     26.87
19.11/4.89	c  N dy   179     69388        90      8010         0     10731     56070    185273     25.43     24.41
19.11/4.89	c  S st   179     69388        90      8010         0     10731     56070    185273     25.43     24.41
19.51/4.93	c  S st   179     69891        90      8010         0     11207     56070    199687     25.43   no data
19.51/4.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.51/4.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.51/4.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.51/4.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.51/4.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.51/4.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.51/4.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.51/4.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.51/4.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.91/5.01	c lits-rem:        24  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.06 s
19.91/5.01	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.91/5.01	c vivif2 --  cl tried    11072 cl shrink        0 lits rem          0 time: 0.00
21.11/5.34	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
21.11/5.34	c calculated reachability. Time: 0.00
21.11/5.34	c  N dy   179     69891        90      8010         0     11072     56070    195353     25.43   no data
22.35/5.61	c  N dy   188     74573        90      8010         0     15418     56070    323376     25.43     26.88
23.90/6.06	c  N dy   196     80877        90      8010         0     21245     56070    490999     25.33     26.72
25.50/6.48	c  F st   213     87502        90      8010         0     16325     56070    333095     25.32     24.41
25.50/6.49	c  N st   213     87502        90      8010         0     16325     56070    333095     25.32     24.41
27.09/6.89	c  N dy   223     93106        90      8010         0     21504     56070    487323     25.34     27.81
29.88/7.53	c  N dy   243    101944        90      8010         0     17644     56070    353178     25.31     26.65
30.72/7.76	c  S st   260    104837        90      8010         0     20345     56070    433486     25.34   no data
31.13/7.82	c  S st   260    105340        90      8010         0     20836     56070    448381     25.34   no data
31.13/7.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.13/7.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.13/7.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.13/7.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.13/7.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
31.13/7.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.13/7.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.13/7.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.07/8.39	c lits-rem:       157  cl-subs:     1530  v-elim:      0  v-fix:    0  time:  0.54 s
33.07/8.39	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.47/8.40	c vivif2 --  cl tried    19306 cl shrink        0 lits rem          0 time: 0.00
35.11/8.83	c asymm  cl-useful: 0/6270/8010 lits-rem:0 time: 0.43
35.11/8.83	c calculated reachability. Time: 0.00
35.11/8.83	c  N dy   260    105340        90      8010         0     19306     56070    400226     25.34   no data
37.46/9.45	c  N dy   291    112157        90      8010         0     25618     56070    586784     25.38     26.82
39.50/10.00	c  N dy   320    119429        90      8010         0     19400     56070    387396     25.40     26.95
42.24/10.69	c  N dy   352    127097        90      8010         0     26541     56070    599894     25.44     27.25
46.63/11.74	c  N dy   362    140446        90      8010         0     24907     56070    531142     25.27     26.61
49.81/12.56	c  N dy   402    149488        90      8010         0     18517     56070    327103     25.32     28.12
52.66/13.25	c  S st   419    158014        90      8010         0     26374     56070    556135     25.29     22.63
53.06/13.32	c  S st   419    158514        90      8010         0     26848     56070    570147     25.29   no data
53.06/13.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.06/13.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
53.06/13.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.06/13.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.06/13.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.06/13.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
53.06/13.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.06/13.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.06/13.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.61/14.26	c lits-rem:       239  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.91 s
56.61/14.26	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
56.61/14.26	c vivif2 --  cl tried    24633 cl shrink        0 lits rem          0 time: 0.00
57.45/14.42	c asymm  cl-useful: 0/1740/8010 lits-rem:0 time: 0.15
57.45/14.42	c calculated reachability. Time: 0.00
57.45/14.42	c  N dy   419    158514        90      8010         0     24633     56070    501651     25.29   no data
61.43/15.47	c  N dy   449    169844        90      8010         0     19497     56070    338512     25.28     26.70
65.82/16.52	c  N dy   482    181728        90      8010         0     30548     56070    667098     25.30     26.75
69.77/17.56	c  N dy   502    193406        90      8010         0     24698     56070    476963     25.28     26.99
74.99/18.90	c  N dy   555    205799        90      8010         0     18620     56070    278595     25.30     27.08
80.13/20.16	c  N dy   595    219617        90      8010         0     31459     56070    656110     25.30     26.67
87.31/22.00	c  N dy   632    237772        90      8010         0     29721     56070    579221     25.24     23.46
87.31/22.00	c  S st   632    237772        90      8010         0     29721     56070    579221     25.24     23.46
87.75/22.08	c  S st   632    238275        90      8010         0     30197     56070    593638     25.24   no data
87.75/22.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.75/22.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
87.75/22.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.75/22.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.75/22.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.75/22.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
87.75/22.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.75/22.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.15/22.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.54/23.22	c lits-rem:       395  cl-subs:     2393  v-elim:      0  v-fix:    0  time:  1.10 s
92.54/23.22	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
92.54/23.22	c vivif2 --  cl tried    27804 cl shrink        0 lits rem          0 time: 0.01
93.29/23.43	c asymm  cl-useful: 0/2603/8010 lits-rem:0 time: 0.20
93.29/23.43	c calculated reachability. Time: 0.00
93.29/23.43	c  N dy   632    238275        90      8010         0     27804     56070    523189     25.24   no data
102.85/25.86	c  N dy   678    262573        90      8010         0     30823     56070    593619     25.17     26.57
110.83/27.87	c  N dy   726    281960        90      8010         0     28521     56070    517783     25.18     26.56
119.60/30.06	c  N dy   770    302389        90      8010         0     26153     56070    427898     25.17     26.74
121.20/30.45	c  F st   792    306250        90      8010         0     29745     56070    533745     25.18     24.41
129.57/32.50	c  N dy   848    322797        90      8010         0     22919     56070    314605     25.21     26.56
139.15/34.91	c  N dy   919    344378        90      8010         0     42960     56070    906449     25.22     26.64
144.78/36.35	c  S st   953    357413        90      8010         0     31807     56070    554295     25.20   no data
145.18/36.43	c  S st   953    357922        90      8010         0     32292     56070    568660     25.20   no data
145.18/36.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.18/36.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
145.18/36.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.18/36.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.18/36.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.18/36.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
145.18/36.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
145.18/36.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
145.18/36.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.16/37.41	c lits-rem:       266  cl-subs:     1726  v-elim:      0  v-fix:    0  time:  0.94 s
149.16/37.41	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
149.16/37.42	c vivif2 --  cl tried    30566 cl shrink        0 lits rem          0 time: 0.01
149.91/37.63	c asymm  cl-useful: 0/2098/8010 lits-rem:0 time: 0.21
149.91/37.63	c calculated reachability. Time: 0.00
149.91/37.63	c  N dy   953    357922        90      8010         0     30566     56070    516994     25.20   no data
160.68/40.35	c  N dy  1031    377995        90      8010         0     25158     56070    344643     25.22     27.54
174.64/43.86	c  N dy  1093    403546        90      8010         0     48768     56070   1039886     25.22     26.70
186.61/46.87	c  N dy  1157    423703        90      8010         0     42382     56070    830989     25.23     26.57
197.82/49.62	c  N dy  1207    444126        90      8010         0     35401     56070    607868     25.21     26.58
210.14/52.71	c  N dy  1243    467814        90      8010         0     30458     56070    447194     25.19     26.63
241.69/60.67	c  N dy  1254    528178        90      8010         0     29614     56070    389830     24.94     26.39
245.67/61.67	c  S st  1292    536885        90      8010         0     37685     56070    626676     24.94     20.99
246.07/61.77	c  S st  1292    537386        90      8010         0     38151     56070    640540     24.94   no data
246.07/61.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
246.07/61.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
246.07/61.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.07/61.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.07/61.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.07/61.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
246.07/61.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.41/61.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
246.41/61.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.81/62.91	c lits-rem:       235  cl-subs:     1635  v-elim:      0  v-fix:    0  time:  1.09 s
250.81/62.91	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
250.81/62.91	c vivif2 --  cl tried    36516 cl shrink        0 lits rem          0 time: 0.01
251.61/63.15	c asymm  cl-useful: 0/1742/8010 lits-rem:0 time: 0.23
251.61/63.15	c calculated reachability. Time: 0.00
251.61/63.15	c  N dy  1292    537386        90      8010         0     36516     56070    590476     24.94   no data
264.77/66.44	c  N dy  1404    557476        90      8010         0     55248     56070   1149227     24.99     28.31
276.38/69.37	c  N dy  1486    577665        90      8010         0     44561     56070    811249     25.01     26.46
292.27/73.32	c  N dy  1599    599900        90      8010         0     34694     56070    495642     25.04     26.41
308.63/77.44	c  N dy  1629    630142        90      8010         0     62431     56070   1298879     25.00     26.35
320.64/80.48	c  N dy  1733    650165        90      8010         0     49725     56070    933458     25.04     26.58
336.15/84.32	c  N dy  1846    670187        90      8010         0     35886     56070    499627     25.07     26.45
348.11/87.40	c  N dy  1926    690297        90      8010         0     54522     56070   1049332     25.09     26.42
364.51/91.45	c  N dy  2002    710305        90      8010         0     39708     56070    590255     25.10     26.45
377.67/94.73	c  N dy  2061    731082        90      8010         0     59014     56070   1160607     25.10     26.77
392.37/98.42	c  N dy  2139    752073        90      8010         0     44207     56070    710947     25.11     26.44
408.73/102.53	c  N dy  2209    774048        90      8010         0     64570     56070   1313412     25.12     26.45
425.52/106.80	c  N dy  2323    798380        90      8010         0     51906     56070    915899     25.14     26.57
431.86/108.38	c  S st  2365    806080        90      8010         0     59084     56070   1129484     25.16   no data
432.66/108.55	c  S st  2365    806583        90      8010         0     59563     56070   1144053     25.16   no data
432.66/108.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
432.66/108.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
432.66/108.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
432.66/108.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
432.66/108.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.66/108.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
432.66/108.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
433.06/108.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
433.06/108.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.41/113.21	c lits-rem:       637  cl-subs:     4062  v-elim:      0  v-fix:    0  time:  4.58 s
451.41/113.21	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
451.41/113.22	c vivif2 --  cl tried    55501 cl shrink        0 lits rem          0 time: 0.01
452.59/113.53	c asymm  cl-useful: 0/1194/8010 lits-rem:0 time: 0.30
452.59/113.53	c calculated reachability. Time: 0.00
452.59/113.53	c  N dy  2365    806583        90      8010         0     55501     56070   1013078     25.16   no data
470.53/118.08	c  N dy  2471    826878        90      8010         0     38301     56070    493776     25.18     26.56
483.29/121.25	c  N dy  2535    846961        90      8010         0     56842     56070   1037409     25.18     26.56
501.64/125.86	c  N dy  2618    867282        90      8010         0     38726     56070    487738     25.20     26.60
514.80/129.16	c  N dy  2695    887444        90      8010         0     57414     56070   1042889     25.21     26.61
534.34/134.08	c  N dy  2810    908060        90      8010         0     38544     56070    461339     25.24     26.60
548.75/137.69	c  N dy  2880    930746        90      8010         0     59558     56070   1081281     25.24     26.60
567.84/142.44	c  N dy  2946    951388        90      8010         0     39743     56070    478489     25.25     26.58
580.61/145.69	c  N dy  3020    971465        90      8010         0     58237     56070   1025461     25.25     28.54
608.53/152.64	c  N dy  3126   1004845        90      8010         0     49303     56070    741537     25.25     26.62
625.28/156.84	c  N dy  3240   1025096        90      8010         0     68137     56070   1306662     25.28     26.73
644.41/161.63	c  N dy  3319   1045890        90      8010         0     46654     56070    645178     25.29     26.72
660.76/165.75	c  N dy  3402   1067722        90      8010         0     66955     56070   1249408     25.30     26.71
664.74/166.79	c  F st  3430   1071875        90      8010         0     70830     56070   1365233     25.30     25.25
683.49/171.48	c  N dy  3474   1093950        90      8010         0     49524     56070    710983     25.30     26.64
697.05/174.85	c  N dy  3490   1113997        90      8010         0     67969     56070   1249412     25.27     26.69
719.43/180.42	c  N dy  3535   1140484        90      8010         0     49828     56070    705875     25.26     26.60
733.73/184.09	c  N dy  3572   1161016        90      8010         0     68780     56070   1262365     25.24     26.60
756.07/189.62	c  N dy  3669   1181220        90      8010         0     44064     56070    519459     25.26     26.60
773.61/194.00	c  N dy  3771   1201745        90      8010         0     63086     56070   1086434     25.27     26.66
782.79/196.40	c  S st  3820   1209876        90      8010         0     70674     56070   1315221     25.28   no data
783.99/196.62	c  S st  3820   1210378        90      8010         0     71148     56070   1329629     25.28   no data
783.99/196.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
783.99/196.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
783.99/196.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
783.99/196.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.99/196.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.99/196.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
783.99/196.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
783.99/196.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
784.39/196.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.06/204.90	c lits-rem:       774  cl-subs:     4482  v-elim:      0  v-fix:    0  time:  8.17 s
817.06/204.90	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
817.06/204.92	c vivif2 --  cl tried    66666 cl shrink        0 lits rem          0 time: 0.02
818.26/205.22	c asymm  cl-useful: 0/1283/8010 lits-rem:0 time: 0.31
818.26/205.22	c calculated reachability. Time: 0.00
818.26/205.22	c  N dy  3820   1210378        90      8010         0     66666     56070   1181559     25.28   no data
839.40/210.53	c  N dy  3835   1232247        90      8010         0     86731     56070   1764077     25.26     26.76
861.33/216.03	c  N dy  3897   1257558        90      8010         0     65959     56070   1147726     25.25     26.74
880.88/220.95	c  N dy  3959   1277642        90      8010         0     84485     56070   1698023     25.26     27.57
898.03/225.21	c  N dy  4011   1298230        90      8010         0     58292     56070    896106     25.25     26.69
916.37/229.86	c  N dy  4098   1318259        90      8010         0     76887     56070   1449131     25.26     26.65
938.31/235.37	c  N dy  4170   1338284        90      8010         0     49239     56070    613214     25.27     27.10
955.06/239.59	c  N dy  4206   1358360        90      8010         0     67812     56070   1164201     25.26     28.48
982.17/246.32	c  N dy  4266   1379869        90      8010         0     87634     56070   1746335     25.26     26.78
1003.30/251.62	c  N dy  4324   1399871        90      8010         0     59050     56070    885090     25.26     26.61
1022.08/256.39	c  N dy  4383   1419967        90      8010         0     77552     56070   1432145     25.26     26.72
1058.73/265.50	c  N dy  4457   1457749        90      8010         0     64384     56070   1016289     25.25     26.68
1080.66/271.07	c  N dy  4546   1479887        90      8010         0     84807     56070   1621480     25.26     26.82
1105.43/277.29	c  N dy  4579   1507998        90      8010         0     61716     56070    909068     25.22     26.56
1124.93/282.14	c  N dy  4641   1529015        90      8010         0     81158     56070   1486814     25.23     26.60
1164.81/292.17	c  N dy  4667   1575143        90      8010         0     73731     56070   1250940     25.18     27.06
1186.33/297.59	c  N dy  4737   1595151        90      8010         0     92249     56070   1801506     25.19     26.59
1206.33/302.56	c  N dy  4777   1615362        90      8010         0     60253     56070    850923     25.18     26.54
1225.82/307.43	c  N dy  4867   1635395        90      8010         0     78831     56070   1403592     25.19     28.45
1252.14/314.09	c  N dy  4955   1657212        90      8010         0     99077     56070   2004678     25.20     26.56
1271.68/318.90	c  N dy  5019   1677232        90      8010         0     65852     56070    993563     25.20     27.63
1293.62/324.47	c  N dy  5146   1697277        90      8010         0     84474     56070   1553608     25.22     27.03
1310.77/328.76	c  S st  5220   1710379        90      8010         0     96616     56070   1916060     25.22     24.28
1312.01/329.03	c  S st  5220   1710881        90      8010         0     97091     56070   1930493     25.22   no data
1312.01/329.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1312.01/329.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1312.01/329.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1312.01/329.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1312.01/329.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1312.01/329.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1312.01/329.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1312.35/329.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1312.35/329.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1367.38/342.97	c lits-rem:       968  cl-subs:     7437  v-elim:      0  v-fix:    0  time: 13.81 s
1367.38/342.97	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1367.78/343.00	c vivif2 --  cl tried    89654 cl shrink        0 lits rem          0 time: 0.02
1369.02/343.35	c asymm  cl-useful: 0/877/8010 lits-rem:0 time: 0.35
1369.02/343.36	c calculated reachability. Time: 0.00
1369.02/343.36	c  N dy  5220   1710881        90      8010         0     89654     56070   1687504     25.22   no data
1395.34/349.92	c  N dy  5283   1731148        90      8010         0     55891     56070    682560     25.23     26.61
1411.24/353.94	c  N dy  5351   1751162        90      8010         0     74377     56070   1231217     25.23     26.92
1436.37/360.23	c  N dy  5414   1774481        90      8010         0     95795     56070   1861286     25.23     26.60
1463.89/367.14	c  N dy  5512   1798106        90      8010         0     64258     56070    913500     25.23     26.63
1487.81/373.11	c  N dy  5592   1821494        90      8010         0     85824     56070   1547882     25.23     26.57
1517.33/380.57	c  N dy  5720   1841737        90      8010         0    104604     56070   2112247     25.25     26.69
1541.64/386.61	c  N dy  5847   1861865        90      8010         0     68857     56070   1036449     25.26     26.63
1567.16/393.08	c  N dy  5951   1882238        90      8010         0     87710     56070   1597848     25.27     26.70
1595.88/400.27	c  N dy  6038   1902820        90      8010         0    106784     56070   2167931     25.28     26.79
1615.41/405.15	c  N dy  6077   1922896        90      8010         0     69858     56070   1039613     25.28     26.88
1636.94/410.54	c  N dy  6136   1943909        90      8010         0     89244     56070   1609323     25.27     26.64
1660.08/416.34	c  N dy  6143   1966281        90      8010         0    109820     56070   2213797     25.26     26.75
1682.81/422.00	c  N dy  6158   1991933        90      8010         0     77059     56070   1229768     25.24     26.66
1707.53/428.23	c  N dy  6230   2015459        90      8010         0     98774     56070   1873635     25.25     26.64
1739.02/436.13	c  N dy  6300   2039967        90      8010         0     64201     56070    835852     25.25     26.63
1759.01/441.20	c  N dy  6358   2060531        90      8010         0     83224     56070   1393164     25.24     26.60
1786.08/447.97	c  N dy  6424   2082679        90      8010         0    103717     56070   1997525     25.25     26.65
1816.03/455.46	c  N dy  6549   2102728        90      8010         0     64088     56070    818630     25.26     26.62
1839.92/461.43	c  N dy  6661   2124953        90      8010         0     84641     56070   1430780     25.27     26.75
1865.84/467.97	c  N dy  6748   2145733        90      8010         0    103815     56070   2005922     25.28     26.65
1895.40/475.35	c  N dy  6819   2166138        90      8010         0     63531     56070    779427     25.28     26.62
1913.69/479.95	c  N dy  6855   2186562        90      8010         0     82160     56070   1322204     25.27     26.61
1938.42/486.13	c  N dy  6898   2209367        90      8010         0    103146     56070   1945983     25.27     26.60
1940.81/486.78	c  S st  6912   2210881        90      8010         0    104555     56070   1989103     25.27   no data
1942.01/487.07	c  S st  6912   2211383        90      8010         0    105028     56070   2003583     25.27   no data
1942.01/487.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1942.41/487.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1942.41/487.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1942.41/487.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1942.41/487.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1942.41/487.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1942.41/487.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1942.41/487.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1942.81/487.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2010.59/504.20	c lits-rem:      1250  cl-subs:     9343  v-elim:      0  v-fix:    0  time: 16.98 s
2010.59/504.20	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2010.59/504.23	c vivif2 --  cl tried    95685 cl shrink        0 lits rem          0 time: 0.03
2011.79/504.60	c asymm  cl-useful: 0/763/8010 lits-rem:0 time: 0.37
2012.19/504.60	c calculated reachability. Time: 0.00
2012.19/504.60	c  N dy  6912   2211383        90      8010         0     95685     56070   1724866     25.27   no data
2050.06/514.13	c  N dy  6973   2240880        90      8010         0     63283     56070    757928     25.26     26.87
2079.62/521.52	c  N dy  7066   2270874        90      8010         0     90924     56070   1577154     25.26     26.61
2106.68/528.34	c  N dy  7137   2291494        90      8010         0    109862     56070   2139483     25.26     26.69
2133.80/535.13	c  N dy  7178   2314846        90      8010         0     70773     56070    960105     25.25     26.66
2156.14/540.74	c  N dy  7268   2335284        90      8010         0     89653     56070   1524934     25.26     26.60
2184.49/547.85	c  N dy  7347   2355377        90      8010         0    108229     56070   2075558     25.26     26.67
2218.74/556.45	c  N dy  7426   2375676        90      8010         0     65308     56070    776470     25.26     26.79
2239.88/561.74	c  N dy  7513   2395747        90      8010         0     83919     56070   1331515     25.27     27.55
2267.83/568.80	c  N dy  7635   2415761        90      8010         0    102466     56070   1889146     25.28     27.26
2302.49/577.41	c  N dy  7749   2435848        90      8010         0    121113     56070   2448736     25.29     26.81
2326.01/583.31	c  N dy  7814   2455916        90      8010         0     76877     56070   1103118     25.29     28.00
2348.74/589.04	c  N dy  7883   2475944        90      8010         0     95389     56070   1650258     25.29     27.42
2379.04/596.69	c  N dy  7995   2495986        90      8010         0    113905     56070   2205210     25.30     28.71
2415.75/605.88	c  N dy  8033   2527181        90      8010         0     78814     56070   1129823     25.29     26.75
2439.32/611.76	c  N dy  8098   2547338        90      8010         0     97367     56070   1680494     25.29     26.68
2470.01/619.45	c  N dy  8181   2567388        90      8010         0    115829     56070   2232597     25.29     27.87
2503.46/627.80	c  N dy  8294   2587452        90      8010         0     69846     56070    860330     25.30     26.66
2526.19/633.58	c  N dy  8360   2608744        90      8010         0     89474     56070   1439067     25.30     26.76
2552.95/640.25	c  N dy  8438   2628859        90      8010         0    108072     56070   1992993     25.31     26.64
2588.04/649.06	c  N dy  8533   2649405        90      8010         0    127072     56070   2560695     25.31     26.76
2613.91/655.59	c  N dy  8604   2669478        90      8010         0     80041     56070   1141557     25.31     28.14
2639.43/661.91	c  N dy  8679   2690250        90      8010         0     99229     56070   1712555     25.32     26.72
2665.35/668.48	c  N dy  8687   2711383        90      8010         0    118688     56070   2283142     25.31     23.58
2665.35/668.48	c  S st  8687   2711383        90      8010         0    118688     56070   2283142     25.31     23.58
2666.98/668.86	c  S st  8687   2711888        90      8010         0    119162     56070   2297461     25.31   no data
2666.98/668.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2667.39/668.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2667.39/668.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2667.39/668.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2667.39/668.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2667.39/668.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2667.39/668.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2667.39/668.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2667.73/669.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2750.72/689.87	c lits-rem:      1239  cl-subs:    10734  v-elim:      0  v-fix:    0  time: 20.84 s
2750.72/689.87	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2751.07/689.90	c vivif2 --  cl tried   108428 cl shrink        0 lits rem          0 time: 0.03
2752.27/690.29	c asymm  cl-useful: 0/668/8010 lits-rem:0 time: 0.38
2752.27/690.29	c calculated reachability. Time: 0.00
2752.27/690.29	c  N dy  8687   2711888        90      8010         0    108428     56070   1973270     25.31   no data
2800.92/702.41	c  N dy  8777   2744102        90      8010         0     72059     56070    889910     25.30     26.65
2820.50/707.36	c  N dy  8836   2764137        90      8010         0     90508     56070   1433730     25.30     26.66
2846.39/713.89	c  N dy  8901   2784545        90      8010         0    109418     56070   2000993     25.30     26.64
2884.66/723.50	c  N dy  8957   2811089        90      8010         0    133734     56070   2716161     25.29     26.92
2911.39/730.14	c  N dy  9079   2832504        90      8010         0     86588     56070   1314460     25.30     26.76
2940.88/737.50	c  N dy  9165   2854597        90      8010         0    107091     56070   1926249     25.30     26.68
2973.18/745.68	c  N dy  9240   2874668        90      8010         0    125565     56070   2472638     25.30     27.07
3008.68/754.50	c  N dy  9339   2897375        90      8010         0     78317     56070   1035793     25.31     26.67
3036.19/761.48	c  N dy  9426   2920681        90      8010         0     99820     56070   1671445     25.31     26.70
3067.30/769.21	c  N dy  9511   2940832        90      8010         0    118463     56070   2228066     25.31     26.65
3107.58/779.30	c  N dy  9621   2961823        90      8010         0    137871     56070   2811392     25.32     27.00
3131.52/785.40	c  N dy  9664   2985046        90      8010         0     89976     56070   1361530     25.32     26.68
3162.65/793.14	c  N dy  9746   3009324        90      8010         0    112348     56070   2028385     25.32     26.75
3205.28/803.80	c  N dy  9879   3032272        90      8010         0    133680     56070   2671888     25.33     26.67
3235.59/811.46	c  N dy  9974   3052967        90      8010         0     82678     56070   1135147     25.33     26.69
3260.32/817.66	c  N dy  9994   3076461        90      8010         0    104265     56070   1773345     25.33     26.72
3293.02/825.83	c  N dy 10083   3096501        90      8010         0    122739     56070   2326234     25.33     27.44
3332.10/835.68	c  N dy 10133   3119483        90      8010         0     72917     56070    823127     25.33     26.69
3356.42/841.72	c  N dy 10205   3140237        90      8010         0     92100     56070   1393056     25.34     26.72
3390.32/850.25	c  N dy 10263   3160843        90      8010         0    111099     56070   1956682     25.34     26.76
3432.98/860.93	c  N dy 10296   3185946        90      8010         0    134123     56070   2631812     25.33     26.96
3468.87/869.96	c  N dy 10355   3205964        90      8010         0     80701     56070   1038857     25.33     27.24
3477.65/872.10	c  S st 10386   3211888        90      8010         0     86189     56070   1203575     25.33     24.24
3478.49/872.39	c  S st 10386   3212396        90      8010         0     86660     56070   1217875     25.33   no data
3478.49/872.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3478.89/872.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3478.89/872.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3478.89/872.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3478.89/872.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3478.89/872.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3478.89/872.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3478.89/872.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3479.24/872.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3499.98/877.72	c lits-rem:       321  cl-subs:     2705  v-elim:      0  v-fix:    0  time:  5.20 s
3499.98/877.72	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3499.98/877.74	c vivif2 --  cl tried    83955 cl shrink        0 lits rem          0 time: 0.02
3501.56/878.15	c asymm  cl-useful: 0/822/8010 lits-rem:0 time: 0.41
3501.56/878.15	c calculated reachability. Time: 0.00
3501.56/878.15	c  N dy 10386   3212396        90      8010         0     83955     56070   1132061     25.33   no data
3527.48/884.68	c  N dy 10445   3232538        90      8010         0    102505     56070   1683546     25.33     26.73
3564.18/893.81	c  N dy 10511   3258035        90      8010         0    126008     56070   2380507     25.33     26.69
3608.84/905.09	c  N dy 10612   3279975        90      8010         0     73530     56070    808872     25.34     26.72
3631.58/910.76	c  N dy 10680   3300055        90      8010         0     92071     56070   1360301     25.34     26.79
3661.09/918.16	c  N dy 10771   3320711        90      8010         0    111195     56070   1934258     25.34     26.73
3708.13/929.90	c  N dy 10862   3346236        90      8010         0    134687     56070   2632258     25.35     26.73
3744.02/938.94	c  N dy 10867   3375269        90      8010         0     87489     56070   1199207     25.33     26.73
3773.13/946.27	c  N dy 10958   3396354        90      8010         0    107047     56070   1785100     25.34     26.88
3804.63/954.13	c  N dy 11022   3416368        90      8010         0    125421     56070   2330141     25.34     26.80
3844.11/964.07	c  N dy 11120   3436384        90      8010         0    143887     56070   2881634     25.34     28.21
3876.81/972.23	c  N dy 11193   3459539        90      8010         0     90619     56070   1285020     25.35     26.73
3904.72/979.29	c  N dy 11259   3480763        90      8010         0    110151     56070   1866403     25.35     26.78
3940.61/988.28	c  N dy 11365   3500837        90      8010         0    128765     56070   2426592     25.35     28.78
3981.69/998.56	c  N dy 11437   3522154        90      8010         0    148473     56070   3011511     25.36     26.73
4010.00/1005.62	c  N dy 11501   3543381        90      8010         0     92403     56070   1317718     25.36     26.82
4046.28/1014.77	c  N dy 11584   3568901        90      8010         0    115943     56070   2015652     25.36     26.72
4080.97/1023.44	c  N dy 11643   3589447        90      8010         0    134953     56070   2579107     25.36     26.72
4122.06/1033.78	c  N dy 11719   3609484        90      8010         0     76862     56070    836146     25.36     29.41
4147.18/1040.04	c  N dy 11833   3629519        90      8010         0     95381     56070   1395126     25.37     27.90
4181.48/1048.66	c  N dy 11892   3653721        90      8010         0    117686     56070   2053914     25.37     26.77
4222.16/1058.81	c  N dy 11958   3676501        90      8010         0    138720     56070   2681938     25.37     26.79
4283.56/1074.28	c  N dy 12006   3712396        90      8010         0     94156     56070   1320645     25.36     22.69
4283.56/1074.28	c  S st 12006   3712396        90      8010         0     94156     56070   1320645     25.36     22.69
4285.16/1074.62	c  S st 12006   3712898        90      8010         0     94634     56070   1335536     25.36   no data
4285.16/1074.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4285.16/1074.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4285.16/1074.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4285.16/1074.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4285.16/1074.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4285.16/1074.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4285.16/1074.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4285.60/1074.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4285.60/1074.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4319.44/1083.28	c lits-rem:       480  cl-subs:     4286  v-elim:      0  v-fix:    0  time:  8.53 s
4319.44/1083.28	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4319.84/1083.30	c vivif2 --  cl tried    90348 cl shrink        0 lits rem          0 time: 0.02
4321.43/1083.70	c asymm  cl-useful: 0/802/8010 lits-rem:0 time: 0.40
4321.43/1083.70	c calculated reachability. Time: 0.00
4321.43/1083.70	c  N dy 12006   3712898        90      8010         0     90348     56070   1214120     25.36   no data
4355.33/1092.22	c  N dy 12094   3732939        90      8010         0    108850     56070   1765002     25.36     28.50
4394.81/1102.16	c  F st 12195   3751562        90      8010         0    126048     56070   2282296     25.37     25.61
4398.80/1103.17	c  N st 12199   3753592        90      8010         0    127914     56070   2339438     25.37   no data
4438.68/1113.13	c  N dy 12257   3774184        90      8010         0    146917     56070   2906214     25.37     26.76
4478.16/1123.10	c  N dy 12397   3794197        90      8010         0     87241     56070   1115176     25.38     27.51
4508.06/1130.56	c  N dy 12491   3816485        90      8010         0    107841     56070   1732868     25.38     26.85
4536.02/1137.51	c  N dy 12519   3836643        90      8010         0    126323     56070   2274359     25.37     26.79
4576.25/1147.61	c  N dy 12593   3856657        90      8010         0    144825     56070   2828936     25.38     28.54
4608.54/1155.78	c  N dy 12611   3876894        90      8010         0     84263     56070   1002386     25.37     26.95
4632.87/1161.85	c  N dy 12664   3896900        90      8010         0    102694     56070   1549456     25.37     26.71
4667.96/1170.63	c  N dy 12779   3916931        90      8010         0    121219     56070   2106748     25.38     26.90
4709.04/1180.92	c  N dy 12894   3937011        90      8010         0    139807     56070   2666453     25.38     27.31
4756.50/1192.80	c  N dy 12997   3958032        90      8010         0    159276     56070   3252372     25.39     26.74
4792.78/1201.92	c  N dy 13114   3983874        90      8010         0    102795     56070   1537488     25.39     26.75

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-3366662-1305411268/watcher-3366662-1305411268 -o /tmp/evaluation-result-3366662-1305411268/solver-3366662-1305411268 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366662-1305411268.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: 8.13 6.10 2.97 5/388 28786
/proc/meminfo: memFree=26745016/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=51168 CPUtime=0.02 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 407 0 0 0 2 0 0 0 25 0 4 0 652725516 52396032 347 33554432000 4194304 4580107 140734998322208 18446744073709551615 47266606569388 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 12792 347 299 95 0 7774 0
[pid=28786/tid=28787] ppid=28784 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652725516 52396032 347 33554432000 4194304 4580107 140734998322208 18446744073709551615 251814296561 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652725516 52396032 347 33554432000 4194304 4580107 140734998322208 18446744073709551615 47266606569388 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652725516 52396032 347 33554432000 4194304 4580107 140734998322208 18446744073709551615 47266606569394 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.164799 s]
/proc/loadavg: 8.13 6.10 2.97 5/388 28786
/proc/meminfo: memFree=26745016/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=281816 CPUtime=0.63 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 1716 0 0 0 63 0 0 0 25 0 4 0 652725516 288579584 1627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 70454 1627 358 95 0 65436 0
[pid=28786/tid=28787] ppid=28784 vsize=281816 CPUtime=0.14 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 259 0 0 0 14 0 0 0 25 0 4 0 652725516 288579584 1627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=281816 CPUtime=0.15 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 279 0 0 0 15 0 0 0 25 0 4 0 652725516 288579584 1627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=281816 CPUtime=0.15 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 495 0 0 0 15 0 0 0 25 0 4 0 652725516 288579584 1627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 281816

[startup+0.200792 s]
/proc/loadavg: 8.13 6.10 2.97 5/388 28786
/proc/meminfo: memFree=26745016/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=282496 CPUtime=0.77 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 1918 0 0 0 77 0 0 0 25 0 4 0 652725516 289275904 1599 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 70624 1599 358 95 0 65606 0
[pid=28786/tid=28787] ppid=28784 vsize=282496 CPUtime=0.18 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 262 0 0 0 18 0 0 0 25 0 4 0 652725516 289275904 1599 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=282496 CPUtime=0.19 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 285 0 0 0 19 0 0 0 25 0 4 0 652725516 289275904 1599 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=282496 CPUtime=0.19 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 684 0 0 0 19 0 0 0 25 0 4 0 652725516 289275904 1599 33554432000 4194304 4580107 140734998322208 18446744073709551615 4320708 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) 282496

[startup+0.300778 s]
/proc/loadavg: 8.13 6.10 2.97 5/388 28786
/proc/meminfo: memFree=26745016/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=284772 CPUtime=1.16 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 3884 0 0 0 116 0 0 0 25 0 4 0 652725516 291606528 3414 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 71193 3414 376 95 0 66175 0
[pid=28786/tid=28787] ppid=28784 vsize=284772 CPUtime=0.28 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 896 0 0 0 28 0 0 0 25 0 4 0 652725516 291606528 3414 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=284772 CPUtime=0.29 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 904 0 0 0 29 0 0 0 25 0 4 0 652725516 291606528 3414 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=284772 CPUtime=0.29 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 765 0 0 0 29 0 0 0 25 0 4 0 652725516 291606528 3414 33554432000 4194304 4580107 140734998322208 18446744073709551615 4342268 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284772

[startup+0.70071 s]
/proc/loadavg: 8.13 6.10 2.97 5/388 28786
/proc/meminfo: memFree=26745016/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=287500 CPUtime=2.77 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 6382 0 0 0 276 1 0 0 25 0 4 0 652725516 294400000 3951 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 71875 3951 376 95 0 66857 0
[pid=28786/tid=28787] ppid=28784 vsize=287500 CPUtime=0.68 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 1549 0 0 0 68 0 0 0 25 0 4 0 652725516 294400000 3951 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=287500 CPUtime=0.69 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 1548 0 0 0 69 0 0 0 25 0 4 0 652725516 294400000 3951 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=287500 CPUtime=0.69 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 1263 0 0 0 69 0 0 0 25 0 4 0 652725516 294400000 3951 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287500

[startup+1.50058 s]
/proc/loadavg: 8.13 6.10 2.97 9/392 28790
/proc/meminfo: memFree=26726376/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=288456 CPUtime=5.95 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 10333 0 0 0 594 1 0 0 25 0 4 0 652725516 295378944 4628 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 72114 4628 377 95 0 67096 0
[pid=28786/tid=28787] ppid=28784 vsize=288456 CPUtime=1.46 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 2552 0 0 0 146 0 0 0 25 0 4 0 652725516 295378944 4628 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=288456 CPUtime=1.49 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 2443 0 0 0 149 0 0 0 25 0 4 0 652725516 295378944 4628 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=288456 CPUtime=1.49 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 2288 0 0 0 149 0 0 0 25 0 4 0 652725516 295378944 4628 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 288456

[startup+3.10031 s]
/proc/loadavg: 8.20 6.15 3.00 9/392 28790
/proc/meminfo: memFree=26710380/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=294400 CPUtime=12.34 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 21842 0 0 0 1231 3 0 0 25 0 4 0 652725516 301465600 12012 33554432000 4194304 4580107 140734998322208 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 73600 12012 378 95 0 68582 0
[pid=28786/tid=28787] ppid=28784 vsize=294400 CPUtime=3.05 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 4877 0 0 0 305 0 0 0 25 0 4 0 652725516 301465600 12012 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=294400 CPUtime=3.08 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 5521 0 0 0 308 0 0 0 25 0 4 0 652725516 301465600 12012 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=294400 CPUtime=3.08 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 5862 0 0 0 308 0 0 0 25 0 4 0 652725516 301465600 12012 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294624 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) 294400

[startup+6.30077 s]
/proc/loadavg: 8.20 6.15 3.00 9/392 28790
/proc/meminfo: memFree=26684892/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=301640 CPUtime=25.1 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 31712 0 0 0 2506 4 0 0 25 0 4 0 652725516 308879360 14384 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 75410 14384 378 95 0 70392 0
[pid=28786/tid=28787] ppid=28784 vsize=301640 CPUtime=6.21 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 7918 0 0 0 621 0 0 0 25 0 4 0 652725516 308879360 14384 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=301640 CPUtime=6.29 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 7936 0 0 0 628 1 0 0 25 0 4 0 652725516 308879360 14384 33554432000 4194304 4580107 140734998322208 18446744073709551615 4301522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=301640 CPUtime=6.29 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 8051 0 0 0 628 1 0 0 25 0 4 0 652725516 308879360 14384 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294507 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) 301640

[startup+12.7007 s]
/proc/loadavg: 8.17 6.21 3.05 9/392 28790
/proc/meminfo: memFree=26660976/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=306648 CPUtime=50.62 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 50704 0 0 0 5053 9 0 0 25 0 4 0 652725516 314007552 19627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 76662 19627 378 95 0 71644 0
[pid=28786/tid=28787] ppid=28784 vsize=306648 CPUtime=12.54 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 12452 0 0 0 1252 2 0 0 25 0 4 0 652725516 314007552 19627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=306648 CPUtime=12.69 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 12268 0 0 0 1267 2 0 0 25 0 4 0 652725516 314007552 19627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=306648 CPUtime=12.68 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 13257 0 0 0 1266 2 0 0 25 0 4 0 652725516 314007552 19627 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 306648

[startup+25.5005 s]
/proc/loadavg: 8.14 6.27 3.11 9/392 28791
/proc/meminfo: memFree=26641500/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=303436 CPUtime=101.65 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 77445 0 0 0 10151 14 0 0 25 0 4 0 652725516 310718464 24870 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 75859 24870 378 95 0 70841 0
[pid=28786/tid=28787] ppid=28784 vsize=303436 CPUtime=25.17 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 19179 0 0 0 2514 3 0 0 25 0 4 0 652725516 310718464 24870 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=303436 CPUtime=25.48 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 19058 0 0 0 2545 3 0 0 25 0 4 0 652725516 310718464 24870 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=303436 CPUtime=25.48 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 19363 0 0 0 2545 3 0 0 25 0 4 0 652725516 310718464 24870 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 303436

[startup+51.1012 s]
/proc/loadavg: 8.15 6.42 3.24 9/392 28792
/proc/meminfo: memFree=26603400/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=334728 CPUtime=203.76 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 109533 0 0 0 20355 21 0 0 25 0 4 0 652725516 342761472 33984 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 83682 33984 378 95 0 78664 0
[pid=28786/tid=28787] ppid=28784 vsize=334728 CPUtime=50.46 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 25641 0 0 0 5042 4 0 0 25 0 4 0 652725516 342761472 33984 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=334728 CPUtime=51.08 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 27894 0 0 0 5104 4 0 0 25 0 4 0 652725516 342761472 33984 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=334728 CPUtime=51.08 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 27460 0 0 0 5103 5 0 0 25 0 4 0 652725516 342761472 33984 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 334728

[startup+102.301 s]
/proc/loadavg: 8.06 6.68 3.51 9/392 28793
/proc/meminfo: memFree=26556960/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=347144 CPUtime=407.98 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 163042 0 0 0 40762 36 0 0 25 0 4 0 652725516 355475456 40812 33554432000 4194304 4580107 140734998322208 18446744073709551615 4322530 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 86786 40812 378 95 0 81768 0
[pid=28786/tid=28787] ppid=28784 vsize=347144 CPUtime=101.06 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 38188 0 0 0 10098 8 0 0 25 0 4 0 652725516 355475456 40812 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=347144 CPUtime=102.3 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 39298 0 0 0 10222 8 0 0 25 0 4 0 652725516 355475456 40812 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=347144 CPUtime=102.29 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 42903 0 0 0 10220 9 0 0 25 0 4 0 652725516 355475456 40812 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 347144

[startup+162.301 s]

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

[pid=28786] ppid=28784 vsize=419472 CPUtime=2800.52 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 533616 0 0 0 279887 165 0 0 25 0 4 0 652725516 429539328 73129 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 104868 73129 378 95 0 99850 0
[pid=28786/tid=28787] ppid=28784 vsize=419472 CPUtime=693.64 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 122599 0 0 0 69326 38 0 0 25 0 4 0 652725516 429539328 73129 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=419472 CPUtime=702.27 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 122440 0 0 0 70190 37 0 0 25 0 4 0 652725516 429539328 73129 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=419472 CPUtime=702.28 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 143367 0 0 0 70182 46 0 0 25 0 4 0 652725516 429539328 73129 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.52
Current children cumulated vsize (KiB) 419472

[startup+762.301 s]
/proc/loadavg: 8.13 7.95 5.82 9/392 28810
/proc/meminfo: memFree=26281748/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=485372 CPUtime=3039.83 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 562304 0 0 0 303808 175 0 0 25 0 4 0 652725516 497020928 82113 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 121343 82113 378 95 0 116325 0
[pid=28786/tid=28787] ppid=28784 vsize=485372 CPUtime=752.91 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 129670 0 0 0 75251 40 0 0 25 0 4 0 652725516 497020928 82113 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=485372 CPUtime=762.29 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 129523 0 0 0 76189 40 0 0 25 0 4 0 652725516 497020928 82113 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=485372 CPUtime=762.3 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 150461 0 0 0 76181 49 0 0 25 0 4 0 652725516 497020928 82113 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.83
Current children cumulated vsize (KiB) 485372

[startup+822.301 s]
/proc/loadavg: 7.94 7.92 5.94 9/392 28843
/proc/meminfo: memFree=26640132/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=485776 CPUtime=3279.06 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 585685 0 0 0 327721 185 0 0 25 0 4 0 652725516 497434624 75931 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 121444 75931 378 95 0 116426 0
[pid=28786/tid=28787] ppid=28784 vsize=485776 CPUtime=812.19 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 136371 0 0 0 81177 42 0 0 25 0 4 0 652725516 497434624 75931 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=485776 CPUtime=822.26 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 136470 0 0 0 82184 42 0 0 25 0 4 0 652725516 497434624 75931 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=485776 CPUtime=822.28 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 155558 0 0 0 82177 51 0 0 25 0 4 0 652725516 497434624 75931 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.06
Current children cumulated vsize (KiB) 485776

[startup+882.315 s]
/proc/loadavg: 8.06 7.96 6.08 9/392 28845
/proc/meminfo: memFree=26552588/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=560816 CPUtime=3518.36 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 611440 0 0 0 351642 194 0 0 25 0 4 0 652725516 574275584 83214 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 140204 83214 378 95 0 135186 0
[pid=28786/tid=28787] ppid=28784 vsize=560816 CPUtime=871.46 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 142350 0 0 0 87102 44 0 0 25 0 4 0 652725516 574275584 83214 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=560816 CPUtime=882.25 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 142540 0 0 0 88181 44 0 0 25 0 4 0 652725516 574275584 83214 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=560816 CPUtime=882.29 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 165890 0 0 0 88176 53 0 0 25 0 4 0 652725516 574275584 83214 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.36
Current children cumulated vsize (KiB) 560816

[startup+942.3 s]
/proc/loadavg: 8.06 7.98 6.20 9/392 28846
/proc/meminfo: memFree=26536320/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=614540 CPUtime=3757.58 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 634359 0 0 0 375555 203 0 0 25 0 4 0 652725516 629288960 87553 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 153635 87553 378 95 0 148617 0
[pid=28786/tid=28787] ppid=28784 vsize=614540 CPUtime=930.74 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 149130 0 0 0 93027 47 0 0 25 0 4 0 652725516 629288960 87553 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=614540 CPUtime=942.23 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 149407 0 0 0 94177 46 0 0 25 0 4 0 652725516 629288960 87553 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=614540 CPUtime=942.28 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 171528 0 0 0 94172 56 0 0 25 0 4 0 652725516 629288960 87553 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.58
Current children cumulated vsize (KiB) 614540

[startup+1002.3 s]
/proc/loadavg: 8.02 7.98 6.31 9/392 28848
/proc/meminfo: memFree=26474660/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=561396 CPUtime=3996.84 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 656756 0 0 0 399472 212 0 0 25 0 4 0 652725516 574869504 84604 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 140349 84604 378 95 0 135331 0
[pid=28786/tid=28787] ppid=28784 vsize=561396 CPUtime=990.01 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 155907 0 0 0 98951 50 0 0 25 0 4 0 652725516 574869504 84604 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=561396 CPUtime=1002.22 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 156240 0 0 0 100173 49 0 0 25 0 4 0 652725516 574869504 84604 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=561396 CPUtime=1002.28 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 175354 0 0 0 100171 57 0 0 25 0 4 0 652725516 574869504 84604 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.84
Current children cumulated vsize (KiB) 561396

[startup+1062.3 s]
/proc/loadavg: 8.04 8.00 6.42 9/392 28849
/proc/meminfo: memFree=26444744/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=615944 CPUtime=4236.11 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 679214 0 0 0 423389 222 0 0 25 0 4 0 652725516 630726656 88760 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 153986 88760 378 95 0 148968 0
[pid=28786/tid=28787] ppid=28784 vsize=615944 CPUtime=1049.29 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 161233 0 0 0 104877 52 0 0 25 0 4 0 652725516 630726656 88760 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=615944 CPUtime=1062.2 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 160973 0 0 0 106169 51 0 0 25 0 4 0 652725516 630726656 88760 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=615944 CPUtime=1062.28 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 181961 0 0 0 106169 59 0 0 25 0 4 0 652725516 630726656 88760 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.11
Current children cumulated vsize (KiB) 615944

[startup+1122.3 s]
/proc/loadavg: 8.17 8.03 6.53 9/392 28851
/proc/meminfo: memFree=26392768/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=637560 CPUtime=4475.36 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 700216 0 0 0 447306 230 0 0 25 0 4 0 652725516 652861440 92802 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 159390 92802 378 95 0 154372 0
[pid=28786/tid=28787] ppid=28784 vsize=637560 CPUtime=1108.55 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 166635 0 0 0 110801 54 0 0 25 0 4 0 652725516 652861440 92802 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=637560 CPUtime=1122.19 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 164626 0 0 0 112166 53 0 0 25 0 4 0 652725516 652861440 92802 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=637560 CPUtime=1122.29 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 187714 0 0 0 112167 62 0 0 25 0 4 0 652725516 652861440 92802 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.36
Current children cumulated vsize (KiB) 637560

[startup+1182.3 s]
/proc/loadavg: 8.20 8.06 6.63 9/392 28853
/proc/meminfo: memFree=26380836/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=638296 CPUtime=4714.63 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 723771 0 0 0 471223 240 0 0 25 0 4 0 652725516 653615104 93119 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 159574 93119 378 95 0 154556 0
[pid=28786/tid=28787] ppid=28784 vsize=638296 CPUtime=1167.83 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 173192 0 0 0 116727 56 0 0 25 0 4 0 652725516 653615104 93119 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=638296 CPUtime=1182.18 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 171010 0 0 0 118163 55 0 0 25 0 4 0 652725516 653615104 93119 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=638296 CPUtime=1182.29 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 192800 0 0 0 118164 65 0 0 25 0 4 0 652725516 653615104 93119 33554432000 4194304 4580107 140734998322208 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.63
Current children cumulated vsize (KiB) 638296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.14 8.05 6.66 9/392 28853
/proc/meminfo: memFree=26376480/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=583560 CPUtime=4800.38 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 733470 0 0 0 479794 244 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 145890 91520 378 95 0 140872 0
[pid=28786/tid=28787] ppid=28784 vsize=583560 CPUtime=1189.06 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 175510 0 0 0 118849 57 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=583560 CPUtime=1203.68 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 172836 0 0 0 120312 56 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=583560 CPUtime=1203.8 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 195726 0 0 0 120314 66 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 583560

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

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

[startup+1203.8 s]
/proc/loadavg: 8.14 8.05 6.66 9/392 28853
/proc/meminfo: memFree=26376480/32950928 swapFree=44388876/67111528
[pid=28786] ppid=28784 vsize=583560 CPUtime=4800.38 cores=0,2,4,6
/proc/28786/stat : 28786 (strangenight2-m) R 28784 28786 28704 0 -1 4202496 733470 0 0 0 479794 244 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28786/statm: 145890 91520 378 95 0 140872 0
[pid=28786/tid=28787] ppid=28784 vsize=583560 CPUtime=1189.06 cores=0,2,4,6
/proc/28786/task/28787/stat : 28787 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 175510 0 0 0 118849 57 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28786/tid=28788] ppid=28784 vsize=583560 CPUtime=1203.68 cores=0,2,4,6
/proc/28786/task/28788/stat : 28788 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 172836 0 0 0 120312 56 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28786/tid=28789] ppid=28784 vsize=583560 CPUtime=1203.8 cores=0,2,4,6
/proc/28786/task/28789/stat : 28789 (strangenight2-m) R 28784 28786 28704 0 -1 4202560 195726 0 0 0 120314 66 0 0 25 0 4 0 652725516 597565440 91520 33554432000 4194304 4580107 140734998322208 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 583560

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.84
CPU time (s): 4800.43
CPU user time (s): 4797.97
CPU system time (s): 2.46362
CPU usage (%): 398.761
Max. virtual memory (cumulated for all children) (KiB): 693176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.97
system time used= 2.46362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 733472
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= 701
involuntary context switches= 33968

runsolver used 4.25635 second user time and 10.3634 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 00:14:28
IDJOB=3366662
IDBENCH=83071
IDSOLVER=1844
FILE ID=node126/3366662-1305411268
RUNJOBID= node126-1305410848-28722
PBS_JOBID= 13324522
Free space on /tmp= 73320 MiB

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

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

MD5SUM BENCH= 85fc90ad26a12d6925b177503ad87394
RANDOM SEED=740118240

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26745304 kB
Buffers:        261016 kB
Cached:        2441224 kB
SwapCached:      92524 kB
Active:        1040148 kB
Inactive:      4915256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26745304 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:     3173228 kB
Mapped:          15780 kB
Slab:           108664 kB
PageTables:      76032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88499044 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= 73316 MiB
End job on node126 at 2011-05-15 00:34:34