Trace number 3366113

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.53 1202.99

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1143439968-082-UNKNOWN.cnf
MD5SUM4baebda329e22fa39a89c4e2a8acff70
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark468.292
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

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-3366113-1305395505.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.05/0.04	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.05/0.04	c -- vars added       2000
0.05/0.04	c Parsing time:  0.01 s
0.05/0.04	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.05/0.29	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.05/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.10/0.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.10/0.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.10/0.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.10/0.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1.10/0.43	c Finding binary XORs  T:     0.00 s  found:       0
1.10/0.43	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.10/0.43	c calculated reachability. Time: 0.00
1.10/0.43	c Calc default polars -  time:   0.00 s pos:     962 undec:      56 neg:     982
1.10/0.43	c =========================================================================================
1.10/0.43	c types(t): F = full restart, N = normal restart
1.10/0.43	c types(t): S = simplification begin/end, E = solution found
1.10/0.43	c restart types(rt): st = static, dy = dynamic
1.10/0.43	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.10/0.43	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
3.24/0.84	c  N dy    19      4107      2000     40000         0      4096    200000    852867    149.06    157.68
5.11/1.31	c  N dy    43      8157      2000     40000         0      4819    200000    512699    147.11    155.85
6.74/1.79	c  N dy    68     12194      2000     40000         0      8855    200000   1243527    146.66    167.14
9.10/2.31	c  N dy    92     16197      2000     40000         0      7363    200000    652452    146.85    158.10
11.13/2.82	c  N dy   119     20248      2000     40000         0     11413    200000   1403804    147.37    157.83
13.08/3.37	c  N dy   148     24290      2000     40000         0      8374    200000    568570    147.43    157.02
13.48/3.46	c  F st   153     25000      2000     40000         0      9084    200000    697847    147.27   no data
15.09/3.89	c  N st   158     28303      2000     40000         0     12384    200000   1400820    147.27   no data
16.28/4.12	c  S st   159     30000      2000     40000         0     14081    200000   1731494    147.27   no data
16.68/4.22	c  S st   159     30503      2000     40000         0     14584    200000   1809263    147.27   no data
16.68/4.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.68/4.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.68/4.25	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.68/4.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.68/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.68/4.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.68/4.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.68/4.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
17.07/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.29/6.12	c lits-rem:       117  cl-subs:       37  v-elim:      0  v-fix:    0  time:  1.76 s
25.45/6.44	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.45/6.44	c calculated reachability. Time: 0.00
25.45/6.44	c  N dy   159     30503      2000     40000         0     14547    200000   1791479    147.27   no data
27.85/7.03	c  N dy   184     34545      2000     40000         0     10225    200000    697423    147.36    159.18
29.84/7.58	c  N dy   204     38560      2000     40000         0     14240    200000   1428707    146.95    156.02
32.24/8.18	c  N dy   227     42669      2000     40000         0     18347    200000   2183405    146.72    155.61
34.23/8.60	c  S st   242     45754      2000     40000         0     11911    200000    791675    146.58    118.34
34.23/8.68	c  S st   242     46260      2000     40000         0     12417    200000    874256    146.58   no data
34.23/8.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.63/8.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
34.63/8.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.63/8.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.63/8.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.63/8.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
34.63/8.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.63/8.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.63/8.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.24/9.10	c lits-rem:        12  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.33 s
36.24/9.10	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
36.24/9.11	c vivif2 --  cl tried    12415 cl shrink        0 lits rem          0 time: 0.01
37.05/9.40	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
37.05/9.40	c calculated reachability. Time: 0.00
37.05/9.40	c  N dy   242     46260      2000     40000         0     12415    200000    873254    146.58   no data
39.42/9.98	c  N dy   268     50415      2000     40000         0     16569    200000   1630880    146.55    162.04
42.21/10.61	c  N dy   293     54554      2000     40000         0     20707    200000   2382442    146.39    155.24
44.21/11.16	c  N dy   316     58628      2000     40000         0     14189    200000   1002443    146.19    156.26
46.60/11.75	c  N dy   340     62728      2000     40000         0     18287    200000   1768902    146.21    158.76
49.40/12.40	c  N dy   360     66808      2000     40000         0     22367    200000   2495748    145.83    155.97
50.99/12.80	c  S st   377     69390      2000     40000         0     13321    200000    658639    145.69   no data
51.39/12.90	c  S st   377     69899      2000     40000         0     13830    200000    739637    145.69   no data
51.39/12.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.39/12.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.39/12.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.39/12.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.39/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.39/12.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.39/12.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.39/12.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.39/12.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.60/13.26	c lits-rem:        21  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.29 s
52.60/13.26	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.60/13.27	c vivif2 --  cl tried    13826 cl shrink        0 lits rem          0 time: 0.01
53.79/13.57	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
53.79/13.57	c calculated reachability. Time: 0.00
53.79/13.57	c  N dy   377     69899      2000     40000         0     13826    200000    738268    145.69   no data
56.58/14.26	c  N dy   407     74498      2000     40000         0     18425    200000   1584411    145.73    154.26
59.77/15.06	c  N dy   436     79352      2000     40000         0     23275    200000   2468984    145.60    154.66
62.97/15.86	c  N dy   468     84446      2000     40000         0     15723    200000    924596    145.50    156.50
64.96/16.33	c  F st   486     87500      2000     40000         0     18776    200000   1485788    145.52    147.35
66.95/16.84	c  N st   491     90798      2000     40000         0     22070    200000   2177174    145.52   no data
70.95/17.83	c  N dy   512     96642      2000     40000         0     14258    200000    478345    145.38    153.16
74.53/18.77	c  N dy   549    102875      2000     40000         0     20490    200000   1609268    145.26    177.43
75.73/19.09	c  S st   561    104849      2000     40000         0     22464    200000   1969515    145.25   no data
76.14/19.20	c  S st   561    105353      2000     40000         0     22968    200000   2044086    145.25   no data
76.55/19.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.55/19.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
76.55/19.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.55/19.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.55/19.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.55/19.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.55/19.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
76.55/19.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
76.97/19.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.30/22.93	c lits-rem:        92  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.59 s
91.30/22.93	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
91.30/22.96	c vivif2 --  cl tried    22963 cl shrink        0 lits rem          0 time: 0.02
92.89/23.30	c asymm  cl-useful: 0/36054/40000 lits-rem:0 time: 0.35
92.89/23.31	c calculated reachability. Time: 0.00
92.89/23.31	c  N dy   561    105353      2000     40000         0     22963    200000   2041508    145.25   no data
97.29/24.44	c  N dy   600    112274      2000     40000         0     15225    200000    473837    145.20    152.97
101.68/25.55	c  N dy   650    119494      2000     40000         0     22443    200000   1810023    145.40    153.05
106.87/26.82	c  N dy   692    127156      2000     40000         0     30103    200000   3196930    145.30    155.00
112.09/28.13	c  N dy   741    135352      2000     40000         0     22640    200000   1655711    145.24    153.01
118.04/29.68	c  N dy   799    144083      2000     40000         0     31367    200000   3267026    145.32    169.98
124.43/31.20	c  N dy   848    153521      2000     40000         0     24140    200000   1745578    145.12    155.67
127.22/31.93	c  S st   870    158034      2000     40000         0     28652    200000   2561299    145.02   no data
127.62/32.05	c  S st   870    158536      2000     40000         0     29154    200000   2637330    145.02   no data
127.62/32.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
127.62/32.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
128.02/32.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.02/32.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.02/32.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.02/32.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
128.02/32.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.02/32.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
128.42/32.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.16/38.44	c lits-rem:       139  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.22 s
153.16/38.44	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
153.16/38.47	c vivif2 --  cl tried    29145 cl shrink        0 lits rem          0 time: 0.03
153.55/38.53	c asymm  cl-useful: 0/3946/40000 lits-rem:0 time: 0.06
153.55/38.53	c calculated reachability. Time: 0.00
153.55/38.53	c  N dy   870    158536      2000     40000         0     29145    200000   2633008    145.02   no data
160.73/40.30	c  N dy   926    168750      2000     40000         0     21697    200000   1121787    144.89    162.35
167.93/42.15	c  N dy   992    179641      2000     40000         0     32581    200000   3122453    144.91    153.35
175.91/44.14	c  N dy  1064    191243      2000     40000         0     25527    200000   1680549    144.97    153.90
184.68/46.36	c  N dy  1139    203547      2000     40000         0     37823    200000   3938950    145.00    157.51
193.47/48.59	c  N dy  1222    216713      2000     40000         0     31326    200000   2534862    145.02    152.95
203.86/51.11	c  N dy  1303    230736      2000     40000         0     24690    200000   1161362    144.99    153.09
208.66/52.35	c  S st  1346    237805      2000     40000         0     31758    200000   2462208    145.01   no data
209.02/52.49	c  S st  1346    238310      2000     40000         0     32263    200000   2544012    145.01   no data
209.42/52.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
209.42/52.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
209.42/52.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
209.42/52.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
209.42/52.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.42/52.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
209.42/52.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
209.42/52.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
209.82/52.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.76/59.65	c lits-rem:        97  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.99 s
237.76/59.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
237.76/59.68	c vivif2 --  cl tried    32254 cl shrink        0 lits rem          0 time: 0.03
239.39/60.07	c asymm  cl-useful: 0/31824/40000 lits-rem:0 time: 0.38
239.39/60.07	c calculated reachability. Time: 0.00
239.39/60.07	c  N dy  1346    238310      2000     40000         0     32254    200000   2540295    145.01   no data
252.14/63.21	c  N dy  1439    253577      2000     40000         0     25858    200000   1187130    145.03    164.38
264.90/66.43	c  N dy  1544    270097      2000     40000         0     42374    200000   4228679    145.10    154.99
277.68/69.63	c  N dy  1646    287485      2000     40000         0     37099    200000   3067295    145.01    154.44
292.07/73.22	c  N dy  1759    305906      2000     40000         0     31851    200000   1921715    145.04    153.54
292.07/73.28	c  F st  1761    306251      2000     40000         0     32196    200000   1984501    145.04    146.20
307.60/77.16	c  N dy  1854    325646      2000     40000         0     26919    200000    856486    145.03    155.96
322.80/80.96	c  N dy  1984    345745      2000     40000         0     47013    200000   4575724    145.12    156.21
331.58/83.19	c  S st  2052    357465      2000     40000         0     33074    200000   1803015    145.08   no data
332.33/83.31	c  S st  2052    357971      2000     40000         0     33580    200000   1883017    145.08   no data
332.33/83.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
332.33/83.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
332.33/83.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
332.33/83.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
332.33/83.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
332.33/83.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
332.33/83.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
332.33/83.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
332.73/83.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
347.51/87.12	c lits-rem:        94  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.68 s
347.51/87.12	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
347.51/87.15	c vivif2 --  cl tried    33574 cl shrink        0 lits rem          0 time: 0.02
347.91/87.26	c asymm  cl-useful: 0/8176/40000 lits-rem:0 time: 0.11
347.91/87.26	c calculated reachability. Time: 0.00
347.91/87.26	c  N dy  2052    357971      2000     40000         0     33574    200000   1880623    145.08   no data
364.66/91.44	c  N dy  2171    378002      2000     40000         0     26945    200000    517356    145.11    176.63
380.23/95.32	c  N dy  2292    398036      2000     40000         0     46974    200000   4184341    145.09    153.94
396.59/99.43	c  N dy  2408    418194      2000     40000         0     39466    200000   2622699    145.08    154.07
415.35/104.16	c  N dy  2535    438451      2000     40000         0     31057    200000    926566    145.20    157.47
432.13/108.32	c  N dy  2668    458515      2000     40000         0     51114    200000   4624185    145.31    158.17
448.88/112.53	c  N dy  2793    478584      2000     40000         0     41520    200000   2665086    145.33    162.95
467.25/117.12	c  N dy  2921    498617      2000     40000         0     30892    200000    541220    145.36    205.23
483.20/121.16	c  N dy  3049    518798      2000     40000         0     51068    200000   4255480    145.40    154.11
499.15/125.17	c  S st  3163    536958      2000     40000         0     37566    200000   1577697    145.40    137.08
499.95/125.30	c  S st  3163    537458      2000     40000         0     38066    200000   1657608    145.40   no data
499.95/125.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
499.95/125.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
499.95/125.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
499.95/125.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
499.95/125.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
499.95/125.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
499.95/125.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
499.95/125.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
500.35/125.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
512.72/128.55	c lits-rem:        58  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.11 s
512.72/128.55	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
512.72/128.57	c vivif2 --  cl tried    38065 cl shrink        0 lits rem          0 time: 0.02
514.32/128.94	c asymm  cl-useful: 0/29725/40000 lits-rem:0 time: 0.36
514.32/128.94	c calculated reachability. Time: 0.00
514.32/128.94	c  N dy  3163    537458      2000     40000         0     38065    200000   1657100    145.40   no data
531.48/133.23	c  N dy  3280    557545      2000     40000         0     58145    200000   5344835    145.37    154.69
548.64/137.56	c  N dy  3404    577662      2000     40000         0     45601    200000   2910796    145.38    155.26
567.79/142.33	c  N dy  3529    597982      2000     40000         0     65916    200000   6656805    145.39    154.91
584.56/146.52	c  N dy  3656    617989      2000     40000         0     52264    200000   3976214    145.46    154.24
603.75/151.33	c  N dy  3773    638024      2000     40000         0     37637    200000   1070465    145.43    153.58
620.47/155.59	c  N dy  3891    658027      2000     40000         0     57636    200000   4742706    145.44    153.34
640.02/160.43	c  N dy  4017    678107      2000     40000         0     42052    200000   1706545    145.46    158.70
657.58/164.88	c  N dy  4132    698175      2000     40000         0     62116    200000   5369775    145.41    154.22
676.74/169.65	c  N dy  4257    718219      2000     40000         0     45496    200000   2158854    145.42    154.42
695.51/174.37	c  N dy  4391    738449      2000     40000         0     65720    200000   5904748    145.48    159.74
714.25/179.08	c  N dy  4514    758550      2000     40000         0     48162    200000   2489038    145.46    153.78
733.81/183.91	c  N dy  4641    778695      2000     40000         0     68300    200000   6221257    145.52    156.35
752.99/188.74	c  N dy  4762    798699      2000     40000         0     49649    200000   2542472    145.50    153.58
760.14/190.53	c  S st  4803    806189      2000     40000         0     57136    200000   3901965    145.48   no data
760.94/190.70	c  S st  4803    806690      2000     40000         0     57637    200000   3977410    145.48   no data
760.94/190.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
760.94/190.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
760.94/190.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.94/190.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
760.94/190.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.94/190.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
760.94/190.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
761.35/190.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
761.78/190.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
814.82/204.22	c lits-rem:       199  cl-subs:       14  v-elim:      0  v-fix:    0  time: 13.27 s
814.82/204.22	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
814.82/204.27	c vivif2 --  cl tried    57623 cl shrink        0 lits rem          0 time: 0.05
815.62/204.48	c asymm  cl-useful: 0/10275/40000 lits-rem:0 time: 0.21
815.62/204.48	c calculated reachability. Time: 0.00
815.62/204.48	c  N dy  4803    806690      2000     40000         0     57623    200000   3970817    145.48   no data
837.16/209.82	c  N dy  4935    826693      2000     40000         0     77621    200000   7702346    145.53    156.75
855.13/214.37	c  N dy  5059    846759      2000     40000         0     58021    200000   3952382    145.53    156.70
876.27/219.67	c  N dy  5188    866777      2000     40000         0     78036    200000   7642290    145.57    153.60
894.63/224.21	c  N dy  5302    886794      2000     40000         0     57395    200000   3676792    145.59    155.67
915.78/229.53	c  N dy  5426    906982      2000     40000         0     77580    200000   7394965    145.59    153.52
934.94/234.35	c  N dy  5544    927008      2000     40000         0     55941    200000   3195896    145.60    161.36
956.08/239.62	c  N dy  5669    947132      2000     40000         0     76064    200000   6896963    145.61    158.48
976.46/244.79	c  N dy  5799    967264      2000     40000         0     53533    200000   2603103    145.65    155.94
996.79/249.89	c  N dy  5929    987398      2000     40000         0     73663    200000   6300840    145.67    158.90
1018.74/255.31	c  N dy  6058   1007417      2000     40000         0     50021    200000   1758241    145.70    154.03
1038.34/260.30	c  N dy  6198   1027583      2000     40000         0     70182    200000   5493967    145.75    155.57
1061.84/266.11	c  N dy  6322   1047729      2000     40000         0     45669    200000    789636    145.75    153.65
1081.00/270.98	c  N dy  6450   1068523      2000     40000         0     66454    200000   4647723    145.77    155.94
1084.58/271.88	c  F st  6471   1071878      2000     40000         0     69809    200000   5263332    145.77    137.63
1103.76/276.63	c  N dy  6554   1088598      2000     40000         0     86519    200000   8462996    145.80    156.40
1124.10/281.70	c  N dy  6687   1108599      2000     40000         0     60861    200000   3424533    145.83    156.58
1145.65/287.11	c  N dy  6803   1128844      2000     40000         0     81100    200000   7142976    145.81    158.52
1167.99/292.74	c  N dy  6933   1149124      2000     40000         0     54720    200000   2096688    145.84    156.25
1188.34/297.87	c  N dy  7054   1169170      2000     40000         0     74759    200000   5792599    145.86    156.14
1214.68/304.48	c  N dy  7176   1189297      2000     40000         0     94879    200000   9513815    145.87    157.15
1234.64/309.45	c  N dy  7306   1209348      2000     40000         0     67270    200000   4265675    145.89    160.40
1235.45/309.64	c  S st  7312   1210035      2000     40000         0     67957    200000   4394186    145.89   no data
1236.23/309.84	c  S st  7312   1210541      2000     40000         0     68463    200000   4470366    145.89   no data
1236.23/309.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1236.63/309.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1236.63/309.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1236.63/309.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1236.63/309.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1236.63/309.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1236.63/309.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1236.63/309.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1237.43/310.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1306.86/327.54	c lits-rem:       193  cl-subs:        9  v-elim:      0  v-fix:    0  time: 17.42 s
1306.86/327.54	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1307.26/327.60	c vivif2 --  cl tried    68454 cl shrink        0 lits rem          0 time: 0.06
1308.86/328.03	c asymm  cl-useful: 0/22169/40000 lits-rem:0 time: 0.43
1308.86/328.03	c calculated reachability. Time: 0.00
1308.86/328.03	c  N dy  7312   1210541      2000     40000         0     68454    200000   4466486    145.89   no data
1331.62/333.77	c  N dy  7426   1230633      2000     40000         0     88542    200000   8165249    145.88    153.69
1355.55/339.77	c  N dy  7552   1250764      2000     40000         0     60022    200000   2726252    145.89    153.89
1381.10/346.11	c  N dy  7689   1270807      2000     40000         0     80063    200000   6449209    145.92    154.32
1408.63/353.08	c  N dy  7820   1290913      2000     40000         0     50507    200000    801178    145.94    155.31
1429.39/358.26	c  N dy  7954   1311014      2000     40000         0     70602    200000   4552856    145.98    175.78
1454.14/364.44	c  N dy  8074   1331080      2000     40000         0     90664    200000   8243539    145.97    165.86
1478.08/370.48	c  N dy  8204   1351110      2000     40000         0     60034    200000   2393848    146.00    155.89
1500.03/375.92	c  N dy  8329   1371181      2000     40000         0     80100    200000   6109221    146.01    160.25
1525.19/382.22	c  N dy  8447   1391204      2000     40000         0    100119    200000   9768749    145.99    154.44
1546.32/387.55	c  N dy  8574   1411484      2000     40000         0     68744    200000   3793815    146.00    153.82
1569.85/393.43	c  N dy  8705   1431500      2000     40000         0     88755    200000   7496028    146.01    155.60
1595.84/399.93	c  N dy  8834   1451786      2000     40000         0     56387    200000   1351998    146.02    156.61
1616.56/405.15	c  N dy  8956   1471827      2000     40000         0     76423    200000   5048549    146.02    154.84
1641.30/411.35	c  N dy  9079   1491850      2000     40000         0     96443    200000   8715215    146.01    153.76
1665.24/417.40	c  N dy  9205   1511912      2000     40000         0     62837    200000   2377309    146.02    154.32
1687.61/422.96	c  N dy  9318   1532026      2000     40000         0     82949    200000   6073211    146.01    154.09
1713.94/429.60	c  N dy  9449   1552126      2000     40000         0    103048    200000   9817508    146.04    165.92
1737.06/435.40	c  N dy  9572   1572363      2000     40000         0     68626    200000   3264789    146.03    153.91
1760.61/441.28	c  N dy  9696   1592618      2000     40000         0     88877    200000   7018202    146.05    157.37
1788.57/448.22	c  N dy  9826   1612835      2000     40000         0    109089    200000  10773347    146.07    154.49
1810.10/453.60	c  N dy  9952   1632848      2000     40000         0     73443    200000   3987007    146.08    156.57
1834.04/459.67	c  N dy 10080   1652991      2000     40000         0     93577    200000   7686840    146.07    154.20
1861.98/466.61	c  N dy 10192   1673049      2000     40000         0     56978    200000    758588    146.05    159.67
1883.93/472.12	c  N dy 10323   1693060      2000     40000         0     76983    200000   4453848    146.05    154.14
1907.51/478.09	c  S st 10441   1710541      2000     40000         0     94459    200000   7724448    146.08    149.36
1908.67/478.35	c  S st 10441   1711043      2000     40000         0     94961    200000   7797161    146.08   no data
1908.67/478.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1909.07/478.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1909.07/478.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1909.07/478.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1909.07/478.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1909.07/478.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1909.07/478.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1909.47/478.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1910.66/478.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2082.28/521.83	c lits-rem:       361  cl-subs:       23  v-elim:      0  v-fix:    0  time: 43.00 s
2082.28/521.83	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2082.69/521.92	c vivif2 --  cl tried    94938 cl shrink        0 lits rem          0 time: 0.09
2084.67/522.40	c asymm  cl-useful: 0/15615/40000 lits-rem:0 time: 0.48
2084.67/522.40	c calculated reachability. Time: 0.00
2084.67/522.40	c  N dy 10441   1711043      2000     40000         0     94938    200000   7786614    146.08   no data
2115.40/530.12	c  N dy 10572   1731228      2000     40000         0    115120    200000  11516211    146.09    154.37
2140.53/536.42	c  N dy 10703   1751310      2000     40000         0     77550    200000   4407012    146.12    174.06
2168.07/543.32	c  N dy 10826   1771350      2000     40000         0     97587    200000   8100777    146.11    157.23
2200.41/551.46	c  N dy 10953   1791357      2000     40000         0     58937    200000    758143    146.12    154.26
2222.75/557.08	c  N dy 11079   1811392      2000     40000         0     78971    200000   4493063    146.13    199.07
2249.09/563.66	c  N dy 11212   1831507      2000     40000         0     99084    200000   8224208    146.16    154.64
2279.42/571.24	c  N dy 11338   1851594      2000     40000         0    119167    200000  11950387    146.17    161.12
2301.77/576.83	c  N dy 11470   1871821      2000     40000         0     79733    200000   4427493    146.18    156.66
2326.91/583.19	c  N dy 11597   1891852      2000     40000         0     99758    200000   8113274    146.19    158.03
2356.43/590.55	c  N dy 11724   1911881      2000     40000         0    119781    200000  11840993    146.20    155.29
2378.79/596.13	c  N dy 11847   1931953      2000     40000         0     79199    200000   4158728    146.20    167.08
2403.93/602.46	c  N dy 11972   1952040      2000     40000         0     99282    200000   7894702    146.21    187.80
2433.46/609.85	c  N dy 12102   1972093      2000     40000         0    119331    200000  11620411    146.22    157.58
2456.60/615.69	c  N dy 12223   1992103      2000     40000         0     77677    200000   3703192    146.23    154.48
2481.74/622.00	c  N dy 12350   2012200      2000     40000         0     97768    200000   7427229    146.24    154.51
2510.88/629.26	c  N dy 12475   2032236      2000     40000         0    117796    200000  11119075    146.24    157.06
2536.02/635.59	c  N dy 12604   2052322      2000     40000         0     75226    200000   3090723    146.26    158.40
2560.36/641.61	c  N dy 12715   2072409      2000     40000         0     95308    200000   6764742    146.24    162.26
2589.10/648.83	c  N dy 12841   2092562      2000     40000         0    115457    200000  10496046    146.25    159.55
2616.23/655.67	c  N dy 12957   2112589      2000     40000         0     71830    200000   2277404    146.24    168.93
2639.78/661.57	c  N dy 13081   2132659      2000     40000         0     91895    200000   5976249    146.25    160.43
2668.12/668.61	c  N dy 13210   2152690      2000     40000         0    111922    200000   9710890    146.27    161.04
2698.44/676.25	c  N dy 13325   2172749      2000     40000         0     67326    200000   1241810    146.26    156.06
2721.58/682.02	c  N dy 13457   2192820      2000     40000         0     87387    200000   4955808    146.27    156.80
2746.33/688.22	c  S st 13573   2211044      2000     40000         0    105608    200000   8336908    146.28    137.72
2747.53/688.52	c  S st 13573   2211549      2000     40000         0    106113    200000   8422257    146.28   no data
2747.53/688.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2747.93/688.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2747.93/688.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2747.93/688.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2747.93/688.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2747.93/688.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2747.93/688.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2748.33/688.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2749.52/689.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2939.89/736.70	c lits-rem:       349  cl-subs:       22  v-elim:      0  v-fix:    0  time: 47.69 s
2939.89/736.70	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2940.29/736.80	c vivif2 --  cl tried   106091 cl shrink        0 lits rem          0 time: 0.10
2940.29/736.88	c asymm  cl-useful: 0/2216/40000 lits-rem:0 time: 0.08
2940.29/736.89	c calculated reachability. Time: 0.00
2940.29/736.89	c  N dy 13573   2211549      2000     40000         0    106091    200000   8412391    146.28   no data
2972.61/744.90	c  N dy 13703   2231790      2000     40000         0    126325    200000  12137125    146.28    156.69
2999.35/751.68	c  N dy 13829   2251963      2000     40000         0     80844    200000   3577955    146.29    155.30
3027.28/758.66	c  N dy 13956   2272096      2000     40000         0    100971    200000   7289460    146.29    156.71
3060.42/766.91	c  N dy 14079   2292357      2000     40000         0    121227    200000  10997222    146.28    155.23
3091.54/774.79	c  N dy 14202   2312434      2000     40000         0     74651    200000   2258660    146.29    155.43
3118.28/781.45	c  N dy 14325   2332484      2000     40000         0     94698    200000   5971016    146.29    154.50
3147.81/788.89	c  N dy 14457   2352621      2000     40000         0    114830    200000   9701753    146.30    155.04
3181.74/797.38	c  N dy 14584   2372849      2000     40000         0    135053    200000  13458997    146.31    155.76
3205.68/803.39	c  N dy 14715   2392872      2000     40000         0     87423    200000   4479210    146.32    172.96
3232.42/810.02	c  N dy 14831   2413006      2000     40000         0    107550    200000   8216950    146.32    157.62
3263.56/817.90	c  N dy 14964   2433060      2000     40000         0    127596    200000  11937333    146.33    155.19
3291.88/824.99	c  N dy 15090   2453141      2000     40000         0     79029    200000   2721113    146.33    154.09
3317.42/831.31	c  N dy 15223   2473273      2000     40000         0     99157    200000   6457155    146.35    154.48
3346.55/838.66	c  N dy 15357   2493321      2000     40000         0    119200    200000  10198871    146.37    170.27
3380.87/847.20	c  N dy 15491   2513359      2000     40000         0    139227    200000  13922605    146.39    154.80
3404.03/853.08	c  N dy 15613   2533362      2000     40000         0     89580    200000   4499764    146.39    171.62
3431.94/860.05	c  N dy 15746   2553577      2000     40000         0    109793    200000   8294342    146.41    154.45
3463.87/868.06	c  N dy 15876   2573685      2000     40000         0    129896    200000  12045389    146.42    158.04
3493.80/875.57	c  N dy 16005   2593783      2000     40000         0     79341    200000   2425316    146.43    154.55
3519.34/881.91	c  N dy 16136   2613892      2000     40000         0     99447    200000   6188213    146.45    157.72
3548.48/889.23	c  N dy 16261   2633964      2000     40000         0    119513    200000   9948517    146.46    156.17
3582.00/897.65	c  N dy 16385   2653970      2000     40000         0    139509    200000  13661837    146.48    154.69
3608.34/904.26	c  N dy 16519   2674062      2000     40000         0     87955    200000   3866853    146.50    167.40
3635.47/911.02	c  N dy 16643   2694098      2000     40000         0    107986    200000   7559992    146.49    177.81
3664.21/918.25	c  S st 16750   2711549      2000     40000         0    125434    200000  10773582    146.49   no data
3665.40/918.59	c  S st 16750   2712051      2000     40000         0    125936    200000  10855387    146.49   no data
3665.80/918.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3666.20/918.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3666.20/918.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3666.20/918.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3666.20/918.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3666.20/918.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3666.20/918.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3666.60/918.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3668.19/919.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3876.13/971.32	c lits-rem:       308  cl-subs:       24  v-elim:      0  v-fix:    0  time: 52.11 s
3876.13/971.32	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3876.53/971.46	c vivif2 --  cl tried   125912 cl shrink        0 lits rem          0 time: 0.13
3878.56/971.96	c asymm  cl-useful: 0/15028/40000 lits-rem:0 time: 0.50
3878.56/971.96	c calculated reachability. Time: 0.00
3878.56/971.96	c  N dy 16750   2712051      2000     40000         0    125912    200000  10845519    146.49   no data
3914.43/980.95	c  N dy 16869   2732104      2000     40000         0     73312    200000    952793    146.50    155.40
3939.19/987.13	c  N dy 16990   2752203      2000     40000         0     93409    200000   4653531    146.49    160.27
3967.12/994.17	c  N dy 17102   2772219      2000     40000         0    113421    200000   8341655    146.48    154.36
4001.06/1002.70	c  N dy 17227   2792273      2000     40000         0    133472    200000  12065343    146.49    155.06
4036.18/1011.44	c  N dy 17345   2812309      2000     40000         0     79853    200000   1996753    146.48    182.88
4063.30/1018.26	c  N dy 17465   2832459      2000     40000         0     99992    200000   5741303    146.48    154.27
4095.62/1026.34	c  N dy 17592   2852525      2000     40000         0    120051    200000   9461746    146.49    161.32
4131.94/1035.48	c  N dy 17711   2872529      2000     40000         0    140052    200000  13162627    146.50    154.56
4164.66/1043.67	c  N dy 17844   2892704      2000     40000         0     85571    200000   2865158    146.50    157.65
4193.40/1050.84	c  N dy 17975   2912744      2000     40000         0    105610    200000   6598177    146.52    154.59
4225.36/1058.85	c  N dy 18095   2932908      2000     40000         0    125768    200000  10313580    146.52    155.01
4260.48/1067.66	c  N dy 18215   2952914      2000     40000         0    145766    200000  14018845    146.52    155.13
4288.78/1074.71	c  N dy 18328   2973067      2000     40000         0     90265    200000   3557109    146.51    158.71
4316.72/1081.73	c  N dy 18461   2993291      2000     40000         0    110482    200000   7300890    146.52    155.87
4348.27/1089.63	c  N dy 18585   3013347      2000     40000         0    130531    200000  11015730    146.52    154.54
4384.54/1098.73	c  N dy 18707   3033409      2000     40000         0    150591    200000  14729227    146.52    157.76
4411.68/1105.53	c  N dy 18830   3053504      2000     40000         0     94039    200000   4087389    146.53    154.39
4440.45/1112.80	c  N dy 18969   3073581      2000     40000         0    114112    200000   7848264    146.55    158.39
4473.54/1121.04	c  N dy 19095   3093625      2000     40000         0    134150    200000  11591707    146.56    154.51
4511.45/1130.50	c  N dy 19234   3113634      2000     40000         0    154144    200000  15324501    146.57    156.55
4537.38/1137.05	c  N dy 19362   3133744      2000     40000         0     96605    200000   4383344    146.58    157.05
4565.72/1144.17	c  N dy 19468   3153832      2000     40000         0    116685    200000   8093423    146.57    154.75
4598.85/1152.45	c  N dy 19589   3173848      2000     40000         0    136688    200000  11806663    146.57    167.21
4636.76/1161.99	c  N dy 19719   3193910      2000     40000         0    156743    200000  15521949    146.58    155.10
4660.69/1167.92	c  S st 19833   3212052      2000     40000         0     96243    200000   4138979    146.59    129.08
4661.49/1168.16	c  S st 19833   3212555      2000     40000         0     96746    200000   4223149    146.59   no data
4661.49/1168.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4661.89/1168.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4661.89/1168.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4661.89/1168.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4661.89/1168.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4661.89/1168.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4661.89/1168.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4662.29/1168.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4662.69/1168.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4721.74/1183.23	c lits-rem:       129  cl-subs:        8  v-elim:      0  v-fix:    0  time: 14.64 s
4721.74/1183.24	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4721.74/1183.29	c vivif2 --  cl tried    96738 cl shrink        0 lits rem          0 time: 0.05
4723.75/1183.75	c asymm  cl-useful: 0/15816/40000 lits-rem:0 time: 0.46
4723.75/1183.75	c calculated reachability. Time: 0.00
4723.75/1183.75	c  N dy 19833   3212555      2000     40000         0     96738    200000   4219608    146.59   no data
4756.10/1191.85	c  N dy 19968   3232864      2000     40000         0    117040    200000   8033260    146.60    156.04
4792.39/1200.90	c  N dy 20097   3253088      2000     40000         0    137258    200000  11775970    146.60    154.70

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366113-1305395505/watcher-3366113-1305395505 -o /tmp/evaluation-result-3366113-1305395505/solver-3366113-1305395505 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366113-1305395505.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: 3.46 4.35 5.80 2/281 2568
/proc/meminfo: memFree=21569492/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 405 0 0 0 0 0 0 0 21 0 4 0 651148660 52396032 346 33554432000 4194304 4580107 140734495884976 18446744073709551615 47916257884086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 12792 346 299 95 0 7774 0
[pid=2568/tid=2569] ppid=2566 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651148660 52396032 348 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651148660 52396032 348 33554432000 4194304 4580107 140734495884976 18446744073709551615 47916257884082 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651148660 52396032 348 33554432000 4194304 4580107 140734495884976 18446744073709551615 47916257884082 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0236101 s]
/proc/loadavg: 3.46 4.35 5.80 2/281 2568
/proc/meminfo: memFree=21569492/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=349656 CPUtime=0.05 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 3239 0 0 0 4 1 0 0 18 0 4 0 651148660 358047744 3158 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335997471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 87414 3158 336 95 0 82396 0
[pid=2568/tid=2569] ppid=2566 vsize=349656 CPUtime=0 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) D 2566 2568 1724 0 -1 4202560 759 0 0 0 0 0 0 0 18 0 4 0 651148660 358047744 3159 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=349728 CPUtime=0.01 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) S 2566 2568 1724 0 -1 4202560 764 0 0 0 1 0 0 0 18 0 4 0 651148660 358121472 3177 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335997422 0 0 4096 2 18446604469763056832 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=349728 CPUtime=0.01 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 680 0 0 0 1 0 0 0 18 0 4 0 651148660 358121472 3210 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 349656

[startup+0.104205 s]
/proc/loadavg: 3.46 4.35 5.80 2/281 2568
/proc/meminfo: memFree=21569492/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=355524 CPUtime=1.1 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 6818 0 0 0 105 5 0 0 18 0 4 0 651148660 364056576 6729 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335589568 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 88997 7030 364 95 0 83979 0
[pid=2568/tid=2569] ppid=2566 vsize=356120 CPUtime=0.26 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) D 2566 2568 1724 0 -1 4202560 2111 0 0 0 26 0 0 0 18 0 4 0 651148660 364666880 7197 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335935671 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=356252 CPUtime=0.27 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 1492 0 0 0 26 1 0 0 18 0 4 0 651148660 364802048 7300 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335553569 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=356480 CPUtime=0.27 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 1698 0 0 0 26 1 0 0 18 0 4 0 651148660 365035520 7453 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 355524

[startup+0.834427 s]
/proc/loadavg: 3.46 4.35 5.80 2/281 2568
/proc/meminfo: memFree=21569492/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=372996 CPUtime=3.24 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 16472 0 0 0 317 7 0 0 18 0 4 0 651148660 381947904 14368 33554432000 4194304 4580107 140734495884976 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 93249 14374 377 95 0 88231 0
[pid=2568/tid=2569] ppid=2566 vsize=372996 CPUtime=0.8 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 4476 0 0 0 79 1 0 0 18 0 4 0 651148660 381947904 14376 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=372996 CPUtime=0.81 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 4504 0 0 0 79 2 0 0 18 0 4 0 651148660 381947904 14379 33554432000 4194304 4580107 140734495884976 18446744073709551615 4317008 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=372996 CPUtime=0.8 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 2674 0 0 0 79 1 0 0 18 0 4 0 651148660 381947904 14383 33554432000 4194304 4580107 140734495884976 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 372996

[startup+0.900353 s]
/proc/loadavg: 3.46 4.35 5.80 2/281 2568
/proc/meminfo: memFree=21569492/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=364548 CPUtime=3.51 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 17370 0 0 0 343 8 0 0 18 0 4 0 651148660 373297152 13679 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 91137 13680 377 95 0 86119 0
[pid=2568/tid=2569] ppid=2566 vsize=364548 CPUtime=0.86 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 4583 0 0 0 85 1 0 0 18 0 4 0 651148660 373297152 13680 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=364548 CPUtime=0.87 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 4619 0 0 0 85 2 0 0 18 0 4 0 651148660 373297152 13680 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=364548 CPUtime=0.86 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 3222 0 0 0 85 1 0 0 18 0 4 0 651148660 373297152 13680 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 364548

[startup+1.50025 s]
/proc/loadavg: 3.46 4.35 5.80 2/281 2568
/proc/meminfo: memFree=21569492/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=371904 CPUtime=5.9 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 22889 0 0 0 581 9 0 0 19 0 4 0 651148660 380829696 14158 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 92976 14158 377 95 0 87958 0
[pid=2568/tid=2569] ppid=2566 vsize=371904 CPUtime=1.46 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 6112 0 0 0 145 1 0 0 19 0 4 0 651148660 380829696 14159 33554432000 4194304 4580107 140734495884976 18446744073709551615 4324255 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=371904 CPUtime=1.47 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 6146 0 0 0 145 2 0 0 19 0 4 0 651148660 380829696 14159 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=371904 CPUtime=1.47 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 4177 0 0 0 145 2 0 0 19 0 4 0 651148660 380829696 14159 33554432000 4194304 4580107 140734495884976 18446744073709551615 232335553221 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 371904

[startup+3.10096 s]
/proc/loadavg: 3.46 4.35 5.80 11/291 2581
/proc/meminfo: memFree=21282764/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=373872 CPUtime=12.29 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 35799 0 0 0 1217 12 0 0 23 0 4 0 651148660 382844928 17013 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 93468 17014 377 95 0 88450 0
[pid=2568/tid=2569] ppid=2566 vsize=373872 CPUtime=3.04 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 9172 0 0 0 303 1 0 0 23 0 4 0 651148660 382844928 17014 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=373872 CPUtime=3.08 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 9239 0 0 0 305 3 0 0 23 0 4 0 651148660 382844928 17014 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=373872 CPUtime=3.07 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 7881 0 0 0 304 3 0 0 23 0 4 0 651148660 382844928 17014 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 373872

[startup+6.3004 s]
/proc/loadavg: 3.82 4.41 5.82 10/291 2581
/proc/meminfo: memFree=21189896/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=414300 CPUtime=25.05 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 72259 0 0 0 2487 18 0 0 25 0 4 0 651148660 424243200 33982 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 103575 33982 379 95 0 98557 0
[pid=2568/tid=2569] ppid=2566 vsize=414300 CPUtime=6.22 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 19663 0 0 0 618 4 0 0 25 0 4 0 651148660 424243200 33982 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=414300 CPUtime=6.28 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 17775 0 0 0 623 5 0 0 25 0 4 0 651148660 424243200 33982 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=414300 CPUtime=6.26 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 13598 0 0 0 622 4 0 0 25 0 4 0 651148660 424243200 33982 33554432000 4194304 4580107 140734495884976 18446744073709551615 4321144 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 414300

[startup+12.7113 s]
/proc/loadavg: 4.16 4.47 5.83 10/291 2581
/proc/meminfo: memFree=21034764/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=572280 CPUtime=50.63 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 118849 0 0 0 5036 27 0 0 25 0 4 0 651148660 586014720 59559 33554432000 4194304 4580107 140734495884976 18446744073709551615 4301873 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 143070 59559 379 95 0 138052 0
[pid=2568/tid=2569] ppid=2566 vsize=572280 CPUtime=12.56 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 35842 0 0 0 1249 7 0 0 25 0 4 0 651148660 586014720 59559 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=572280 CPUtime=12.68 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 26229 0 0 0 1261 7 0 0 25 0 4 0 651148660 586014720 59559 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=572280 CPUtime=12.67 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 27746 0 0 0 1261 6 0 0 25 0 4 0 651148660 586014720 59559 33554432000 4194304 4580107 140734495884976 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 572280

[startup+25.501 s]
/proc/loadavg: 5.01 4.64 5.86 11/291 2581
/proc/meminfo: memFree=20832760/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=728528 CPUtime=101.68 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 174370 0 0 0 10128 40 0 0 25 0 4 0 651148660 746012672 88981 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 182132 88981 379 95 0 177114 0
[pid=2568/tid=2569] ppid=2566 vsize=728528 CPUtime=25.24 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 45391 0 0 0 2515 9 0 0 25 0 4 0 651148660 746012672 88981 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=728528 CPUtime=25.48 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 45431 0 0 0 2537 11 0 0 25 0 4 0 651148660 746012672 88981 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=728528 CPUtime=25.46 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 41266 0 0 0 2537 9 0 0 25 0 4 0 651148660 746012672 88981 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 728528

[startup+51.1005 s]
/proc/loadavg: 6.15 4.94 5.93 10/291 2582
/proc/meminfo: memFree=20635248/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=796268 CPUtime=203.86 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 261260 0 0 0 20323 63 0 0 25 0 4 0 651148660 815378432 96105 33554432000 4194304 4580107 140734495884976 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 199067 96105 379 95 0 194049 0
[pid=2568/tid=2569] ppid=2566 vsize=796268 CPUtime=50.61 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 67130 0 0 0 5046 15 0 0 25 0 4 0 651148660 815378432 96122 33554432000 4194304 4580107 140734495884976 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=796268 CPUtime=51.08 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 65678 0 0 0 5092 16 0 0 25 0 4 0 651148660 815378432 96122 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=796268 CPUtime=51.07 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 63238 0 0 0 5091 16 0 0 25 0 4 0 651148660 815378432 96122 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 796268

[startup+102.3 s]
/proc/loadavg: 7.26 5.43 6.04 10/291 2584
/proc/meminfo: memFree=20226772/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=855324 CPUtime=408.17 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 442753 0 0 0 40709 108 0 0 25 0 4 0 651148660 875851776 127955 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 213831 127955 379 95 0 208813 0
[pid=2568/tid=2569] ppid=2566 vsize=855324 CPUtime=101.34 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 114395 0 0 0 10109 25 0 0 25 0 4 0 651148660 875851776 127955 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=855324 CPUtime=102.27 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 115318 0 0 0 10197 30 0 0 25 0 4 0 651148660 875851776 127955 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=855324 CPUtime=102.26 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 105513 0 0 0 10201 25 0 0 25 0 4 0 651148660 875851776 127955 33554432000 4194304 4580107 140734495884976 18446744073709551615 4321048 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 855324

[startup+162.311 s]

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

[pid=2568] ppid=2566 vsize=1355852 CPUtime=2802.62 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 1871437 0 0 0 279723 539 0 0 25 0 4 0 651148660 1388392448 255811 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 338963 255811 379 95 0 333945 0
[pid=2568/tid=2569] ppid=2566 vsize=1355852 CPUtime=695.87 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 442935 0 0 0 69465 122 0 0 25 0 4 0 651148660 1388392448 255817 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1355852 CPUtime=702.26 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 495075 0 0 0 70078 148 0 0 25 0 4 0 651148660 1388392448 255817 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1355852 CPUtime=702.24 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 475821 0 0 0 70085 139 0 0 25 0 4 0 651148660 1388392448 255817 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.62
Current children cumulated vsize (KiB) 1355852

[startup+762.3 s]
/proc/loadavg: 8.23 7.90 7.12 11/291 2612
/proc/meminfo: memFree=18968924/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1476672 CPUtime=3042.05 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 1953484 0 0 0 303633 572 0 0 25 0 4 0 651148660 1512112128 276775 33554432000 4194304 4580107 140734495884976 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 369168 276776 379 95 0 364150 0
[pid=2568/tid=2569] ppid=2566 vsize=1476672 CPUtime=755.33 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 469571 0 0 0 75400 133 0 0 25 0 4 0 651148660 1512112128 276776 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451788 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1476672 CPUtime=762.25 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 526187 0 0 0 76064 161 0 0 25 0 4 0 651148660 1512112128 276776 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1476672 CPUtime=762.22 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 486058 0 0 0 76079 143 0 0 25 0 4 0 651148660 1512112128 276776 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.05
Current children cumulated vsize (KiB) 1476672

[startup+822.311 s]
/proc/loadavg: 8.24 7.97 7.19 10/291 2615
/proc/meminfo: memFree=18940396/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1422260 CPUtime=3281.54 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2057056 0 0 0 327547 607 0 0 25 0 4 0 651148660 1456394240 278667 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 355565 278667 379 95 0 350547 0
[pid=2568/tid=2569] ppid=2566 vsize=1422260 CPUtime=814.78 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 481181 0 0 0 81342 136 0 0 25 0 4 0 651148660 1456394240 278667 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1422260 CPUtime=822.26 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 558518 0 0 0 82054 172 0 0 25 0 4 0 651148660 1456394240 278667 33554432000 4194304 4580107 140734495884976 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1422260 CPUtime=822.23 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 515279 0 0 0 82070 153 0 0 25 0 4 0 651148660 1456394240 278667 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.54
Current children cumulated vsize (KiB) 1422260

[startup+882.301 s]
/proc/loadavg: 8.41 8.05 7.27 10/291 2616
/proc/meminfo: memFree=18894364/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1425708 CPUtime=3520.94 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2186266 0 0 0 351449 645 0 0 25 0 4 0 651148660 1459924992 279283 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 356427 279283 379 95 0 351409 0
[pid=2568/tid=2569] ppid=2566 vsize=1425708 CPUtime=874.24 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 515295 0 0 0 87278 146 0 0 25 0 4 0 651148660 1459924992 279283 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1425708 CPUtime=882.24 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 591050 0 0 0 88044 180 0 0 25 0 4 0 651148660 1459924992 279283 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1425708 CPUtime=882.21 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 546801 0 0 0 88059 162 0 0 25 0 4 0 651148660 1459924992 279283 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.94
Current children cumulated vsize (KiB) 1425708

[startup+942.3 s]
/proc/loadavg: 8.30 8.07 7.32 11/291 2618
/proc/meminfo: memFree=18572808/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1778600 CPUtime=3760.39 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2319671 0 0 0 375354 685 0 0 25 0 4 0 651148660 1821286400 353785 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 444650 353785 379 95 0 439632 0
[pid=2568/tid=2569] ppid=2566 vsize=1778600 CPUtime=933.69 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 545839 0 0 0 93209 160 0 0 25 0 4 0 651148660 1821286400 353785 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1778600 CPUtime=942.25 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 643548 0 0 0 94035 190 0 0 25 0 4 0 651148660 1821286400 353785 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1778600 CPUtime=942.21 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 569975 0 0 0 94051 170 0 0 25 0 4 0 651148660 1821286400 353785 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.39
Current children cumulated vsize (KiB) 1778600

[startup+1002.3 s]
/proc/loadavg: 8.40 8.13 7.38 10/291 2620
/proc/meminfo: memFree=18569560/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1933416 CPUtime=3999.84 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2386367 0 0 0 399275 709 0 0 25 0 4 0 651148660 1979817984 370243 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 483354 370243 379 95 0 478336 0
[pid=2568/tid=2569] ppid=2566 vsize=1933416 CPUtime=993.14 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 580905 0 0 0 99141 173 0 0 25 0 4 0 651148660 1979817984 370244 33554432000 4194304 4580107 140734495884976 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1933416 CPUtime=1002.24 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 650984 0 0 0 100032 192 0 0 25 0 4 0 651148660 1979817984 370244 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1933416 CPUtime=1002.21 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 578276 0 0 0 100048 173 0 0 25 0 4 0 651148660 1979817984 370244 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.84
Current children cumulated vsize (KiB) 1933416

[startup+1062.3 s]
/proc/loadavg: 8.30 8.15 7.44 11/291 2621
/proc/meminfo: memFree=18495380/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1920048 CPUtime=4239.29 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2472268 0 0 0 423183 746 0 0 25 0 4 0 651148660 1966129152 371765 33554432000 4194304 4580107 140734495884976 18446744073709551615 4320512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2568/statm: 480012 371765 379 95 0 474994 0
[pid=2568/tid=2569] ppid=2566 vsize=1920048 CPUtime=1052.6 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 580905 0 0 0 105087 173 0 0 25 0 4 0 651148660 1966129152 371765 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1920048 CPUtime=1062.24 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 680233 0 0 0 106018 206 0 0 25 0 4 0 651148660 1966129152 371765 33554432000 4194304 4580107 140734495884976 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1920048 CPUtime=1062.21 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 608399 0 0 0 106037 184 0 0 25 0 4 0 651148660 1966129152 371765 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.29
Current children cumulated vsize (KiB) 1920048

[startup+1122.3 s]
/proc/loadavg: 8.22 8.15 7.48 10/291 2623
/proc/meminfo: memFree=18595056/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1868252 CPUtime=4478.73 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2587441 0 0 0 447089 784 0 0 25 0 4 0 651148660 1913090048 354563 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2568/statm: 467063 354563 379 95 0 462045 0
[pid=2568/tid=2569] ppid=2566 vsize=1868252 CPUtime=1112.37 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 605397 0 0 0 111056 181 0 0 25 0 4 0 651148660 1913090048 354563 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1868252 CPUtime=1122.24 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 711612 0 0 0 112007 217 0 0 25 0 4 0 651148660 1913090048 354563 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1868252 CPUtime=1122.2 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 636584 0 0 0 112026 194 0 0 25 0 4 0 651148660 1913090048 354563 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.73
Current children cumulated vsize (KiB) 1868252

[startup+1182.3 s]
/proc/loadavg: 8.18 8.15 7.52 11/291 2624
/proc/meminfo: memFree=18586584/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1901660 CPUtime=4718.16 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2696170 0 0 0 470993 823 0 0 25 0 4 0 651148660 1947299840 355166 33554432000 4194304 4580107 140734495884976 18446744073709551615 4417015 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2568/statm: 475415 355166 379 95 0 470397 0
[pid=2568/tid=2569] ppid=2566 vsize=1901660 CPUtime=1172.37 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 629435 0 0 0 117046 191 0 0 25 0 4 0 651148660 1947299840 355166 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1901660 CPUtime=1182.24 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 740756 0 0 0 117996 228 0 0 25 0 4 0 651148660 1947299840 355167 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1901660 CPUtime=1182.19 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 667559 0 0 0 118014 205 0 0 25 0 4 0 651148660 1947299840 355167 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.16
Current children cumulated vsize (KiB) 1901660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.91 s]
/proc/loadavg: 8.13 8.14 7.53 9/291 2625
/proc/meminfo: memFree=18528424/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1842912 CPUtime=4800.42 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2722115 0 0 0 479206 836 0 0 25 0 4 0 651148660 1887141888 352346 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2568/statm: 460728 352346 379 95 0 455710 0
[pid=2568/tid=2569] ppid=2566 vsize=1842912 CPUtime=1192.98 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 639680 0 0 0 119103 195 0 0 25 0 4 0 651148660 1887141888 352350 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1842912 CPUtime=1202.86 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 747023 0 0 0 120056 230 0 0 25 0 4 0 651148660 1887141888 352350 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1842912 CPUtime=1202.81 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 668718 0 0 0 120075 206 0 0 25 0 4 0 651148660 1887141888 352350 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1842912

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

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

[startup+1202.91 s]
/proc/loadavg: 8.13 8.14 7.53 9/291 2625
/proc/meminfo: memFree=18528424/32951124 swapFree=66457188/67111528
[pid=2568] ppid=2566 vsize=1842912 CPUtime=4800.42 cores=1,3,5,7
/proc/2568/stat : 2568 (strangenight2-m) R 2566 2568 1724 0 -1 4202496 2722115 0 0 0 479206 836 0 0 25 0 4 0 651148660 1887141888 352346 33554432000 4194304 4580107 140734495884976 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2568/statm: 460728 352346 379 95 0 455710 0
[pid=2568/tid=2569] ppid=2566 vsize=1842912 CPUtime=1192.98 cores=1,3,5,7
/proc/2568/task/2569/stat : 2569 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 639680 0 0 0 119103 195 0 0 25 0 4 0 651148660 1887141888 352350 33554432000 4194304 4580107 140734495884976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2568/tid=2570] ppid=2566 vsize=1842912 CPUtime=1202.86 cores=1,3,5,7
/proc/2568/task/2570/stat : 2570 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 747023 0 0 0 120056 230 0 0 25 0 4 0 651148660 1887141888 352350 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2568/tid=2571] ppid=2566 vsize=1842912 CPUtime=1202.81 cores=1,3,5,7
/proc/2568/task/2571/stat : 2571 (strangenight2-m) R 2566 2568 1724 0 -1 4202560 668718 0 0 0 120075 206 0 0 25 0 4 0 651148660 1887141888 352350 33554432000 4194304 4580107 140734495884976 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1842912

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.99
CPU time (s): 4800.53
CPU user time (s): 4792.11
CPU system time (s): 8.42272
CPU usage (%): 399.051
Max. virtual memory (cumulated for all children) (KiB): 1934292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.11
system time used= 8.42272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2722123
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= 5136
involuntary context switches= 25709

runsolver used 2.89656 second user time and 8.06677 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-14 19:51:45
IDJOB=3366113
IDBENCH=82522
IDSOLVER=1844
FILE ID=node132/3366113-1305395505
RUNJOBID= node132-1305395505-2555
PBS_JOBID= 13324437
Free space on /tmp= 73332 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1143439968-082-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366113-1305395505/watcher-3366113-1305395505 -o /tmp/evaluation-result-3366113-1305395505/solver-3366113-1305395505 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366113-1305395505.cnf

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

MD5SUM BENCH= 4baebda329e22fa39a89c4e2a8acff70
RANDOM SEED=1152059266

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:      21570020 kB
Buffers:        272888 kB
Cached:        5556596 kB
SwapCached:       6904 kB
Active:        4766568 kB
Inactive:      6310556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21570020 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            8264 kB
Writeback:           0 kB
AnonPages:     5245656 kB
Mapped:          18472 kB
Slab:           218008 kB
PageTables:      24392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34741612 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= 73316 MiB
End job on node132 at 2011-05-14 20:11:50