Trace number 3366159

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.36 1202.85

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S283489555-036-UNKNOWN.cnf
MD5SUMdd0dfae1a7fca71616878d93d3870a71
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark656.835
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

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-3366159-1305397401.cnf'
0.00/0.01	c -- header says num vars:            200
0.00/0.01	c -- header says num clauses:       17000
0.00/0.02	c -- clauses added:            0 learnts,        17000 normals,            0 xors
0.00/0.02	c -- vars added        200
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       200     17000         0         0    119000         0   no data   no data
1.18/0.38	c asymm  cl-useful: 0/14527/17000 lits-rem:0 time: 0.35
1.18/0.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.18/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.18/0.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/0.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/0.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1.18/0.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      97 undec:       2 neg:     101
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       200     17000         0         0    119000         0   no data   no data
3.58/0.90	c  N dy    12      4865       200     17000         0      4707    119000    267038     49.59     52.56
3.58/1.00	c  N dy    20      9006       200     17000         0      6307    119000    311084     48.80     51.80
5.16/1.30	c  N dy    40     14854       200     17000         0      7869    119000    349012     48.93     51.67
5.97/1.53	c  N dy    55     18863       200     17000         0      6297    119000    212484     49.03     51.62
6.76/1.79	c  N dy    67     22869       200     17000         0     10166    119000    428774     49.09     52.51
7.56/1.93	c  F st    74     25001       200     17000         0     12237    119000    544570     49.09     49.15
7.96/2.07	c  N st    78     27033       200     17000         0      7601    119000    239017     49.09   no data
8.80/2.25	c  S st    80     30001       200     17000         0     10475    119000    400915     49.09   no data
9.16/2.30	c  S st    80     30507       200     17000         0     10973    119000    428858     49.09   no data
9.16/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.16/2.31	c blocked clauses removed:        0 vars:      0 tried:         200 T: 0.00 s
9.16/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
9.16/2.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.16/2.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.16/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.73	c lits-rem:       164  cl-subs:      344  v-elim:      0  v-fix:    0  time:  0.40 s
11.15/2.82	c asymm  cl-useful: 0/2473/17000 lits-rem:0 time: 0.08
11.15/2.82	c calculated reachability. Time: 0.00
11.15/2.82	c  N dy    80     30507       200     17000         0     10629    119000    403383     49.09   no data
12.36/3.11	c  N dy    91     34596       200     17000         0     14614    119000    627457     49.09     51.68
13.55/3.46	c  N dy   100     39532       200     17000         0     11742    119000    426577     49.08     51.88
15.14/3.80	c  N dy   104     43549       200     17000         0     15657    119000    647039     48.96     51.92
15.94/4.01	c  S st   115     45762       200     17000         0      9112    119000    237335     49.02   no data
15.94/4.06	c  S st   115     46267       200     17000         0      9613    119000    264716     49.02   no data
15.94/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.94/4.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.94/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
15.94/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.94/4.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.94/4.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.16	c lits-rem:        20  cl-subs:       33  v-elim:      0  v-fix:    0  time:  0.08 s
16.34/4.16	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
16.34/4.16	c vivif2 --  cl tried     9580 cl shrink        0 lits rem          0 time: 0.00
17.94/4.58	c asymm  cl-useful: 0/13740/17000 lits-rem:0 time: 0.42
17.94/4.58	c calculated reachability. Time: 0.00
17.94/4.58	c  N dy   115     46267       200     17000         0      9580    119000    262141     49.02   no data
19.13/4.86	c  N dy   124     50286       200     17000         0     13481    119000    479530     48.95     51.53
20.34/5.18	c  N dy   140     54398       200     17000         0     17489    119000    705421     49.01     51.73
21.55/5.49	c  N dy   156     58410       200     17000         0     11679    119000    338417     49.02     52.16
23.13/5.81	c  N dy   169     62643       200     17000         0     15780    119000    567398     49.03     51.67
24.32/6.18	c  N dy   182     66692       200     17000         0     19705    119000    789602     49.07     53.31
25.52/6.43	c  S st   192     69400       200     17000         0     11656    119000    292804     49.06     47.68
25.52/6.49	c  S st   192     69906       200     17000         0     12150    119000    320125     49.06   no data
25.52/6.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.52/6.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
25.52/6.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.52/6.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.52/6.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.52/6.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
25.52/6.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.52/6.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.93/6.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.35/6.65	c lits-rem:         7  cl-subs:      128  v-elim:      0  v-fix:    0  time:  0.14 s
26.35/6.65	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
26.35/6.66	c vivif2 --  cl tried    12022 cl shrink        0 lits rem          0 time: 0.00
26.71/6.78	c asymm  cl-useful: 0/3260/17000 lits-rem:0 time: 0.13
26.71/6.78	c calculated reachability. Time: 0.00
26.71/6.78	c  N dy   192     69906       200     17000         0     12022    119000    310877     49.06   no data
28.31/7.16	c  N dy   200     74833       200     17000         0     16801    119000    576829     49.03     52.02
29.91/7.58	c  N dy   218     79672       200     17000         0     21506    119000    840334     49.04     52.85
31.90/8.01	c  N dy   229     84953       200     17000         0     14990    119000    434590     48.99     51.78
32.70/8.21	c  F st   239     87503       200     17000         0     17471    119000    572840     48.99     47.78
33.50/8.49	c  N st   244     90802       200     17000         0     20661    119000    752947     48.99   no data
35.89/9.08	c  N dy   255     97192       200     17000         0     14243    119000    354041     48.98     51.68
38.30/9.62	c  N dy   273    103446       200     17000         0     20303    119000    692994     48.93     51.75
38.69/9.75	c  S st   279    104860       200     17000         0     21673    119000    768808     48.93     50.14
39.11/9.82	c  S st   279    105361       200     17000         0     22167    119000    795353     48.93   no data
39.11/9.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.11/9.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.11/9.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.11/9.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.11/9.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.11/9.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
39.11/9.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.11/9.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.11/9.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.67/11.21	c lits-rem:       159  cl-subs:      702  v-elim:      0  v-fix:    0  time:  1.33 s
44.67/11.21	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
44.67/11.22	c vivif2 --  cl tried    21465 cl shrink        0 lits rem          0 time: 0.01
45.87/11.54	c asymm  cl-useful: 0/5305/17000 lits-rem:0 time: 0.32
45.87/11.54	c calculated reachability. Time: 0.00
45.87/11.54	c  N dy   279    105361       200     17000         0     21465    119000    744007     48.93   no data
48.66/12.27	c  N dy   310    112395       200     17000         0     14722    119000    335681     48.99     52.25
51.46/12.95	c  N dy   331    119769       200     17000         0     21888    119000    740906     49.00     52.06
55.05/13.81	c  N dy   350    127793       200     17000         0     15124    119000    316011     48.94     51.97
57.84/14.53	c  N dy   371    136003       200     17000         0     23059    119000    755538     48.91     52.47
61.47/15.48	c  N dy   397    145295       200     17000         0     16559    119000    354029     48.91     51.68
65.03/16.34	c  N dy   423    155027       200     17000         0     25997    119000    879748     48.88     51.69
66.22/16.66	c  S st   433    158043       200     17000         0     28918    119000   1042795     48.88     48.39
66.62/16.74	c  S st   433    158545       200     17000         0     29413    119000   1068892     48.88   no data
66.62/16.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.62/16.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
66.62/16.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.62/16.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.62/16.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.62/16.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
66.62/16.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.62/16.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
67.02/16.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.00/19.33	c lits-rem:       248  cl-subs:     1163  v-elim:      0  v-fix:    0  time:  2.52 s
77.00/19.33	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
77.00/19.34	c vivif2 --  cl tried    28250 cl shrink        0 lits rem          0 time: 0.01
78.20/19.60	c asymm  cl-useful: 0/3859/17000 lits-rem:0 time: 0.25
78.20/19.60	c calculated reachability. Time: 0.00
78.20/19.60	c  N dy   433    158545       200     17000         0     28250    119000    985036     48.88   no data
82.60/20.71	c  N dy   458    170345       200     17000         0     23252    119000    684595     48.79     51.81
87.40/21.92	c  N dy   487    181919       200     17000         0     34484    119000   1312515     48.78     51.52
92.96/23.36	c  N dy   507    195785       200     17000         0     30465    119000   1038736     48.69     51.40
98.95/24.82	c  N dy   555    209134       200     17000         0     24994    119000    692365     48.70     51.62
105.73/26.51	c  N dy   609    222741       200     17000         0     38203    119000   1434043     48.73     51.74
112.12/28.11	c  N dy   643    236971       200     17000         0     32556    119000   1068678     48.70     52.77
112.52/28.22	c  S st   649    237818       200     17000         0     33364    119000   1113603     48.70     47.23
112.92/28.32	c  S st   649    238322       200     17000         0     33861    119000   1140341     48.70   no data
112.92/28.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
112.92/28.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
112.92/28.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
112.92/28.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.92/28.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.92/28.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
112.92/28.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
112.92/28.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
112.92/28.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.08/31.63	c lits-rem:       283  cl-subs:     1210  v-elim:      0  v-fix:    0  time:  3.23 s
126.08/31.63	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
126.08/31.65	c vivif2 --  cl tried    32651 cl shrink        0 lits rem          0 time: 0.02
127.32/31.93	c asymm  cl-useful: 0/3365/17000 lits-rem:0 time: 0.28
127.32/31.93	c calculated reachability. Time: 0.00
127.32/31.93	c  N dy   649    238322       200     17000         0     32651    119000   1054613     48.70   no data
134.07/33.69	c  N dy   683    254088       200     17000         0     27575    119000    750795     48.64     51.25
142.45/35.72	c  N dy   746    270516       200     17000         0     22212    119000    411192     48.66     51.80
150.43/37.72	c  N dy   824    287953       200     17000         0     39146    119000   1358999     48.71     51.37
158.80/39.84	c  F st   884    306250       200     17000         0     34614    119000   1056320     48.73     46.28
158.80/39.87	c  N st   885    306500       200     17000         0     34856    119000   1069477     48.73   no data
168.78/42.30	c  N dy   945    326410       200     17000         0     30882    119000    802233     48.74     51.36
179.58/45.01	c  N dy  1019    347044       200     17000         0     26638    119000    524860     48.75     51.34
183.97/46.16	c  S st  1041    357483       200     17000         0     36736    119000   1090054     48.72     50.23
184.38/46.26	c  S st  1041    357990       200     17000         0     37233    119000   1116839     48.72   no data
184.38/46.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.38/46.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
184.38/46.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.38/46.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.38/46.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.38/46.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
184.38/46.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.74/46.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
184.74/46.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.93/49.11	c lits-rem:       411  cl-subs:     1212  v-elim:      0  v-fix:    0  time:  2.78 s
195.93/49.11	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
195.93/49.13	c vivif2 --  cl tried    36021 cl shrink        0 lits rem          0 time: 0.01
197.14/49.41	c asymm  cl-useful: 0/3094/17000 lits-rem:0 time: 0.28
197.14/49.41	c calculated reachability. Time: 0.00
197.14/49.41	c  N dy  1041    357990       200     17000         0     36021    119000   1032932     48.72   no data
207.89/52.17	c  N dy  1122    378217       200     17000         0     30456    119000    692474     48.74     51.67
219.86/55.18	c  N dy  1194    398295       200     17000         0     49898    119000   1775653     48.76     54.01
231.05/57.91	c  N dy  1265    418440       200     17000         0     43289    119000   1364436     48.77     51.52
242.21/60.76	c  N dy  1337    438450       200     17000         0     35539    119000    885677     48.77     54.87
253.79/63.69	c  N dy  1416    458488       200     17000         0     54974    119000   1970706     48.79     51.66
264.56/66.35	c  N dy  1469    478986       200     17000         0     46741    119000   1468091     48.77     51.41
276.58/69.36	c  N dy  1524    500232       200     17000         0     38237    119000    949998     48.75     51.43
288.91/72.46	c  N dy  1597    520383       200     17000         0     57786    119000   2043132     48.76     51.74
298.11/74.71	c  S st  1650    536985       200     17000         0     43815    119000   1213103     48.74     41.77
298.53/74.83	c  S st  1650    537487       200     17000         0     44309    119000   1238946     48.74   no data
298.53/74.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
298.53/74.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
298.53/74.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
298.53/74.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.53/74.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.53/74.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
298.53/74.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
298.53/74.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
298.88/74.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
315.25/79.00	c lits-rem:       285  cl-subs:     1145  v-elim:      0  v-fix:    0  time:  4.10 s
315.25/79.00	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
315.25/79.02	c vivif2 --  cl tried    43164 cl shrink        0 lits rem          0 time: 0.01
315.67/79.17	c asymm  cl-useful: 0/1377/17000 lits-rem:0 time: 0.15
315.67/79.17	c calculated reachability. Time: 0.00
315.67/79.17	c  N dy  1650    537487       200     17000         0     43164    119000   1158909     48.74   no data
329.26/82.53	c  N dy  1720    557692       200     17000         0     31763    119000    500099     48.74     51.77
340.39/85.35	c  N dy  1799    577776       200     17000         0     51227    119000   1586809     48.76     51.55
352.76/88.44	c  N dy  1851    597788       200     17000         0     38638    119000    837307     48.74     51.48
365.13/91.50	c  N dy  1901    618274       200     17000         0     58501    119000   1943434     48.72     51.29
377.91/94.75	c  N dy  1978    639183       200     17000         0     45812    119000   1197266     48.73     51.46
392.67/98.44	c  N dy  2023    659331       200     17000         0     65381    119000   2285503     48.72     51.51
405.04/101.57	c  N dy  2073    679506       200     17000         0     50939    119000   1434369     48.70     51.35
421.04/105.53	c  N dy  2139    699712       200     17000         0     35644    119000    538935     48.70     51.48
434.97/109.09	c  N dy  2207    720316       200     17000         0     55612    119000   1647316     48.70     51.36
450.95/113.08	c  N dy  2293    740322       200     17000         0     39163    119000    688952     48.72     51.28
466.51/116.96	c  N dy  2361    763710       200     17000         0     61854    119000   1961452     48.71     51.53
482.07/120.88	c  N dy  2429    784453       200     17000         0     45126    119000    974185     48.71     51.69
496.08/124.33	c  N dy  2496    805026       200     17000         0     65133    119000   2094043     48.71     51.33
496.84/124.56	c  S st  2501    806233       200     17000         0     66305    119000   2159821     48.71     45.25
497.64/124.74	c  S st  2501    806734       200     17000         0     66799    119000   2186442     48.71   no data
497.64/124.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
497.64/124.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
497.64/124.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
497.64/124.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
497.64/124.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
497.64/124.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
497.64/124.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
498.04/124.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
498.04/124.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
564.29/141.46	c lits-rem:       594  cl-subs:     2348  v-elim:      0  v-fix:    0  time: 16.59 s
564.29/141.46	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
564.29/141.49	c vivif2 --  cl tried    64451 cl shrink        0 lits rem          0 time: 0.03
565.91/141.86	c asymm  cl-useful: 0/2547/17000 lits-rem:0 time: 0.37
565.91/141.86	c calculated reachability. Time: 0.00
565.91/141.86	c  N dy  2501    806734       200     17000         0     64451    119000   2016521     48.71   no data
580.65/145.55	c  N dy  2572    826843       200     17000         0     46135    119000    992248     48.72     51.40
595.02/149.13	c  N dy  2652    847244       200     17000         0     65941    119000   2103023     48.73     51.77
610.22/152.96	c  N dy  2730    867263       200     17000         0     46556    119000    970250     48.75     52.28
626.55/157.06	c  N dy  2817    889816       200     17000         0     68410    119000   2191324     48.75     51.43
642.51/161.01	c  N dy  2888    909885       200     17000         0     48073    119000   1003493     48.75     51.47
656.48/164.54	c  N dy  2954    929899       200     17000         0     67507    119000   2091289     48.76     55.67
672.84/168.63	c  N dy  3005    950146       200     17000         0     46420    119000    867894     48.75     51.36
686.00/171.90	c  N dy  3047    970281       200     17000         0     65976    119000   1958302     48.73     51.45
703.57/176.31	c  N dy  3098    990864       200     17000         0     44235    119000    702117     48.72     51.28
716.74/179.67	c  N dy  3162   1010957       200     17000         0     63710    119000   1787969     48.71     51.68
733.91/183.99	c  N dy  3221   1031490       200     17000         0     83639    119000   2902600     48.71     51.37
748.67/187.66	c  N dy  3287   1052593       200     17000         0     61459    119000   1619840     48.71     51.53
765.83/191.92	c  F st  3369   1071875       200     17000         0     80119    119000   2664710     48.72     48.89
767.03/192.21	c  N st  3372   1073067       200     17000         0     81278    119000   2729457     48.72   no data
782.19/196.02	c  N dy  3437   1093136       200     17000         0     57064    119000   1325594     48.72     51.30
798.16/200.08	c  N dy  3494   1113191       200     17000         0     76473    119000   2403528     48.72     51.32
815.32/204.38	c  N dy  3559   1133214       200     17000         0     51312    119000    970445     48.72     51.42
833.70/208.91	c  N dy  3629   1154891       200     17000         0     72375    119000   2144885     48.72     51.39
857.62/214.95	c  N dy  3683   1177330       200     17000         0     48553    119000    773715     48.71     51.57
873.21/218.84	c  N dy  3736   1197376       200     17000         0     67984    119000   1860648     48.71     51.60
885.96/222.00	c  S st  3785   1210104       200     17000         0     80353    119000   2552363     48.71     45.56
886.80/222.22	c  S st  3785   1210607       200     17000         0     80850    119000   2579757     48.71   no data
886.80/222.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
886.80/222.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
886.80/222.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
886.80/222.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
886.80/222.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
886.80/222.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
886.80/222.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
887.15/222.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
887.15/222.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
979.74/245.51	c lits-rem:       691  cl-subs:     2829  v-elim:      0  v-fix:    0  time: 23.13 s
979.74/245.51	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
979.74/245.54	c vivif2 --  cl tried    78021 cl shrink        0 lits rem          0 time: 0.03
981.34/245.91	c asymm  cl-useful: 0/1928/17000 lits-rem:0 time: 0.37
981.34/245.91	c calculated reachability. Time: 0.00
981.34/245.91	c  N dy  3785   1210607       200     17000         0     78021    119000   2376795     48.71   no data
999.70/250.59	c  N dy  3854   1230658       200     17000         0     50935    119000    858944     48.71     51.41
1018.08/255.12	c  N dy  3923   1252082       200     17000         0     71746    119000   2015381     48.71     51.35
1038.81/260.36	c  N dy  3963   1272156       200     17000         0     91191    119000   3101733     48.70     51.56
1059.16/265.47	c  N dy  4047   1292211       200     17000         0     63126    119000   1494560     48.71     51.30
1078.72/270.38	c  N dy  4102   1313418       200     17000         0     83693    119000   2641062     48.71     51.38
1099.07/275.43	c  N dy  4168   1333672       200     17000         0     54844    119000    982342     48.71     51.79
1115.07/279.47	c  N dy  4232   1353742       200     17000         0     74342    119000   2070962     48.71     51.69
1136.19/284.77	c  N dy  4309   1373753       200     17000         0     93761    119000   3156453     48.71     51.75
1153.35/289.04	c  N dy  4404   1393754       200     17000         0     63687    119000   1434523     48.73     51.39
1170.91/293.47	c  N dy  4466   1413796       200     17000         0     83137    119000   2522076     48.73     51.30
1192.86/298.93	c  N dy  4531   1434341       200     17000         0     52622    119000    769128     48.73     51.55
1208.42/302.81	c  N dy  4624   1454535       200     17000         0     72244    119000   1872128     48.74     51.42
1227.18/307.58	c  N dy  4675   1474538       200     17000         0     91610    119000   2954449     48.74     51.73
1248.74/312.95	c  N dy  4726   1498872       200     17000         0     63787    119000   1355291     48.72     51.32
1266.30/317.32	c  N dy  4794   1518956       200     17000         0     83219    119000   2445541     48.73     51.43
1287.44/322.67	c  N dy  4849   1539239       200     17000         0    102882    119000   3546839     48.73     51.37
1303.85/326.77	c  N dy  4922   1559682       200     17000         0     70361    119000   1674554     48.73     51.35
1320.99/331.04	c  N dy  4948   1579773       200     17000         0     89779    119000   2761173     48.71     51.28
1344.52/336.98	c  N dy  5027   1600698       200     17000         0     56779    119000    871887     48.72     51.52
1361.28/341.12	c  N dy  5086   1621671       200     17000         0     77174    119000   2012954     48.72     51.35
1383.63/346.73	c  N dy  5159   1642103       200     17000         0     97002    119000   3122683     48.72     51.54
1406.78/352.52	c  N dy  5221   1663493       200     17000         0     63409    119000   1196377     48.72     51.57
1425.54/357.29	c  N dy  5281   1683920       200     17000         0     83205    119000   2306824     48.71     51.34
1447.49/362.78	c  N dy  5344   1704413       200     17000         0    103082    119000   3418762     48.71     51.70
1455.07/364.63	c  S st  5361   1710607       200     17000         0    109100    119000   3754698     48.71   no data
1456.26/364.92	c  S st  5361   1711113       200     17000         0    109595    119000   3781764     48.71   no data
1456.26/364.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1456.66/365.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1456.66/365.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1456.66/365.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1456.66/365.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1456.66/365.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1456.66/365.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1456.66/365.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1457.08/365.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1603.93/401.98	c lits-rem:      1003  cl-subs:     4525  v-elim:      0  v-fix:    0  time: 36.83 s
1603.93/401.98	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
1604.33/402.02	c vivif2 --  cl tried   105070 cl shrink        0 lits rem          0 time: 0.04
1605.93/402.43	c asymm  cl-useful: 0/1392/17000 lits-rem:0 time: 0.41
1605.93/402.43	c calculated reachability. Time: 0.00
1605.93/402.43	c  N dy  5361   1711113       200     17000         0    105070    119000   3458244     48.71   no data
1627.07/407.73	c  N dy  5438   1733904       200     17000         0     71956    119000   1633666     48.71     51.49
1648.22/413.02	c  N dy  5509   1755797       200     17000         0     93167    119000   2821851     48.71     51.51
1675.37/419.90	c  N dy  5571   1775822       200     17000         0     56367    119000    718436     48.71     54.21
1695.72/424.93	c  N dy  5644   1796045       200     17000         0     75991    119000   1819214     48.71     51.55
1717.66/430.40	c  N dy  5723   1816049       200     17000         0     95456    119000   2906157     48.72     52.03
1743.21/436.89	c  N dy  5790   1836066       200     17000         0     57626    119000    738970     48.72     51.81
1760.77/441.24	c  N dy  5850   1857077       200     17000         0     78003    119000   1876652     48.72     51.44
1783.51/446.95	c  N dy  5925   1878978       200     17000         0     99253    119000   3062526     48.72     51.32
1807.86/453.00	c  N dy  5979   1899021       200     17000         0     60468    119000    852011     48.72     51.80
1825.84/457.57	c  N dy  6041   1920620       200     17000         0     81399    119000   2018683     48.71     51.36
1852.18/464.14	c  N dy  6094   1946495       200     17000         0    106486    119000   3424766     48.70     51.27
1874.55/469.78	c  N dy  6165   1966498       200     17000         0     66757    119000   1162107     48.70     51.53
1894.07/474.60	c  N dy  6248   1986854       200     17000         0     86500    119000   2262803     48.71     51.37
1919.20/480.91	c  N dy  6316   2008873       200     17000         0    107816    119000   3461299     48.71     51.35
1942.76/486.87	c  N dy  6392   2028943       200     17000         0     67192    119000   1135828     48.71     57.30
1961.52/491.55	c  N dy  6460   2049298       200     17000         0     86972    119000   2241967     48.71     51.68
1985.86/497.69	c  N dy  6528   2069638       200     17000         0    106728    119000   3348090     48.72     51.74
2013.41/504.51	c  N dy  6583   2089789       200     17000         0     65162    119000    975332     48.71     51.28
2031.36/509.06	c  N dy  6643   2110430       200     17000         0     85168    119000   2088357     48.71     51.28
2054.13/514.72	c  N dy  6710   2130447       200     17000         0    104618    119000   3172919     48.71     51.63
2083.25/522.02	c  N dy  6775   2152236       200     17000         0     63655    119000    846702     48.71     51.28
2102.00/526.74	c  N dy  6862   2173094       200     17000         0     83877    119000   1979259     48.72     51.40
2125.14/532.56	c  N dy  6947   2193183       200     17000         0    103384    119000   3070655     48.72     51.30
2147.10/538.04	c  S st  6981   2211114       200     17000         0    120778    119000   4046773     48.72     48.05
2148.30/538.36	c  S st  6981   2211614       200     17000         0    121271    119000   4073197     48.72   no data
2148.30/538.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2148.70/538.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2148.70/538.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2148.70/538.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2148.70/538.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2148.70/538.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2148.70/538.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2149.10/538.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2149.49/538.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2313.55/579.77	c lits-rem:      1122  cl-subs:     4622  v-elim:      0  v-fix:    0  time: 41.17 s
2313.55/579.77	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2313.91/579.83	c vivif2 --  cl tried   116649 cl shrink        0 lits rem          0 time: 0.06
2315.52/580.25	c asymm  cl-useful: 0/1251/17000 lits-rem:0 time: 0.42
2315.52/580.26	c calculated reachability. Time: 0.00
2315.52/580.26	c  N dy  6981   2211614       200     17000         0    116649    119000   3738803     48.72   no data
2340.25/586.40	c  N dy  7057   2231933       200     17000         0     73366    119000   1347634     48.72     51.46
2363.00/592.13	c  N dy  7129   2251948       200     17000         0     92763    119000   2435029     48.72     51.83
2402.12/601.93	c  N dy  7205   2282885       200     17000         0    122710    119000   4114507     48.71     51.65
2424.07/607.49	c  N dy  7278   2303168       200     17000         0     78409    119000   1586264     48.72     51.78
2445.61/612.80	c  N dy  7341   2323387       200     17000         0     98048    119000   2683008     48.71     51.42
2472.75/619.69	c  N dy  7424   2344755       200     17000         0    118821    119000   3850424     48.72     51.40
2497.52/625.89	c  N dy  7496   2364787       200     17000         0     73273    119000   1253504     48.72     51.39
2516.65/630.64	c  N dy  7547   2384989       200     17000         0     92852    119000   2347736     48.72     51.36
2540.61/636.66	c  N dy  7617   2405348       200     17000         0    112594    119000   3455239     48.72     51.46
2570.13/644.02	c  N dy  7689   2425369       200     17000         0     66061    119000    802766     48.72     51.86
2588.90/648.70	c  N dy  7773   2445445       200     17000         0     85587    119000   1896634     48.72     55.91
2610.84/654.28	c  N dy  7838   2465460       200     17000         0    104955    119000   2982240     48.73     51.57
2639.58/661.44	c  N dy  7899   2486126       200     17000         0    124977    119000   4105308     48.73     51.51
2667.91/668.55	c  N dy  7969   2506239       200     17000         0     77587    119000   1399473     48.73     51.98
2692.26/674.65	c  N dy  8039   2528702       200     17000         0     99359    119000   2616428     48.73     51.68
2718.19/681.12	c  N dy  8098   2549180       200     17000         0    119215    119000   3731131     48.72     51.69
2747.75/688.57	c  N dy  8180   2569423       200     17000         0     70924    119000    986689     48.73     51.86
2766.89/693.38	c  N dy  8246   2589614       200     17000         0     90509    119000   2081254     48.73     51.47
2790.84/699.30	c  N dy  8316   2609687       200     17000         0    109971    119000   3171153     48.73     51.73
2819.17/706.47	c  N dy  8378   2630416       200     17000         0    130050    119000   4293559     48.73     51.38
2843.12/712.48	c  N dy  8427   2651874       200     17000         0     81998    119000   1561629     48.73     51.33
2864.67/717.87	c  N dy  8484   2671987       200     17000         0    101482    119000   2653911     48.73     51.32
2893.40/725.10	c  N dy  8569   2693896       200     17000         0    122729    119000   3842361     48.73     51.77
2920.54/731.88	c  S st  8622   2711614       200     17000         0     70109    119000    851323     48.73     46.03
2921.34/732.05	c  S st  8622   2712121       200     17000         0     70608    119000    878012     48.73   no data
2921.34/732.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2921.34/732.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2921.74/732.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2921.74/732.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2921.74/732.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2921.74/732.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2921.74/732.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2921.74/732.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2921.74/732.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2926.53/733.31	c lits-rem:         1  cl-subs:       46  v-elim:      0  v-fix:    0  time:  1.16 s
2926.53/733.31	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2926.53/733.32	c vivif2 --  cl tried    70562 cl shrink        0 lits rem          0 time: 0.01
2927.74/733.67	c asymm  cl-useful: 0/1891/17000 lits-rem:0 time: 0.35
2927.74/733.67	c calculated reachability. Time: 0.00
2927.74/733.67	c  N dy  8622   2712121       200     17000         0     70562    119000    874663     48.73   no data
2947.68/738.68	c  N dy  8703   2732474       200     17000         0     90279    119000   1977875     48.73     51.30
2972.06/744.71	c  N dy  8789   2752508       200     17000         0    109713    119000   3068425     48.74     51.84
3000.36/751.82	c  N dy  8851   2773092       200     17000         0    129689    119000   4188344     48.74     51.57
3028.29/758.83	c  N dy  8932   2793193       200     17000         0     78428    119000   1270289     48.74     51.50
3053.84/765.26	c  N dy  8982   2817917       200     17000         0    102382    119000   2620477     48.73     51.43
3080.58/771.98	c  N dy  9042   2837976       200     17000         0    121774    119000   3707813     48.73     51.87
3112.54/779.94	c  N dy  9105   2859128       200     17000         0    142339    119000   4859691     48.73     51.65
3133.26/785.15	c  N dy  9172   2879293       200     17000         0     90197    119000   1885404     48.73     51.91
3156.44/790.95	c  N dy  9214   2900190       200     17000         0    110520    119000   3019082     48.72     51.37
3184.75/798.04	c  N dy  9279   2920216       200     17000         0    129922    119000   4104730     48.72     54.23
3214.67/805.59	c  N dy  9343   2940342       200     17000         0     76694    119000   1078260     48.72     51.63
3235.83/810.88	c  N dy  9410   2961097       200     17000         0     96768    119000   2198257     48.72     51.87
3269.75/819.35	c  N dy  9444   2991770       200     17000         0    126424    119000   3878230     48.70     51.33
3303.68/827.83	c  N dy  9508   3013072       200     17000         0    147043    119000   5027630     48.70     51.55
3324.02/832.97	c  N dy  9581   3033107       200     17000         0     92860    119000   1946123     48.71     51.43
3349.96/839.44	c  N dy  9656   3053818       200     17000         0    112971    119000   3077030     48.71     51.82
3379.50/846.81	c  N dy  9692   3073841       200     17000         0    132331    119000   4156728     48.70     51.45
3419.84/856.93	c  N dy  9766   3093972       200     17000         0     77212    119000   1020332     48.70     51.57
3443.75/862.93	c  N dy  9841   3114186       200     17000         0     96818    119000   2123279     48.71     51.30
3474.88/870.71	c  N dy  9903   3134839       200     17000         0    116838    119000   3241633     48.71     51.54
3512.03/880.04	c  N dy  9985   3154851       200     17000         0    136281    119000   4335085     48.71     51.93
3544.33/888.14	c  N dy 10048   3175021       200     17000         0     80246    119000   1138507     48.71     51.28
3567.08/893.81	c  N dy 10133   3195350       200     17000         0     99945    119000   2246771     48.72     51.62
3588.63/899.23	c  S st 10199   3212121       200     17000         0    116213    119000   3163987     48.72     44.63
3589.83/899.54	c  S st 10199   3212624       200     17000         0    116705    119000   3190212     48.72   no data
3589.83/899.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3590.23/899.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3590.23/899.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3590.23/899.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3590.23/899.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3590.23/899.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3590.23/899.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3590.23/899.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3590.64/899.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3690.79/924.85	c lits-rem:       631  cl-subs:     2957  v-elim:      0  v-fix:    0  time: 25.11 s
3690.79/924.85	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
3691.19/924.90	c vivif2 --  cl tried   113748 cl shrink        0 lits rem          0 time: 0.05
3692.78/925.31	c asymm  cl-useful: 0/1295/17000 lits-rem:0 time: 0.40
3692.78/925.31	c calculated reachability. Time: 0.00
3692.78/925.31	c  N dy 10199   3212624       200     17000         0    113748    119000   2972650     48.72   no data
3722.34/932.74	c  N dy 10284   3232700       200     17000         0    133209    119000   4066665     48.72     51.37
3770.63/944.89	c  N dy 10354   3268813       200     17000         0     91559    119000   1725435     48.70     51.76
3796.16/951.25	c  N dy 10438   3288830       200     17000         0    110972    119000   2814685     48.71     51.36
3829.28/959.59	c  N dy 10523   3309044       200     17000         0    130554    119000   3908606     48.71     51.76
3867.21/969.04	c  N dy 10590   3329057       200     17000         0    149957    119000   4994070     48.71     51.46
3895.92/976.20	c  N dy 10674   3350703       200     17000         0     93498    119000   1794100     48.71     51.46
3919.47/982.15	c  N dy 10721   3371243       200     17000         0    113418    119000   2914687     48.71     51.75
3950.62/989.95	c  N dy 10818   3391546       200     17000         0    133116    119000   4022223     48.72     52.06
3984.53/998.47	c  N dy 10896   3411573       200     17000         0    152533    119000   5113771     48.72     52.62
4010.06/1004.89	c  N dy 10961   3431908       200     17000         0     93709    119000   1760653     48.72     51.40
4035.21/1011.19	c  N dy 11046   3452043       200     17000         0    113252    119000   2859343     48.72     51.43
4064.76/1018.53	c  N dy 11123   3472382       200     17000         0    133019    119000   3966088     48.73     51.46
4098.67/1027.08	c  N dy 11184   3492765       200     17000         0    152780    119000   5071027     48.73     51.38
4127.80/1034.33	c  N dy 11243   3514943       200     17000         0     94754    119000   1768187     48.72     51.41
4150.55/1040.02	c  N dy 11268   3535103       200     17000         0    114253    119000   2866216     48.72     51.33
4179.68/1047.39	c  N dy 11334   3555262       200     17000         0    133807    119000   3965382     48.72     51.74
4212.40/1055.54	c  N dy 11383   3575523       200     17000         0    153481    119000   5065259     48.72     51.75
4240.36/1062.55	c  N dy 11462   3595581       200     17000         0     92416    119000   1593953     48.72     52.57
4268.27/1069.52	c  N dy 11553   3616993       200     17000         0    113138    119000   2755098     48.72     51.61
4301.40/1077.85	c  N dy 11623   3637454       200     17000         0    132975    119000   3867164     48.73     51.38
4342.90/1088.24	c  N dy 11671   3658869       200     17000         0    153733    119000   5026578     48.72     51.39
4375.63/1096.48	c  N dy 11759   3678928       200     17000         0     91748    119000   1514786     48.72     51.32
4404.76/1103.79	c  N dy 11846   3699501       200     17000         0    111714    119000   2637430     48.73     52.23
4427.52/1109.41	c  S st 11892   3712626       200     17000         0    124446    119000   3351964     48.73     50.19
4429.13/1109.82	c  S st 11892   3713131       200     17000         0    124942    119000   3378975     48.73   no data
4429.13/1109.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4429.55/1109.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.09
4429.55/1109.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4429.55/1109.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4429.55/1109.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4429.55/1109.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4429.55/1109.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4429.55/1109.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4429.91/1110.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4547.25/1139.48	c lits-rem:       988  cl-subs:     3225  v-elim:      0  v-fix:    0  time: 29.41 s
4547.25/1139.48	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
4547.67/1139.54	c vivif2 --  cl tried   121717 cl shrink        0 lits rem          0 time: 0.05
4549.24/1139.97	c asymm  cl-useful: 0/1185/17000 lits-rem:0 time: 0.43
4549.24/1139.97	c calculated reachability. Time: 0.00
4549.24/1139.97	c  N dy 11892   3713131       200     17000         0    121717    119000   3142719     48.73   no data
4586.76/1149.35	c  N dy 11962   3737462       200     17000         0    145333    119000   4473871     48.73     51.45
4611.90/1155.63	c  F st 12005   3751562       200     17000         0    158958    119000   5235031     48.73     46.14
4623.87/1158.66	c  N dy 12014   3757785       200     17000         0     82651    119000    961200     48.73     51.66
4645.82/1164.15	c  N dy 12085   3777868       200     17000         0    102097    119000   2046569     48.73     52.02
4673.36/1171.09	c  N dy 12171   3798583       200     17000         0    122180    119000   3172303     48.73     51.31
4706.48/1179.36	c  N dy 12241   3818829       200     17000         0    141834    119000   4273325     48.73     51.58
4746.80/1189.41	c  N dy 12303   3838877       200     17000         0    161280    119000   5361368     48.73     51.39
4774.34/1196.39	c  N dy 12366   3858920       200     17000         0     97345    119000   1742208     48.73     54.46

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

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

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


[startup+0 s]
/proc/loadavg: 7.37 7.89 7.84 2/286 4447
/proc/meminfo: memFree=16816940/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 407 0 0 0 1 0 0 0 18 0 4 0 651342858 52396032 348 33554432000 4194304 4580107 140734778946000 18446744073709551615 47695273781170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 12792 348 299 95 0 7774 0
[pid=4447/tid=4448] ppid=4445 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651342858 52396032 348 33554432000 4194304 4580107 140734778946000 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651342858 52396032 348 33554432000 4194304 4580107 140734778946000 18446744073709551615 47695273781170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651342858 52396032 348 33554432000 4194304 4580107 140734778946000 18446744073709551615 47695273781170 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.083813 s]
/proc/loadavg: 7.37 7.89 7.84 2/286 4447
/proc/meminfo: memFree=16816940/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=282828 CPUtime=0.31 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 2638 0 0 0 31 0 0 0 18 0 4 0 651342858 289615872 2554 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 70707 2554 357 95 0 65689 0
[pid=4447/tid=4448] ppid=4445 vsize=282828 CPUtime=0.07 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 530 0 0 0 7 0 0 0 20 0 4 0 651342858 289615872 2554 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=282828 CPUtime=0.08 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 517 0 0 0 8 0 0 0 18 0 4 0 651342858 289615872 2555 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=282828 CPUtime=0.08 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 610 0 0 0 8 0 0 0 18 0 4 0 651342858 289615872 2555 33554432000 4194304 4580107 140734778946000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 282828

[startup+0.100808 s]
/proc/loadavg: 7.37 7.89 7.84 2/286 4447
/proc/meminfo: memFree=16816940/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=282828 CPUtime=0.38 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 2672 0 0 0 38 0 0 0 18 0 4 0 651342858 289615872 2588 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 70707 2588 357 95 0 65689 0
[pid=4447/tid=4448] ppid=4445 vsize=282828 CPUtime=0.08 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 533 0 0 0 8 0 0 0 20 0 4 0 651342858 289615872 2589 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=282828 CPUtime=0.09 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 519 0 0 0 9 0 0 0 18 0 4 0 651342858 289615872 2589 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=282828 CPUtime=0.09 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 637 0 0 0 9 0 0 0 18 0 4 0 651342858 289615872 2590 33554432000 4194304 4580107 140734778946000 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282828

[startup+0.300776 s]
/proc/loadavg: 7.37 7.89 7.84 2/286 4447
/proc/meminfo: memFree=16816940/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=284376 CPUtime=1.18 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 3314 0 0 0 118 0 0 0 18 0 4 0 651342858 291201024 2781 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 71094 2781 358 95 0 66076 0
[pid=4447/tid=4448] ppid=4445 vsize=284376 CPUtime=0.28 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 565 0 0 0 28 0 0 0 20 0 4 0 651342858 291201024 2781 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=284376 CPUtime=0.29 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 543 0 0 0 29 0 0 0 18 0 4 0 651342858 291201024 2781 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=284376 CPUtime=0.29 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 1194 0 0 0 29 0 0 0 18 0 4 0 651342858 291201024 2781 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284376

[startup+0.700705 s]
/proc/loadavg: 7.37 7.89 7.84 2/286 4447
/proc/meminfo: memFree=16816940/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=288872 CPUtime=2.78 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 8466 0 0 0 277 1 0 0 18 0 4 0 651342858 295804928 6693 33554432000 4194304 4580107 140734778946000 18446744073709551615 218370653963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 72218 6693 376 95 0 67200 0
[pid=4447/tid=4448] ppid=4445 vsize=288872 CPUtime=0.68 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 2036 0 0 0 68 0 0 0 21 0 4 0 651342858 295804928 6693 33554432000 4194304 4580107 140734778946000 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=288872 CPUtime=0.69 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 1957 0 0 0 69 0 0 0 18 0 4 0 651342858 295804928 6693 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=288872 CPUtime=0.69 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 1959 0 0 0 69 0 0 0 18 0 4 0 651342858 295804928 6693 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 288872

[startup+1.50056 s]
/proc/loadavg: 7.37 7.89 7.84 12/298 4459
/proc/meminfo: memFree=16713676/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=302272 CPUtime=5.97 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 14581 0 0 0 595 2 0 0 19 0 4 0 651342858 309526528 8629 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 75568 8629 377 95 0 70550 0
[pid=4447/tid=4448] ppid=4445 vsize=302272 CPUtime=1.47 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 3781 0 0 0 147 0 0 0 24 0 4 0 651342858 309526528 8629 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=302272 CPUtime=1.49 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 3405 0 0 0 149 0 0 0 19 0 4 0 651342858 309526528 8629 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=302272 CPUtime=1.49 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 3100 0 0 0 149 0 0 0 19 0 4 0 651342858 309526528 8629 33554432000 4194304 4580107 140734778946000 18446744073709551615 4296096 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 302272

[startup+3.10028 s]
/proc/loadavg: 7.37 7.89 7.84 9/298 4459
/proc/meminfo: memFree=16688884/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=303020 CPUtime=12.36 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 26161 0 0 0 1232 4 0 0 23 0 4 0 651342858 310292480 13270 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 75755 13270 378 95 0 70737 0
[pid=4447/tid=4448] ppid=4445 vsize=303020 CPUtime=3.06 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 7177 0 0 0 305 1 0 0 25 0 4 0 651342858 310292480 13270 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=303020 CPUtime=3.08 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 5419 0 0 0 308 0 0 0 25 0 4 0 651342858 310292480 13270 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=303020 CPUtime=3.08 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 5542 0 0 0 308 0 0 0 25 0 4 0 651342858 310292480 13270 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303020

[startup+6.30071 s]
/proc/loadavg: 7.42 7.90 7.84 9/298 4459
/proc/meminfo: memFree=16652932/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=319464 CPUtime=25.12 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 46218 0 0 0 2504 8 0 0 25 0 4 0 651342858 327131136 24990 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 79866 24991 378 95 0 74848 0
[pid=4447/tid=4448] ppid=4445 vsize=319464 CPUtime=6.22 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 12878 0 0 0 620 2 0 0 25 0 4 0 651342858 327131136 24991 33554432000 4194304 4580107 140734778946000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=319464 CPUtime=6.28 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 10427 0 0 0 627 1 0 0 25 0 4 0 651342858 327131136 24991 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=319464 CPUtime=6.29 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 11771 0 0 0 627 2 0 0 25 0 4 0 651342858 327131136 24991 33554432000 4194304 4580107 140734778946000 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 319464

[startup+12.7006 s]
/proc/loadavg: 7.47 7.90 7.84 9/298 4459
/proc/meminfo: memFree=16435992/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=309944 CPUtime=50.66 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 70761 0 0 0 5051 15 0 0 25 0 4 0 651342858 317382656 33896 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 77486 33896 378 95 0 72468 0
[pid=4447/tid=4448] ppid=4445 vsize=309944 CPUtime=12.56 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 18211 0 0 0 1253 3 0 0 25 0 4 0 651342858 317382656 33896 33554432000 4194304 4580107 140734778946000 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=309944 CPUtime=12.68 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 15481 0 0 0 1266 2 0 0 25 0 4 0 651342858 317382656 33896 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=309944 CPUtime=12.69 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 18695 0 0 0 1265 4 0 0 25 0 4 0 651342858 317382656 33896 33554432000 4194304 4580107 140734778946000 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 309944

[startup+25.5003 s]
/proc/loadavg: 7.59 7.90 7.84 9/298 4459
/proc/meminfo: memFree=16328876/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=332208 CPUtime=101.74 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 109211 0 0 0 10149 25 0 0 25 0 4 0 651342858 340180992 42444 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 83052 42444 378 95 0 78034 0
[pid=4447/tid=4448] ppid=4445 vsize=332208 CPUtime=25.25 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 28056 0 0 0 2520 5 0 0 25 0 4 0 651342858 340180992 42444 33554432000 4194304 4580107 140734778946000 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=332208 CPUtime=25.48 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 23922 0 0 0 2544 4 0 0 25 0 4 0 651342858 340180992 42444 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=332208 CPUtime=25.49 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 28380 0 0 0 2542 7 0 0 25 0 4 0 651342858 340180992 42444 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 332208

[startup+51.1007 s]
/proc/loadavg: 7.73 7.91 7.84 9/298 4460
/proc/meminfo: memFree=16121572/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=450516 CPUtime=203.9 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 160009 0 0 0 20351 39 0 0 25 0 4 0 651342858 461328384 51558 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 112629 51558 378 95 0 107611 0
[pid=4447/tid=4448] ppid=4445 vsize=450516 CPUtime=50.62 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 38893 0 0 0 5053 9 0 0 25 0 4 0 651342858 461328384 51558 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=450516 CPUtime=51.08 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 36885 0 0 0 5100 8 0 0 25 0 4 0 651342858 461328384 51558 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=450516 CPUtime=51.09 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 43158 0 0 0 5098 11 0 0 25 0 4 0 651342858 461328384 51558 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 450516

[startup+102.311 s]
/proc/loadavg: 7.89 7.92 7.85 9/298 4462
/proc/meminfo: memFree=15965800/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=471000 CPUtime=408.28 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 241709 0 0 0 40765 63 0 0 25 0 4 0 651342858 482304000 66747 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 117750 66747 378 95 0 112732 0
[pid=4447/tid=4448] ppid=4445 vsize=471000 CPUtime=101.36 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 57085 0 0 0 10121 15 0 0 25 0 4 0 651342858 482304000 66747 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=471000 CPUtime=102.29 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 54615 0 0 0 10215 14 0 0 25 0 4 0 651342858 482304000 66747 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=471000 CPUtime=102.3 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 67197 0 0 0 10212 18 0 0 25 0 4 0 651342858 482304000 66747 33554432000 4194304 4580107 140734778946000 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 471000

[startup+162.301 s]

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

[pid=4447] ppid=4445 vsize=782168 CPUtime=2563.37 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 740827 0 0 0 256059 278 0 0 25 0 4 0 651342858 800940032 124279 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 195542 124279 378 95 0 190524 0
[pid=4447/tid=4448] ppid=4445 vsize=782168 CPUtime=636.45 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 203407 0 0 0 63565 80 0 0 25 0 4 0 651342858 800940032 124281 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=782168 CPUtime=642.28 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 151638 0 0 0 64169 59 0 0 25 0 4 0 651342858 800940032 124281 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=782168 CPUtime=642.31 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 201010 0 0 0 64157 74 0 0 25 0 4 0 651342858 800940032 124281 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.37
Current children cumulated vsize (KiB) 782168

[startup+702.301 s]
/proc/loadavg: 8.08 8.02 7.92 9/298 4477
/proc/meminfo: memFree=15345452/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=824916 CPUtime=2802.81 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 780754 0 0 0 279984 297 0 0 25 0 4 0 651342858 844713984 123699 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 206229 123699 378 95 0 201211 0
[pid=4447/tid=4448] ppid=4445 vsize=824916 CPUtime=695.9 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 215826 0 0 0 69505 85 0 0 25 0 4 0 651342858 844713984 123699 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=824916 CPUtime=702.27 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 163519 0 0 0 70162 65 0 0 25 0 4 0 651342858 844713984 123699 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=824916 CPUtime=702.3 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 209013 0 0 0 70152 78 0 0 25 0 4 0 651342858 844713984 123699 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.81
Current children cumulated vsize (KiB) 824916

[startup+762.311 s]
/proc/loadavg: 8.14 8.05 7.93 9/298 4479
/proc/meminfo: memFree=15331164/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=785204 CPUtime=3042.3 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 822710 0 0 0 303912 318 0 0 25 0 4 0 651342858 804048896 122741 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 196301 122741 378 95 0 191283 0
[pid=4447/tid=4448] ppid=4445 vsize=785204 CPUtime=755.37 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 228427 0 0 0 75445 92 0 0 25 0 4 0 651342858 804048896 122741 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=785204 CPUtime=762.28 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 173424 0 0 0 76158 70 0 0 25 0 4 0 651342858 804048896 122741 33554432000 4194304 4580107 140734778946000 18446744073709551615 4416082 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=785204 CPUtime=762.31 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 221418 0 0 0 76147 84 0 0 25 0 4 0 651342858 804048896 122741 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.3
Current children cumulated vsize (KiB) 785204

[startup+822.3 s]
/proc/loadavg: 8.17 8.07 7.94 9/298 4481
/proc/meminfo: memFree=15340440/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=720356 CPUtime=3281.72 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 863986 0 0 0 327834 338 0 0 25 0 4 0 651342858 737644544 117719 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 180089 117719 378 95 0 175071 0
[pid=4447/tid=4448] ppid=4445 vsize=720356 CPUtime=814.82 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 240764 0 0 0 81383 99 0 0 25 0 4 0 651342858 737644544 117719 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=720356 CPUtime=822.27 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 181987 0 0 0 82152 75 0 0 25 0 4 0 651342858 737644544 117719 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=720356 CPUtime=822.3 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 232028 0 0 0 82142 88 0 0 25 0 4 0 651342858 737644544 117719 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.72
Current children cumulated vsize (KiB) 720356

[startup+882.301 s]
/proc/loadavg: 8.09 8.07 7.94 9/298 4482
/proc/meminfo: memFree=14987028/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=973860 CPUtime=3521.17 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 914143 0 0 0 351757 360 0 0 25 0 4 0 651342858 997232640 145978 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 243465 145979 378 95 0 238447 0
[pid=4447/tid=4448] ppid=4445 vsize=973860 CPUtime=874.27 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 259404 0 0 0 87322 105 0 0 25 0 4 0 651342858 997232640 145979 33554432000 4194304 4580107 140734778946000 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=973860 CPUtime=882.26 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 192042 0 0 0 88145 81 0 0 25 0 4 0 651342858 997232640 145979 33554432000 4194304 4580107 140734778946000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=973860 CPUtime=882.3 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 242053 0 0 0 88140 90 0 0 25 0 4 0 651342858 997232640 145979 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.17
Current children cumulated vsize (KiB) 973860

[startup+942.301 s]
/proc/loadavg: 8.13 8.08 7.95 9/298 4484
/proc/meminfo: memFree=15048888/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=795504 CPUtime=3760.64 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 952009 0 0 0 375685 379 0 0 25 0 4 0 651342858 814596096 136375 33554432000 4194304 4580107 140734778946000 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 198876 136375 378 95 0 193858 0
[pid=4447/tid=4448] ppid=4445 vsize=795504 CPUtime=933.73 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 267866 0 0 0 93264 109 0 0 25 0 4 0 651342858 814596096 136375 33554432000 4194304 4580107 140734778946000 18446744073709551615 4317131 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=795504 CPUtime=942.27 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 204199 0 0 0 94139 88 0 0 25 0 4 0 651342858 814596096 136375 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=795504 CPUtime=942.31 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 253950 0 0 0 94134 97 0 0 25 0 4 0 651342858 814596096 136375 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.64
Current children cumulated vsize (KiB) 795504

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 7.97 9/298 4486
/proc/meminfo: memFree=15090524/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=800264 CPUtime=4000.09 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 992984 0 0 0 399609 400 0 0 25 0 4 0 651342858 819470336 135338 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 200066 135338 378 95 0 195048 0
[pid=4447/tid=4448] ppid=4445 vsize=800264 CPUtime=993.17 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 279733 0 0 0 99202 115 0 0 25 0 4 0 651342858 819470336 135338 33554432000 4194304 4580107 140734778946000 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=800264 CPUtime=1002.27 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 211328 0 0 0 100137 90 0 0 25 0 4 0 651342858 819470336 135338 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=800264 CPUtime=1002.3 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 265732 0 0 0 100126 104 0 0 25 0 4 0 651342858 819470336 135338 33554432000 4194304 4580107 140734778946000 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4000.09
Current children cumulated vsize (KiB) 800264

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 7.97 9/298 4487
/proc/meminfo: memFree=14978040/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=815536 CPUtime=4239.55 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 1039090 0 0 0 423535 420 0 0 25 0 4 0 651342858 835108864 133426 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 203884 133426 378 95 0 198866 0
[pid=4447/tid=4448] ppid=4445 vsize=815536 CPUtime=1052.63 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 291494 0 0 0 105142 121 0 0 25 0 4 0 651342858 835108864 133426 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=815536 CPUtime=1062.26 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 223229 0 0 0 106131 95 0 0 25 0 4 0 651342858 835108864 133426 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=815536 CPUtime=1062.31 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 277894 0 0 0 106122 109 0 0 25 0 4 0 651342858 835108864 133426 33554432000 4194304 4580107 140734778946000 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.55
Current children cumulated vsize (KiB) 815536

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 7.98 9/298 4489
/proc/meminfo: memFree=14872984/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=990208 CPUtime=4479 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 1072419 0 0 0 447464 436 0 0 25 0 4 0 651342858 1013972992 154643 33554432000 4194304 4580107 140734778946000 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 247552 154643 378 95 0 242534 0
[pid=4447/tid=4448] ppid=4445 vsize=990208 CPUtime=1112.09 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 299930 0 0 0 111084 125 0 0 25 0 4 0 651342858 1013972992 154643 33554432000 4194304 4580107 140734778946000 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=990208 CPUtime=1122.26 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 232306 0 0 0 112125 101 0 0 25 0 4 0 651342858 1013972992 154643 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=990208 CPUtime=1122.31 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 283969 0 0 0 112121 110 0 0 25 0 4 0 651342858 1013972992 154643 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4479
Current children cumulated vsize (KiB) 990208

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 7.98 9/298 4490
/proc/meminfo: memFree=14740900/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=996204 CPUtime=4718.46 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 1110035 0 0 0 471392 454 0 0 25 0 4 0 651342858 1020112896 153774 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 249051 153774 378 95 0 244033 0
[pid=4447/tid=4448] ppid=4445 vsize=996204 CPUtime=1171.55 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 306823 0 0 0 117027 128 0 0 25 0 4 0 651342858 1020112896 153774 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=996204 CPUtime=1182.25 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 243935 0 0 0 118119 106 0 0 25 0 4 0 651342858 1020112896 153774 33554432000 4194304 4580107 140734778946000 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=996204 CPUtime=1182.31 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 295503 0 0 0 118116 115 0 0 25 0 4 0 651342858 1020112896 153774 33554432000 4194304 4580107 140734778946000 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.46
Current children cumulated vsize (KiB) 996204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.13 8.09 7.99 9/298 4491
/proc/meminfo: memFree=14791852/32951124 swapFree=52307768/67111528
[pid=4447] ppid=4445 vsize=879532 CPUtime=4800.29 cores=1,3,5,7
/proc/4447/stat : 4447 (strangenight2-m) R 4445 4447 4414 0 -1 4202496 1123907 0 0 0 479568 461 0 0 25 0 4 0 651342858 900640768 148978 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4447/statm: 219883 148978 378 95 0 214865 0
[pid=4447/tid=4448] ppid=4445 vsize=879532 CPUtime=1191.85 cores=1,3,5,7
/proc/4447/task/4448/stat : 4448 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 311350 0 0 0 119054 131 0 0 25 0 4 0 651342858 900640768 148979 33554432000 4194304 4580107 140734778946000 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4447/tid=4449] ppid=4445 vsize=879532 CPUtime=1202.77 cores=1,3,5,7
/proc/4447/task/4449/stat : 4449 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 244618 0 0 0 120170 107 0 0 25 0 4 0 651342858 900640768 148979 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4447/tid=4450] ppid=4445 vsize=879532 CPUtime=1202.82 cores=1,3,5,7
/proc/4447/task/4450/stat : 4450 (strangenight2-m) R 4445 4447 4414 0 -1 4202560 299793 0 0 0 120166 116 0 0 25 0 4 0 651342858 900640768 148979 33554432000 4194304 4580107 140734778946000 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 879532

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.85
CPU time (s): 4800.36
CPU user time (s): 4795.72
CPU system time (s): 4.64129
CPU usage (%): 399.084
Max. virtual memory (cumulated for all children) (KiB): 1044552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.72
system time used= 4.64129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1123910
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= 1566
involuntary context switches= 34888

runsolver used 3.06453 second user time and 7.92179 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 20:23:21
IDJOB=3366159
IDBENCH=82568
IDSOLVER=1844
FILE ID=node101/3366159-1305397401
RUNJOBID= node101-1305397401-4433
PBS_JOBID= 13324459
Free space on /tmp= 73736 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S283489555-036-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366159-1305397401/watcher-3366159-1305397401 -o /tmp/evaluation-result-3366159-1305397401/solver-3366159-1305397401 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366159-1305397401.cnf

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

MD5SUM BENCH= dd0dfae1a7fca71616878d93d3870a71
RANDOM SEED=1127122666

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16817088 kB
Buffers:        319512 kB
Cached:        5883992 kB
SwapCached:      14848 kB
Active:       10826108 kB
Inactive:      5031748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16817088 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           12468 kB
Writeback:           0 kB
AnonPages:     9651308 kB
Mapped:          14244 kB
Slab:           149772 kB
PageTables:      62444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41976124 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= 73724 MiB
End job on node101 at 2011-05-14 20:43:26