Trace number 3366166

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.34 1204.4

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S394483079-002-UNKNOWN.cnf
MD5SUM40e955d306a70bd3dffa8283c1221639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.17/0.06	c This is CryptoMiniSat 3.0.0
0.17/0.06	c WARNING: for repeatability, setting FPU to use double precision
0.17/0.06	c Reading file 'HOME/instance-3366166-1305397789.cnf'
0.17/0.06	c -- header says num vars:           2000
0.17/0.06	c -- header says num clauses:       40000
0.17/0.33	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.17/0.33	c -- vars added       2000
0.17/0.33	c Parsing time:  0.02 s
0.17/0.33	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.17/0.33	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.17/0.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.17/0.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.17/0.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.17/0.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.17/0.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.17/0.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.17/0.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.17/0.41	c Finding binary XORs  T:     0.00 s  found:       0
0.17/1.15	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.17/1.15	c calculated reachability. Time: 0.00
0.17/1.15	c Calc default polars -  time:   0.00 s pos:     936 undec:      77 neg:     987
0.17/1.15	c =========================================================================================
0.17/1.15	c types(t): F = full restart, N = normal restart
0.17/1.15	c types(t): S = simplification begin/end, E = solution found
0.17/1.15	c restart types(rt): st = static, dy = dynamic
0.17/1.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.17/1.15	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
0.17/1.15	c  N dy    18      4042      2000     40000         0      4041    200000    754645    146.96    157.53
5.13/1.41	c  N dy    44      8101      2000     40000         0      4768    200000    497368    147.79    158.45
7.08/1.80	c  N dy    71     12168      2000     40000         0      8834    200000   1265959    147.57    155.82
9.07/2.32	c  N dy   101     16257      2000     40000         0      7428    200000    665511    147.51    156.31
11.07/2.82	c  N dy   122     20363      2000     40000         0     11533    200000   1409338    146.63    156.31
14.37/3.70	c  N dy   147     24429      2000     40000         0      8515    200000    590025    146.88    160.82
14.37/3.76	c  F st   151     25000      2000     40000         0      9086    200000    692401    146.91   no data
16.66/4.42	c  N dy   157     30000      2000     40000         0     14079    200000   1738101    146.91   no data
16.66/4.42	c  S st   157     30000      2000     40000         0     14079    200000   1738101    146.91   no data
17.26/4.64	c  S st   157     30505      2000     40000         0     14584    200000   1820356    146.91   no data
17.26/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.26/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
17.26/4.67	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
17.26/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.26/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.26/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
17.26/4.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.26/4.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
20.23/5.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.00/8.35	c lits-rem:       102  cl-subs:       17  v-elim:      0  v-fix:    0  time:  1.67 s
30.21/8.65	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
30.21/8.65	c calculated reachability. Time: 0.00
30.21/8.65	c  N dy   157     30505      2000     40000         0     14567    200000   1812495    146.91   no data
32.59/9.24	c  N dy   178     34953      2000     40000         0     10642    200000    752030    145.90    154.93
34.60/9.79	c  N dy   205     39041      2000     40000         0     14730    200000   1518783    146.47    188.96
37.38/10.40	c  N dy   230     43281      2000     40000         0     18967    200000   2285673    146.14    159.82
38.57/10.72	c  S st   242     45758      2000     40000         0     11929    200000    781996    145.81    136.92
38.99/10.81	c  S st   242     46259      2000     40000         0     12430    200000    857060    145.81   no data
38.99/10.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.99/10.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
38.99/10.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.99/10.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.99/10.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.99/10.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
38.99/10.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
38.99/10.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
38.99/10.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.56/11.21	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.33 s
40.56/11.22	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
40.56/11.23	c vivif2 --  cl tried    12428 cl shrink        0 lits rem          0 time: 0.01
41.76/11.55	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.32
41.76/11.55	c calculated reachability. Time: 0.00
41.76/11.55	c  N dy   242     46259      2000     40000         0     12428    200000    856046    145.81   no data
44.15/12.15	c  N dy   268     50297      2000     40000         0     16464    200000   1592540    145.75    154.04
46.55/12.75	c  N dy   292     54378      2000     40000         0     20545    200000   2346163    145.68    164.55
48.94/13.32	c  N dy   315     58382      2000     40000         0     13961    200000    960112    145.62    154.53
51.34/13.90	c  N dy   339     62394      2000     40000         0     17971    200000   1677558    145.32    154.20
53.72/14.53	c  N dy   359     66533      2000     40000         0     22108    200000   2431287    145.15    153.57
55.33/14.97	c  S st   377     69388      2000     40000         0     13330    200000    659242    145.35    143.33
55.72/15.05	c  S st   377     69891      2000     40000         0     13833    200000    737482    145.35   no data
55.72/15.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.72/15.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
55.72/15.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.72/15.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.72/15.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.72/15.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
55.72/15.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.12/15.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.12/15.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.95/15.39	c lits-rem:        13  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.26 s
56.95/15.39	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
57.31/15.40	c vivif2 --  cl tried    13831 cl shrink        0 lits rem          0 time: 0.01
58.51/15.70	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
58.51/15.70	c calculated reachability. Time: 0.00
58.51/15.70	c  N dy   377     69891      2000     40000         0     13831    200000    736494    145.35   no data
60.92/16.40	c  N dy   402     74452      2000     40000         0     18390    200000   1560636    145.21    156.50
64.50/17.21	c  N dy   430     79636      2000     40000         0     23573    200000   2486699    144.92    157.83
67.29/17.99	c  N dy   458     84806      2000     40000         0     16100    200000    980079    144.88    165.39
68.89/18.38	c  F st   470     87502      2000     40000         0     18796    200000   1466710    144.73    144.63
70.88/18.87	c  N st   475     90800      2000     40000         0     22092    200000   2123586    144.73   no data
74.87/19.82	c  N dy   497     96652      2000     40000         0     14293    200000    485562    144.65    154.61
78.49/20.76	c  N dy   534    103194      2000     40000         0     20835    200000   1690188    144.70    153.00
79.66/21.02	c  S st   546    104836      2000     40000         0     22476    200000   1985221    144.68    135.62
80.06/21.12	c  S st   546    105339      2000     40000         0     22979    200000   2063019    144.68   no data
80.06/21.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
80.06/21.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
80.06/21.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.06/21.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.06/21.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.06/21.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
80.06/21.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
80.06/21.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
80.46/21.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.82/24.85	c lits-rem:        88  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.58 s
94.82/24.85	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
94.82/24.88	c vivif2 --  cl tried    22975 cl shrink        0 lits rem          0 time: 0.02
96.45/25.22	c asymm  cl-useful: 0/36129/40000 lits-rem:0 time: 0.35
96.45/25.22	c calculated reachability. Time: 0.00
96.45/25.22	c  N dy   546    105339      2000     40000         0     22975    200000   2061382    144.68   no data
100.84/26.36	c  N dy   588    112119      2000     40000         0     15096    200000    448488    144.54    153.17
105.23/27.48	c  N dy   629    119296      2000     40000         0     22272    200000   1755397    144.47    152.16
110.77/28.81	c  N dy   677    127016      2000     40000         0     29990    200000   3153850    144.42    152.97
115.95/30.10	c  N dy   725    135191      2000     40000         0     22508    200000   1630950    144.51    153.46
121.54/31.58	c  N dy   782    143914      2000     40000         0     31228    200000   3238049    144.71    163.75
127.52/33.05	c  N dy   839    153109      2000     40000         0     23760    200000   1683811    144.73    155.84
130.72/33.86	c  S st   872    158009      2000     40000         0     28660    200000   2592860    144.82   no data
131.14/33.98	c  S st   872    158515      2000     40000         0     29166    200000   2676898    144.82   no data
131.14/33.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
131.55/34.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
131.55/34.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.55/34.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.55/34.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.55/34.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
131.55/34.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
131.55/34.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
131.92/34.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.84/41.12	c lits-rem:        64  cl-subs:        7  v-elim:      0  v-fix:    0  time:  6.96 s
159.84/41.13	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
159.84/41.16	c vivif2 --  cl tried    29159 cl shrink        0 lits rem          0 time: 0.03
160.24/41.21	c asymm  cl-useful: 0/3871/40000 lits-rem:0 time: 0.05
160.24/41.21	c calculated reachability. Time: 0.00
160.24/41.21	c  N dy   872    158515      2000     40000         0     29159    200000   2674419    144.82   no data
167.41/43.03	c  N dy   940    168957      2000     40000         0     21936    200000   1201361    144.98    152.77
174.61/44.91	c  N dy  1009    179969      2000     40000         0     32946    200000   3223906    144.98    156.13
182.57/46.88	c  N dy  1077    191505      2000     40000         0     25819    200000   1709432    145.00    154.48
191.76/49.12	c  N dy  1158    203836      2000     40000         0     38148    200000   3997237    145.14    153.71
200.93/51.42	c  N dy  1246    217107      2000     40000         0     31750    200000   2639870    145.29    154.41
211.29/54.03	c  N dy  1330    231087      2000     40000         0     25065    200000   1219673    145.25    154.73
216.08/55.20	c  S st  1376    237774      2000     40000         0     31751    200000   2462449    145.30   no data
216.48/55.33	c  S st  1376    238280      2000     40000         0     32256    200000   2548383    145.30   no data
216.48/55.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.48/55.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
216.48/55.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
216.48/55.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
216.48/55.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.48/55.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
216.48/55.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
216.88/55.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
216.88/55.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.40/62.80	c lits-rem:       117  cl-subs:        3  v-elim:      0  v-fix:    0  time:  7.30 s
246.40/62.80	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
246.40/62.83	c vivif2 --  cl tried    32253 cl shrink        0 lits rem          0 time: 0.03
248.00/63.25	c asymm  cl-useful: 0/31843/40000 lits-rem:0 time: 0.42
248.00/63.25	c calculated reachability. Time: 0.00
248.00/63.25	c  N dy  1376    238280      2000     40000         0     32253    200000   2546955    145.30   no data
259.57/66.13	c  N dy  1469    253506      2000     40000         0     25812    200000   1181097    145.27    155.91
271.56/69.16	c  N dy  1567    269724      2000     40000         0     42028    200000   4151577    145.29    162.75
284.32/72.37	c  N dy  1680    287013      2000     40000         0     36651    200000   2997597    145.38    155.12
298.66/75.93	c  N dy  1799    305409      2000     40000         0     31385    200000   1842335    145.46    155.13
299.06/76.09	c  F st  1806    306250      2000     40000         0     32225    200000   1998214    145.47   no data
313.42/79.69	c  N dy  1899    324907      2000     40000         0     26218    200000    730940    145.50    157.04
328.61/83.42	c  N dy  2026    344947      2000     40000         0     46249    200000   4398224    145.54    167.65
337.79/85.79	c  S st  2101    357420      2000     40000         0     33057    200000   1806951    145.50   no data
338.55/85.91	c  S st  2101    357927      2000     40000         0     33564    200000   1878598    145.50   no data
338.55/85.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
338.55/85.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
338.55/85.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
338.55/85.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
338.55/85.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
338.55/85.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
338.55/85.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
338.55/85.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
338.95/86.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
354.11/89.84	c lits-rem:        69  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.79 s
354.11/89.85	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
354.11/89.87	c vivif2 --  cl tried    33560 cl shrink        0 lits rem          0 time: 0.02
354.51/89.98	c asymm  cl-useful: 0/8157/40000 lits-rem:0 time: 0.11
354.51/89.98	c calculated reachability. Time: 0.00
354.51/89.98	c  N dy  2101    357927      2000     40000         0     33560    200000   1877018    145.50   no data
371.27/94.18	c  N dy  2221    378078      2000     40000         0     27052    200000    533489    145.49    154.13
387.22/98.12	c  N dy  2344    398127      2000     40000         0     47096    200000   4185740    145.43    161.28
404.37/102.45	c  N dy  2472    418130      2000     40000         0     39439    200000   2641354    145.50    154.08
421.52/106.76	c  N dy  2582    438206      2000     40000         0     30848    200000    863573    145.42    153.70
437.88/110.87	c  N dy  2707    458255      2000     40000         0     50892    200000   4565785    145.45    194.89
455.04/115.10	c  N dy  2836    478262      2000     40000         0     41236    200000   2592588    145.52    158.04
472.98/119.60	c  N dy  2956    498362      2000     40000         0     30672    200000    488703    145.50    161.77
488.53/123.58	c  N dy  3079    518419      2000     40000         0     50726    200000   4177105    145.50    154.52
504.89/127.65	c  S st  3198    536890      2000     40000         0     37536    200000   1579112    145.51   no data
505.29/127.78	c  S st  3198    537390      2000     40000         0     38036    200000   1658545    145.51   no data
505.29/127.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
505.69/127.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
505.69/127.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
505.69/127.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
505.69/127.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.69/127.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
505.69/127.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
505.69/127.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
506.09/127.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
520.05/131.40	c lits-rem:        37  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.49 s
520.05/131.41	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
520.05/131.43	c vivif2 --  cl tried    38029 cl shrink        0 lits rem          0 time: 0.02
521.25/131.79	c asymm  cl-useful: 0/29654/40000 lits-rem:0 time: 0.37
521.25/131.80	c calculated reachability. Time: 0.00
521.25/131.80	c  N dy  3198    537390      2000     40000         0     38029    200000   1655553    145.51   no data
538.81/136.17	c  N dy  3331    557469      2000     40000         0     58102    200000   5364026    145.52    158.56
555.97/140.46	c  N dy  3460    577561      2000     40000         0     45532    200000   2876744    145.56    154.05
574.33/145.07	c  N dy  3589    597635      2000     40000         0     65596    200000   6580273    145.60    157.10
591.47/149.30	c  N dy  3729    617741      2000     40000         0     52041    200000   3915041    145.69    156.45
610.22/154.05	c  N dy  3860    637759      2000     40000         0     37396    200000   1023918    145.73    153.67
627.41/158.37	c  N dy  3992    657914      2000     40000         0     57548    200000   4775107    145.80    156.24
646.51/163.16	c  N dy  4116    677981      2000     40000         0     41955    200000   1659991    145.78    153.94
664.46/167.66	c  N dy  4243    697983      2000     40000         0     61950    200000   5343106    145.80    153.72
683.21/172.40	c  N dy  4365    718205      2000     40000         0     45503    200000   2149510    145.78    153.85
702.00/177.01	c  N dy  4480    738242      2000     40000         0     65538    200000   5818215    145.74    164.31
720.69/181.77	c  N dy  4612    758282      2000     40000         0     47916    200000   2454049    145.79    154.26
740.26/186.61	c  N dy  4736    778328      2000     40000         0     67957    200000   6163128    145.81    161.66
759.81/191.54	c  N dy  4869    798370      2000     40000         0     49340    200000   2528123    145.85    153.89
766.59/193.27	c  S st  4912    806085      2000     40000         0     57053    200000   3935532    145.83    123.61
767.41/193.45	c  S st  4912    806588      2000     40000         0     57556    200000   4017856    145.83   no data
767.41/193.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
767.82/193.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
767.82/193.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
767.82/193.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.82/193.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
767.82/193.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
767.82/193.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
767.82/193.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
768.18/193.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
826.02/208.15	c lits-rem:       182  cl-subs:       10  v-elim:      0  v-fix:    0  time: 14.43 s
826.02/208.15	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
826.42/208.20	c vivif2 --  cl tried    57546 cl shrink        0 lits rem          0 time: 0.05
827.22/208.40	c asymm  cl-useful: 0/10346/40000 lits-rem:0 time: 0.20
827.22/208.41	c calculated reachability. Time: 0.00
827.22/208.41	c  N dy  4912    806588      2000     40000         0     57546    200000   4012867    145.83   no data
848.37/213.70	c  N dy  5044    826639      2000     40000         0     77594    200000   7728048    145.88    154.02
866.32/218.21	c  N dy  5174    846701      2000     40000         0     57999    200000   3929989    145.91    154.04
886.66/223.39	c  N dy  5294    866708      2000     40000         0     78002    200000   7603897    145.90    154.97
905.42/228.00	c  N dy  5416    886834      2000     40000         0     57465    200000   3636538    145.90    154.49
925.78/233.13	c  N dy  5541    906861      2000     40000         0     77487    200000   7331536    145.91    155.74
944.90/237.94	c  N dy  5666    926948      2000     40000         0     55909    200000   3188208    145.90    175.86
966.05/243.20	c  N dy  5801    947023      2000     40000         0     75980    200000   6919766    145.95    158.24
985.60/248.15	c  N dy  5915    967079      2000     40000         0     53374    200000   2533064    145.95    154.46
1005.94/253.30	c  N dy  6045    987187      2000     40000         0     73479    200000   6259440    145.97    154.30
1027.88/258.70	c  N dy  6174   1007363      2000     40000         0     49994    200000   1775709    146.01    154.37
1047.02/263.59	c  N dy  6307   1027425      2000     40000         0     70049    200000   5479103    146.02    154.74
1070.59/269.47	c  N dy  6430   1047503      2000     40000         0     45475    200000    751318    146.01    157.66
1089.31/274.15	c  N dy  6556   1067638      2000     40000         0     65606    200000   4485997    146.04    153.98
1093.70/275.26	c  F st  6581   1071877      2000     40000         0     69844    200000   5267400    146.04    142.17
1111.65/279.71	c  N dy  6654   1087680      2000     40000         0     85626    200000   8359368    146.05    155.05
1131.61/284.75	c  N dy  6776   1107719      2000     40000         0     60009    200000   3271611    146.06    157.12
1153.14/290.13	c  N dy  6901   1127889      2000     40000         0     80175    200000   6985690    146.06    154.98
1175.50/295.80	c  N dy  7031   1148085      2000     40000         0     53716    200000   1906351    146.07    154.01
1197.01/301.21	c  N dy  7160   1168088      2000     40000         0     73714    200000   5582316    146.08    155.23
1221.75/307.40	c  N dy  7280   1188109      2000     40000         0     93731    200000   9267725    146.07    160.21
1241.74/312.36	c  N dy  7403   1208159      2000     40000         0     66127    200000   4035303    146.09    154.33
1243.69/312.84	c  S st  7414   1209882      2000     40000         0     67848    200000   4352270    146.09    117.83
1244.49/313.03	c  S st  7414   1210386      2000     40000         0     68351    200000   4435943    146.09   no data
1244.49/313.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1244.89/313.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1244.89/313.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1244.89/313.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1244.89/313.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1244.89/313.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1244.89/313.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1244.89/313.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1245.29/313.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1313.11/330.24	c lits-rem:       183  cl-subs:       14  v-elim:      0  v-fix:    0  time: 16.92 s
1313.11/330.24	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1313.51/330.30	c vivif2 --  cl tried    68337 cl shrink        0 lits rem          0 time: 0.05
1315.11/330.76	c asymm  cl-useful: 0/22037/40000 lits-rem:0 time: 0.46
1315.11/330.76	c calculated reachability. Time: 0.00
1315.11/330.76	c  N dy  7414   1210386      2000     40000         0     68337    200000   4430760    146.09   no data
1339.85/336.98	c  N dy  7531   1230443      2000     40000         0     88390    200000   8117997    146.09    159.78
1364.19/343.04	c  N dy  7662   1250505      2000     40000         0     59791    200000   2676134    146.10    155.59
1387.70/348.91	c  N dy  7784   1270566      2000     40000         0     79848    200000   6395700    146.11    155.99
1414.44/355.64	c  N dy  7915   1290650      2000     40000         0     50278    200000    752945    146.12    155.80
1434.40/360.62	c  N dy  8035   1310706      2000     40000         0     70328    200000   4426464    146.11    154.82
1457.92/366.58	c  N dy  8153   1330992      2000     40000         0     90608    200000   8177787    146.12    153.89
1481.06/372.37	c  N dy  8274   1351095      2000     40000         0     60049    200000   2385885    146.14    158.67
1502.20/377.66	c  N dy  8399   1371102      2000     40000         0     80051    200000   6075649    146.15    159.25
1527.73/384.02	c  N dy  8519   1391126      2000     40000         0    100073    200000   9757440    146.16    162.71
1548.90/389.34	c  N dy  8642   1411410      2000     40000         0     68699    200000   3779275    146.16    156.09
1571.60/395.09	c  N dy  8761   1431465      2000     40000         0     88748    200000   7480254    146.16    157.00
1597.54/401.56	c  N dy  8891   1451522      2000     40000         0     56148    200000   1323413    146.17    161.28
1618.27/406.75	c  N dy  9020   1471533      2000     40000         0     76151    200000   4987494    146.17    155.75
1642.60/412.88	c  N dy  9140   1491615      2000     40000         0     96233    200000   8679411    146.15    172.12
1666.96/418.91	c  N dy  9267   1511727      2000     40000         0     62684    200000   2328959    146.15    154.02
1688.49/424.37	c  N dy  9381   1531870      2000     40000         0     82824    200000   6038901    146.14    154.24
1714.42/430.80	c  N dy  9496   1551947      2000     40000         0    102892    200000   9725795    146.14    156.02
1736.75/436.50	c  N dy  9620   1572017      2000     40000         0     68306    200000   3202070    146.15    154.86
1759.89/442.28	c  N dy  9746   1592133      2000     40000         0     88417    200000   6899131    146.15    156.32
1787.02/449.09	c  N dy  9871   1612206      2000     40000         0    108486    200000  10618236    146.15    155.84
1809.36/454.63	c  N dy  9999   1632455      2000     40000         0     73072    200000   3891666    146.16    154.69
1833.31/460.69	c  N dy 10123   1652559      2000     40000         0     93172    200000   7615465    146.16    154.63
1862.01/467.81	c  N dy 10251   1672690      2000     40000         0    113295    200000  11355290    146.19    154.08
1884.75/473.53	c  N dy 10383   1692878      2000     40000         0     76823    200000   4428618    146.21    154.06
1907.89/479.31	c  S st 10488   1710387      2000     40000         0     94327    200000   7641798    146.20   no data
1908.72/479.57	c  S st 10488   1710888      2000     40000         0     94828    200000   7715849    146.20   no data
1908.72/479.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1909.08/479.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1909.08/479.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1909.08/479.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1909.08/479.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1909.08/479.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1909.08/479.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1909.48/479.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1910.68/480.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2074.26/521.04	c lits-rem:       369  cl-subs:       15  v-elim:      0  v-fix:    0  time: 40.97 s
2074.26/521.05	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
2074.66/521.15	c vivif2 --  cl tried    94813 cl shrink        0 lits rem          0 time: 0.10
2076.65/521.66	c asymm  cl-useful: 0/15620/40000 lits-rem:0 time: 0.51
2076.65/521.66	c calculated reachability. Time: 0.00
2076.65/521.66	c  N dy 10488   1710888      2000     40000         0     94813    200000   7709642    146.20   no data
2108.16/529.51	c  N dy 10620   1730917      2000     40000         0    114837    200000  11425070    146.22    174.07
2132.11/535.57	c  N dy 10745   1750918      2000     40000         0     77181    200000   4308678    146.22    155.03
2159.62/542.40	c  N dy 10865   1771000      2000     40000         0     97259    200000   8012040    146.22    155.63
2189.59/549.91	c  N dy 10983   1791117      2000     40000         0     58721    200000    721947    146.20    155.01
2211.52/555.42	c  N dy 11118   1811142      2000     40000         0     78742    200000   4473870    146.23    154.37
2236.62/561.75	c  N dy 11240   1831419      2000     40000         0     99010    200000   8228748    146.24    157.51
2265.73/569.01	c  N dy 11366   1851440      2000     40000         0    119026    200000  11943931    146.26    155.13
2286.87/574.34	c  N dy 11485   1871484      2000     40000         0     79416    200000   4367543    146.25    155.90
2312.03/580.70	c  N dy 11609   1891727      2000     40000         0     99657    200000   8147444    146.27    155.30
2341.53/588.02	c  N dy 11732   1911745      2000     40000         0    119668    200000  11845750    146.28    157.26
2363.46/593.54	c  N dy 11861   1931753      2000     40000         0     79022    200000   4137392    146.29    156.51
2388.60/599.86	c  N dy 11986   1951770      2000     40000         0     99036    200000   7836965    146.30    154.44
2418.12/607.22	c  N dy 12112   1972002      2000     40000         0    119265    200000  11565797    146.30    156.44
2442.06/613.23	c  N dy 12245   1992120      2000     40000         0     77728    200000   3738514    146.32    156.12
2466.38/619.34	c  N dy 12361   2012230      2000     40000         0     97836    200000   7385499    146.29    155.16
2495.11/626.55	c  N dy 12480   2032386      2000     40000         0    117990    200000  11090948    146.29    154.04
2520.25/632.84	c  N dy 12607   2052504      2000     40000         0     75449    200000   3119575    146.29    155.59
2544.19/638.88	c  N dy 12727   2072602      2000     40000         0     95538    200000   6837244    146.29    161.49
2572.89/646.01	c  N dy 12850   2092694      2000     40000         0    115621    200000  10552402    146.29    164.84
2600.03/652.82	c  N dy 12969   2112760      2000     40000         0     72040    200000   2304391    146.29    189.48
2623.98/658.81	c  N dy 13105   2132855      2000     40000         0     92126    200000   6053661    146.31    154.24
2651.88/665.80	c  N dy 13224   2152921      2000     40000         0    112187    200000   9771084    146.32    155.64
2682.20/673.48	c  N dy 13354   2172972      2000     40000         0     67581    200000   1311144    146.32    154.11
2704.93/679.16	c  N dy 13479   2193027      2000     40000         0     87625    200000   5016714    146.33    156.05
2728.88/685.20	c  S st 13585   2210888      2000     40000         0    105477    200000   8301791    146.32    145.82
2730.06/685.49	c  S st 13585   2211391      2000     40000         0    105980    200000   8382177    146.32   no data
2730.46/685.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2730.87/685.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
2730.87/685.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2730.87/685.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2730.87/685.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2730.87/685.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2730.87/685.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2731.27/685.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2732.06/685.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2918.39/732.65	c lits-rem:       362  cl-subs:       19  v-elim:      0  v-fix:    0  time: 46.64 s
2918.39/732.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2918.79/732.76	c vivif2 --  cl tried   105961 cl shrink        0 lits rem          0 time: 0.10
2919.19/732.85	c asymm  cl-useful: 0/2343/40000 lits-rem:0 time: 0.09
2919.19/732.85	c calculated reachability. Time: 0.00
2919.19/732.85	c  N dy 13585   2211391      2000     40000         0    105961    200000   8374102    146.32   no data
2952.31/741.17	c  N dy 13696   2231475      2000     40000         0    126035    200000  12073127    146.31    154.71
2980.21/748.11	c  N dy 13829   2251550      2000     40000         0     80464    200000   3534175    146.32    157.44
3008.15/755.13	c  N dy 13962   2271703      2000     40000         0    100612    200000   7293586    146.34    155.48
3040.89/763.38	c  N dy 14096   2291706      2000     40000         0    120612    200000  11026027    146.37    161.09
3070.39/770.73	c  N dy 14220   2311736      2000     40000         0     73995    200000   2147262    146.38    167.67
3095.12/776.90	c  N dy 14347   2331771      2000     40000         0     94027    200000   5866617    146.39    178.75
3123.87/784.20	c  N dy 14481   2352037      2000     40000         0    114287    200000   9641129    146.41    154.79
3156.96/792.46	c  N dy 14623   2372218      2000     40000         0    134464    200000  13403206    146.43    154.58
3180.90/798.42	c  N dy 14752   2392385      2000     40000         0     86984    200000   4370819    146.44    156.71
3207.24/805.08	c  N dy 14876   2412421      2000     40000         0    107015    200000   8080437    146.44    154.35
3238.36/812.89	c  N dy 15001   2432441      2000     40000         0    127034    200000  11772043    146.45    156.78
3267.46/820.10	c  N dy 15133   2452545      2000     40000         0     78476    200000   2624684    146.46    156.24
3291.38/826.15	c  N dy 15246   2472614      2000     40000         0     98544    200000   6305171    146.46    154.22
3320.50/833.49	c  N dy 15378   2492684      2000     40000         0    118605    200000  10052383    146.48    160.20
3354.40/841.95	c  N dy 15508   2512831      2000     40000         0    138747    200000  13788414    146.48    156.25
3377.94/847.87	c  N dy 15638   2532879      2000     40000         0     89132    200000   4435466    146.49    159.21
3404.69/854.60	c  N dy 15761   2553056      2000     40000         0    109305    200000   8199540    146.50    157.76
3436.18/862.47	c  N dy 15892   2573141      2000     40000         0    129387    200000  11919003    146.51    155.10
3465.71/869.89	c  N dy 16011   2593153      2000     40000         0     78743    200000   2301525    146.51    155.47
3490.84/876.13	c  N dy 16140   2613186      2000     40000         0     98772    200000   6035384    146.52    158.08
3520.35/883.50	c  N dy 16266   2633314      2000     40000         0    118896    200000   9778883    146.52    154.50
3553.47/891.89	c  N dy 16392   2653343      2000     40000         0    138922    200000  13507437    146.54    154.45
3579.39/898.37	c  N dy 16512   2673395      2000     40000         0     87320    200000   3723755    146.54    155.16
3606.13/905.02	c  N dy 16636   2693452      2000     40000         0    107376    200000   7425413    146.53    155.27
3633.29/911.88	c  S st 16747   2711394      2000     40000         0    125317    200000  10740550    146.54   no data
3634.45/912.19	c  S st 16747   2711897      2000     40000         0    125820    200000  10825811    146.54   no data
3634.85/912.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3635.25/912.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
3635.25/912.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3635.25/912.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3635.25/912.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3635.25/912.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3635.25/912.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3635.65/912.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3636.86/912.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3840.32/963.75	c lits-rem:       290  cl-subs:       31  v-elim:      0  v-fix:    0  time: 50.93 s
3840.32/963.75	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3840.72/963.89	c vivif2 --  cl tried   125789 cl shrink        0 lits rem          0 time: 0.14
3843.13/964.42	c asymm  cl-useful: 0/15007/40000 lits-rem:0 time: 0.53
3843.13/964.43	c calculated reachability. Time: 0.00
3843.13/964.43	c  N dy 16747   2711897      2000     40000         0    125789    200000  10811898    146.54   no data
3880.63/973.82	c  N dy 16868   2731940      2000     40000         0     73178    200000    923344    146.54    157.31
3906.95/980.44	c  N dy 16987   2752166      2000     40000         0     93397    200000   4624574    146.53    155.25
3937.67/988.18	c  N dy 17110   2772403      2000     40000         0    113632    200000   8373004    146.54    154.63
3973.58/997.18	c  N dy 17239   2792681      2000     40000         0    133905    200000  12123286    146.54    154.40
4008.28/1005.84	c  N dy 17364   2812763      2000     40000         0     80334    200000   2086506    146.56    157.25
4035.82/1012.79	c  N dy 17498   2832864      2000     40000         0    100430    200000   5813924    146.56    161.71
4068.52/1020.91	c  N dy 17627   2852962      2000     40000         0    120523    200000   9543656    146.57    155.95
4106.04/1030.38	c  N dy 17755   2873227      2000     40000         0    140785    200000  13325722    146.58    155.21
4135.55/1037.79	c  N dy 17878   2893351      2000     40000         0     86255    200000   2984852    146.59    155.72
4162.68/1044.51	c  N dy 17996   2913362      2000     40000         0    106262    200000   6708654    146.59    175.88
4193.81/1052.30	c  N dy 18120   2933422      2000     40000         0    126315    200000  10441141    146.60    158.19
4228.52/1061.03	c  N dy 18244   2953488      2000     40000         0    146375    200000  14155754    146.60    156.05
4256.46/1068.04	c  N dy 18383   2973750      2000     40000         0     90977    200000   3697040    146.61    155.45
4283.95/1074.98	c  N dy 18509   2993861      2000     40000         0    111079    200000   7440168    146.62    159.59
4315.88/1082.96	c  N dy 18636   3013965      2000     40000         0    131174    200000  11177239    146.63    155.45
4351.78/1091.90	c  N dy 18761   3033969      2000     40000         0    151169    200000  14902882    146.64    154.47
4377.71/1098.44	c  N dy 18882   3054027      2000     40000         0     94583    200000   4189831    146.64    154.73
4406.03/1105.55	c  N dy 19013   3074110      2000     40000         0    114660    200000   7940751    146.65    154.92
4438.75/1113.76	c  N dy 19149   3094114      2000     40000         0    134660    200000  11700647    146.67    155.41
4476.24/1123.19	c  N dy 19280   3114236      2000     40000         0    154781    200000  15469810    146.68    158.15
4502.20/1129.64	c  N dy 19413   3134281      2000     40000         0     97178    200000   4488057    146.69    156.02
4531.29/1136.93	c  N dy 19546   3154362      2000     40000         0    117253    200000   8227894    146.70    158.19
4563.64/1145.05	c  N dy 19662   3174388      2000     40000         0    137276    200000  11974229    146.70    155.61
4601.91/1154.69	c  N dy 19796   3194513      2000     40000         0     78752    200000    893255    146.72    154.69
4623.44/1160.00	c  S st 19903   3211897      2000     40000         0     96134    200000   4126492    146.72    150.07
4624.23/1160.25	c  S st 19903   3212397      2000     40000         0     96634    200000   4202138    146.72   no data
4624.23/1160.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4624.65/1160.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4624.65/1160.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4624.65/1160.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4624.65/1160.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4624.65/1160.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4624.65/1160.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4624.65/1160.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4625.42/1160.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4684.47/1175.31	c lits-rem:        84  cl-subs:       12  v-elim:      0  v-fix:    0  time: 14.76 s
4684.47/1175.31	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4684.47/1175.37	c vivif2 --  cl tried    96622 cl shrink        0 lits rem          0 time: 0.05
4686.51/1175.82	c asymm  cl-useful: 0/15938/40000 lits-rem:0 time: 0.46
4686.51/1175.83	c calculated reachability. Time: 0.00
4686.51/1175.83	c  N dy 19903   3212397      2000     40000         0     96622    200000   4197245    146.72   no data
4716.80/1183.42	c  N dy 20032   3232475      2000     40000         0    116692    200000   7949235    146.73    154.69
4750.30/1191.89	c  N dy 20160   3252500      2000     40000         0    136711    200000  11694246    146.74    166.07
4790.99/1202.06	c  N dy 20299   3273063      2000     40000         0    157271    200000  15565948    146.76    155.93

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366166-1305397789/watcher-3366166-1305397789 -o /tmp/evaluation-result-3366166-1305397789/solver-3366166-1305397789 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366166-1305397789.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.54 2.94 3.16 2/279 4159
/proc/meminfo: memFree=19079696/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 4 0 651378548 52396032 347 33554432000 4194304 4580107 140735146113488 18446744073709551615 274664864753 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 12792 347 299 95 0 7774 0
[pid=4159/tid=4160] ppid=4157 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651378548 52396032 350 33554432000 4194304 4580107 140735146113488 18446744073709551615 46913308403634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651378548 52396032 350 33554432000 4194304 4580107 140735146113488 18446744073709551615 46913308403229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651378548 52396032 350 33554432000 4194304 4580107 140735146113488 18446744073709551615 46913308403638 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0645549 s]
/proc/loadavg: 2.54 2.94 3.16 2/279 4159
/proc/meminfo: memFree=19079696/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=182240 CPUtime=0.17 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) D 4157 4159 4127 0 -1 4202496 435 0 0 0 17 0 0 0 25 0 4 0 651378548 186613760 363 33554432000 4194304 4580107 140735146113488 18446744073709551615 274664851591 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 45560 363 309 95 0 40542 0
[pid=4159/tid=4160] ppid=4157 vsize=182240 CPUtime=0 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) S 4157 4159 4127 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 651378548 186613760 363 33554432000 4194304 4580107 140735146113488 18446744073709551615 274664913390 0 0 4096 2 18446604450597899008 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=182240 CPUtime=0.05 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) S 4157 4159 4127 0 -1 4202560 7 0 0 0 5 0 0 0 25 0 4 0 651378548 186613760 363 33554432000 4194304 4580107 140735146113488 18446744073709551615 274664913390 0 0 4096 2 18446604450597899008 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=182240 CPUtime=0.05 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 6 0 0 0 5 0 0 0 25 0 4 0 651378548 186613760 363 33554432000 4194304 4580107 140735146113488 18446744073709551615 274664469189 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 182240

[startup+0.161007 s]
/proc/loadavg: 2.54 2.94 3.16 2/279 4159
/proc/meminfo: memFree=19079696/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=300356 CPUtime=1.33 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 12191 0 0 0 128 5 0 0 18 0 4 0 651378548 307564544 11995 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451668 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 80126 14914 377 95 0 75108 0
[pid=4159/tid=4160] ppid=4157 vsize=320504 CPUtime=1.09 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 4807 0 0 0 108 1 0 0 19 0 4 0 651378548 328196096 14914 33554432000 4194304 4580107 140735146113488 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=320504 CPUtime=1.14 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) D 4157 4159 4127 0 -1 4202560 5085 0 0 0 111 3 0 0 18 0 4 0 651378548 328196096 14772 33554432000 4194304 4580107 140735146113488 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=320504 CPUtime=1.14 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) D 4157 4159 4127 0 -1 4202560 3739 0 0 0 113 1 0 0 18 0 4 0 651378548 328196096 14402 33554432000 4194304 4580107 140735146113488 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 300356

[startup+1.21427 s]
/proc/loadavg: 2.54 2.94 3.16 2/279 4159
/proc/meminfo: memFree=19079696/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=306036 CPUtime=4.73 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 20675 0 0 0 467 6 0 0 19 0 4 0 651378548 313380864 12260 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 76509 12260 377 95 0 71491 0
[pid=4159/tid=4160] ppid=4157 vsize=306036 CPUtime=1.14 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 5452 0 0 0 113 1 0 0 19 0 4 0 651378548 313380864 12260 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=306036 CPUtime=1.19 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 5551 0 0 0 116 3 0 0 19 0 4 0 651378548 313380864 12260 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=306036 CPUtime=1.19 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 3832 0 0 0 118 1 0 0 19 0 4 0 651378548 313380864 12260 33554432000 4194304 4580107 140735146113488 18446744073709551615 4318504 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 306036

[startup+1.31425 s]
/proc/loadavg: 2.54 2.94 3.16 2/279 4159
/proc/meminfo: memFree=19079696/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=306036 CPUtime=5.13 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 21329 0 0 0 507 6 0 0 19 0 4 0 651378548 313380864 12914 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 76509 12915 377 95 0 71491 0
[pid=4159/tid=4160] ppid=4157 vsize=306036 CPUtime=1.24 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 5616 0 0 0 123 1 0 0 19 0 4 0 651378548 313380864 12915 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=306036 CPUtime=1.29 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 5711 0 0 0 126 3 0 0 19 0 4 0 651378548 313380864 12915 33554432000 4194304 4580107 140735146113488 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=306036 CPUtime=1.29 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 3999 0 0 0 128 1 0 0 19 0 4 0 651378548 313380864 12915 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 306036

[startup+1.51421 s]
/proc/loadavg: 2.54 2.94 3.16 2/279 4159
/proc/meminfo: memFree=19079696/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=306036 CPUtime=5.93 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 22617 0 0 0 587 6 0 0 19 0 4 0 651378548 313380864 14202 33554432000 4194304 4580107 140735146113488 18446744073709551615 4318418 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 76509 14203 377 95 0 71491 0
[pid=4159/tid=4160] ppid=4157 vsize=306036 CPUtime=1.44 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 5930 0 0 0 143 1 0 0 19 0 4 0 651378548 313380864 14203 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=306036 CPUtime=1.49 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 6032 0 0 0 146 3 0 0 19 0 4 0 651378548 313380864 14203 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=306036 CPUtime=1.49 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 4328 0 0 0 148 1 0 0 19 0 4 0 651378548 313380864 14204 33554432000 4194304 4580107 140735146113488 18446744073709551615 4324379 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 306036

[startup+3.10094 s]
/proc/loadavg: 2.54 2.94 3.16 9/289 4172
/proc/meminfo: memFree=18876384/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=307756 CPUtime=12.29 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 35490 0 0 0 1220 9 0 0 23 0 4 0 651378548 315142144 17114 33554432000 4194304 4580107 140735146113488 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4159/statm: 76939 17114 377 95 0 71921 0
[pid=4159/tid=4160] ppid=4157 vsize=307756 CPUtime=3.04 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 9033 0 0 0 302 2 0 0 23 0 4 0 651378548 315142144 17134 33554432000 4194304 4580107 140735146113488 18446744073709551615 4325660 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=307756 CPUtime=3.09 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 9133 0 0 0 306 3 0 0 23 0 4 0 651378548 315142144 17134 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=307756 CPUtime=3.07 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 8021 0 0 0 305 2 0 0 23 0 4 0 651378548 315142144 17134 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 307756

[startup+6.30039 s]
/proc/loadavg: 3.06 3.04 3.19 11/289 4172
/proc/meminfo: memFree=18791864/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=347880 CPUtime=22.33 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 68050 0 0 0 2210 23 0 0 25 0 4 0 651378548 356229120 32830 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416997 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 86970 32830 379 95 0 81952 0
[pid=4159/tid=4160] ppid=4157 vsize=347880 CPUtime=6.2 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 19673 0 0 0 616 4 0 0 25 0 4 0 651378548 356229120 32830 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=347880 CPUtime=5.19 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 13347 0 0 0 512 7 0 0 19 0 4 0 651378548 356229120 32830 33554432000 4194304 4580107 140735146113488 18446744073709551615 4318305 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=347880 CPUtime=6.23 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 13992 0 0 0 617 6 0 0 25 0 4 0 651378548 356229120 32830 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.33
Current children cumulated vsize (KiB) 347880

[startup+12.7003 s]
/proc/loadavg: 3.45 3.12 3.21 9/289 4172
/proc/meminfo: memFree=18687172/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=470536 CPUtime=46.55 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 114992 0 0 0 4617 38 0 0 25 0 4 0 651378548 481828864 59128 33554432000 4194304 4580107 140735146113488 18446744073709551615 4321036 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 117634 59128 379 95 0 112616 0
[pid=4159/tid=4160] ppid=4157 vsize=470536 CPUtime=12.6 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 35719 0 0 0 1251 9 0 0 25 0 4 0 651378548 481828864 59128 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=470536 CPUtime=10.95 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 24446 0 0 0 1085 10 0 0 25 0 4 0 651378548 481828864 59128 33554432000 4194304 4580107 140735146113488 18446744073709551615 4321152 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=470536 CPUtime=12.57 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 28411 0 0 0 1248 9 0 0 25 0 4 0 651378548 481828864 59128 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.55
Current children cumulated vsize (KiB) 470536

[startup+25.5011 s]
/proc/loadavg: 4.54 3.37 3.30 9/289 4172
/proc/meminfo: memFree=18305136/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=557132 CPUtime=97.61 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 169288 0 0 0 9710 51 0 0 25 0 4 0 651378548 570503168 81102 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 139283 81102 379 95 0 134265 0
[pid=4159/tid=4160] ppid=4157 vsize=557132 CPUtime=25.39 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 45964 0 0 0 2527 12 0 0 25 0 4 0 651378548 570503168 81102 33554432000 4194304 4580107 140735146113488 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=557132 CPUtime=23.75 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 45493 0 0 0 2361 14 0 0 25 0 4 0 651378548 570503168 81102 33554432000 4194304 4580107 140735146113488 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=557132 CPUtime=25.25 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 46891 0 0 0 2512 13 0 0 25 0 4 0 651378548 570503168 81102 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.61
Current children cumulated vsize (KiB) 557132

[startup+51.1007 s]
/proc/loadavg: 5.72 3.74 3.42 9/289 4173
/proc/meminfo: memFree=18165204/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=566796 CPUtime=199.74 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 273435 0 0 0 19898 76 0 0 25 0 4 0 651378548 580399104 96576 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 141699 96576 379 95 0 136681 0
[pid=4159/tid=4160] ppid=4157 vsize=566796 CPUtime=50.99 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 72466 0 0 0 5080 19 0 0 25 0 4 0 651378548 580399104 96576 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=566796 CPUtime=49.35 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 71533 0 0 0 4915 20 0 0 25 0 4 0 651378548 580399104 96576 33554432000 4194304 4580107 140735146113488 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=566796 CPUtime=50.62 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 76465 0 0 0 5042 20 0 0 25 0 4 0 651378548 580399104 96577 33554432000 4194304 4580107 140735146113488 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.74
Current children cumulated vsize (KiB) 566796

[startup+102.301 s]
/proc/loadavg: 7.01 4.40 3.66 10/289 4174
/proc/meminfo: memFree=17911208/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=709432 CPUtime=403.97 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 440174 0 0 0 40279 118 0 0 25 0 4 0 651378548 726458368 125504 33554432000 4194304 4580107 140735146113488 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 177358 125504 379 95 0 172340 0
[pid=4159/tid=4160] ppid=4157 vsize=709432 CPUtime=102.19 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 118179 0 0 0 10188 31 0 0 25 0 4 0 651378548 726458368 125504 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=709432 CPUtime=100.55 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 109944 0 0 0 10025 30 0 0 25 0 4 0 651378548 726458368 125504 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=709432 CPUtime=101.33 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 124908 0 0 0 10100 33 0 0 25 0 4 0 651378548 726458368 125504 33554432000 4194304 4580107 140735146113488 18446744073709551615 4324252 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 403.97
Current children cumulated vsize (KiB) 709432

[startup+162.301 s]

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

[pid=4159] ppid=4157 vsize=1301300 CPUtime=2797.49 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 1922579 0 0 0 279214 535 0 0 25 0 4 0 651378548 1332531200 266796 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 325325 266796 379 95 0 320307 0
[pid=4159/tid=4160] ppid=4157 vsize=1301300 CPUtime=702.15 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 453983 0 0 0 70084 131 0 0 25 0 4 0 651378548 1332531200 266796 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1301300 CPUtime=697.05 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 514446 0 0 0 69557 148 0 0 25 0 4 0 651378548 1332531200 266796 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1301300 CPUtime=699 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 529139 0 0 0 69758 142 0 0 25 0 4 0 651378548 1332531200 266796 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2797.49
Current children cumulated vsize (KiB) 1301300

[startup+762.301 s]
/proc/loadavg: 8.15 7.70 5.91 9/289 4192
/proc/meminfo: memFree=16879712/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1408568 CPUtime=3036.87 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 1998405 0 0 0 303121 566 0 0 25 0 4 0 651378548 1442373632 269343 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 352142 269343 379 95 0 347124 0
[pid=4159/tid=4160] ppid=4157 vsize=1408568 CPUtime=762.15 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 470881 0 0 0 76079 136 0 0 25 0 4 0 651378548 1442373632 269343 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1408568 CPUtime=756.46 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 545656 0 0 0 75485 161 0 0 25 0 4 0 651378548 1442373632 269343 33554432000 4194304 4580107 140735146113488 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1408568 CPUtime=759 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 541986 0 0 0 75752 148 0 0 25 0 4 0 651378548 1442373632 269343 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3036.87
Current children cumulated vsize (KiB) 1408568

[startup+822.301 s]
/proc/loadavg: 8.17 7.79 6.05 9/289 4194
/proc/meminfo: memFree=16774040/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1395840 CPUtime=3276.22 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2112701 0 0 0 327019 603 0 0 25 0 4 0 651378548 1429340160 271604 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294016 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 348960 271604 379 95 0 343942 0
[pid=4159/tid=4160] ppid=4157 vsize=1395840 CPUtime=822.15 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 487247 0 0 0 82073 142 0 0 25 0 4 0 651378548 1429340160 271604 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1395840 CPUtime=815.89 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 578975 0 0 0 81417 172 0 0 25 0 4 0 651378548 1429340160 271604 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1395840 CPUtime=818.99 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 571291 0 0 0 81743 156 0 0 25 0 4 0 651378548 1429340160 271604 33554432000 4194304 4580107 140735146113488 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3276.22
Current children cumulated vsize (KiB) 1395840

[startup+882.3 s]
/proc/loadavg: 8.17 7.85 6.18 9/289 4195
/proc/meminfo: memFree=16733716/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1457248 CPUtime=3515.56 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2228073 0 0 0 350917 639 0 0 25 0 4 0 651378548 1492221952 286501 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 364312 286501 379 95 0 359294 0
[pid=4159/tid=4160] ppid=4157 vsize=1457248 CPUtime=882.14 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 513465 0 0 0 88062 152 0 0 25 0 4 0 651378548 1492221952 286501 33554432000 4194304 4580107 140735146113488 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1457248 CPUtime=875.3 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 611665 0 0 0 87347 183 0 0 25 0 4 0 651378548 1492221952 286501 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1457248 CPUtime=878.99 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 600468 0 0 0 87735 164 0 0 25 0 4 0 651378548 1492221952 286501 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3515.56
Current children cumulated vsize (KiB) 1457248

[startup+942.301 s]
/proc/loadavg: 8.16 7.91 6.30 9/289 4197
/proc/meminfo: memFree=16385736/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1746836 CPUtime=3754.94 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2358978 0 0 0 374819 675 0 0 25 0 4 0 651378548 1788760064 358491 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 436709 358491 379 95 0 431691 0
[pid=4159/tid=4160] ppid=4157 vsize=1746836 CPUtime=942.14 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 536344 0 0 0 94050 164 0 0 25 0 4 0 651378548 1788760064 358491 33554432000 4194304 4580107 140735146113488 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1746836 CPUtime=934.73 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 670668 0 0 0 93279 194 0 0 25 0 4 0 651378548 1788760064 358491 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1746836 CPUtime=938.98 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 631190 0 0 0 93726 172 0 0 25 0 4 0 651378548 1788760064 358491 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3754.94
Current children cumulated vsize (KiB) 1746836

[startup+1002.3 s]
/proc/loadavg: 8.15 7.95 6.41 9/289 4198
/proc/meminfo: memFree=16310952/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1858288 CPUtime=3994.33 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2418467 0 0 0 398733 700 0 0 25 0 4 0 651378548 1902886912 367868 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 464572 367868 379 95 0 459554 0
[pid=4159/tid=4160] ppid=4157 vsize=1858288 CPUtime=1002.14 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 561221 0 0 0 100041 173 0 0 25 0 4 0 651378548 1902886912 367868 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1858288 CPUtime=994.14 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 675615 0 0 0 99219 195 0 0 25 0 4 0 651378548 1902886912 367868 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1858288 CPUtime=998.99 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 642761 0 0 0 99721 178 0 0 25 0 4 0 651378548 1902886912 367868 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3994.33
Current children cumulated vsize (KiB) 1858288

[startup+1062.3 s]
/proc/loadavg: 8.18 8.00 6.52 9/289 4200
/proc/meminfo: memFree=16302736/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1815196 CPUtime=4233.7 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2515959 0 0 0 422634 736 0 0 25 0 4 0 651378548 1858760704 372185 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 453799 372185 379 95 0 448781 0
[pid=4159/tid=4160] ppid=4157 vsize=1815196 CPUtime=1062.14 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 566337 0 0 0 106038 176 0 0 25 0 4 0 651378548 1858760704 372185 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1815196 CPUtime=1053.58 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 706152 0 0 0 105151 207 0 0 24 0 4 0 651378548 1858760704 372185 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1815196 CPUtime=1058.98 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 673709 0 0 0 105709 189 0 0 25 0 4 0 651378548 1858760704 372185 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4233.7
Current children cumulated vsize (KiB) 1815196

[startup+1122.3 s]
/proc/loadavg: 8.15 8.03 6.62 9/289 4202
/proc/meminfo: memFree=16365336/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1784904 CPUtime=4473.05 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2632599 0 0 0 446530 775 0 0 25 0 4 0 651378548 1827741696 367181 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 446226 367181 379 95 0 441208 0
[pid=4159/tid=4160] ppid=4157 vsize=1784904 CPUtime=1122.13 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 595458 0 0 0 112027 186 0 0 25 0 4 0 651378548 1827741696 367181 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1784904 CPUtime=1113.56 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 737730 0 0 0 111139 217 0 0 25 0 4 0 651378548 1827741696 367181 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1784904 CPUtime=1118.41 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 701541 0 0 0 111642 199 0 0 25 0 4 0 651378548 1827741696 367182 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4473.05
Current children cumulated vsize (KiB) 1784904

[startup+1182.3 s]
/proc/loadavg: 8.14 8.05 6.72 9/289 4203
/proc/meminfo: memFree=16099064/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1845720 CPUtime=4712.42 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2738283 0 0 0 470429 813 0 0 25 0 4 0 651378548 1890017280 368294 33554432000 4194304 4580107 140735146113488 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 461430 368294 379 95 0 456412 0
[pid=4159/tid=4160] ppid=4157 vsize=1845720 CPUtime=1182.14 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 623163 0 0 0 118017 197 0 0 25 0 4 0 651378548 1890017280 368302 33554432000 4194304 4580107 140735146113488 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1845720 CPUtime=1173.56 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 766951 0 0 0 117130 226 0 0 25 0 4 0 651378548 1890017280 368302 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1845720 CPUtime=1177.82 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 729587 0 0 0 117572 210 0 0 25 0 4 0 651378548 1890017280 368302 33554432000 4194304 4580107 140735146113488 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4712.42
Current children cumulated vsize (KiB) 1845720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 7.85 8.00 6.73 6/284 4205
/proc/meminfo: memFree=17603956/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1801360 CPUtime=4800.22 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2766088 0 0 0 479199 823 0 0 25 0 4 0 651378548 1844592640 367024 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 450340 367024 379 95 0 445322 0
[pid=4159/tid=4160] ppid=4157 vsize=1801360 CPUtime=1204.15 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 632397 0 0 0 120213 202 0 0 25 0 4 0 651378548 1844592640 367030 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1801360 CPUtime=1195.57 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 773871 0 0 0 119329 228 0 0 25 0 4 0 651378548 1844592640 367030 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1801360 CPUtime=1199.61 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 730715 0 0 0 119751 210 0 0 25 0 4 0 651378548 1844592640 367030 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1801360

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

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

[startup+1204.3 s]
/proc/loadavg: 7.85 8.00 6.73 6/284 4205
/proc/meminfo: memFree=17603956/32951132 swapFree=67093824/67111528
[pid=4159] ppid=4157 vsize=1801360 CPUtime=4800.22 cores=0,2,4,6
/proc/4159/stat : 4159 (strangenight2-m) R 4157 4159 4127 0 -1 4202496 2766088 0 0 0 479199 823 0 0 25 0 4 0 651378548 1844592640 367024 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4159/statm: 450340 367024 379 95 0 445322 0
[pid=4159/tid=4160] ppid=4157 vsize=1801360 CPUtime=1204.15 cores=0,2,4,6
/proc/4159/task/4160/stat : 4160 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 632397 0 0 0 120213 202 0 0 25 0 4 0 651378548 1844592640 367030 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4159/tid=4161] ppid=4157 vsize=1801360 CPUtime=1195.57 cores=0,2,4,6
/proc/4159/task/4161/stat : 4161 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 773871 0 0 0 119329 228 0 0 25 0 4 0 651378548 1844592640 367030 33554432000 4194304 4580107 140735146113488 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4159/tid=4162] ppid=4157 vsize=1801360 CPUtime=1199.61 cores=0,2,4,6
/proc/4159/task/4162/stat : 4162 (strangenight2-m) R 4157 4159 4127 0 -1 4202560 730715 0 0 0 119751 210 0 0 25 0 4 0 651378548 1844592640 367030 33554432000 4194304 4580107 140735146113488 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1801360

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.4
CPU time (s): 4800.34
CPU user time (s): 4792.03
CPU system time (s): 8.31374
CPU usage (%): 398.567
Max. virtual memory (cumulated for all children) (KiB): 1874452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.03
system time used= 8.31374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2766102
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= 2337
involuntary context switches= 32570

runsolver used 3.20951 second user time and 7.77682 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 20:29:49
IDJOB=3366166
IDBENCH=82575
IDSOLVER=1844
FILE ID=node131/3366166-1305397789
RUNJOBID= node131-1305397789-4145
PBS_JOBID= 13324467
Free space on /tmp= 73688 MiB

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

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

MD5SUM BENCH= 40e955d306a70bd3dffa8283c1221639
RANDOM SEED=157623766

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      19079976 kB
Buffers:        267220 kB
Cached:        3625040 kB
SwapCached:       1504 kB
Active:       10545456 kB
Inactive:      3067696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19079976 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            7516 kB
Writeback:           0 kB
AnonPages:     9719596 kB
Mapped:          26176 kB
Slab:           164288 kB
PageTables:      31376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 27993560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73676 MiB
End job on node131 at 2011-05-14 20:49:55