Trace number 3366171

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1227169170-092-UNKNOWN.cnf
MD5SUM51cac83217796c0d85d5add5d2ed2d64
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.517
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-3366171-1305397927.cnf'
0.00/0.01	c -- header says num vars:            200
0.00/0.01	c -- header says num clauses:       17000
0.03/0.11	c -- clauses added:            0 learnts,        17000 normals,            0 xors
0.03/0.11	c -- vars added        200
0.03/0.11	c Parsing time:  0.01 s
0.03/0.11	c  N st     0         0       200     17000         0         0    119000         0   no data   no data
1.17/0.37	c asymm  cl-useful: 0/14583/17000 lits-rem:0 time: 0.35
1.17/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.17/0.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1.17/0.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.82/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4.82/1.25	c Finding binary XORs  T:     0.00 s  found:       0
4.82/1.25	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
4.82/1.25	c calculated reachability. Time: 0.00
4.82/1.25	c Calc default polars -  time:   0.00 s pos:     103 undec:       2 neg:      95
4.82/1.25	c =========================================================================================
4.82/1.25	c types(t): F = full restart, N = normal restart
4.82/1.25	c types(t): S = simplification begin/end, E = solution found
4.82/1.25	c restart types(rt): st = static, dy = dynamic
4.82/1.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.82/1.25	c  B st     0         0       200     17000         0         0    119000         0   no data   no data
4.82/1.25	c  N dy     9      4899       200     17000         0      4748    119000    271610     49.31     52.28
4.82/1.25	c  N dy    18      9117       200     17000         0      6422    119000    318995     48.94     51.87
4.82/1.25	c  N dy    25     13974       200     17000         0      7005    119000    302457     48.58     51.16
5.56/1.49	c  N dy    36     18080       200     17000         0      5544    119000    173083     48.56     51.20
6.75/1.74	c  N dy    44     22302       200     17000         0      9628    119000    401335     48.47     51.56
7.59/1.93	c  F st    54     25000       200     17000         0     12234    119000    545954     48.54   no data
7.95/2.07	c  N st    58     27031       200     17000         0      7608    119000    244005     48.54   no data
8.74/2.25	c  S st    60     30001       200     17000         0     10484    119000    411325     48.54   no data
8.74/2.29	c  S st    60     30504       200     17000         0     10978    119000    438407     48.54   no data
9.14/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.14/2.31	c blocked clauses removed:        0 vars:      0 tried:         200 T: 0.00 s
9.14/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
9.14/2.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.14/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.74	c lits-rem:        49  cl-subs:      317  v-elim:      0  v-fix:    0  time:  0.41 s
11.14/2.82	c asymm  cl-useful: 0/2417/17000 lits-rem:0 time: 0.08
11.14/2.82	c calculated reachability. Time: 0.00
11.14/2.82	c  N dy    60     30504       200     17000         0     10661    119000    413860     48.54   no data
12.34/3.11	c  N dy    74     34547       200     17000         0     14590    119000    633493     48.57     51.40
13.54/3.41	c  N dy    98     38553       200     17000         0     10800    119000    377561     48.78     52.07
14.73/3.77	c  N dy   109     43097       200     17000         0     15203    119000    621442     48.73     51.33
15.53/4.00	c  S st   111     45758       200     17000         0      9112    119000    238736     48.61     44.95
15.94/4.04	c  S st   111     46264       200     17000         0      9611    119000    265454     48.61   no data
15.94/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.94/4.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.94/4.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
15.94/4.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.94/4.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.94/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.37/4.14	c lits-rem:         9  cl-subs:       43  v-elim:      0  v-fix:    0  time:  0.07 s
16.37/4.14	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
16.37/4.14	c vivif2 --  cl tried     9568 cl shrink        0 lits rem          0 time: 0.00
17.93/4.56	c asymm  cl-useful: 0/13648/17000 lits-rem:0 time: 0.41
17.93/4.56	c calculated reachability. Time: 0.00
17.93/4.56	c  N dy   111     46264       200     17000         0      9568    119000    262492     48.61   no data
19.12/4.86	c  N dy   126     50432       200     17000         0     13603    119000    486351     48.67     51.38
20.34/5.18	c  N dy   143     54533       200     17000         0     17581    119000    708049     48.75     51.35
21.91/5.53	c  N dy   158     59161       200     17000         0     12402    119000    378139     48.72     51.48
23.11/5.84	c  N dy   173     63178       200     17000         0     16295    119000    595864     48.76     51.38
24.72/6.25	c  N dy   183     67555       200     17000         0     20537    119000    832246     48.73     51.36
25.50/6.43	c  S st   190     69397       200     17000         0     11670    119000    294770     48.75     48.38
25.50/6.48	c  S st   190     69899       200     17000         0     12163    119000    321658     48.75   no data
25.50/6.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.50/6.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.90/6.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.90/6.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.90/6.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.90/6.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
25.90/6.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.90/6.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.90/6.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.31/6.64	c lits-rem:        29  cl-subs:       91  v-elim:      0  v-fix:    0  time:  0.13 s
26.31/6.64	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
26.31/6.65	c vivif2 --  cl tried    12072 cl shrink        0 lits rem          0 time: 0.00
26.70/6.77	c asymm  cl-useful: 0/3352/17000 lits-rem:0 time: 0.13
26.70/6.77	c calculated reachability. Time: 0.00
26.70/6.77	c  N dy   190     69899       200     17000         0     12072    119000    314617     48.75   no data
28.30/7.12	c  N dy   203     74539       200     17000         0     16592    119000    564977     48.72     51.43
29.89/7.56	c  N dy   215     79789       200     17000         0     21677    119000    849874     48.69     51.36
31.49/7.98	c  N dy   235     84947       200     17000         0     15052    119000    439531     48.73     51.54
32.29/8.19	c  F st   248     87501       200     17000         0     17531    119000    577819     48.76   no data
33.50/8.46	c  N st   253     90795       200     17000         0     20721    119000    759447     48.76   no data
35.88/9.00	c  N dy   265     96992       200     17000         0     14105    119000    345365     48.75     51.49
37.89/9.57	c  N dy   291    103414       200     17000         0     20311    119000    691959     48.78     51.36
38.67/9.71	c  S st   294    104848       200     17000         0     21701    119000    769527     48.78     48.57
38.67/9.78	c  S st   294    105349       200     17000         0     22197    119000    796040     48.78   no data
38.67/9.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.07/9.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.07/9.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.07/9.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.07/9.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.07/9.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
39.07/9.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.07/9.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.07/9.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.26/11.16	c lits-rem:       188  cl-subs:      721  v-elim:      0  v-fix:    0  time:  1.32 s
44.26/11.16	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
44.26/11.17	c vivif2 --  cl tried    21476 cl shrink        0 lits rem          0 time: 0.01
45.46/11.47	c asymm  cl-useful: 0/5136/17000 lits-rem:0 time: 0.30
45.46/11.47	c calculated reachability. Time: 0.00
45.46/11.47	c  N dy   294    105349       200     17000         0     21476    119000    743326     48.78   no data
48.25/12.16	c  N dy   315    112335       200     17000         0     14688    119000    335068     48.78     51.82
50.64/12.80	c  N dy   332    119645       200     17000         0     21739    119000    726523     48.76     51.38
55.45/13.98	c  N dy   347    131242       200     17000         0     18460    119000    501969     48.63     51.27
58.64/14.79	c  N dy   369    140012       200     17000         0     26960    119000    976741     48.62     51.42
62.22/15.67	c  N dy   403    149292       200     17000         0     20467    119000    571989     48.66     51.25
65.81/16.53	c  S st   440    158023       200     17000         0     28909    119000   1042240     48.70     50.65
66.21/16.61	c  S st   440    158528       200     17000         0     29404    119000   1068663     48.70   no data
66.21/16.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.21/16.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
66.21/16.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.21/16.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.21/16.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.21/16.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
66.21/16.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.21/16.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
66.21/16.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.59/19.23	c lits-rem:       242  cl-subs:     1061  v-elim:      0  v-fix:    0  time:  2.56 s
76.59/19.23	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
76.59/19.25	c vivif2 --  cl tried    28343 cl shrink        0 lits rem          0 time: 0.01
77.40/19.50	c asymm  cl-useful: 0/3843/17000 lits-rem:0 time: 0.26
77.40/19.50	c calculated reachability. Time: 0.00
77.40/19.50	c  N dy   440    158528       200     17000         0     28343    119000    989795     48.70   no data
82.97/20.80	c  N dy   448    171787       200     17000         0     24736    119000    772176     48.52     51.47
87.76/22.09	c  N dy   510    182836       200     17000         0     18019    119000    349145     48.61     51.22
92.94/23.33	c  N dy   534    194586       200     17000         0     29365    119000    987463     48.55     51.14
98.54/24.74	c  N dy   580    207053       200     17000         0     23088    119000    589357     48.57     51.15
104.92/26.37	c  N dy   604    221034       200     17000         0     36664    119000   1347235     48.49     51.39
111.71/28.08	c  N dy   650    235727       200     17000         0     31533    119000   1014096     48.49     51.22
112.94/28.32	c  S st   653    237792       200     17000         0     33530    119000   1124398     48.49     46.49
113.30/28.42	c  S st   653    238296       200     17000         0     34028    119000   1151750     48.49   no data
113.30/28.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.30/28.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
113.30/28.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.30/28.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.30/28.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.30/28.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
113.30/28.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.30/28.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.30/28.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.27/31.94	c lits-rem:       272  cl-subs:     1100  v-elim:      0  v-fix:    0  time:  3.45 s
127.27/31.94	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
127.27/31.96	c vivif2 --  cl tried    32928 cl shrink        0 lits rem          0 time: 0.02
128.47/32.23	c asymm  cl-useful: 0/3354/17000 lits-rem:0 time: 0.27
128.47/32.23	c calculated reachability. Time: 0.00
128.47/32.23	c  N dy   653    238296       200     17000         0     32928    119000   1072041     48.49   no data
135.65/34.00	c  N dy   710    253614       200     17000         0     27454    119000    745490     48.52     51.20
143.25/35.97	c  N dy   752    270083       200     17000         0     22073    119000    401853     48.48     51.30
151.23/37.93	c  N dy   774    287775       200     17000         0     39169    119000   1359023     48.27     50.95
159.60/40.03	c  F st   823    306250       200     17000         0     34804    119000   1069023     48.25     45.87
159.60/40.03	c  N st   823    306250       200     17000         0     34804    119000   1069023     48.25     45.87
169.18/42.43	c  N dy   861    326539       200     17000         0     31225    119000    825962     48.20     50.82
182.76/45.85	c  N dy   922    354133       200     17000         0     33737    119000    923864     48.09     51.07
184.34/46.23	c  S st   928    357446       200     17000         0     36959    119000   1104134     48.08   no data
184.74/46.33	c  S st   928    357950       200     17000         0     37451    119000   1130581     48.08   no data
184.74/46.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.74/46.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
184.74/46.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.74/46.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.74/46.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.74/46.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
184.74/46.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.74/46.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
185.14/46.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.52/49.10	c lits-rem:       228  cl-subs:     1329  v-elim:      0  v-fix:    0  time:  2.70 s
195.93/49.11	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
195.93/49.12	c vivif2 --  cl tried    36122 cl shrink        0 lits rem          0 time: 0.02
197.12/49.41	c asymm  cl-useful: 0/3072/17000 lits-rem:0 time: 0.28
197.12/49.41	c calculated reachability. Time: 0.00
197.12/49.41	c  N dy   928    357950       200     17000         0     36122    119000   1046084     48.08   no data
207.89/52.15	c  N dy  1019    378019       200     17000         0     30429    119000    692651     48.12     50.89
219.86/55.14	c  N dy  1126    398049       200     17000         0     49895    119000   1776744     48.17     53.72
232.23/58.20	c  N dy  1214    419816       200     17000         0     44835    119000   1446469     48.19     50.93
244.22/61.27	c  N dy  1274    442518       200     17000         0     39644    119000   1117044     48.16     50.80
255.78/64.16	c  N dy  1343    462750       200     17000         0     31136    119000    602006     48.17     50.78
266.60/66.85	c  N dy  1418    482766       200     17000         0     50542    119000   1684717     48.19     51.40
278.13/69.76	c  N dy  1498    502998       200     17000         0     41077    119000   1104264     48.22     50.85
294.49/73.84	c  N dy  1561    531158       200     17000         0     38298    119000    915543     48.18     50.80
297.68/74.63	c  S st  1588    536925       200     17000         0     43896    119000   1228076     48.19   no data
298.08/74.75	c  S st  1588    537427       200     17000         0     44390    119000   1255259     48.19   no data
298.08/74.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
298.08/74.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
298.08/74.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
298.08/74.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.08/74.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.08/74.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
298.08/74.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
298.49/74.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
298.49/74.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
312.85/78.47	c lits-rem:       379  cl-subs:     1297  v-elim:      0  v-fix:    0  time:  3.64 s
312.85/78.47	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
312.85/78.48	c vivif2 --  cl tried    43093 cl shrink        0 lits rem          0 time: 0.01
313.65/78.66	c asymm  cl-useful: 0/1595/17000 lits-rem:0 time: 0.17
313.65/78.66	c calculated reachability. Time: 0.00
313.65/78.66	c  N dy  1588    537427       200     17000         0     43093    119000   1166774     48.19   no data
327.63/82.17	c  N dy  1678    557811       200     17000         0     31852    119000    508021     48.23     50.82
338.39/84.89	c  N dy  1751    577871       200     17000         0     51327    119000   1590329     48.24     51.03
351.96/88.22	c  N dy  1846    598002       200     17000         0     38872    119000    853971     48.28     50.85
364.33/91.32	c  N dy  1902    618215       200     17000         0     58500    119000   1937781     48.27     51.04
376.70/94.48	c  N dy  1988    638276       200     17000         0     44967    119000   1145402     48.29     50.93
392.27/98.36	c  N dy  2085    658586       200     17000         0     64657    119000   2244524     48.32     51.32
405.44/101.65	c  N dy  2173    678837       200     17000         0     50329    119000   1396873     48.34     50.97
420.60/105.45	c  N dy  2232    698850       200     17000         0     69699    119000   2481165     48.33     52.46
434.57/108.92	c  N dy  2308    718940       200     17000         0     54274    119000   1576364     48.34     52.29
451.34/113.12	c  N dy  2382    740818       200     17000         0     39619    119000    716262     48.34     51.09
464.90/116.51	c  N dy  2455    760820       200     17000         0     58999    119000   1790955     48.34     51.96
480.87/120.50	c  N dy  2543    780903       200     17000         0     41653    119000    781732     48.36     50.97
493.64/123.77	c  N dy  2606    801531       200     17000         0     61665    119000   1896468     48.35     50.90
497.23/124.67	c  S st  2623    806141       200     17000         0     66170    119000   2149928     48.36   no data
498.04/124.86	c  S st  2623    806644       200     17000         0     66663    119000   2175913     48.36   no data
498.04/124.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
498.43/124.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
498.43/124.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
498.43/124.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
498.43/124.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.43/124.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
498.43/124.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
498.43/124.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
498.43/124.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
562.68/141.01	c lits-rem:       737  cl-subs:     2249  v-elim:      0  v-fix:    0  time: 16.03 s
562.68/141.01	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
562.68/141.04	c vivif2 --  cl tried    64414 cl shrink        0 lits rem          0 time: 0.03
563.88/141.40	c asymm  cl-useful: 0/2600/17000 lits-rem:0 time: 0.35
564.28/141.40	c calculated reachability. Time: 0.00
564.28/141.40	c  N dy  2623    806644       200     17000         0     64414    119000   2014287     48.36   no data
581.04/145.61	c  N dy  2728    826884       200     17000         0     46242    119000   1000213     48.38     51.14
595.42/149.30	c  N dy  2800    847328       200     17000         0     66080    119000   2110601     48.39     51.01
610.57/153.06	c  N dy  2871    867553       200     17000         0     46911    119000    988998     48.40     50.95
624.94/156.63	c  N dy  2935    888366       200     17000         0     67108    119000   2115484     48.39     51.45
640.50/160.59	c  N dy  3013    908519       200     17000         0     46899    119000    940980     48.41     51.10
654.07/163.97	c  N dy  3067    928933       200     17000         0     66695    119000   2046530     48.39     51.27
672.83/168.67	c  N dy  3137    952246       200     17000         0     48571    119000    988555     48.39     51.36
687.20/172.27	c  N dy  3221    972349       200     17000         0     68111    119000   2082808     48.40     50.99
704.36/176.50	c  N dy  3286    992392       200     17000         0     45826    119000    790810     48.40     51.02
717.94/179.95	c  N dy  3343   1013612       200     17000         0     66437    119000   1940911     48.39     51.47
736.68/184.61	c  N dy  3417   1033876       200     17000         0     43369    119000    610338     48.40     51.04
749.49/187.83	c  N dy  3482   1053889       200     17000         0     62766    119000   1691947     48.40     51.00
765.02/191.70	c  F st  3552   1071877       200     17000         0     80234    119000   2667508     48.41     47.87
766.63/192.17	c  N st  3556   1073909       200     17000         0     82199    119000   2776729     48.41   no data
780.98/195.74	c  N dy  3603   1094074       200     17000         0     58100    119000   1396835     48.40     51.49
798.15/200.00	c  N dy  3663   1116182       200     17000         0     79535    119000   2595734     48.40     51.44
814.92/204.28	c  N dy  3739   1136203       200     17000         0     54314    119000   1132831     48.40     52.03
832.48/208.70	c  N dy  3826   1156323       200     17000         0     73812    119000   2218069     48.42     51.53
855.61/214.40	c  N dy  3881   1176966       200     17000         0     48254    119000    755344     48.41     51.16
872.77/218.74	c  N dy  3947   1198338       200     17000         0     68973    119000   1911239     48.41     50.96
883.15/221.40	c  S st  3970   1209967       200     17000         0     80250    119000   2538591     48.40     49.16
884.35/221.61	c  S st  3970   1210469       200     17000         0     80747    119000   2565585     48.40   no data
884.35/221.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
884.35/221.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
884.35/221.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
884.35/221.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.35/221.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.35/221.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
884.35/221.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
884.75/221.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
884.75/221.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
972.55/243.75	c lits-rem:      1222  cl-subs:     2823  v-elim:      0  v-fix:    0  time: 21.98 s
972.55/243.75	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
972.55/243.78	c vivif2 --  cl tried    77924 cl shrink        0 lits rem          0 time: 0.03
974.15/244.15	c asymm  cl-useful: 0/1905/17000 lits-rem:0 time: 0.37
974.15/244.15	c calculated reachability. Time: 0.00
974.15/244.15	c  N dy  3970   1210469       200     17000         0     77924    119000   2364723     48.40   no data
992.50/248.73	c  N dy  4028   1230584       200     17000         0     50900    119000    857056     48.39     51.26
1007.28/252.49	c  N dy  4102   1250587       200     17000         0     70308    119000   1941292     48.40     51.94
1026.43/257.28	c  N dy  4158   1270609       200     17000         0     89728    119000   3026791     48.40     53.78
1043.20/261.43	c  N dy  4248   1290626       200     17000         0     61708    119000   1417109     48.41     51.00
1060.77/265.87	c  N dy  4332   1310705       200     17000         0     81229    119000   2508001     48.41     51.68
1082.30/271.28	c  N dy  4411   1332004       200     17000         0     53334    119000    896780     48.42     50.97
1098.27/275.20	c  N dy  4487   1352094       200     17000         0     72857    119000   1985038     48.42     51.00
1118.62/280.37	c  N dy  4578   1372150       200     17000         0     92346    119000   3076161     48.43     51.30
1136.18/284.73	c  N dy  4669   1392242       200     17000         0     62363    119000   1360718     48.45     51.24
1152.96/288.99	c  N dy  4729   1412317       200     17000         0     81806    119000   2443306     48.45     53.94
1176.08/294.78	c  N dy  4824   1432493       200     17000         0     50901    119000    674799     48.46     51.81
1192.88/298.93	c  N dy  4902   1455044       200     17000         0     72789    119000   1898940     48.47     51.10
1212.81/303.95	c  N dy  4982   1475191       200     17000         0     92373    119000   2994579     48.47     51.63
1234.75/309.42	c  N dy  5044   1499124       200     17000         0     64089    119000   1371057     48.47     51.09
1252.72/313.97	c  N dy  5120   1519348       200     17000         0     83713    119000   2463244     48.47     52.07
1273.86/319.20	c  N dy  5171   1539365       200     17000         0    103102    119000   3543263     48.46     51.78
1290.62/323.41	c  N dy  5236   1559999       200     17000         0     70782    119000   1695908     48.46     51.08
1309.79/328.23	c  N dy  5310   1580091       200     17000         0     90239    119000   2779709     48.47     51.24
1332.95/334.10	c  N dy  5400   1600491       200     17000         0     56691    119000    869237     48.48     51.71
1349.30/338.18	c  N dy  5479   1620614       200     17000         0     76245    119000   1961905     48.48     51.38
1372.46/343.94	c  N dy  5550   1640636       200     17000         0     95658    119000   3050050     48.48     51.13
1395.19/349.62	c  N dy  5613   1661608       200     17000         0     61649    119000   1094788     48.49     51.11
1413.15/354.14	c  N dy  5656   1681796       200     17000         0     81190    119000   2184322     48.48     51.05
1434.34/359.46	c  N dy  5731   1701891       200     17000         0    100698    119000   3276184     48.48     54.46
1444.68/362.07	c  S st  5755   1710469       200     17000         0    108976    119000   3735601     48.48     47.64
1445.88/362.38	c  S st  5755   1710971       200     17000         0    109468    119000   3762175     48.48   no data
1445.88/362.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1446.28/362.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1446.28/362.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1446.28/362.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1446.28/362.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1446.28/362.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1446.28/362.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1446.68/362.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1446.68/362.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1597.94/400.40	c lits-rem:      1002  cl-subs:     4445  v-elim:      0  v-fix:    0  time: 37.80 s
1597.94/400.40	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
1597.94/400.45	c vivif2 --  cl tried   105023 cl shrink        0 lits rem          0 time: 0.04
1599.53/400.87	c asymm  cl-useful: 0/1417/17000 lits-rem:0 time: 0.42
1599.53/400.87	c calculated reachability. Time: 0.00
1599.53/400.87	c  N dy  5755   1710971       200     17000         0    105023    119000   3446040     48.48   no data
1619.88/405.94	c  N dy  5851   1731046       200     17000         0     69339    119000   1492999     48.49     52.07
1639.44/410.85	c  N dy  5929   1751142       200     17000         0     88850    119000   2585055     48.50     54.22
1663.79/416.97	c  N dy  6006   1771259       200     17000         0    108375    119000   3674366     48.50     51.18
1682.94/421.75	c  N dy  6081   1791581       200     17000         0     71852    119000   1578379     48.51     51.47
1702.49/426.65	c  N dy  6140   1812515       200     17000         0     92101    119000   2706938     48.51     51.12
1726.84/432.76	c  N dy  6204   1833220       200     17000         0    112191    119000   3825785     48.50     51.09
1746.04/437.52	c  N dy  6283   1854314       200     17000         0     75420    119000   1733701     48.51     51.12
1766.35/442.62	c  N dy  6354   1874452       200     17000         0     94965    119000   2829310     48.51     51.30
1792.69/449.29	c  N dy  6447   1895155       200     17000         0    115098    119000   3956833     48.52     51.14
1810.65/453.78	c  N dy  6511   1915363       200     17000         0     76543    119000   1743989     48.52     51.40
1831.00/458.87	c  N dy  6582   1935473       200     17000         0     96068    119000   2838253     48.52     51.49
1856.14/465.11	c  N dy  6635   1955791       200     17000         0    115808    119000   3938136     48.52     51.32
1875.31/469.92	c  N dy  6717   1975792       200     17000         0     75990    119000   1670656     48.53     51.42
1896.05/475.16	c  N dy  6795   1995950       200     17000         0     95554    119000   2764725     48.53     51.13
1921.22/481.41	c  N dy  6868   2016267       200     17000         0    115247    119000   3863870     48.53     51.32
1941.96/486.64	c  N dy  6946   2036659       200     17000         0     74905    119000   1566486     48.53     51.70
1963.91/492.14	c  N dy  7020   2056673       200     17000         0     94331    119000   2649989     48.54     51.21
1990.25/498.77	c  N dy  7082   2076687       200     17000         0    113756    119000   3729965     48.53     51.12
2013.00/504.42	c  N dy  7157   2097014       200     17000         0     72337    119000   1377466     48.54     51.56
2030.98/508.99	c  N dy  7185   2117351       200     17000         0     92016    119000   2484663     48.53     51.18
2076.85/520.44	c  N dy  7266   2158898       200     17000         0     70140    119000   1213439     48.50     51.34
2097.24/525.55	c  N dy  7345   2179594       200     17000         0     90222    119000   2332297     48.50     51.12
2120.75/531.48	c  N dy  7400   2199887       200     17000         0    109863    119000   3429485     48.50     51.53
2136.33/535.35	c  S st  7444   2210971       200     17000         0    120584    119000   4030021     48.50     49.86
2137.51/535.69	c  S st  7444   2211475       200     17000         0    121079    119000   4056204     48.50   no data
2137.91/535.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2137.91/535.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2137.91/535.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2137.91/535.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2137.91/535.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2137.91/535.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2137.91/535.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2138.31/535.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2138.71/535.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2305.94/577.81	c lits-rem:       888  cl-subs:     4931  v-elim:      0  v-fix:    0  time: 41.88 s
2305.94/577.81	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2305.94/577.86	c vivif2 --  cl tried   116148 cl shrink        0 lits rem          0 time: 0.05
2307.55/578.29	c asymm  cl-useful: 0/1244/17000 lits-rem:0 time: 0.43
2307.55/578.30	c calculated reachability. Time: 0.00
2307.55/578.30	c  N dy  7444   2211475       200     17000         0    116148    119000   3712011     48.50   no data
2332.27/584.43	c  N dy  7517   2231605       200     17000         0     72774    119000   1321111     48.50     51.09
2351.45/589.24	c  N dy  7578   2251703       200     17000         0     92277    119000   2414784     48.50     51.10
2376.57/595.51	c  N dy  7660   2271806       200     17000         0    111785    119000   3508863     48.50     51.17
2403.71/602.39	c  N dy  7745   2291897       200     17000         0     67320    119000    967835     48.51     51.08
2422.11/606.94	c  N dy  7811   2311949       200     17000         0     86733    119000   2050502     48.51     51.56
2446.01/612.91	c  N dy  7905   2331955       200     17000         0    106148    119000   3134099     48.52     51.17
2473.15/619.73	c  N dy  7963   2352276       200     17000         0    125821    119000   4226884     48.52     51.11
2494.31/625.02	c  N dy  8041   2372364       200     17000         0     80411    119000   1657410     48.52     51.34
2516.65/630.65	c  N dy  8124   2392774       200     17000         0    100236    119000   2761545     48.53     51.19
2543.79/637.47	c  N dy  8209   2413046       200     17000         0    119902    119000   3860324     48.53     51.48
2570.95/644.29	c  N dy  8287   2433714       200     17000         0     74003    119000   1245925     48.54     51.13
2592.90/649.74	c  N dy  8366   2455280       200     17000         0     94935    119000   2415384     48.54     51.21
2621.61/656.97	c  N dy  8434   2475358       200     17000         0    114383    119000   3500434     48.54     51.19
2655.14/665.33	c  N dy  8522   2495570       200     17000         0     67093    119000    816610     48.54     51.22
2674.70/670.28	c  N dy  8611   2515636       200     17000         0     86556    119000   1909137     48.55     53.26
2699.44/676.45	c  N dy  8705   2535896       200     17000         0    106258    119000   3013692     48.56     51.70
2727.38/683.44	c  N dy  8778   2556052       200     17000         0    125787    119000   4102645     48.56     51.68
2751.72/689.54	c  N dy  8833   2576150       200     17000         0     77385    119000   1346650     48.56     51.51
2773.67/695.04	c  N dy  8929   2596451       200     17000         0     97072    119000   2450660     48.57     51.19
2799.23/701.43	c  N dy  9007   2616527       200     17000         0    116516    119000   3539731     48.57     51.14
2830.74/709.31	c  N dy  9090   2636849       200     17000         0    136208    119000   4634798     48.58     51.36
2851.11/714.46	c  N dy  9169   2656896       200     17000         0     86814    119000   1827781     48.58     52.56
2874.28/720.21	c  N dy  9230   2677323       200     17000         0    106573    119000   2933189     48.58     51.17
2902.18/727.22	c  N dy  9308   2697379       200     17000         0    126062    119000   4019961     48.58     51.58
2925.33/733.02	c  S st  9358   2711475       200     17000         0     69903    119000    837238     48.58     46.64
2926.13/733.20	c  S st  9358   2711981       200     17000         0     70403    119000    864192     48.58   no data
2926.13/733.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2926.13/733.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2926.13/733.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2926.13/733.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2926.13/733.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2926.13/733.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2926.13/733.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2926.13/733.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2926.13/733.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2930.52/734.37	c lits-rem:         0  cl-subs:       17  v-elim:      0  v-fix:    0  time:  1.07 s
2930.52/734.37	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2930.52/734.38	c vivif2 --  cl tried    70386 cl shrink        0 lits rem          0 time: 0.01
2932.11/734.71	c asymm  cl-useful: 0/1914/17000 lits-rem:0 time: 0.33
2932.11/734.72	c calculated reachability. Time: 0.00
2932.11/734.72	c  N dy  9358   2711981       200     17000         0     70386    119000    862788     48.58   no data
2950.07/739.24	c  N dy  9402   2732012       200     17000         0     89815    119000   1950858     48.58     51.17
2976.81/745.91	c  N dy  9460   2752124       200     17000         0    109304    119000   3029948     48.57     51.14
3007.54/753.60	c  N dy  9544   2772166       200     17000         0    128750    119000   4114896     48.58     53.16
3035.89/760.71	c  N dy  9607   2792357       200     17000         0     77555    119000   1215314     48.58     51.61
3055.83/765.74	c  N dy  9670   2812395       200     17000         0     96976    119000   2303791     48.58     51.53
3081.37/772.16	c  N dy  9750   2832435       200     17000         0    116409    119000   3392235     48.58     51.40
3112.90/780.01	c  N dy  9804   2854260       200     17000         0    137524    119000   4572738     48.58     51.42
3137.27/786.19	c  N dy  9882   2874497       200     17000         0     85436    119000   1612415     48.58     51.20
3160.39/791.94	c  N dy  9966   2894530       200     17000         0    104882    119000   2697979     48.58     51.27
3187.94/798.86	c  N dy 10053   2914605       200     17000         0    124320    119000   3786984     48.59     51.32
3220.26/806.98	c  N dy 10124   2934931       200     17000         0    144041    119000   4891059     48.59     51.37
3241.81/812.36	c  N dy 10184   2955343       200     17000         0     91076    119000   1879214     48.59     51.18
3266.15/818.40	c  N dy 10252   2975622       200     17000         0    110757    119000   2980737     48.59     51.95
3296.09/825.96	c  N dy 10347   2995790       200     17000         0    130339    119000   4077767     48.60     51.61
3328.42/834.08	c  N dy 10418   3015983       200     17000         0     76203    119000   1001453     48.60     51.25
3352.38/840.02	c  N dy 10493   3036130       200     17000         0     95759    119000   2090617     48.60     51.29
3384.69/848.17	c  N dy 10575   3056249       200     17000         0    115263    119000   3181367     48.60     51.18
3427.43/858.84	c  N dy 10636   3076307       200     17000         0    134713    119000   4267403     48.60     51.30
3465.31/868.33	c  N dy 10734   3096317       200     17000         0     79455    119000   1142041     48.61     55.08
3489.24/874.37	c  N dy 10804   3117840       200     17000         0    100381    119000   2315620     48.61     51.92
3517.99/881.57	c  N dy 10890   3138082       200     17000         0    120025    119000   3416262     48.61     51.91
3550.35/889.61	c  N dy 10960   3158614       200     17000         0    139936    119000   4530850     48.61     51.37
3577.85/896.58	c  N dy 11026   3178699       200     17000         0     83718    119000   1332782     48.61     51.73
3602.61/902.80	c  N dy 11078   3202492       200     17000         0    106700    119000   2621952     48.61     51.31
3615.37/905.99	c  S st 11118   3211981       200     17000         0    115930    119000   3141197     48.61   no data
3616.56/906.29	c  S st 11118   3212482       200     17000         0    116425    119000   3167593     48.61   no data
3616.96/906.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3616.96/906.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3616.96/906.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3616.96/906.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3616.96/906.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3616.96/906.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3616.96/906.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3617.36/906.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3617.36/906.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3709.95/929.61	c lits-rem:       854  cl-subs:     3484  v-elim:      0  v-fix:    0  time: 23.12 s
3709.95/929.61	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
3709.95/929.65	c vivif2 --  cl tried   112941 cl shrink        0 lits rem          0 time: 0.04
3711.55/930.06	c asymm  cl-useful: 0/1283/17000 lits-rem:0 time: 0.41
3711.55/930.06	c calculated reachability. Time: 0.00
3711.55/930.06	c  N dy 11118   3212482       200     17000         0    112941    119000   2922259     48.61   no data
3743.09/937.91	c  N dy 11207   3232847       200     17000         0    132714    119000   4028079     48.61     51.19
3779.39/947.03	c  N dy 11276   3252935       200     17000         0    152234    119000   5124451     48.61     51.24
3807.33/954.04	c  N dy 11348   3273335       200     17000         0     95421    119000   1943092     48.61     51.54
3832.46/960.32	c  N dy 11371   3294563       200     17000         0    115981    119000   3100933     48.60     51.80
3864.00/968.21	c  N dy 11455   3314644       200     17000         0    135453    119000   4190746     48.61     51.20
3898.72/976.91	c  N dy 11508   3334681       200     17000         0    154856    119000   5268999     48.61     51.54
3920.27/982.37	c  N dy 11572   3354687       200     17000         0     96694    119000   1968792     48.61     51.48
3946.61/988.96	c  N dy 11659   3374762       200     17000         0    116170    119000   3060232     48.61     51.18
3975.35/996.16	c  N dy 11712   3394859       200     17000         0    135691    119000   4154150     48.61     51.40
4010.47/1004.92	c  N dy 11789   3415284       200     17000         0    155471    119000   5258055     48.61     51.19
4034.41/1010.92	c  N dy 11865   3436544       200     17000         0     97585    119000   1976953     48.62     51.66
4059.60/1017.27	c  N dy 11940   3456625       200     17000         0    117073    119000   3067030     48.62     51.35
4089.49/1024.76	c  N dy 12010   3476918       200     17000         0    136783    119000   4171405     48.62     51.54
4132.20/1035.45	c  N dy 12091   3502602       200     17000         0     82118    119000   1059534     48.62     51.60
4152.94/1040.62	c  N dy 12151   3522615       200     17000         0    101500    119000   2146660     48.62     51.21
4179.68/1047.34	c  N dy 12210   3543417       200     17000         0    121648    119000   3271894     48.62     51.48
4210.81/1055.15	c  N dy 12261   3565100       200     17000         0    142596    119000   4449134     48.61     51.69
4244.73/1063.67	c  N dy 12317   3585121       200     17000         0     81597    119000    992496     48.61     51.19
4267.88/1069.42	c  N dy 12377   3605142       200     17000         0    101029    119000   2080655     48.61     51.28
4300.63/1077.70	c  N dy 12455   3626458       200     17000         0    121709    119000   3238921     48.61     51.19
4347.30/1089.38	c  N dy 12535   3647838       200     17000         0    142430    119000   4402340     48.61     51.21
4396.39/1101.60	c  N dy 12633   3667973       200     17000         0    162023    119000   5506005     48.62     51.66
4419.57/1107.47	c  N dy 12695   3688038       200     17000         0     99968    119000   1971157     48.62     51.18
4446.68/1114.25	c  N dy 12742   3709066       200     17000         0    120377    119000   3112755     48.61     51.88
4451.86/1115.53	c  S st 12759   3712484       200     17000         0    123688    119000   3299037     48.61   no data
4453.06/1115.88	c  S st 12759   3712986       200     17000         0    124183    119000   3326722     48.61   no data
4453.46/1115.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4453.46/1115.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4453.46/1115.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4453.46/1115.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4453.46/1115.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4453.46/1115.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4453.46/1115.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4453.86/1116.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4453.86/1116.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4551.63/1140.50	c lits-rem:       851  cl-subs:     3543  v-elim:      0  v-fix:    0  time: 24.39 s
4551.63/1140.50	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
4551.63/1140.54	c vivif2 --  cl tried   120640 cl shrink        0 lits rem          0 time: 0.04
4553.23/1140.95	c asymm  cl-useful: 0/1213/17000 lits-rem:0 time: 0.41
4553.23/1140.96	c calculated reachability. Time: 0.00
4553.23/1140.96	c  N dy 12759   3712986       200     17000         0    120640    119000   3076008     48.61   no data
4584.36/1148.76	c  N dy 12830   3733131       200     17000         0    140151    119000   4169445     48.62     51.34
4617.48/1157.07	c  F st 12902   3751563       200     17000         0    158017    119000   5164744     48.62     48.98
4621.10/1157.95	c  N st 12906   3753595       200     17000         0    159994    119000   5276210     48.62   no data
4646.63/1164.36	c  N dy 12966   3773731       200     17000         0     97124    119000   1773975     48.62     51.41
4674.56/1171.32	c  N dy 13031   3795385       200     17000         0    118050    119000   2945420     48.62     51.58
4714.86/1181.45	c  N dy 13149   3815827       200     17000         0    137868    119000   4060646     48.63     51.30
4750.39/1190.34	c  N dy 13210   3835876       200     17000         0    157247    119000   5147466     48.63     51.27
4783.12/1198.51	c  N dy 13294   3856195       200     17000         0     93664    119000   1531517     48.63     51.27

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-3366171-1305397927/watcher-3366171-1305397927 -o /tmp/evaluation-result-3366171-1305397927/solver-3366171-1305397927 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366171-1305397927.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: 6.97 7.95 7.91 6/287 2806
/proc/meminfo: memFree=21547396/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 4 0 651390869 52396032 347 33554432000 4194304 4580107 140733593479536 18446744073709551615 232335948785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 12792 347 299 95 0 7774 0
[pid=2806/tid=2807] ppid=2804 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651390870 52396032 351 33554432000 4194304 4580107 140733593479536 18446744073709551615 47788906227225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651390870 52396032 351 33554432000 4194304 4580107 140733593479536 18446744073709551615 47788906227634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651390870 52396032 351 33554432000 4194304 4580107 140733593479536 18446744073709551615 47788906227219 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.015823 s]
/proc/loadavg: 6.97 7.95 7.91 6/287 2806
/proc/meminfo: memFree=21547396/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=281992 CPUtime=0.03 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) D 2804 2806 2765 0 -1 4202496 1717 0 0 0 3 0 0 0 18 0 4 0 651390869 288759808 1626 33554432000 4194304 4580107 140733593479536 18446744073709551615 232335553569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 70498 1626 336 95 0 65480 0
[pid=2806/tid=2807] ppid=2804 vsize=281992 CPUtime=0.01 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) D 2804 2806 2765 0 -1 4202560 347 0 0 0 1 0 0 0 18 0 4 0 651390870 288759808 1626 33554432000 4194304 4580107 140733593479536 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=281992 CPUtime=0 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 313 0 0 0 0 0 0 0 25 0 4 0 651390870 288759808 1626 33554432000 4194304 4580107 140733593479536 18446744073709551615 232335935671 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=281992 CPUtime=0 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) D 2804 2806 2765 0 -1 4202560 323 0 0 0 0 0 0 0 18 0 4 0 651390870 288759808 1626 33554432000 4194304 4580107 140733593479536 18446744073709551615 232335589576 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 281992

[startup+0.110745 s]
/proc/loadavg: 6.97 7.95 7.91 6/287 2806
/proc/meminfo: memFree=21547396/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=283076 CPUtime=0.41 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 2697 0 0 0 41 0 0 0 18 0 4 0 651390869 289869824 2606 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 70769 2606 357 95 0 65751 0
[pid=2806/tid=2807] ppid=2804 vsize=283076 CPUtime=0.1 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 537 0 0 0 10 0 0 0 18 0 4 0 651390870 289869824 2606 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=283076 CPUtime=0.09 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 526 0 0 0 9 0 0 0 25 0 4 0 651390870 289869824 2606 33554432000 4194304 4580107 140733593479536 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=283076 CPUtime=0.1 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 685 0 0 0 10 0 0 0 18 0 4 0 651390870 289869824 2606 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283076

[startup+0.300669 s]
/proc/loadavg: 6.97 7.95 7.91 6/287 2806
/proc/meminfo: memFree=21547396/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=284620 CPUtime=1.17 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 3327 0 0 0 117 0 0 0 18 0 4 0 651390869 291450880 2788 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 71155 2788 358 95 0 66137 0
[pid=2806/tid=2807] ppid=2804 vsize=284620 CPUtime=0.29 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 568 0 0 0 29 0 0 0 18 0 4 0 651390870 291450880 2788 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=284620 CPUtime=0.28 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 558 0 0 0 28 0 0 0 25 0 4 0 651390870 291450880 2788 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=284620 CPUtime=0.29 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 1221 0 0 0 29 0 0 0 18 0 4 0 651390870 291450880 2788 33554432000 4194304 4580107 140733593479536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284620

[startup+1.21651 s]
/proc/loadavg: 6.97 7.95 7.91 6/287 2806
/proc/meminfo: memFree=21547396/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=270620 CPUtime=4.82 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 12749 0 0 0 478 4 0 0 18 0 4 0 651390869 277114880 7373 33554432000 4194304 4580107 140733593479536 18446744073709551615 4320793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 67655 7373 376 95 0 62637 0
[pid=2806/tid=2807] ppid=2804 vsize=270620 CPUtime=1.19 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 3143 0 0 0 119 0 0 0 19 0 4 0 651390870 277114880 7373 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=270620 CPUtime=1.19 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 3148 0 0 0 118 1 0 0 19 0 4 0 651390870 277114880 7373 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=270620 CPUtime=1.2 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 2890 0 0 0 120 0 0 0 18 0 4 0 651390870 277114880 7373 33554432000 4194304 4580107 140733593479536 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 270620

[startup+1.50046 s]
/proc/loadavg: 6.97 7.95 7.91 6/287 2806
/proc/meminfo: memFree=21547396/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=280760 CPUtime=5.96 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 14167 0 0 0 592 4 0 0 19 0 4 0 651390869 287498240 8791 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 70190 8791 377 95 0 65172 0
[pid=2806/tid=2807] ppid=2804 vsize=280760 CPUtime=1.48 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 3372 0 0 0 148 0 0 0 19 0 4 0 651390870 287498240 8791 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=280760 CPUtime=1.48 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 3412 0 0 0 147 1 0 0 19 0 4 0 651390870 287498240 8791 33554432000 4194304 4580107 140733593479536 18446744073709551615 4304867 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=280760 CPUtime=1.48 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 3167 0 0 0 148 0 0 0 19 0 4 0 651390870 287498240 8791 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 280760

[startup+3.10118 s]
/proc/loadavg: 7.05 7.95 7.91 10/291 2810
/proc/meminfo: memFree=21474236/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=291960 CPUtime=12.34 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 26638 0 0 0 1227 7 0 0 23 0 4 0 651390869 298967040 12380 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 72990 12380 378 95 0 67972 0
[pid=2806/tid=2807] ppid=2804 vsize=291960 CPUtime=3.08 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 7586 0 0 0 307 1 0 0 23 0 4 0 651390870 298967040 12380 33554432000 4194304 4580107 140733593479536 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=291960 CPUtime=3.05 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 5946 0 0 0 304 1 0 0 23 0 4 0 651390870 298967040 12380 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=291960 CPUtime=3.09 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 5706 0 0 0 308 1 0 0 23 0 4 0 651390870 298967040 12380 33554432000 4194304 4580107 140733593479536 18446744073709551615 4322703 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291960

[startup+6.31161 s]
/proc/loadavg: 7.05 7.95 7.91 9/291 2811
/proc/meminfo: memFree=21369704/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=307536 CPUtime=25.14 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 47669 0 0 0 2503 11 0 0 25 0 4 0 651390869 314916864 24912 33554432000 4194304 4580107 140733593479536 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 76884 24912 378 95 0 71866 0
[pid=2806/tid=2807] ppid=2804 vsize=307536 CPUtime=6.29 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 13553 0 0 0 626 3 0 0 25 0 4 0 651390870 314916864 24912 33554432000 4194304 4580107 140733593479536 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=307536 CPUtime=6.23 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 11832 0 0 0 621 2 0 0 25 0 4 0 651390870 314916864 24912 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=307536 CPUtime=6.3 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 11550 0 0 0 628 2 0 0 25 0 4 0 651390870 314916864 24912 33554432000 4194304 4580107 140733593479536 18446744073709551615 4322594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 307536

[startup+12.7005 s]
/proc/loadavg: 7.13 7.95 7.91 10/291 2811
/proc/meminfo: memFree=21304068/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=300988 CPUtime=50.64 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 73040 0 0 0 5048 16 0 0 25 0 4 0 651390869 308211712 33922 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 75247 33922 378 95 0 70229 0
[pid=2806/tid=2807] ppid=2804 vsize=300988 CPUtime=12.68 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 19112 0 0 0 1264 4 0 0 25 0 4 0 651390870 308211712 33922 33554432000 4194304 4580107 140733593479536 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=300988 CPUtime=12.58 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 16867 0 0 0 1254 4 0 0 25 0 4 0 651390870 308211712 33922 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=300988 CPUtime=12.69 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 18766 0 0 0 1266 3 0 0 25 0 4 0 651390870 308211712 33922 33554432000 4194304 4580107 140733593479536 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 300988

[startup+25.5012 s]
/proc/loadavg: 7.32 7.95 7.91 10/291 2811
/proc/meminfo: memFree=21174852/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=312436 CPUtime=101.73 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 111044 0 0 0 10148 25 0 0 25 0 4 0 651390869 319934464 44377 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 78109 44377 378 95 0 73091 0
[pid=2806/tid=2807] ppid=2804 vsize=312436 CPUtime=25.48 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 29009 0 0 0 2542 6 0 0 25 0 4 0 651390870 319934464 44377 33554432000 4194304 4580107 140733593479536 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=312436 CPUtime=25.25 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 26621 0 0 0 2519 6 0 0 25 0 4 0 651390870 319934464 44377 33554432000 4194304 4580107 140733593479536 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=312436 CPUtime=25.49 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 28131 0 0 0 2544 5 0 0 25 0 4 0 651390870 319934464 44377 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 312436

[startup+51.1006 s]
/proc/loadavg: 7.61 7.97 7.91 9/291 2812
/proc/meminfo: memFree=21117260/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=335972 CPUtime=203.9 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 163985 0 0 0 20350 40 0 0 25 0 4 0 651390869 344035328 49785 33554432000 4194304 4580107 140733593479536 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 83993 49785 378 95 0 78975 0
[pid=2806/tid=2807] ppid=2804 vsize=335972 CPUtime=51.08 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 42167 0 0 0 5098 10 0 0 25 0 4 0 651390870 344035328 49785 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=335972 CPUtime=50.63 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 40791 0 0 0 5052 11 0 0 25 0 4 0 651390870 344035328 49785 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=335972 CPUtime=51.09 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 38871 0 0 0 5101 8 0 0 25 0 4 0 651390870 344035328 49785 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294974 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) 335972

[startup+102.301 s]
/proc/loadavg: 7.89 7.99 7.92 10/291 2813
/proc/meminfo: memFree=21041476/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=397232 CPUtime=408.23 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 258791 0 0 0 40757 66 0 0 25 0 4 0 651390869 406765568 59299 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 99308 59299 378 95 0 94290 0
[pid=2806/tid=2807] ppid=2804 vsize=397232 CPUtime=102.29 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 61632 0 0 0 10212 17 0 0 25 0 4 0 651390870 406765568 59299 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=397232 CPUtime=101.36 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 65781 0 0 0 10118 18 0 0 25 0 4 0 651390870 406765568 59299 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=397232 CPUtime=102.29 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 62952 0 0 0 10215 14 0 0 25 0 4 0 651390870 406765568 59299 33554432000 4194304 4580107 140733593479536 18446744073709551615 4415992 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.23
Current children cumulated vsize (KiB) 397232

[startup+162.301 s]

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

[pid=2806] ppid=2804 vsize=804780 CPUtime=2563.35 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 822598 0 0 0 256060 275 0 0 25 0 4 0 651390869 824094720 125403 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 201195 125403 382 95 0 196177 0
[pid=2806/tid=2807] ppid=2804 vsize=804780 CPUtime=642.29 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 203405 0 0 0 64161 68 0 0 25 0 4 0 651390870 824094720 125403 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=804780 CPUtime=636.47 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 221438 0 0 0 63573 74 0 0 25 0 4 0 651390870 824094720 125403 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=804780 CPUtime=642.28 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 210276 0 0 0 64156 72 0 0 25 0 4 0 651390870 824094720 125403 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.35
Current children cumulated vsize (KiB) 804780

[startup+702.301 s]
/proc/loadavg: 8.21 8.13 8.01 9/291 2829
/proc/meminfo: memFree=20444268/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=866572 CPUtime=2802.81 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 866776 0 0 0 279986 295 0 0 25 0 4 0 651390869 887369728 125748 33554432000 4194304 4580107 140733593479536 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 216643 125748 382 95 0 211625 0
[pid=2806/tid=2807] ppid=2804 vsize=866572 CPUtime=702.3 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 215353 0 0 0 70158 72 0 0 25 0 4 0 651390870 887369728 125748 33554432000 4194304 4580107 140733593479536 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=866572 CPUtime=695.93 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 231947 0 0 0 69513 80 0 0 25 0 4 0 651390870 887369728 125748 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=866572 CPUtime=702.28 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 221161 0 0 0 70151 77 0 0 25 0 4 0 651390870 887369728 125748 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294535 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) 866572

[startup+762.301 s]
/proc/loadavg: 8.11 8.11 8.01 10/291 2831
/proc/meminfo: memFree=20427744/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=714440 CPUtime=3042.26 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 911596 0 0 0 303912 314 0 0 25 0 4 0 651390869 731586560 121106 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 178610 121106 382 95 0 173592 0
[pid=2806/tid=2807] ppid=2804 vsize=714440 CPUtime=762.29 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 228868 0 0 0 76152 77 0 0 25 0 4 0 651390870 731586560 121106 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=714440 CPUtime=755.38 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 242898 0 0 0 75452 86 0 0 25 0 4 0 651390870 731586560 121106 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=714440 CPUtime=762.28 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 231427 0 0 0 76147 81 0 0 25 0 4 0 651390870 731586560 121106 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.26
Current children cumulated vsize (KiB) 714440

[startup+822.301 s]
/proc/loadavg: 8.15 8.12 8.02 9/291 2832
/proc/meminfo: memFree=20408004/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=771960 CPUtime=3281.73 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 955502 0 0 0 327838 335 0 0 25 0 4 0 651390869 790487040 124008 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 192990 124008 382 95 0 187972 0
[pid=2806/tid=2807] ppid=2804 vsize=771960 CPUtime=822.3 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 242123 0 0 0 82146 84 0 0 25 0 4 0 651390870 790487040 124008 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=771960 CPUtime=814.84 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 255112 0 0 0 81392 92 0 0 25 0 4 0 651390870 790487040 124008 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=771960 CPUtime=822.27 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 240522 0 0 0 82142 85 0 0 25 0 4 0 651390870 790487040 124008 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.73
Current children cumulated vsize (KiB) 771960

[startup+882.3 s]
/proc/loadavg: 8.29 8.16 8.03 10/291 2834
/proc/meminfo: memFree=20334332/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=977416 CPUtime=3521.18 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 992699 0 0 0 351769 349 0 0 25 0 4 0 651390869 1000873984 145950 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 244354 145950 382 95 0 239336 0
[pid=2806/tid=2807] ppid=2804 vsize=977416 CPUtime=882.3 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 256486 0 0 0 88144 86 0 0 25 0 4 0 651390870 1000873984 145950 33554432000 4194304 4580107 140733593479536 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=977416 CPUtime=874.29 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 266669 0 0 0 87330 99 0 0 25 0 4 0 651390870 1000873984 145950 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=977416 CPUtime=882.27 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 244284 0 0 0 88141 86 0 0 25 0 4 0 651390870 1000873984 145950 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.18
Current children cumulated vsize (KiB) 977416

[startup+942.301 s]
/proc/loadavg: 8.30 8.17 8.04 9/291 2836
/proc/meminfo: memFree=20141360/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=979236 CPUtime=3760.65 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 1038677 0 0 0 375697 368 0 0 25 0 4 0 651390869 1002737664 150019 33554432000 4194304 4580107 140733593479536 18446744073709551615 4295698 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 244809 150019 382 95 0 239791 0
[pid=2806/tid=2807] ppid=2804 vsize=979236 CPUtime=942.31 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 267977 0 0 0 94140 91 0 0 25 0 4 0 651390870 1002737664 150022 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=979236 CPUtime=933.75 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 282366 0 0 0 93271 104 0 0 25 0 4 0 651390870 1002737664 150022 33554432000 4194304 4580107 140733593479536 18446744073709551615 4451799 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=979236 CPUtime=942.29 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 255997 0 0 0 94136 93 0 0 25 0 4 0 651390870 1002737664 150022 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.65
Current children cumulated vsize (KiB) 979236

[startup+1002.3 s]
/proc/loadavg: 8.37 8.20 8.06 10/291 2837
/proc/meminfo: memFree=20112948/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=977232 CPUtime=4000.09 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 1075685 0 0 0 399622 387 0 0 25 0 4 0 651390869 1000685568 144681 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 244308 144681 382 95 0 239290 0
[pid=2806/tid=2807] ppid=2804 vsize=977232 CPUtime=1002.3 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 279745 0 0 0 100133 97 0 0 25 0 4 0 651390870 1000685568 144681 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=977232 CPUtime=993.2 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 287589 0 0 0 99214 106 0 0 25 0 4 0 651390870 1000685568 144681 33554432000 4194304 4580107 140733593479536 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=977232 CPUtime=1002.27 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 267785 0 0 0 100128 99 0 0 25 0 4 0 651390870 1000685568 144681 33554432000 4194304 4580107 140733593479536 18446744073709551615 4293216 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) 977232

[startup+1062.31 s]
/proc/loadavg: 8.37 8.24 8.08 10/291 2839
/proc/meminfo: memFree=20081920/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=994236 CPUtime=4239.59 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 1120682 0 0 0 423552 407 0 0 25 0 4 0 651390869 1018097664 156079 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 248559 156079 382 95 0 243541 0
[pid=2806/tid=2807] ppid=2804 vsize=994236 CPUtime=1062.31 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 292017 0 0 0 106129 102 0 0 25 0 4 0 651390870 1018097664 156079 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=994236 CPUtime=1052.66 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 295833 0 0 0 105156 110 0 0 25 0 4 0 651390870 1018097664 156079 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=994236 CPUtime=1062.28 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 280057 0 0 0 106123 105 0 0 25 0 4 0 651390870 1018097664 156079 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.59
Current children cumulated vsize (KiB) 994236

[startup+1122.3 s]
/proc/loadavg: 8.41 8.26 8.09 10/291 2840
/proc/meminfo: memFree=19988280/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=971828 CPUtime=4479.01 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 1145292 0 0 0 447482 419 0 0 25 0 4 0 651390869 995151872 156342 33554432000 4194304 4580107 140733593479536 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 242957 156343 382 95 0 237939 0
[pid=2806/tid=2807] ppid=2804 vsize=971828 CPUtime=1122.31 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 297720 0 0 0 112127 104 0 0 25 0 4 0 651390870 995151872 156343 33554432000 4194304 4580107 140733593479536 18446744073709551615 4416683 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=971828 CPUtime=1112.11 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 306010 0 0 0 111096 115 0 0 25 0 4 0 651390870 995151872 156343 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=971828 CPUtime=1122.27 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 282193 0 0 0 112121 106 0 0 25 0 4 0 651390870 995151872 156343 33554432000 4194304 4580107 140733593479536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4479.01
Current children cumulated vsize (KiB) 971828

[startup+1182.3 s]
/proc/loadavg: 8.32 8.26 8.10 10/291 2842
/proc/meminfo: memFree=19948572/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=1082840 CPUtime=4718.45 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 1186468 0 0 0 471409 436 0 0 25 0 4 0 651390869 1108828160 158410 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 270710 158410 382 95 0 265692 0
[pid=2806/tid=2807] ppid=2804 vsize=1082840 CPUtime=1182.31 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 309244 0 0 0 118122 109 0 0 25 0 4 0 651390870 1108828160 158410 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=1082840 CPUtime=1171.57 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 317086 0 0 0 117037 120 0 0 25 0 4 0 651390870 1108828160 158410 33554432000 4194304 4580107 140733593479536 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=1082840 CPUtime=1182.27 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 293630 0 0 0 118115 112 0 0 25 0 4 0 651390870 1108828160 158410 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.45
Current children cumulated vsize (KiB) 1082840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.31 8.26 8.10 6/290 2843
/proc/meminfo: memFree=20659828/32951124 swapFree=66457188/67111528
[pid=2806] ppid=2804 vsize=921916 CPUtime=4800.29 cores=1,3,5,7
/proc/2806/stat : 2806 (strangenight2-m) R 2804 2806 2765 0 -1 4202496 1200473 0 0 0 479587 442 0 0 25 0 4 0 651390869 944041984 152956 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2806/statm: 230479 152956 382 95 0 225461 0
[pid=2806/tid=2807] ppid=2804 vsize=921916 CPUtime=1202.82 cores=1,3,5,7
/proc/2806/task/2807/stat : 2807 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 313515 0 0 0 120172 110 0 0 25 0 4 0 651390870 944041984 152961 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2806/tid=2808] ppid=2804 vsize=921916 CPUtime=1191.88 cores=1,3,5,7
/proc/2806/task/2808/stat : 2808 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 318340 0 0 0 119068 120 0 0 25 0 4 0 651390870 944041984 152961 33554432000 4194304 4580107 140733593479536 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2806/tid=2809] ppid=2804 vsize=921916 CPUtime=1202.78 cores=1,3,5,7
/proc/2806/task/2809/stat : 2809 (strangenight2-m) R 2804 2806 2765 0 -1 4202560 297834 0 0 0 120165 113 0 0 25 0 4 0 651390870 944041984 152961 33554432000 4194304 4580107 140733593479536 18446744073709551615 4489196 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) 921916

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.84
CPU time (s): 4800.36
CPU user time (s): 4795.91
CPU system time (s): 4.45132
CPU usage (%): 399.085
Max. virtual memory (cumulated for all children) (KiB): 1082840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.91
system time used= 4.45132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1200482
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= 2431
involuntary context switches= 24366

runsolver used 3.05854 second user time and 7.9028 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-14 20:32:07
IDJOB=3366171
IDBENCH=82580
IDSOLVER=1844
FILE ID=node132/3366171-1305397927
RUNJOBID= node132-1305397927-2784
PBS_JOBID= 13324471
Free space on /tmp= 73328 MiB

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

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

MD5SUM BENCH= 51cac83217796c0d85d5add5d2ed2d64
RANDOM SEED=64514959

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21547676 kB
Buffers:        274916 kB
Cached:        5563492 kB
SwapCached:       6904 kB
Active:        4784328 kB
Inactive:      6312108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21547676 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           11824 kB
Writeback:           8 kB
AnonPages:     5256556 kB
Mapped:          18972 kB
Slab:           218256 kB
PageTables:      24528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34829676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73328 MiB
End job on node132 at 2011-05-14 20:52:12