Trace number 3173704

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? (TO) 4800.5 1201.89

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173704-1304030016.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.00/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.08/0.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.08/0.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.08/0.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.08/0.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.08/0.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.37/1.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4.37/1.13	c Finding binary XORs  T:     0.00 s  found:       0
4.37/1.13	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
4.37/1.13	c calculated reachability. Time: 0.00
4.37/1.13	c Calc default polars -  time:   0.00 s pos:     962 undec:      56 neg:     982
4.37/1.13	c =========================================================================================
4.37/1.13	c types(t): F = full restart, N = normal restart
4.37/1.13	c types(t): S = simplification begin/end, E = solution found
4.37/1.13	c restart types(rt): st = static, dy = dynamic
4.37/1.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.37/1.13	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
4.37/1.13	c  N dy    19      4107      2000     40000         0      4096    200000    852867    149.06    157.68
5.16/1.35	c  N dy    43      8157      2000     40000         0      4819    200000    512699    147.11    155.85
6.77/1.78	c  N dy    68     12194      2000     40000         0      8855    200000   1243527    146.66    167.14
9.15/2.30	c  N dy    92     16197      2000     40000         0      7363    200000    652452    146.85    158.10
11.17/2.81	c  N dy   119     20248      2000     40000         0     11413    200000   1403804    147.37    157.83
13.14/3.36	c  N dy   148     24290      2000     40000         0      8374    200000    568570    147.43    157.02
13.55/3.45	c  F st   153     25000      2000     40000         0      9084    200000    697847    147.27   no data
15.15/3.89	c  N st   158     28303      2000     40000         0     12384    200000   1400820    147.27   no data
16.34/4.12	c  S st   159     30000      2000     40000         0     14081    200000   1731494    147.27   no data
16.75/4.21	c  S st   159     30503      2000     40000         0     14584    200000   1809263    147.27   no data
16.75/4.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.75/4.25	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.75/4.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.75/4.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.75/4.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17.14/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.35/6.15	c lits-rem:       117  cl-subs:       37  v-elim:      0  v-fix:    0  time:  1.78 s
25.53/6.46	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.53/6.47	c calculated reachability. Time: 0.00
25.53/6.47	c  N dy   159     30503      2000     40000         0     14547    200000   1791479    147.27   no data
27.93/7.06	c  N dy   184     34545      2000     40000         0     10225    200000    697423    147.36    159.18
30.31/7.62	c  N dy   204     38560      2000     40000         0     14240    200000   1428707    146.95    156.02
32.72/8.21	c  N dy   227     42669      2000     40000         0     18347    200000   2183405    146.72    155.61
34.31/8.64	c  S st   242     45754      2000     40000         0     11911    200000    791675    146.58    118.34
34.71/8.72	c  S st   242     46260      2000     40000         0     12417    200000    874256    146.58   no data
34.71/8.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.71/8.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
34.71/8.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.71/8.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.71/8.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.71/8.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
34.71/8.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.71/8.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
35.11/8.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.31/9.15	c lits-rem:        12  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.34 s
36.31/9.16	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
36.31/9.17	c vivif2 --  cl tried    12415 cl shrink        0 lits rem          0 time: 0.01
37.53/9.45	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
37.53/9.45	c calculated reachability. Time: 0.00
37.53/9.45	c  N dy   242     46260      2000     40000         0     12415    200000    873254    146.58   no data
39.91/10.04	c  N dy   268     50415      2000     40000         0     16569    200000   1630880    146.55    162.04
42.33/10.67	c  N dy   293     54554      2000     40000         0     20707    200000   2382442    146.39    155.24
44.69/11.22	c  N dy   316     58628      2000     40000         0     14189    200000   1002443    146.19    156.26
47.09/11.83	c  N dy   340     62728      2000     40000         0     18287    200000   1768902    146.21    158.76
49.49/12.48	c  N dy   360     66808      2000     40000         0     22367    200000   2495748    145.83    155.97
51.11/12.89	c  S st   377     69390      2000     40000         0     13321    200000    658639    145.69   no data
51.49/12.98	c  S st   377     69899      2000     40000         0     13830    200000    739637    145.69   no data
51.49/12.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.89/13.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.89/13.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.89/13.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.89/13.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.89/13.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.89/13.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.89/13.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.89/13.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.08/13.35	c lits-rem:        21  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.29 s
53.08/13.35	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
53.08/13.36	c vivif2 --  cl tried    13826 cl shrink        0 lits rem          0 time: 0.01
54.28/13.66	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
54.28/13.66	c calculated reachability. Time: 0.00
54.28/13.66	c  N dy   377     69899      2000     40000         0     13826    200000    738268    145.69   no data
57.08/14.37	c  N dy   407     74498      2000     40000         0     18425    200000   1584411    145.73    154.26
60.28/15.17	c  N dy   436     79352      2000     40000         0     23275    200000   2468984    145.60    154.66
63.47/15.97	c  N dy   468     84446      2000     40000         0     15723    200000    924596    145.50    156.50
65.47/16.44	c  F st   486     87500      2000     40000         0     18776    200000   1485788    145.52    147.35
67.47/16.96	c  N st   491     90798      2000     40000         0     22070    200000   2177174    145.52   no data
71.46/17.96	c  N dy   512     96642      2000     40000         0     14258    200000    478345    145.38    153.16
75.46/18.90	c  N dy   549    102875      2000     40000         0     20490    200000   1609268    145.26    177.43
76.66/19.22	c  S st   561    104849      2000     40000         0     22464    200000   1969515    145.25   no data
77.07/19.33	c  S st   561    105353      2000     40000         0     22968    200000   2044086    145.25   no data
77.07/19.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
77.07/19.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
77.07/19.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.07/19.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.07/19.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.07/19.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
77.07/19.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
77.47/19.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
77.47/19.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.84/23.06	c lits-rem:        92  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.58 s
91.84/23.06	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
91.84/23.09	c vivif2 --  cl tried    22963 cl shrink        0 lits rem          0 time: 0.02
93.43/23.44	c asymm  cl-useful: 0/36054/40000 lits-rem:0 time: 0.35
93.43/23.44	c calculated reachability. Time: 0.00
93.43/23.44	c  N dy   561    105353      2000     40000         0     22963    200000   2041508    145.25   no data
97.82/24.58	c  N dy   600    112274      2000     40000         0     15225    200000    473837    145.20    152.97
102.62/25.70	c  N dy   650    119494      2000     40000         0     22443    200000   1810023    145.40    153.05
107.41/26.98	c  N dy   692    127156      2000     40000         0     30103    200000   3196930    145.30    155.00
113.00/28.34	c  N dy   741    135352      2000     40000         0     22640    200000   1655711    145.24    153.01
118.99/29.87	c  N dy   799    144083      2000     40000         0     31367    200000   3267026    145.32    169.98
125.40/31.41	c  N dy   848    153521      2000     40000         0     24140    200000   1745578    145.12    155.67
128.18/32.14	c  S st   870    158034      2000     40000         0     28652    200000   2561299    145.02   no data
128.58/32.26	c  S st   870    158536      2000     40000         0     29154    200000   2637330    145.02   no data
128.58/32.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
128.98/32.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
128.98/32.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.98/32.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.98/32.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.98/32.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
128.98/32.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.98/32.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
129.38/32.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.54/38.73	c lits-rem:       139  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.29 s
154.54/38.73	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
154.54/38.77	c vivif2 --  cl tried    29145 cl shrink        0 lits rem          0 time: 0.03
154.94/38.82	c asymm  cl-useful: 0/3946/40000 lits-rem:0 time: 0.05
154.94/38.82	c calculated reachability. Time: 0.00
154.94/38.82	c  N dy   870    158536      2000     40000         0     29145    200000   2633008    145.02   no data
161.73/40.59	c  N dy   926    168750      2000     40000         0     21697    200000   1121787    144.89    162.35
169.34/42.46	c  N dy   992    179641      2000     40000         0     32581    200000   3122453    144.91    153.35
177.32/44.47	c  N dy  1064    191243      2000     40000         0     25527    200000   1680549    144.97    153.90
186.50/46.71	c  N dy  1139    203547      2000     40000         0     37823    200000   3938950    145.00    157.51
195.30/48.95	c  N dy  1222    216713      2000     40000         0     31326    200000   2534862    145.02    152.95
205.67/51.52	c  N dy  1303    230736      2000     40000         0     24690    200000   1161362    144.99    153.09
210.87/52.83	c  S st  1346    237805      2000     40000         0     31758    200000   2462208    145.01   no data
211.26/52.97	c  S st  1346    238310      2000     40000         0     32263    200000   2544012    145.01   no data
211.26/52.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
211.66/53.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
211.66/53.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
211.66/53.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
211.66/53.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.66/53.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
211.66/53.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
211.66/53.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
212.06/53.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.64/60.09	c lits-rem:        97  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.94 s
239.64/60.09	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
240.04/60.12	c vivif2 --  cl tried    32254 cl shrink        0 lits rem          0 time: 0.03
241.63/60.53	c asymm  cl-useful: 0/31824/40000 lits-rem:0 time: 0.40
241.63/60.53	c calculated reachability. Time: 0.00
241.63/60.53	c  N dy  1346    238310      2000     40000         0     32254    200000   2540295    145.01   no data
254.41/63.70	c  N dy  1439    253577      2000     40000         0     25858    200000   1187130    145.03    164.38
267.18/66.90	c  N dy  1544    270097      2000     40000         0     42374    200000   4228679    145.10    154.99
279.97/70.13	c  N dy  1646    287485      2000     40000         0     37099    200000   3067295    145.01    154.44
294.35/73.72	c  N dy  1759    305906      2000     40000         0     31851    200000   1921715    145.04    153.54
294.35/73.79	c  F st  1761    306251      2000     40000         0     32196    200000   1984501    145.04    146.20
309.95/77.67	c  N dy  1854    325646      2000     40000         0     26919    200000    856486    145.03    155.96
325.11/81.48	c  N dy  1984    345745      2000     40000         0     47013    200000   4575724    145.12    156.21
334.29/83.71	c  S st  2052    357465      2000     40000         0     33074    200000   1803015    145.08   no data
334.70/83.83	c  S st  2052    357971      2000     40000         0     33580    200000   1883017    145.08   no data
334.70/83.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
334.70/83.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
334.70/83.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
334.70/83.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
334.70/83.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
334.70/83.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
334.70/83.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
335.10/83.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
335.10/83.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.90/87.65	c lits-rem:        94  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.67 s
349.90/87.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
349.90/87.67	c vivif2 --  cl tried    33574 cl shrink        0 lits rem          0 time: 0.02
350.27/87.78	c asymm  cl-useful: 0/8176/40000 lits-rem:0 time: 0.11
350.27/87.79	c calculated reachability. Time: 0.00
350.27/87.79	c  N dy  2052    357971      2000     40000         0     33574    200000   1880623    145.08   no data
367.48/92.00	c  N dy  2171    378002      2000     40000         0     26945    200000    517356    145.11    176.63
383.03/95.90	c  N dy  2292    398036      2000     40000         0     46974    200000   4184341    145.09    153.94
399.80/100.19	c  N dy  2408    418194      2000     40000         0     39466    200000   2622699    145.08    154.07
418.58/104.84	c  N dy  2535    438451      2000     40000         0     31057    200000    926566    145.20    157.47
435.35/109.03	c  N dy  2668    458515      2000     40000         0     51114    200000   4624185    145.31    158.17
452.14/113.29	c  N dy  2793    478584      2000     40000         0     41520    200000   2665086    145.33    162.95
470.51/117.85	c  N dy  2921    498617      2000     40000         0     30892    200000    541220    145.36    205.23
486.48/121.89	c  N dy  3049    518798      2000     40000         0     51068    200000   4255480    145.40    154.11
502.86/125.94	c  S st  3163    536958      2000     40000         0     37566    200000   1577697    145.40    137.08
503.28/126.07	c  S st  3163    537458      2000     40000         0     38066    200000   1657608    145.40   no data
503.28/126.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
503.68/126.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
503.68/126.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
503.68/126.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
503.68/126.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
503.68/126.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
503.68/126.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
503.68/126.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
504.06/126.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
516.04/129.29	c lits-rem:        58  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.08 s
516.04/129.29	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
516.45/129.31	c vivif2 --  cl tried    38065 cl shrink        0 lits rem          0 time: 0.02
517.64/129.69	c asymm  cl-useful: 0/29725/40000 lits-rem:0 time: 0.37
517.64/129.69	c calculated reachability. Time: 0.00
517.64/129.69	c  N dy  3163    537458      2000     40000         0     38065    200000   1657100    145.40   no data
535.21/134.04	c  N dy  3280    557545      2000     40000         0     58145    200000   5344835    145.37    154.69
552.79/138.43	c  N dy  3404    577662      2000     40000         0     45601    200000   2910796    145.38    155.26
571.97/143.27	c  N dy  3529    597982      2000     40000         0     65916    200000   6656805    145.39    154.91
589.14/147.51	c  N dy  3656    617989      2000     40000         0     52264    200000   3976214    145.46    154.24
608.31/152.36	c  N dy  3773    638024      2000     40000         0     37637    200000   1070465    145.43    153.58
625.48/156.66	c  N dy  3891    658027      2000     40000         0     57636    200000   4742706    145.44    153.34
645.05/161.52	c  N dy  4017    678107      2000     40000         0     42052    200000   1706545    145.46    158.70
663.03/166.01	c  N dy  4132    698175      2000     40000         0     62116    200000   5369775    145.41    154.22
682.20/170.81	c  N dy  4257    718219      2000     40000         0     45496    200000   2158854    145.42    154.42
700.99/175.59	c  N dy  4391    738449      2000     40000         0     65720    200000   5904748    145.48    159.74
720.15/180.36	c  N dy  4514    758550      2000     40000         0     48162    200000   2489038    145.46    153.78
739.72/185.25	c  N dy  4641    778695      2000     40000         0     68300    200000   6221257    145.52    156.35
759.68/190.25	c  N dy  4762    798699      2000     40000         0     49649    200000   2542472    145.50    153.58
766.48/191.96	c  S st  4803    806189      2000     40000         0     57136    200000   3901965    145.48   no data
767.30/192.13	c  S st  4803    806690      2000     40000         0     57637    200000   3977410    145.48   no data
767.30/192.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
767.68/192.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
767.68/192.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
767.68/192.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.68/192.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
767.68/192.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
767.68/192.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
767.68/192.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
768.08/192.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
821.60/205.75	c lits-rem:       199  cl-subs:       14  v-elim:      0  v-fix:    0  time: 13.36 s
821.60/205.76	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
822.00/205.81	c vivif2 --  cl tried    57623 cl shrink        0 lits rem          0 time: 0.05
822.80/206.02	c asymm  cl-useful: 0/10275/40000 lits-rem:0 time: 0.21
822.80/206.02	c calculated reachability. Time: 0.00
822.80/206.02	c  N dy  4803    806690      2000     40000         0     57623    200000   3970817    145.48   no data
843.98/211.38	c  N dy  4935    826693      2000     40000         0     77621    200000   7702346    145.53    156.75
862.35/215.97	c  N dy  5059    846759      2000     40000         0     58021    200000   3952382    145.53    156.70
883.92/221.34	c  N dy  5188    866777      2000     40000         0     78036    200000   7642290    145.57    153.60
902.69/226.00	c  N dy  5302    886794      2000     40000         0     57395    200000   3676792    145.59    155.67
923.86/231.39	c  N dy  5426    906982      2000     40000         0     77580    200000   7394965    145.59    153.52
943.82/236.31	c  N dy  5544    927008      2000     40000         0     55941    200000   3195896    145.60    161.36
965.01/241.62	c  N dy  5669    947132      2000     40000         0     76064    200000   6896963    145.61    158.48
985.77/246.89	c  N dy  5799    967264      2000     40000         0     53533    200000   2603103    145.65    155.94
1006.53/252.05	c  N dy  5929    987398      2000     40000         0     73663    200000   6300840    145.67    158.90
1028.50/257.58	c  N dy  6058   1007417      2000     40000         0     50021    200000   1758241    145.70    154.03
1048.87/262.63	c  N dy  6198   1027583      2000     40000         0     70182    200000   5493967    145.75    155.57
1072.44/268.52	c  N dy  6322   1047729      2000     40000         0     45669    200000    789636    145.75    153.65
1092.03/273.46	c  N dy  6450   1068523      2000     40000         0     66454    200000   4647723    145.77    155.94
1095.61/274.36	c  F st  6471   1071878      2000     40000         0     69809    200000   5263332    145.77    137.63
1114.77/279.19	c  N dy  6554   1088598      2000     40000         0     86519    200000   8462996    145.80    156.40
1135.56/284.34	c  N dy  6687   1108599      2000     40000         0     60861    200000   3424533    145.83    156.58
1157.12/289.79	c  N dy  6803   1128844      2000     40000         0     81100    200000   7142976    145.81    158.52
1180.31/295.53	c  N dy  6933   1149124      2000     40000         0     54720    200000   2096688    145.84    156.25
1201.88/300.98	c  N dy  7054   1169170      2000     40000         0     74759    200000   5792599    145.86    156.14
1227.82/307.49	c  N dy  7176   1189297      2000     40000         0     94879    200000   9513815    145.87    157.15
1248.19/312.54	c  N dy  7306   1209348      2000     40000         0     67270    200000   4265675    145.89    160.40
1248.99/312.73	c  S st  7312   1210035      2000     40000         0     67957    200000   4394186    145.89   no data
1249.79/312.92	c  S st  7312   1210541      2000     40000         0     68463    200000   4470366    145.89   no data
1249.79/312.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1250.21/313.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1250.21/313.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1250.21/313.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1250.21/313.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1250.21/313.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1250.21/313.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1250.21/313.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1250.99/313.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1321.29/330.85	c lits-rem:       193  cl-subs:        9  v-elim:      0  v-fix:    0  time: 17.53 s
1321.29/330.86	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1321.69/330.91	c vivif2 --  cl tried    68454 cl shrink        0 lits rem          0 time: 0.06
1323.28/331.39	c asymm  cl-useful: 0/22169/40000 lits-rem:0 time: 0.47
1323.28/331.39	c calculated reachability. Time: 0.00
1323.28/331.39	c  N dy  7312   1210541      2000     40000         0     68454    200000   4466486    145.89   no data
1349.25/337.82	c  N dy  7426   1230633      2000     40000         0     88542    200000   8165249    145.88    153.69
1374.82/344.26	c  N dy  7552   1250764      2000     40000         0     60022    200000   2726252    145.89    153.89
1399.18/350.33	c  N dy  7689   1270807      2000     40000         0     80063    200000   6449209    145.92    154.32
1426.36/357.12	c  N dy  7820   1290913      2000     40000         0     50507    200000    801178    145.94    155.31
1447.12/362.34	c  N dy  7954   1311014      2000     40000         0     70602    200000   4552856    145.98    175.78
1471.88/368.53	c  N dy  8074   1331080      2000     40000         0     90664    200000   8243539    145.97    165.86
1495.45/374.47	c  N dy  8204   1351110      2000     40000         0     60034    200000   2393848    146.00    155.89
1517.41/379.93	c  N dy  8329   1371181      2000     40000         0     80100    200000   6109221    146.01    160.25
1542.98/386.34	c  N dy  8447   1391204      2000     40000         0    100119    200000   9768749    145.99    154.44
1564.54/391.74	c  N dy  8574   1411484      2000     40000         0     68744    200000   3793815    146.00    153.82
1588.53/397.73	c  N dy  8705   1431500      2000     40000         0     88755    200000   7496028    146.01    155.60
1614.89/404.37	c  N dy  8834   1451786      2000     40000         0     56387    200000   1351998    146.02    156.61
1636.04/409.62	c  N dy  8956   1471827      2000     40000         0     76423    200000   5048549    146.02    154.84
1660.80/415.88	c  N dy  9079   1491850      2000     40000         0     96443    200000   8715215    146.01    153.76
1685.59/422.04	c  N dy  9205   1511912      2000     40000         0     62837    200000   2377309    146.02    154.32
1707.93/427.65	c  N dy  9318   1532026      2000     40000         0     82949    200000   6073211    146.01    154.09
1734.70/434.34	c  N dy  9449   1552126      2000     40000         0    103048    200000   9817508    146.04    165.92
1758.26/440.22	c  N dy  9572   1572363      2000     40000         0     68626    200000   3264789    146.03    153.91
1781.84/446.19	c  N dy  9696   1592618      2000     40000         0     88877    200000   7018202    146.05    157.37
1810.19/453.20	c  N dy  9826   1612835      2000     40000         0    109089    200000  10773347    146.07    154.49
1832.16/458.70	c  N dy  9952   1632848      2000     40000         0     73443    200000   3987007    146.08    156.57
1856.53/464.89	c  N dy 10080   1652991      2000     40000         0     93577    200000   7686840    146.07    154.20
1886.07/472.21	c  N dy 10192   1673049      2000     40000         0     56978    200000    758588    146.05    159.67
1909.26/478.04	c  N dy 10323   1693060      2000     40000         0     76983    200000   4453848    146.05    154.14
1933.21/484.08	c  S st 10441   1710541      2000     40000         0     94459    200000   7724448    146.08    149.36
1934.41/484.34	c  S st 10441   1711043      2000     40000         0     94961    200000   7797161    146.08   no data
1934.41/484.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1934.81/484.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1934.81/484.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1934.81/484.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1934.81/484.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1934.81/484.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1934.81/484.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1935.20/484.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1936.40/484.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2110.16/528.39	c lits-rem:       361  cl-subs:       23  v-elim:      0  v-fix:    0  time: 43.31 s
2110.57/528.40	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2110.97/528.50	c vivif2 --  cl tried    94938 cl shrink        0 lits rem          0 time: 0.10
2112.96/529.02	c asymm  cl-useful: 0/15615/40000 lits-rem:0 time: 0.51
2112.96/529.02	c calculated reachability. Time: 0.00
2112.96/529.02	c  N dy 10441   1711043      2000     40000         0     94938    200000   7786614    146.08   no data
2146.53/537.49	c  N dy 10572   1731228      2000     40000         0    115120    200000  11516211    146.09    154.37
2170.88/543.57	c  N dy 10703   1751310      2000     40000         0     77550    200000   4407012    146.12    174.06
2198.05/550.32	c  N dy 10826   1771350      2000     40000         0     97587    200000   8100777    146.11    157.23
2228.41/557.93	c  N dy 10953   1791357      2000     40000         0     58937    200000    758143    146.12    154.26
2250.38/563.48	c  N dy 11079   1811392      2000     40000         0     78971    200000   4493063    146.13    199.07
2276.74/570.07	c  N dy 11212   1831507      2000     40000         0     99084    200000   8224208    146.16    154.64
2307.10/577.60	c  N dy 11338   1851594      2000     40000         0    119167    200000  11950387    146.17    161.12
2329.47/583.28	c  N dy 11470   1871821      2000     40000         0     79733    200000   4427493    146.18    156.66
2355.42/589.74	c  N dy 11597   1891852      2000     40000         0     99758    200000   8113274    146.19    158.03
2385.38/597.24	c  N dy 11724   1911881      2000     40000         0    119781    200000  11840993    146.20    155.29
2408.15/602.97	c  N dy 11847   1931953      2000     40000         0     79199    200000   4158728    146.20    167.08
2434.10/609.45	c  N dy 11972   1952040      2000     40000         0     99282    200000   7894702    146.21    187.80
2464.06/616.95	c  N dy 12102   1972093      2000     40000         0    119331    200000  11620411    146.22    157.58
2488.03/622.94	c  N dy 12223   1992103      2000     40000         0     77677    200000   3703192    146.23    154.48
2513.60/629.37	c  N dy 12350   2012200      2000     40000         0     97768    200000   7427229    146.24    154.51
2543.16/636.71	c  N dy 12475   2032236      2000     40000         0    117796    200000  11119075    146.24    157.06
2568.74/643.16	c  N dy 12604   2052322      2000     40000         0     75226    200000   3090723    146.26    158.40
2593.08/649.29	c  N dy 12715   2072409      2000     40000         0     95308    200000   6764742    146.24    162.26
2622.24/656.54	c  N dy 12841   2092562      2000     40000         0    115457    200000  10496046    146.25    159.55
2650.20/663.51	c  N dy 12957   2112589      2000     40000         0     71830    200000   2277404    146.24    168.93
2674.19/669.55	c  N dy 13081   2132659      2000     40000         0     91895    200000   5976249    146.25    160.43
2702.52/676.64	c  N dy 13210   2152690      2000     40000         0    111922    200000   9710890    146.27    161.04
2733.28/684.36	c  N dy 13325   2172749      2000     40000         0     67326    200000   1241810    146.26    156.06
2758.04/690.53	c  N dy 13457   2192820      2000     40000         0     87387    200000   4955808    146.27    156.80
2784.80/697.24	c  S st 13573   2211044      2000     40000         0    105608    200000   8336908    146.28    137.72
2786.01/697.54	c  S st 13573   2211549      2000     40000         0    106113    200000   8422257    146.28   no data
2786.01/697.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2786.41/697.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2786.41/697.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2786.41/697.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2786.41/697.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2786.41/697.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2786.41/697.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2786.80/697.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
2788.02/698.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2979.74/746.09	c lits-rem:       349  cl-subs:       22  v-elim:      0  v-fix:    0  time: 47.76 s
2979.74/746.09	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2980.54/746.20	c vivif2 --  cl tried   106091 cl shrink        0 lits rem          0 time: 0.11
2980.54/746.28	c asymm  cl-useful: 0/2216/40000 lits-rem:0 time: 0.08
2980.54/746.29	c calculated reachability. Time: 0.00
2980.54/746.29	c  N dy 13573   2211549      2000     40000         0    106091    200000   8412391    146.28   no data
3015.29/754.98	c  N dy 13703   2231790      2000     40000         0    126325    200000  12137125    146.28    156.69
3043.27/761.93	c  N dy 13829   2251963      2000     40000         0     80844    200000   3577955    146.29    155.30
3071.61/769.06	c  N dy 13956   2272096      2000     40000         0    100971    200000   7289460    146.29    156.71
3103.58/777.05	c  N dy 14079   2292357      2000     40000         0    121227    200000  10997222    146.28    155.23
3133.53/784.54	c  N dy 14202   2312434      2000     40000         0     74651    200000   2258660    146.29    155.43
3158.69/790.81	c  N dy 14325   2332484      2000     40000         0     94698    200000   5971016    146.29    154.50
3188.27/798.24	c  N dy 14457   2352621      2000     40000         0    114830    200000   9701753    146.30    155.04
3221.80/806.64	c  N dy 14584   2372849      2000     40000         0    135053    200000  13458997    146.31    155.76
3245.77/812.62	c  N dy 14715   2392872      2000     40000         0     87423    200000   4479210    146.32    172.96
3272.53/819.38	c  N dy 14831   2413006      2000     40000         0    107550    200000   8216950    146.32    157.62
3304.89/827.40	c  N dy 14964   2433060      2000     40000         0    127596    200000  11937333    146.33    155.19
3333.26/834.56	c  N dy 15090   2453141      2000     40000         0     79029    200000   2721113    146.33    154.09
3358.80/840.91	c  N dy 15223   2473273      2000     40000         0     99157    200000   6457155    146.35    154.48
3388.37/848.38	c  N dy 15357   2493321      2000     40000         0    119200    200000  10198871    146.37    170.27
3422.72/857.00	c  N dy 15491   2513359      2000     40000         0    139227    200000  13922605    146.39    154.80
3446.69/862.95	c  N dy 15613   2533362      2000     40000         0     89580    200000   4499764    146.39    171.62
3475.04/870.01	c  N dy 15746   2553577      2000     40000         0    109793    200000   8294342    146.41    154.45
3507.40/878.14	c  N dy 15876   2573685      2000     40000         0    129896    200000  12045389    146.42    158.04
3537.74/885.78	c  N dy 16005   2593783      2000     40000         0     79341    200000   2425316    146.43    154.55
3563.71/892.20	c  N dy 16136   2613892      2000     40000         0     99447    200000   6188213    146.45    157.72
3593.27/899.66	c  N dy 16261   2633964      2000     40000         0    119513    200000   9948517    146.46    156.17
3627.63/908.22	c  N dy 16385   2653970      2000     40000         0    139509    200000  13661837    146.48    154.69
3655.17/915.16	c  N dy 16519   2674062      2000     40000         0     87955    200000   3866853    146.50    167.40
3685.13/922.65	c  N dy 16643   2694098      2000     40000         0    107986    200000   7559992    146.49    177.81
3716.69/930.51	c  S st 16750   2711549      2000     40000         0    125434    200000  10773582    146.49   no data
3717.89/930.89	c  S st 16750   2712051      2000     40000         0    125936    200000  10855387    146.49   no data
3718.29/930.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3718.69/931.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.12
3718.69/931.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3718.69/931.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3718.69/931.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3718.69/931.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3718.69/931.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3719.09/931.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
3720.69/931.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3930.83/984.13	c lits-rem:       308  cl-subs:       24  v-elim:      0  v-fix:    0  time: 52.26 s
3930.83/984.13	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3931.20/984.27	c vivif2 --  cl tried   125912 cl shrink        0 lits rem          0 time: 0.14
3933.61/984.81	c asymm  cl-useful: 0/15028/40000 lits-rem:0 time: 0.54
3933.61/984.82	c calculated reachability. Time: 0.00
3933.61/984.82	c  N dy 16750   2712051      2000     40000         0    125912    200000  10845519    146.49   no data
3972.35/994.54	c  N dy 16869   2732104      2000     40000         0     73312    200000    952793    146.50    155.40
3998.31/1001.09	c  N dy 16990   2752203      2000     40000         0     93409    200000   4653531    146.49    160.27
4029.07/1008.76	c  N dy 17102   2772219      2000     40000         0    113421    200000   8341655    146.48    154.36
4064.62/1017.69	c  N dy 17227   2792273      2000     40000         0    133472    200000  12065343    146.49    155.06
4100.56/1026.61	c  N dy 17345   2812309      2000     40000         0     79853    200000   1996753    146.48    182.88
4128.54/1033.65	c  N dy 17465   2832459      2000     40000         0     99992    200000   5741303    146.48    154.27
4160.08/1041.58	c  N dy 17592   2852525      2000     40000         0    120051    200000   9461746    146.49    161.32
4194.83/1050.29	c  N dy 17711   2872529      2000     40000         0    140052    200000  13162627    146.50    154.56
4226.38/1058.11	c  N dy 17844   2892704      2000     40000         0     85571    200000   2865158    146.50    157.65
4253.15/1064.84	c  N dy 17975   2912744      2000     40000         0    105610    200000   6598177    146.52    154.59
4284.71/1072.71	c  N dy 18095   2932908      2000     40000         0    125768    200000  10313580    146.52    155.01
4319.86/1081.59	c  N dy 18215   2952914      2000     40000         0    145766    200000  14018845    146.52    155.13
4348.24/1088.64	c  N dy 18328   2973067      2000     40000         0     90265    200000   3557109    146.51    158.71
4376.18/1095.63	c  N dy 18461   2993291      2000     40000         0    110482    200000   7300890    146.52    155.87
4407.74/1103.57	c  N dy 18585   3013347      2000     40000         0    130531    200000  11015730    146.52    154.54
4444.51/1112.72	c  N dy 18707   3033409      2000     40000         0    150591    200000  14729227    146.52    157.76
4471.64/1119.55	c  N dy 18830   3053504      2000     40000         0     94039    200000   4087389    146.53    154.39
4500.81/1126.80	c  N dy 18969   3073581      2000     40000         0    114112    200000   7848264    146.55    158.39
4533.96/1135.12	c  N dy 19095   3093625      2000     40000         0    134150    200000  11591707    146.56    154.51
4571.93/1144.68	c  N dy 19234   3113634      2000     40000         0    154144    200000  15324501    146.57    156.55
4598.68/1151.30	c  N dy 19362   3133744      2000     40000         0     96605    200000   4383344    146.58    157.05
4627.02/1158.42	c  N dy 19468   3153832      2000     40000         0    116685    200000   8093423    146.57    154.75
4660.19/1166.77	c  N dy 19589   3173848      2000     40000         0    136688    200000  11806663    146.57    167.21
4698.93/1176.41	c  N dy 19719   3193910      2000     40000         0    156743    200000  15521949    146.58    155.10
4722.47/1182.36	c  S st 19833   3212052      2000     40000         0     96243    200000   4138979    146.59    129.08
4723.68/1182.60	c  S st 19833   3212555      2000     40000         0     96746    200000   4223149    146.59   no data
4723.68/1182.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4724.08/1182.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4724.08/1182.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4724.08/1182.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4724.08/1182.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4724.08/1182.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4724.08/1182.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4724.08/1182.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4724.88/1182.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4784.79/1197.96	c lits-rem:       129  cl-subs:        8  v-elim:      0  v-fix:    0  time: 14.97 s
4784.79/1197.96	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4785.19/1198.02	c vivif2 --  cl tried    96738 cl shrink        0 lits rem          0 time: 0.06
4786.79/1198.50	c asymm  cl-useful: 0/15816/40000 lits-rem:0 time: 0.47
4787.21/1198.50	c calculated reachability. Time: 0.00
4787.21/1198.50	c  N dy 19833   3212555      2000     40000         0     96738    200000   4219608    146.59   no data

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: 935)

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-3173704-1304030016/watcher-3173704-1304030016 -o /tmp/evaluation-result-3173704-1304030016/solver-3173704-1304030016 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173704-1304030016.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: 8.16 8.00 6.11 5/180 25925
/proc/meminfo: memFree=23731564/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 514599308 52441088 353 33554432000 4194304 4627427 140736692178688 18446744073709551615 212687675323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 12803 353 303 106 0 7774 0
[pid=25925/tid=25926] ppid=25923 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514599308 52441088 353 33554432000 4194304 4627427 140736692178688 18446744073709551615 47214227765170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514599308 52441088 353 33554432000 4194304 4627427 140736692178688 18446744073709551615 212682722390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514599308 52441088 353 33554432000 4194304 4627427 140736692178688 18446744073709551615 212682722390 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.117924 s]
/proc/loadavg: 8.16 8.00 6.11 5/180 25925
/proc/meminfo: memFree=23731564/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=289780 CPUtime=1.08 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 6680 0 0 0 107 1 0 0 18 0 4 0 514599308 296734720 6591 33554432000 4194304 4627427 140736692178688 18446744073709551615 212687336481 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 72526 6721 371 106 0 67497 0
[pid=25925/tid=25926] ppid=25923 vsize=290236 CPUtime=0.27 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) D 25923 25925 25696 0 -1 4202560 1648 0 0 0 27 0 0 0 18 0 4 0 514599308 297201664 6829 33554432000 4194304 4627427 140736692178688 18446744073709551615 212687336133 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=290332 CPUtime=0.27 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 1789 0 0 0 27 0 0 0 18 0 4 0 514599308 297299968 6829 33554432000 4194304 4627427 140736692178688 18446744073709551615 212687733162 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=290464 CPUtime=0.26 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 1625 0 0 0 26 0 0 0 18 0 4 0 514599308 297435136 6956 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 289780

[startup+0.81079 s]
/proc/loadavg: 8.16 8.00 6.11 5/180 25925
/proc/meminfo: memFree=23731564/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=296424 CPUtime=3.2 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 16382 0 0 0 317 3 0 0 18 0 4 0 514599308 303538176 14204 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 74106 14205 384 106 0 69077 0
[pid=25925/tid=25926] ppid=25923 vsize=296424 CPUtime=0.79 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4434 0 0 0 78 1 0 0 19 0 4 0 514599308 303538176 14205 33554432000 4194304 4627427 140736692178688 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=296424 CPUtime=0.79 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4512 0 0 0 79 0 0 0 18 0 4 0 514599308 303538176 14205 33554432000 4194304 4627427 140736692178688 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=296424 CPUtime=0.79 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 2582 0 0 0 79 0 0 0 18 0 4 0 514599308 303538176 14205 33554432000 4194304 4627427 140736692178688 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 296424

[startup+0.900775 s]
/proc/loadavg: 8.16 8.00 6.11 5/180 25925
/proc/meminfo: memFree=23731564/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=298784 CPUtime=3.56 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 17542 0 0 0 353 3 0 0 18 0 4 0 514599308 305954816 13777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 74696 13777 385 106 0 69667 0
[pid=25925/tid=25926] ppid=25923 vsize=298784 CPUtime=0.88 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4575 0 0 0 87 1 0 0 19 0 4 0 514599308 305954816 13777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=298784 CPUtime=0.88 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4663 0 0 0 88 0 0 0 18 0 4 0 514599308 305954816 13777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=298784 CPUtime=0.88 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 3301 0 0 0 88 0 0 0 19 0 4 0 514599308 305954816 13777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 298784

[startup+1.00076 s]
/proc/loadavg: 8.16 8.00 6.11 5/180 25925
/proc/meminfo: memFree=23731564/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=298784 CPUtime=3.96 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 18182 0 0 0 393 3 0 0 18 0 4 0 514599308 305954816 14417 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 74696 14417 385 106 0 69667 0
[pid=25925/tid=25926] ppid=25923 vsize=298784 CPUtime=0.98 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4737 0 0 0 97 1 0 0 19 0 4 0 514599308 305954816 14417 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=298784 CPUtime=0.98 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4826 0 0 0 98 0 0 0 18 0 4 0 514599308 305954816 14417 33554432000 4194304 4627427 140736692178688 18446744073709551615 4299701 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=298784 CPUtime=0.98 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 3459 0 0 0 98 0 0 0 19 0 4 0 514599308 305954816 14417 33554432000 4194304 4627427 140736692178688 18446744073709551615 4334515 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 298784

[startup+1.50066 s]
/proc/loadavg: 8.16 8.00 6.11 5/180 25925
/proc/meminfo: memFree=23731564/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=306140 CPUtime=5.96 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 23119 0 0 0 591 5 0 0 19 0 4 0 514599308 313487360 14312 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 76535 14312 385 106 0 71506 0
[pid=25925/tid=25926] ppid=25923 vsize=306140 CPUtime=1.48 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 6080 0 0 0 147 1 0 0 20 0 4 0 514599308 313487360 14313 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=306140 CPUtime=1.48 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 6222 0 0 0 147 1 0 0 19 0 4 0 514599308 313487360 14313 33554432000 4194304 4627427 140736692178688 18446744073709551615 4330954 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=306140 CPUtime=1.48 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 4280 0 0 0 148 0 0 0 20 0 4 0 514599308 313487360 14313 33554432000 4194304 4627427 140736692178688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 306140

[startup+3.10037 s]
/proc/loadavg: 8.15 8.00 6.12 9/184 25929
/proc/meminfo: memFree=23663964/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=308196 CPUtime=12.35 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 35987 0 0 0 1228 7 0 0 23 0 4 0 514599308 315592704 17127 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 77049 17127 385 106 0 72020 0
[pid=25925/tid=25926] ppid=25923 vsize=308196 CPUtime=3.07 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 9117 0 0 0 305 2 0 0 25 0 4 0 514599308 315592704 17127 33554432000 4194304 4627427 140736692178688 18446744073709551615 4306360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=308196 CPUtime=3.08 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 9327 0 0 0 307 1 0 0 23 0 4 0 514599308 315592704 17127 33554432000 4194304 4627427 140736692178688 18446744073709551615 4321460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=308196 CPUtime=3.08 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 7980 0 0 0 307 1 0 0 25 0 4 0 514599308 315592704 17127 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 308196

[startup+6.30079 s]
/proc/loadavg: 8.15 8.00 6.12 9/184 25929
/proc/meminfo: memFree=23587704/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=335020 CPUtime=25.13 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 72371 0 0 0 2498 15 0 0 25 0 4 0 514599308 343060480 33574 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 83755 33574 389 106 0 78726 0
[pid=25925/tid=25926] ppid=25923 vsize=335020 CPUtime=6.25 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 19530 0 0 0 621 4 0 0 25 0 4 0 514599308 343060480 33574 33554432000 4194304 4627427 140736692178688 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=335020 CPUtime=6.28 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 17841 0 0 0 624 4 0 0 25 0 4 0 514599308 343060480 33574 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=335020 CPUtime=6.29 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 13793 0 0 0 626 3 0 0 25 0 4 0 514599308 343060480 33574 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 335020

[startup+12.7006 s]
/proc/loadavg: 8.13 8.00 6.14 9/184 25929
/proc/meminfo: memFree=23456776/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=430040 CPUtime=50.71 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 119453 0 0 0 5045 26 0 0 25 0 4 0 514599308 440360960 63249 33554432000 4194304 4627427 140736692178688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 107510 63249 389 106 0 102481 0
[pid=25925/tid=25926] ppid=25923 vsize=430040 CPUtime=12.62 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 35479 0 0 0 1255 7 0 0 25 0 4 0 514599308 440360960 63249 33554432000 4194304 4627427 140736692178688 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=430040 CPUtime=12.68 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 27728 0 0 0 1262 6 0 0 25 0 4 0 514599308 440360960 63249 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=430040 CPUtime=12.69 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 27254 0 0 0 1263 6 0 0 25 0 4 0 514599308 440360960 63249 33554432000 4194304 4627427 140736692178688 18446744073709551615 4325093 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 430040

[startup+25.5003 s]
/proc/loadavg: 8.19 8.02 6.16 10/184 25929
/proc/meminfo: memFree=23335012/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=553612 CPUtime=101.82 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 170517 0 0 0 10144 38 0 0 25 0 4 0 514599308 566898688 85430 33554432000 4194304 4627427 140736692178688 18446744073709551615 4308040 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 138403 85430 389 106 0 133374 0
[pid=25925/tid=25926] ppid=25923 vsize=553612 CPUtime=25.35 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 39190 0 0 0 2527 8 0 0 25 0 4 0 514599308 566898688 85430 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=553612 CPUtime=25.48 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 48431 0 0 0 2537 11 0 0 25 0 4 0 514599308 566898688 85431 33554432000 4194304 4627427 140736692178688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=553612 CPUtime=25.49 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 43819 0 0 0 2539 10 0 0 25 0 4 0 514599308 566898688 85431 33554432000 4194304 4627427 140736692178688 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 553612

[startup+51.1006 s]
/proc/loadavg: 8.12 8.01 6.21 9/184 25930
/proc/meminfo: memFree=23230516/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=687536 CPUtime=204.08 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 257792 0 0 0 20350 58 0 0 25 0 4 0 514599308 704036864 96678 33554432000 4194304 4627427 140736692178688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 171884 96678 389 106 0 166855 0
[pid=25925/tid=25926] ppid=25923 vsize=687536 CPUtime=50.8 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 49244 0 0 0 5070 10 0 0 25 0 4 0 514599308 704036864 96678 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=687536 CPUtime=51.08 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 74549 0 0 0 5092 16 0 0 25 0 4 0 514599308 704036864 96678 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=687536 CPUtime=51.09 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 66052 0 0 0 5093 16 0 0 25 0 4 0 514599308 704036864 96678 33554432000 4194304 4627427 140736692178688 18446744073709551615 4305425 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 687536

[startup+102.3 s]
/proc/loadavg: 8.11 8.03 6.31 9/184 25931
/proc/meminfo: memFree=23093464/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=787672 CPUtime=408.59 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 410772 0 0 0 40762 97 0 0 25 0 4 0 514599308 806576128 128091 33554432000 4194304 4627427 140736692178688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25925/statm: 196918 128091 389 106 0 191889 0
[pid=25925/tid=25926] ppid=25923 vsize=787672 CPUtime=101.73 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 75353 0 0 0 10156 17 0 0 25 0 4 0 514599308 806576128 128091 33554432000 4194304 4627427 140736692178688 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=787672 CPUtime=102.27 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 124280 0 0 0 10197 30 0 0 25 0 4 0 514599308 806576128 128091 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=787672 CPUtime=102.28 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 103829 0 0 0 10205 23 0 0 25 0 4 0 514599308 806576128 128091 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 787672

[startup+162.3 s]

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

[pid=25925] ppid=25923 vsize=1419256 CPUtime=2805.18 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 1863439 0 0 0 279980 538 0 0 25 0 4 0 514599308 1453318144 266124 33554432000 4194304 4627427 140736692178688 18446744073709551615 4467838 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 354814 266124 389 106 0 349785 0
[pid=25925/tid=25926] ppid=25923 vsize=1419256 CPUtime=701.07 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 353239 0 0 0 70004 103 0 0 25 0 4 0 514599308 1453318144 266124 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1419256 CPUtime=702.22 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 532457 0 0 0 70066 156 0 0 25 0 4 0 514599308 1453318144 266124 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1419256 CPUtime=702.25 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 490176 0 0 0 70089 136 0 0 25 0 4 0 514599308 1453318144 266124 33554432000 4194304 4627427 140736692178688 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 1419256

[startup+762.301 s]
/proc/loadavg: 8.06 8.08 7.20 9/184 25979
/proc/meminfo: memFree=21998808/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1422548 CPUtime=3044.85 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 1928212 0 0 0 303915 570 0 0 25 0 4 0 514599308 1456689152 272175 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 355637 272176 389 106 0 350608 0
[pid=25925/tid=25926] ppid=25923 vsize=1422548 CPUtime=761.07 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 367445 0 0 0 75996 111 0 0 25 0 4 0 514599308 1456689152 272176 33554432000 4194304 4627427 140736692178688 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1422548 CPUtime=762.21 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 563391 0 0 0 76051 170 0 0 25 0 4 0 514599308 1456689152 272176 33554432000 4194304 4627427 140736692178688 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1422548 CPUtime=762.26 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 500935 0 0 0 76086 140 0 0 25 0 4 0 514599308 1456689152 272176 33554432000 4194304 4627427 140736692178688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.85
Current children cumulated vsize (KiB) 1422548

[startup+822.301 s]
/proc/loadavg: 8.13 8.09 7.25 9/184 25980
/proc/meminfo: memFree=21898456/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1367208 CPUtime=3284.53 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2036706 0 0 0 327844 609 0 0 25 0 4 0 514599308 1400020992 283784 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 341802 283784 389 106 0 336773 0
[pid=25925/tid=25926] ppid=25923 vsize=1367208 CPUtime=821.07 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 379732 0 0 0 81991 116 0 0 25 0 4 0 514599308 1400020992 283784 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1367208 CPUtime=822.22 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 596523 0 0 0 82041 181 0 0 25 0 4 0 514599308 1400020992 283784 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1367208 CPUtime=822.27 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 530599 0 0 0 82076 151 0 0 25 0 4 0 514599308 1400020992 283784 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 1367208

[startup+882.301 s]
/proc/loadavg: 8.22 8.12 7.31 9/184 25982
/proc/meminfo: memFree=21955696/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1504524 CPUtime=3524.17 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2163518 0 0 0 351770 647 0 0 25 0 4 0 514599308 1540632576 292492 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 376131 292492 389 106 0 371102 0
[pid=25925/tid=25926] ppid=25923 vsize=1504524 CPUtime=881.06 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 409398 0 0 0 87981 125 0 0 25 0 4 0 514599308 1540632576 292492 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1504524 CPUtime=882.21 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 629124 0 0 0 88029 192 0 0 25 0 4 0 514599308 1540632576 292492 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1504524 CPUtime=882.26 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 565919 0 0 0 88065 161 0 0 25 0 4 0 514599308 1540632576 292492 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 1504524

[startup+942.307 s]
/proc/loadavg: 8.08 8.09 7.35 9/184 25984
/proc/meminfo: memFree=21543732/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1770596 CPUtime=3763.85 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2308494 0 0 0 375692 693 0 0 25 0 4 0 514599308 1813090304 360435 33554432000 4194304 4627427 140736692178688 18446744073709551615 4468063 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 442649 360435 389 106 0 437620 0
[pid=25925/tid=25926] ppid=25923 vsize=1770596 CPUtime=941.06 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 433159 0 0 0 93969 137 0 0 25 0 4 0 514599308 1813090304 360435 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1770596 CPUtime=942.21 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 686165 0 0 0 94018 203 0 0 25 0 4 0 514599308 1813090304 360435 33554432000 4194304 4627427 140736692178688 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1770596 CPUtime=942.25 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 595496 0 0 0 94055 170 0 0 25 0 4 0 514599308 1813090304 360435 33554432000 4194304 4627427 140736692178688 18446744073709551615 4468024 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.85
Current children cumulated vsize (KiB) 1770596

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 7.39 9/184 25985
/proc/meminfo: memFree=21671060/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1804172 CPUtime=4003.5 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2353745 0 0 0 399634 716 0 0 25 0 4 0 514599308 1847472128 355777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 451043 355777 389 106 0 446014 0
[pid=25925/tid=25926] ppid=25923 vsize=1804172 CPUtime=1001.06 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 453251 0 0 0 99957 149 0 0 25 0 4 0 514599308 1847472128 355777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1804172 CPUtime=1002.2 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 693608 0 0 0 100013 207 0 0 25 0 4 0 514599308 1847472128 355777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1804172 CPUtime=1002.25 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 603933 0 0 0 100051 174 0 0 25 0 4 0 514599308 1847472128 355777 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 1804172

[startup+1062.3 s]
/proc/loadavg: 8.01 8.06 7.43 9/184 25987
/proc/meminfo: memFree=21529540/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1936500 CPUtime=4243.16 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2444696 0 0 0 423563 753 0 0 25 0 4 0 514599308 1982976000 369515 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 484125 369515 389 106 0 479096 0
[pid=25925/tid=25926] ppid=25923 vsize=1936500 CPUtime=1061.06 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 453251 0 0 0 105957 149 0 0 25 0 4 0 514599308 1982976000 369515 33554432000 4194304 4627427 140736692178688 18446744073709551615 4302995 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1936500 CPUtime=1062.2 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 723616 0 0 0 106000 220 0 0 25 0 4 0 514599308 1982976000 369515 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1936500 CPUtime=1062.25 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 634599 0 0 0 106038 187 0 0 25 0 4 0 514599308 1982976000 369515 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 1936500

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 7.47 9/184 25988
/proc/meminfo: memFree=21463648/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1787464 CPUtime=4482.83 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2562426 0 0 0 447486 797 0 0 25 0 4 0 514599308 1830363136 355003 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 446866 355003 389 106 0 441837 0
[pid=25925/tid=25926] ppid=25923 vsize=1787464 CPUtime=1121.06 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 483854 0 0 0 111946 160 0 0 25 0 4 0 514599308 1830363136 355003 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1787464 CPUtime=1122.19 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 755074 0 0 0 111988 231 0 0 25 0 4 0 514599308 1830363136 355003 33554432000 4194304 4627427 140736692178688 18446744073709551615 4352128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1787464 CPUtime=1122.25 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 662531 0 0 0 112027 198 0 0 25 0 4 0 514599308 1830363136 355003 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.83
Current children cumulated vsize (KiB) 1787464

[startup+1182.3 s]
/proc/loadavg: 8.09 8.06 7.50 10/184 25990
/proc/meminfo: memFree=21575112/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1758264 CPUtime=4722.47 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2680318 0 0 0 471408 839 0 0 25 0 4 0 514599308 1800462336 348664 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 439566 348664 389 106 0 434537 0
[pid=25925/tid=25926] ppid=25923 vsize=1758264 CPUtime=1181.05 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 509648 0 0 0 117935 170 0 0 25 0 4 0 514599308 1800462336 348664 33554432000 4194304 4627427 140736692178688 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1758264 CPUtime=1182.19 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 785705 0 0 0 117977 242 0 0 25 0 4 0 514599308 1800462336 348664 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1758264 CPUtime=1182.24 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 693513 0 0 0 118015 209 0 0 25 0 4 0 514599308 1800462336 348664 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 1758264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.06 7.51 10/184 25991
/proc/meminfo: memFree=21455436/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1877592 CPUtime=4800.4 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2695468 0 0 0 479192 848 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 469398 363814 389 106 0 464369 0
[pid=25925/tid=25926] ppid=25923 vsize=1877592 CPUtime=1200.56 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 518994 0 0 0 119880 176 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1877592 CPUtime=1201.7 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 789383 0 0 0 119926 244 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1877592 CPUtime=1201.75 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 693841 0 0 0 119966 209 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1877592

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

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

[startup+1201.8 s]
/proc/loadavg: 8.06 8.06 7.51 10/184 25991
/proc/meminfo: memFree=21455436/32951124 swapFree=67111524/67111528
[pid=25925] ppid=25923 vsize=1877592 CPUtime=4800.4 cores=1,3,5,7
/proc/25925/stat : 25925 (strangenight2-m) R 25923 25925 25696 0 -1 4202496 2695468 0 0 0 479192 848 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25925/statm: 469398 363814 389 106 0 464369 0
[pid=25925/tid=25926] ppid=25923 vsize=1877592 CPUtime=1200.56 cores=1,3,5,7
/proc/25925/task/25926/stat : 25926 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 518994 0 0 0 119880 176 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25925/tid=25927] ppid=25923 vsize=1877592 CPUtime=1201.7 cores=1,3,5,7
/proc/25925/task/25927/stat : 25927 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 789383 0 0 0 119926 244 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25925/tid=25928] ppid=25923 vsize=1877592 CPUtime=1201.75 cores=1,3,5,7
/proc/25925/task/25928/stat : 25928 (strangenight2-m) R 25923 25925 25696 0 -1 4202560 693841 0 0 0 119966 209 0 0 25 0 4 0 514599308 1922654208 363814 33554432000 4194304 4627427 140736692178688 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1877592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.89
CPU time (s): 4800.5
CPU user time (s): 4791.95
CPU system time (s): 8.5537
CPU usage (%): 399.414
Max. virtual memory (cumulated for all children) (KiB): 1946468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.95
system time used= 8.5537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2695470
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= 3172
involuntary context switches= 30910

runsolver used 1.91671 second user time and 4.66329 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 00:33:36
IDJOB=3173704
IDBENCH=82522
IDSOLVER=1586
FILE ID=node139/3173704-1304030016
RUNJOBID= node139-1304028687-25715
PBS_JOBID= 13170313
Free space on /tmp= 72544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173704-1304030016/watcher-3173704-1304030016 -o /tmp/evaluation-result-3173704-1304030016/solver-3173704-1304030016 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173704-1304030016.cnf

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

MD5SUM BENCH= 4baebda329e22fa39a89c4e2a8acff70
RANDOM SEED=371642400

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23731968 kB
Buffers:       2012624 kB
Cached:        5841856 kB
SwapCached:          4 kB
Active:        1490204 kB
Inactive:      7211408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23731968 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6640 kB
Writeback:           0 kB
AnonPages:      846184 kB
Mapped:          15520 kB
Slab:           451980 kB
PageTables:       6024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1104848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72536 MiB
End job on node139 at 2011-04-29 00:53:40