Trace number 3173757

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.16 1201.77

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.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173757-1304030463.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.78/0.26	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.78/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.78/0.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.78/0.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.78/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.78/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.78/0.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.16/1.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1.16/1.11	c Finding binary XORs  T:     0.00 s  found:       0
1.16/1.11	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
1.16/1.11	c calculated reachability. Time: 0.00
1.16/1.11	c Calc default polars -  time:   0.00 s pos:     936 undec:      77 neg:     987
1.16/1.11	c =========================================================================================
1.16/1.11	c types(t): F = full restart, N = normal restart
1.16/1.11	c types(t): S = simplification begin/end, E = solution found
1.16/1.11	c restart types(rt): st = static, dy = dynamic
1.16/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.16/1.11	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
1.16/1.11	c  N dy    18      4042      2000     40000         0      4041    200000    754645    146.96    157.53
4.91/1.32	c  N dy    44      8101      2000     40000         0      4768    200000    497368    147.79    158.45
6.74/1.77	c  N dy    71     12168      2000     40000         0      8834    200000   1265959    147.57    155.82
8.74/2.30	c  N dy   101     16257      2000     40000         0      7428    200000    665511    147.51    156.31
11.15/2.81	c  N dy   122     20363      2000     40000         0     11533    200000   1409338    146.63    156.31
13.14/3.36	c  N dy   147     24429      2000     40000         0      8515    200000    590025    146.88    160.82
13.54/3.43	c  F st   151     25000      2000     40000         0      9086    200000    692401    146.91   no data
15.95/4.09	c  N dy   157     30000      2000     40000         0     14079    200000   1738101    146.91   no data
15.95/4.09	c  S st   157     30000      2000     40000         0     14079    200000   1738101    146.91   no data
16.35/4.18	c  S st   157     30505      2000     40000         0     14584    200000   1820356    146.91   no data
16.35/4.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.73/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.73/4.22	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.73/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.73/4.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.73/4.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17.14/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.92/6.00	c lits-rem:       102  cl-subs:       17  v-elim:      0  v-fix:    0  time:  1.67 s
25.14/6.31	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.14/6.32	c calculated reachability. Time: 0.00
25.14/6.32	c  N dy   157     30505      2000     40000         0     14567    200000   1812495    146.91   no data
27.52/6.94	c  N dy   178     34953      2000     40000         0     10642    200000    752030    145.90    154.93
29.91/7.51	c  N dy   205     39041      2000     40000         0     14730    200000   1518783    146.47    188.96
32.32/8.13	c  N dy   230     43281      2000     40000         0     18967    200000   2285673    146.14    159.82
33.52/8.46	c  S st   242     45758      2000     40000         0     11929    200000    781996    145.81    136.92
33.92/8.55	c  S st   242     46259      2000     40000         0     12430    200000    857060    145.81   no data
33.92/8.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.92/8.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
33.92/8.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.92/8.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.92/8.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.92/8.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
33.92/8.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.30/8.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
34.30/8.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.50/8.97	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.34 s
35.50/8.97	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.50/8.98	c vivif2 --  cl tried    12428 cl shrink        0 lits rem          0 time: 0.01
36.70/9.26	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.27
36.70/9.26	c calculated reachability. Time: 0.00
36.70/9.26	c  N dy   242     46259      2000     40000         0     12428    200000    856046    145.81   no data
39.10/9.83	c  N dy   268     50297      2000     40000         0     16464    200000   1592540    145.75    154.04
41.50/10.43	c  N dy   292     54378      2000     40000         0     20545    200000   2346163    145.68    164.55
43.50/10.99	c  N dy   315     58382      2000     40000         0     13961    200000    960112    145.62    154.53
45.89/11.57	c  N dy   339     62394      2000     40000         0     17971    200000   1677558    145.32    154.20
48.68/12.24	c  N dy   359     66533      2000     40000         0     22108    200000   2431287    145.15    153.57
50.28/12.68	c  S st   377     69388      2000     40000         0     13330    200000    659242    145.35    143.33
50.68/12.77	c  S st   377     69891      2000     40000         0     13833    200000    737482    145.35   no data
50.68/12.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.68/12.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.10/12.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.10/12.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.10/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.10/12.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.10/12.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.10/12.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.10/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.28/13.11	c lits-rem:        13  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.26 s
52.28/13.11	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.28/13.12	c vivif2 --  cl tried    13831 cl shrink        0 lits rem          0 time: 0.01
53.48/13.42	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
53.48/13.42	c calculated reachability. Time: 0.00
53.48/13.42	c  N dy   377     69891      2000     40000         0     13831    200000    736494    145.35   no data
55.90/14.09	c  N dy   402     74452      2000     40000         0     18390    200000   1560636    145.21    156.50
59.48/14.94	c  N dy   430     79636      2000     40000         0     23573    200000   2486699    144.92    157.83
62.66/15.73	c  N dy   458     84806      2000     40000         0     16100    200000    980079    144.88    165.39
64.28/16.13	c  F st   470     87502      2000     40000         0     18796    200000   1466710    144.73    144.63
66.26/16.64	c  N st   475     90800      2000     40000         0     22092    200000   2123586    144.73   no data
70.26/17.62	c  N dy   497     96652      2000     40000         0     14293    200000    485562    144.65    154.61
73.84/18.59	c  N dy   534    103194      2000     40000         0     20835    200000   1690188    144.70    153.00
75.04/18.85	c  S st   546    104836      2000     40000         0     22476    200000   1985221    144.68    135.62
75.44/18.96	c  S st   546    105339      2000     40000         0     22979    200000   2063019    144.68   no data
75.44/18.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.44/18.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
75.85/19.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.85/19.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.85/19.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.85/19.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
75.85/19.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
75.85/19.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
75.85/19.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.23/22.61	c lits-rem:        88  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.51 s
90.23/22.62	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
90.23/22.64	c vivif2 --  cl tried    22975 cl shrink        0 lits rem          0 time: 0.02
91.43/22.99	c asymm  cl-useful: 0/36129/40000 lits-rem:0 time: 0.35
91.43/22.99	c calculated reachability. Time: 0.00
91.43/22.99	c  N dy   546    105339      2000     40000         0     22975    200000   2061382    144.68   no data
96.22/24.14	c  N dy   588    112119      2000     40000         0     15096    200000    448488    144.54    153.17
100.61/25.24	c  N dy   629    119296      2000     40000         0     22272    200000   1755397    144.47    152.16
105.81/26.54	c  N dy   677    127016      2000     40000         0     29990    200000   3153850    144.42    152.97
111.00/27.87	c  N dy   725    135191      2000     40000         0     22508    200000   1630950    144.51    153.46
117.01/29.39	c  N dy   782    143914      2000     40000         0     31228    200000   3238049    144.71    163.75
122.98/30.88	c  N dy   839    153109      2000     40000         0     23760    200000   1683811    144.73    155.84
126.58/31.73	c  S st   872    158009      2000     40000         0     28660    200000   2592860    144.82   no data
126.98/31.85	c  S st   872    158515      2000     40000         0     29166    200000   2676898    144.82   no data
126.98/31.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
126.98/31.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
127.38/31.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.38/31.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.38/31.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.38/31.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
127.38/31.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
127.38/31.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
127.78/32.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.74/39.05	c lits-rem:        64  cl-subs:        7  v-elim:      0  v-fix:    0  time:  7.02 s
155.74/39.05	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
155.74/39.08	c vivif2 --  cl tried    29159 cl shrink        0 lits rem          0 time: 0.03
156.14/39.14	c asymm  cl-useful: 0/3871/40000 lits-rem:0 time: 0.05
156.14/39.14	c calculated reachability. Time: 0.00
156.14/39.14	c  N dy   872    158515      2000     40000         0     29159    200000   2674419    144.82   no data
163.33/40.98	c  N dy   940    168957      2000     40000         0     21936    200000   1201361    144.98    152.77
170.91/42.87	c  N dy  1009    179969      2000     40000         0     32946    200000   3223906    144.98    156.13
178.92/44.85	c  N dy  1077    191505      2000     40000         0     25819    200000   1709432    145.00    154.48
188.09/47.13	c  N dy  1158    203836      2000     40000         0     38148    200000   3997237    145.14    153.71
196.88/49.37	c  N dy  1246    217107      2000     40000         0     31750    200000   2639870    145.29    154.41
207.27/51.94	c  N dy  1330    231087      2000     40000         0     25065    200000   1219673    145.25    154.73
212.46/53.20	c  S st  1376    237774      2000     40000         0     31751    200000   2462449    145.30   no data
212.86/53.33	c  S st  1376    238280      2000     40000         0     32256    200000   2548383    145.30   no data
212.86/53.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
212.86/53.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
212.86/53.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
212.86/53.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
212.86/53.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
212.86/53.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
212.86/53.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
213.26/53.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
213.26/53.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.43/60.79	c lits-rem:       117  cl-subs:        3  v-elim:      0  v-fix:    0  time:  7.29 s
242.43/60.79	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
242.82/60.82	c vivif2 --  cl tried    32253 cl shrink        0 lits rem          0 time: 0.03
244.44/61.24	c asymm  cl-useful: 0/31843/40000 lits-rem:0 time: 0.42
244.44/61.25	c calculated reachability. Time: 0.00
244.44/61.25	c  N dy  1376    238280      2000     40000         0     32253    200000   2546955    145.30   no data
256.80/64.32	c  N dy  1469    253506      2000     40000         0     25812    200000   1181097    145.27    155.91
268.78/67.37	c  N dy  1567    269724      2000     40000         0     42028    200000   4151577    145.29    162.75
281.56/70.58	c  N dy  1680    287013      2000     40000         0     36651    200000   2997597    145.38    155.12
295.95/74.18	c  N dy  1799    305409      2000     40000         0     31385    200000   1842335    145.46    155.13
296.75/74.33	c  F st  1806    306250      2000     40000         0     32225    200000   1998214    145.47   no data
311.53/78.03	c  N dy  1899    324907      2000     40000         0     26218    200000    730940    145.50    157.04
326.30/81.75	c  N dy  2026    344947      2000     40000         0     46249    200000   4398224    145.54    167.65
335.89/84.13	c  S st  2101    357420      2000     40000         0     33057    200000   1806951    145.50   no data
336.29/84.26	c  S st  2101    357927      2000     40000         0     33564    200000   1878598    145.50   no data
336.29/84.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
336.29/84.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
336.71/84.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
336.71/84.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
336.71/84.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
336.71/84.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
336.71/84.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
336.71/84.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
336.71/84.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
352.27/88.21	c lits-rem:        69  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.81 s
352.27/88.21	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
352.27/88.23	c vivif2 --  cl tried    33560 cl shrink        0 lits rem          0 time: 0.02
352.67/88.34	c asymm  cl-useful: 0/8157/40000 lits-rem:0 time: 0.11
352.67/88.34	c calculated reachability. Time: 0.00
352.67/88.34	c  N dy  2101    357927      2000     40000         0     33560    200000   1877018    145.50   no data
369.44/92.55	c  N dy  2221    378078      2000     40000         0     27052    200000    533489    145.49    154.13
385.03/96.43	c  N dy  2344    398127      2000     40000         0     47096    200000   4185740    145.43    161.28
401.80/100.68	c  N dy  2472    418130      2000     40000         0     39439    200000   2641354    145.50    154.08
419.78/105.19	c  N dy  2582    438206      2000     40000         0     30848    200000    863573    145.42    153.70
436.55/109.32	c  N dy  2707    458255      2000     40000         0     50892    200000   4565785    145.45    194.89
453.74/113.61	c  N dy  2836    478262      2000     40000         0     41236    200000   2592588    145.52    158.04
472.10/118.24	c  N dy  2956    498362      2000     40000         0     30672    200000    488703    145.50    161.77
488.09/122.26	c  N dy  3079    518419      2000     40000         0     50726    200000   4177105    145.50    154.52
504.46/126.39	c  S st  3198    536890      2000     40000         0     37536    200000   1579112    145.51   no data
505.25/126.52	c  S st  3198    537390      2000     40000         0     38036    200000   1658545    145.51   no data
505.25/126.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
505.25/126.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
505.25/126.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
505.25/126.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
505.25/126.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.25/126.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
505.25/126.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
505.65/126.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
505.65/126.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
519.24/130.07	c lits-rem:        37  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.42 s
519.24/130.08	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
519.64/130.10	c vivif2 --  cl tried    38029 cl shrink        0 lits rem          0 time: 0.02
520.84/130.47	c asymm  cl-useful: 0/29654/40000 lits-rem:0 time: 0.37
520.84/130.47	c calculated reachability. Time: 0.00
520.84/130.47	c  N dy  3198    537390      2000     40000         0     38029    200000   1655553    145.51   no data
538.83/134.93	c  N dy  3331    557469      2000     40000         0     58102    200000   5364026    145.52    158.56
555.99/139.29	c  N dy  3460    577561      2000     40000         0     45532    200000   2876744    145.56    154.05
574.76/143.97	c  N dy  3589    597635      2000     40000         0     65596    200000   6580273    145.60    157.10
591.96/148.24	c  N dy  3729    617741      2000     40000         0     52041    200000   3915041    145.69    156.45
611.11/153.08	c  N dy  3860    637759      2000     40000         0     37396    200000   1023918    145.73    153.67
628.69/157.42	c  N dy  3992    657914      2000     40000         0     57548    200000   4775107    145.80    156.24
647.87/162.24	c  N dy  4116    677981      2000     40000         0     41955    200000   1659991    145.78    153.94
665.84/166.80	c  N dy  4243    697983      2000     40000         0     61950    200000   5343106    145.80    153.72
685.41/171.63	c  N dy  4365    718205      2000     40000         0     45503    200000   2149510    145.78    153.85
704.18/176.30	c  N dy  4480    738242      2000     40000         0     65538    200000   5818215    145.74    164.31
723.37/181.11	c  N dy  4612    758282      2000     40000         0     47916    200000   2454049    145.79    154.26
742.52/185.90	c  N dy  4736    778328      2000     40000         0     67957    200000   6163128    145.81    161.66
762.50/190.92	c  N dy  4869    798370      2000     40000         0     49340    200000   2528123    145.85    153.89
769.29/192.67	c  S st  4912    806085      2000     40000         0     57053    200000   3935532    145.83    123.61
770.09/192.85	c  S st  4912    806588      2000     40000         0     57556    200000   4017856    145.83   no data
770.09/192.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
770.49/192.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
770.49/192.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.49/192.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.49/192.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.49/192.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
770.49/192.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
770.49/192.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
771.29/193.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
828.41/207.41	c lits-rem:       182  cl-subs:       10  v-elim:      0  v-fix:    0  time: 14.30 s
828.41/207.41	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
828.41/207.46	c vivif2 --  cl tried    57546 cl shrink        0 lits rem          0 time: 0.05
829.23/207.67	c asymm  cl-useful: 0/10346/40000 lits-rem:0 time: 0.21
829.23/207.67	c calculated reachability. Time: 0.00
829.23/207.67	c  N dy  4912    806588      2000     40000         0     57546    200000   4012867    145.83   no data
850.79/213.04	c  N dy  5044    826639      2000     40000         0     77594    200000   7728048    145.88    154.02
868.78/217.59	c  N dy  5174    846701      2000     40000         0     57999    200000   3929989    145.91    154.04
889.92/222.81	c  N dy  5294    866708      2000     40000         0     78002    200000   7603897    145.90    154.97
908.32/227.49	c  N dy  5416    886834      2000     40000         0     57465    200000   3636538    145.90    154.49
929.47/232.71	c  N dy  5541    906861      2000     40000         0     77487    200000   7331536    145.91    155.74
948.64/237.56	c  N dy  5666    926948      2000     40000         0     55909    200000   3188208    145.90    175.86
969.83/242.82	c  N dy  5801    947023      2000     40000         0     75980    200000   6919766    145.95    158.24
989.77/247.80	c  N dy  5915    967079      2000     40000         0     53374    200000   2533064    145.95    154.46
1010.15/252.95	c  N dy  6045    987187      2000     40000         0     73479    200000   6259440    145.97    154.30
1031.72/258.38	c  N dy  6174   1007363      2000     40000         0     49994    200000   1775709    146.01    154.37
1051.29/263.28	c  N dy  6307   1027425      2000     40000         0     70049    200000   5479103    146.02    154.74
1074.88/269.19	c  N dy  6430   1047503      2000     40000         0     45475    200000    751318    146.01    157.66
1093.64/273.90	c  N dy  6556   1067638      2000     40000         0     65606    200000   4485997    146.04    153.98
1098.43/275.01	c  F st  6581   1071877      2000     40000         0     69844    200000   5267400    146.04    142.17
1116.41/279.50	c  N dy  6654   1087680      2000     40000         0     85626    200000   8359368    146.05    155.05
1136.39/284.57	c  N dy  6776   1107719      2000     40000         0     60009    200000   3271611    146.06    157.12
1157.94/289.99	c  N dy  6901   1127889      2000     40000         0     80175    200000   6985690    146.06    154.98
1180.73/295.69	c  N dy  7031   1148085      2000     40000         0     53716    200000   1906351    146.07    154.01
1202.70/301.16	c  N dy  7160   1168088      2000     40000         0     73714    200000   5582316    146.08    155.23
1227.45/307.35	c  N dy  7280   1188109      2000     40000         0     93731    200000   9267725    146.07    160.21
1247.42/312.35	c  N dy  7403   1208159      2000     40000         0     66127    200000   4035303    146.09    154.33
1249.42/312.83	c  S st  7414   1209882      2000     40000         0     67848    200000   4352270    146.09    117.83
1250.22/313.02	c  S st  7414   1210386      2000     40000         0     68351    200000   4435943    146.09   no data
1250.22/313.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1250.22/313.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1250.63/313.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1250.63/313.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1250.63/313.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1250.63/313.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1250.63/313.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1250.63/313.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1251.41/313.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.92/330.20	c lits-rem:       183  cl-subs:       14  v-elim:      0  v-fix:    0  time: 16.89 s
1318.92/330.21	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1318.92/330.26	c vivif2 --  cl tried    68337 cl shrink        0 lits rem          0 time: 0.06
1320.94/330.74	c asymm  cl-useful: 0/22037/40000 lits-rem:0 time: 0.47
1320.94/330.74	c calculated reachability. Time: 0.00
1320.94/330.74	c  N dy  7414   1210386      2000     40000         0     68337    200000   4430760    146.09   no data
1345.69/336.99	c  N dy  7531   1230443      2000     40000         0     88390    200000   8117997    146.09    159.78
1370.86/343.21	c  N dy  7662   1250505      2000     40000         0     59791    200000   2676134    146.10    155.59
1394.42/349.13	c  N dy  7784   1270566      2000     40000         0     79848    200000   6395700    146.11    155.99
1422.01/356.03	c  N dy  7915   1290650      2000     40000         0     50278    200000    752945    146.12    155.80
1441.96/361.08	c  N dy  8035   1310706      2000     40000         0     70328    200000   4426464    146.11    154.82
1466.34/367.16	c  N dy  8153   1330992      2000     40000         0     90608    200000   8177787    146.12    153.89
1489.89/373.04	c  N dy  8274   1351095      2000     40000         0     60049    200000   2385885    146.14    158.67
1511.06/378.37	c  N dy  8399   1371102      2000     40000         0     80051    200000   6075649    146.15    159.25
1537.02/384.80	c  N dy  8519   1391126      2000     40000         0    100073    200000   9757440    146.16    162.71
1558.21/390.17	c  N dy  8642   1411410      2000     40000         0     68699    200000   3779275    146.16    156.09
1581.37/395.96	c  N dy  8761   1431465      2000     40000         0     88748    200000   7480254    146.16    157.00
1607.33/402.48	c  N dy  8891   1451522      2000     40000         0     56148    200000   1323413    146.17    161.28
1628.52/407.70	c  N dy  9020   1471533      2000     40000         0     76151    200000   4987494    146.17    155.75
1653.26/413.90	c  N dy  9140   1491615      2000     40000         0     96233    200000   8679411    146.15    172.12
1677.25/419.99	c  N dy  9267   1511727      2000     40000         0     62684    200000   2328959    146.15    154.02
1699.60/425.52	c  N dy  9381   1531870      2000     40000         0     82824    200000   6038901    146.14    154.24
1725.58/432.06	c  N dy  9496   1551947      2000     40000         0    102892    200000   9725795    146.14    156.02
1748.73/437.83	c  N dy  9620   1572017      2000     40000         0     68306    200000   3202070    146.15    154.86
1771.90/443.67	c  N dy  9746   1592133      2000     40000         0     88417    200000   6899131    146.15    156.32
1799.47/450.54	c  N dy  9871   1612206      2000     40000         0    108486    200000  10618236    146.15    155.84
1821.85/456.15	c  N dy  9999   1632455      2000     40000         0     73072    200000   3891666    146.16    154.69
1846.19/462.26	c  N dy 10123   1652559      2000     40000         0     93172    200000   7615465    146.16    154.63
1875.35/469.50	c  N dy 10251   1672690      2000     40000         0    113295    200000  11355290    146.19    154.08
1898.52/475.35	c  N dy 10383   1692878      2000     40000         0     76823    200000   4428618    146.21    154.06
1922.08/481.20	c  S st 10488   1710387      2000     40000         0     94327    200000   7641798    146.20   no data
1922.90/481.47	c  S st 10488   1710888      2000     40000         0     94828    200000   7715849    146.20   no data
1922.90/481.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1923.30/481.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1923.30/481.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1923.30/481.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1923.30/481.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1923.30/481.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1923.30/481.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1923.68/481.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1924.88/481.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2087.86/522.78	c lits-rem:       369  cl-subs:       15  v-elim:      0  v-fix:    0  time: 40.81 s
2087.86/522.78	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2088.26/522.88	c vivif2 --  cl tried    94813 cl shrink        0 lits rem          0 time: 0.10
2090.65/523.40	c asymm  cl-useful: 0/15620/40000 lits-rem:0 time: 0.51
2090.65/523.40	c calculated reachability. Time: 0.00
2090.65/523.40	c  N dy 10488   1710888      2000     40000         0     94813    200000   7709642    146.20   no data
2122.21/531.32	c  N dy 10620   1730917      2000     40000         0    114837    200000  11425070    146.22    174.07
2146.99/537.53	c  N dy 10745   1750918      2000     40000         0     77181    200000   4308678    146.22    155.03
2174.94/544.55	c  N dy 10865   1771000      2000     40000         0     97259    200000   8012040    146.22    155.63
2206.49/552.43	c  N dy 10983   1791117      2000     40000         0     58721    200000    721947    146.20    155.01
2228.86/558.00	c  N dy 11118   1811142      2000     40000         0     78742    200000   4473870    146.23    154.37
2254.42/564.45	c  N dy 11240   1831419      2000     40000         0     99010    200000   8228748    146.24    157.51
2283.97/571.87	c  N dy 11366   1851440      2000     40000         0    119026    200000  11943931    146.26    155.13
2305.94/577.33	c  N dy 11485   1871484      2000     40000         0     79416    200000   4367543    146.25    155.90
2331.94/583.82	c  N dy 11609   1891727      2000     40000         0     99657    200000   8147444    146.27    155.30
2361.47/591.25	c  N dy 11732   1911745      2000     40000         0    119668    200000  11845750    146.28    157.26
2383.84/596.82	c  N dy 11861   1931753      2000     40000         0     79022    200000   4137392    146.29    156.51
2409.00/603.15	c  N dy 11986   1951770      2000     40000         0     99036    200000   7836965    146.30    154.44
2438.55/610.58	c  N dy 12112   1972002      2000     40000         0    119265    200000  11565797    146.30    156.44
2462.93/616.65	c  N dy 12245   1992120      2000     40000         0     77728    200000   3738514    146.32    156.12
2487.69/622.85	c  N dy 12361   2012230      2000     40000         0     97836    200000   7385499    146.29    155.16
2516.85/630.16	c  N dy 12480   2032386      2000     40000         0    117990    200000  11090948    146.29    154.04
2542.44/636.55	c  N dy 12607   2052504      2000     40000         0     75449    200000   3119575    146.29    155.59
2566.78/642.69	c  N dy 12727   2072602      2000     40000         0     95538    200000   6837244    146.29    161.49
2595.94/649.96	c  N dy 12850   2092694      2000     40000         0    115621    200000  10552402    146.29    164.84
2623.50/656.85	c  N dy 12969   2112760      2000     40000         0     72040    200000   2304391    146.29    189.48
2647.48/662.88	c  N dy 13105   2132855      2000     40000         0     92126    200000   6053661    146.31    154.24
2675.84/669.93	c  N dy 13224   2152921      2000     40000         0    112187    200000   9771084    146.32    155.64
2706.59/677.65	c  N dy 13354   2172972      2000     40000         0     67581    200000   1311144    146.32    154.11
2729.35/683.36	c  N dy 13479   2193027      2000     40000         0     87625    200000   5016714    146.33    156.05
2754.12/689.50	c  S st 13585   2210888      2000     40000         0    105477    200000   8301791    146.32    145.82
2755.32/689.80	c  S st 13585   2211391      2000     40000         0    105980    200000   8382177    146.32   no data
2755.32/689.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2755.72/689.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2755.72/689.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2755.72/689.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2755.72/689.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2755.72/689.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2755.72/689.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2756.12/690.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
2757.33/690.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2942.69/736.77	c lits-rem:       362  cl-subs:       19  v-elim:      0  v-fix:    0  time: 46.45 s
2942.69/736.77	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2943.06/736.88	c vivif2 --  cl tried   105961 cl shrink        0 lits rem          0 time: 0.11
2943.46/736.96	c asymm  cl-useful: 0/2343/40000 lits-rem:0 time: 0.08
2943.46/736.96	c calculated reachability. Time: 0.00
2943.46/736.96	c  N dy 13585   2211391      2000     40000         0    105961    200000   8374102    146.32   no data
2976.62/745.26	c  N dy 13696   2231475      2000     40000         0    126035    200000  12073127    146.31    154.71
3004.58/752.25	c  N dy 13829   2251550      2000     40000         0     80464    200000   3534175    146.32    157.44
3032.94/759.30	c  N dy 13962   2271703      2000     40000         0    100612    200000   7293586    146.34    155.48
3065.72/767.58	c  N dy 14096   2291706      2000     40000         0    120612    200000  11026027    146.37    161.09
3097.24/775.45	c  N dy 14220   2311736      2000     40000         0     73995    200000   2147262    146.38    167.67
3122.02/781.66	c  N dy 14347   2331771      2000     40000         0     94027    200000   5866617    146.39    178.75
3151.57/789.04	c  N dy 14481   2352037      2000     40000         0    114287    200000   9641129    146.41    154.79
3185.13/797.50	c  N dy 14623   2372218      2000     40000         0    134464    200000  13403206    146.43    154.58
3209.48/803.51	c  N dy 14752   2392385      2000     40000         0     86984    200000   4370819    146.44    156.71
3235.85/810.19	c  N dy 14876   2412421      2000     40000         0    107015    200000   8080437    146.44    154.35
3267.41/818.03	c  N dy 15001   2432441      2000     40000         0    127034    200000  11772043    146.45    156.78
3296.56/825.35	c  N dy 15133   2452545      2000     40000         0     78476    200000   2624684    146.46    156.24
3320.93/831.44	c  N dy 15246   2472614      2000     40000         0     98544    200000   6305171    146.46    154.22
3350.48/838.82	c  N dy 15378   2492684      2000     40000         0    118605    200000  10052383    146.48    160.20
3384.44/847.34	c  N dy 15508   2512831      2000     40000         0    138747    200000  13788414    146.48    156.25
3408.42/853.38	c  N dy 15638   2532879      2000     40000         0     89132    200000   4435466    146.49    159.21
3435.97/860.22	c  N dy 15761   2553056      2000     40000         0    109305    200000   8199540    146.50    157.76
3467.52/868.18	c  N dy 15892   2573141      2000     40000         0    129387    200000  11919003    146.51    155.10
3497.87/875.71	c  N dy 16011   2593153      2000     40000         0     78743    200000   2301525    146.51    155.47
3522.66/881.97	c  N dy 16140   2613186      2000     40000         0     98772    200000   6035384    146.52    158.08
3552.20/889.34	c  N dy 16266   2633314      2000     40000         0    118896    200000   9778883    146.52    154.50
3585.75/897.76	c  N dy 16392   2653343      2000     40000         0    138922    200000  13507437    146.54    154.45
3612.11/904.30	c  N dy 16512   2673395      2000     40000         0     87320    200000   3723755    146.54    155.16
3638.88/911.01	c  N dy 16636   2693452      2000     40000         0    107376    200000   7425413    146.53    155.27
3666.84/918.03	c  S st 16747   2711394      2000     40000         0    125317    200000  10740550    146.54   no data
3668.03/918.38	c  S st 16747   2711897      2000     40000         0    125820    200000  10825811    146.54   no data
3668.43/918.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3668.83/918.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3668.83/918.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3668.83/918.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3668.83/918.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3668.83/918.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3668.83/918.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3669.23/918.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
3670.83/919.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3874.95/970.17	c lits-rem:       290  cl-subs:       31  v-elim:      0  v-fix:    0  time: 51.13 s
3874.95/970.17	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3875.75/970.31	c vivif2 --  cl tried   125789 cl shrink        0 lits rem          0 time: 0.13
3877.75/970.81	c asymm  cl-useful: 0/15007/40000 lits-rem:0 time: 0.50
3877.75/970.81	c calculated reachability. Time: 0.00
3877.75/970.81	c  N dy 16747   2711897      2000     40000         0    125789    200000  10811898    146.54   no data
3914.49/980.05	c  N dy 16868   2731940      2000     40000         0     73178    200000    923344    146.54    157.31
3939.68/986.30	c  N dy 16987   2752166      2000     40000         0     93397    200000   4624574    146.53    155.25
3970.84/994.16	c  N dy 17110   2772403      2000     40000         0    113632    200000   8373004    146.54    154.63
4007.17/1003.24	c  N dy 17239   2792681      2000     40000         0    133905    200000  12123286    146.54    154.40
4042.32/1012.03	c  N dy 17364   2812763      2000     40000         0     80334    200000   2086506    146.56    157.25
4070.28/1019.10	c  N dy 17498   2832864      2000     40000         0    100430    200000   5813924    146.56    161.71
4103.44/1027.30	c  N dy 17627   2852962      2000     40000         0    120523    200000   9543656    146.57    155.95
4141.39/1036.86	c  N dy 17755   2873227      2000     40000         0    140785    200000  13325722    146.58    155.21
4173.74/1044.93	c  N dy 17878   2893351      2000     40000         0     86255    200000   2984852    146.59    155.72
4200.90/1051.73	c  N dy 17996   2913362      2000     40000         0    106262    200000   6708654    146.59    175.88
4232.47/1059.65	c  N dy 18120   2933422      2000     40000         0    126315    200000  10441141    146.60    158.19
4268.42/1068.60	c  N dy 18244   2953488      2000     40000         0    146375    200000  14155754    146.60    156.05
4296.78/1075.78	c  N dy 18383   2973750      2000     40000         0     90977    200000   3697040    146.61    155.45
4325.14/1082.84	c  N dy 18509   2993861      2000     40000         0    111079    200000   7440168    146.62    159.59
4357.51/1090.93	c  N dy 18636   3013965      2000     40000         0    131174    200000  11177239    146.63    155.45
4393.44/1099.96	c  N dy 18761   3033969      2000     40000         0    151169    200000  14902882    146.64    154.47
4419.80/1106.57	c  N dy 18882   3054027      2000     40000         0     94583    200000   4189831    146.64    154.73
4448.56/1113.72	c  N dy 19013   3074110      2000     40000         0    114660    200000   7940751    146.65    154.92
4481.31/1121.97	c  N dy 19149   3094114      2000     40000         0    134660    200000  11700647    146.67    155.41
4519.26/1131.47	c  N dy 19280   3114236      2000     40000         0    154781    200000  15469810    146.68    158.15
4545.62/1138.01	c  N dy 19413   3134281      2000     40000         0     97178    200000   4488057    146.69    156.02
4575.18/1145.40	c  N dy 19546   3154362      2000     40000         0    117253    200000   8227894    146.70    158.19
4607.96/1153.63	c  N dy 19662   3174388      2000     40000         0    137276    200000  11974229    146.70    155.61
4646.68/1163.39	c  N dy 19796   3194513      2000     40000         0     78752    200000    893255    146.72    154.69
4668.25/1168.77	c  S st 19903   3211897      2000     40000         0     96134    200000   4126492    146.72    150.07
4669.47/1169.02	c  S st 19903   3212397      2000     40000         0     96634    200000   4202138    146.72   no data
4669.47/1169.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4669.84/1169.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4669.84/1169.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4669.84/1169.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4669.84/1169.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4669.84/1169.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4669.84/1169.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4669.84/1169.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4670.64/1169.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4729.36/1184.07	c lits-rem:        84  cl-subs:       12  v-elim:      0  v-fix:    0  time: 14.74 s
4729.36/1184.07	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4729.76/1184.13	c vivif2 --  cl tried    96622 cl shrink        0 lits rem          0 time: 0.05
4731.35/1184.59	c asymm  cl-useful: 0/15938/40000 lits-rem:0 time: 0.47
4731.75/1184.60	c calculated reachability. Time: 0.00
4731.75/1184.60	c  N dy 19903   3212397      2000     40000         0     96622    200000   4197245    146.72   no data
4762.52/1192.31	c  N dy 20032   3232475      2000     40000         0    116692    200000   7949235    146.73    154.69
4798.05/1201.25	c  N dy 20160   3252500      2000     40000         0    136711    200000  11694246    146.74    166.07

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173757-1304030463/watcher-3173757-1304030463 -o /tmp/evaluation-result-3173757-1304030463/solver-3173757-1304030463 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173757-1304030463.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: 4.76 5.45 5.32 5/180 20327
/proc/meminfo: memFree=17438284/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 593277046 52441088 347 33554432000 4194304 4627427 140735524932640 18446744073709551615 47795142293426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 12803 347 299 106 0 7774 0
[pid=20327/tid=20328] ppid=20325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593277046 52441088 347 33554432000 4194304 4627427 140735524932640 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593277046 52441088 347 33554432000 4194304 4627427 140735524932640 18446744073709551615 216000390198 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593277046 52441088 347 33554432000 4194304 4627427 140735524932640 18446744073709551615 47795142293426 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.132505 s]
/proc/loadavg: 4.76 5.45 5.32 5/180 20327
/proc/meminfo: memFree=17438284/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=285952 CPUtime=0.51 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 5431 0 0 0 50 1 0 0 25 0 4 0 593277046 292814848 5343 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 71488 5344 363 106 0 66459 0
[pid=20327/tid=20328] ppid=20325 vsize=285952 CPUtime=0.12 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1207 0 0 0 12 0 0 0 25 0 4 0 593277046 292814848 5344 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=285952 CPUtime=0.12 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1209 0 0 0 12 0 0 0 25 0 4 0 593277046 292814848 5344 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=285952 CPUtime=0.12 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1378 0 0 0 12 0 0 0 25 0 4 0 593277046 292814848 5344 33554432000 4194304 4627427 140735524932640 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 285952

[startup+0.200495 s]
/proc/loadavg: 4.76 5.45 5.32 5/180 20327
/proc/meminfo: memFree=17438284/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=286164 CPUtime=0.78 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 5716 0 0 0 77 1 0 0 25 0 4 0 593277046 293031936 5628 33554432000 4194304 4627427 140735524932640 18446744073709551615 4523253 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 71541 5628 363 106 0 66512 0
[pid=20327/tid=20328] ppid=20325 vsize=286164 CPUtime=0.18 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1256 0 0 0 18 0 0 0 25 0 4 0 593277046 293031936 5628 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=286164 CPUtime=0.19 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1259 0 0 0 19 0 0 0 25 0 4 0 593277046 293031936 5628 33554432000 4194304 4627427 140735524932640 18446744073709551615 4522957 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=286164 CPUtime=0.19 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1513 0 0 0 19 0 0 0 25 0 4 0 593277046 293031936 5628 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 286164

[startup+0.300583 s]
/proc/loadavg: 4.76 5.45 5.32 5/180 20327
/proc/meminfo: memFree=17438284/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=296816 CPUtime=1.16 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 11074 0 0 0 112 4 0 0 18 0 4 0 593277046 303939584 10963 33554432000 4194304 4627427 140735524932640 18446744073709551615 215988650410 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 74239 10965 377 106 0 69210 0
[pid=20327/tid=20328] ppid=20325 vsize=296956 CPUtime=0.28 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) D 20325 20327 20083 0 -1 4202560 2776 0 0 0 27 1 0 0 18 0 4 0 593277046 304082944 10965 33554432000 4194304 4627427 140735524932640 18446744073709551615 4415910 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=297096 CPUtime=0.28 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) D 20325 20327 20083 0 -1 4202560 2987 0 0 0 27 1 0 0 18 0 4 0 593277046 304226304 10967 33554432000 4194304 4627427 140735524932640 18446744073709551615 215988289744 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=297096 CPUtime=0.29 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 1697 0 0 0 29 0 0 0 18 0 4 0 593277046 304226304 10967 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309427 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 296816

[startup+1.23931 s]
/proc/loadavg: 4.76 5.45 5.32 5/180 20327
/proc/meminfo: memFree=17438284/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=306060 CPUtime=4.91 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 21028 0 0 0 485 6 0 0 19 0 4 0 593277046 313405440 12717 33554432000 4194304 4627427 140735524932640 18446744073709551615 4321445 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 76515 12717 385 106 0 71486 0
[pid=20327/tid=20328] ppid=20325 vsize=306060 CPUtime=1.22 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 5585 0 0 0 120 2 0 0 19 0 4 0 593277046 313405440 12717 33554432000 4194304 4627427 140735524932640 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=306060 CPUtime=1.22 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 5575 0 0 0 121 1 0 0 19 0 4 0 593277046 313405440 12717 33554432000 4194304 4627427 140735524932640 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=306060 CPUtime=1.23 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 3934 0 0 0 122 1 0 0 19 0 4 0 593277046 313405440 12717 33554432000 4194304 4627427 140735524932640 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 306060

[startup+1.50027 s]
/proc/loadavg: 4.76 5.45 5.32 5/180 20327
/proc/meminfo: memFree=17438284/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=306060 CPUtime=5.95 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 22678 0 0 0 589 6 0 0 19 0 4 0 593277046 313405440 14367 33554432000 4194304 4627427 140735524932640 18446744073709551615 4327381 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 76515 14367 385 106 0 71486 0
[pid=20327/tid=20328] ppid=20325 vsize=306060 CPUtime=1.48 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 5989 0 0 0 146 2 0 0 19 0 4 0 593277046 313405440 14367 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=306060 CPUtime=1.48 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 5981 0 0 0 147 1 0 0 19 0 4 0 593277046 313405440 14367 33554432000 4194304 4627427 140735524932640 18446744073709551615 4333260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=306060 CPUtime=1.49 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 4356 0 0 0 148 1 0 0 19 0 4 0 593277046 313405440 14367 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 306060

[startup+3.10099 s]
/proc/loadavg: 5.02 5.49 5.33 9/184 20331
/proc/meminfo: memFree=17350528/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=307796 CPUtime=12.34 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 35444 0 0 0 1226 8 0 0 23 0 4 0 593277046 315183104 17173 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 76949 17173 385 106 0 71920 0
[pid=20327/tid=20328] ppid=20325 vsize=307796 CPUtime=3.06 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 9048 0 0 0 304 2 0 0 23 0 4 0 593277046 315183104 17173 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=307796 CPUtime=3.08 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 9030 0 0 0 306 2 0 0 23 0 4 0 593277046 315183104 17174 33554432000 4194304 4627427 140735524932640 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=307796 CPUtime=3.09 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 8045 0 0 0 307 2 0 0 23 0 4 0 593277046 315183104 17174 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 307796

[startup+6.30643 s]
/proc/loadavg: 5.26 5.54 5.35 9/184 20331
/proc/meminfo: memFree=17246120/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=348184 CPUtime=25.14 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 71912 0 0 0 2498 16 0 0 25 0 4 0 593277046 356540416 34031 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 87046 34031 389 106 0 82017 0
[pid=20327/tid=20328] ppid=20325 vsize=348184 CPUtime=6.25 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 19626 0 0 0 621 4 0 0 25 0 4 0 593277046 356540416 34031 33554432000 4194304 4627427 140735524932640 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=348184 CPUtime=6.28 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 17425 0 0 0 625 3 0 0 25 0 4 0 593277046 356540416 34031 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=348184 CPUtime=6.3 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 13826 0 0 0 627 3 0 0 25 0 4 0 593277046 356540416 34031 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 348184

[startup+12.7003 s]
/proc/loadavg: 5.48 5.58 5.36 9/184 20331
/proc/meminfo: memFree=17112224/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=470576 CPUtime=50.68 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 120641 0 0 0 5044 24 0 0 25 0 4 0 593277046 481869824 61632 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 117644 61632 389 106 0 112615 0
[pid=20327/tid=20328] ppid=20325 vsize=470576 CPUtime=12.62 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 35655 0 0 0 1255 7 0 0 25 0 4 0 593277046 481869824 61632 33554432000 4194304 4627427 140735524932640 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=470576 CPUtime=12.68 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 27150 0 0 0 1263 5 0 0 25 0 4 0 593277046 481869824 61632 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=470576 CPUtime=12.68 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 28270 0 0 0 1263 5 0 0 25 0 4 0 593277046 481869824 61632 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 470576

[startup+25.5011 s]
/proc/loadavg: 5.87 5.66 5.39 9/184 20331
/proc/meminfo: memFree=16973528/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=596388 CPUtime=101.81 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 174040 0 0 0 10144 37 0 0 25 0 4 0 593277046 610701312 88777 33554432000 4194304 4627427 140735524932640 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 149097 88777 389 106 0 144068 0
[pid=20327/tid=20328] ppid=20325 vsize=596388 CPUtime=25.35 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 45766 0 0 0 2525 10 0 0 25 0 4 0 593277046 610701312 88777 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=596388 CPUtime=25.47 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 47351 0 0 0 2538 9 0 0 25 0 4 0 593277046 610701312 88777 33554432000 4194304 4627427 140735524932640 18446744073709551615 4332156 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=596388 CPUtime=25.49 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 46964 0 0 0 2538 11 0 0 25 0 4 0 593277046 610701312 88777 33554432000 4194304 4627427 140735524932640 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 596388

[startup+51.1006 s]
/proc/loadavg: 6.78 5.89 5.48 9/184 20332
/proc/meminfo: memFree=16922316/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=661676 CPUtime=204.07 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 274140 0 0 0 20345 62 0 0 25 0 4 0 593277046 677556224 97559 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 165419 97559 389 106 0 160390 0
[pid=20327/tid=20328] ppid=20325 vsize=661676 CPUtime=50.82 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 70093 0 0 0 5065 17 0 0 25 0 4 0 593277046 677556224 97559 33554432000 4194304 4627427 140735524932640 18446744073709551615 4415761 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=661676 CPUtime=51.08 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 72946 0 0 0 5092 16 0 0 25 0 4 0 593277046 677556224 97559 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=661676 CPUtime=51.08 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 76410 0 0 0 5090 18 0 0 25 0 4 0 593277046 677556224 97559 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 661676

[startup+102.301 s]
/proc/loadavg: 7.60 6.25 5.62 9/184 20333
/proc/meminfo: memFree=16780312/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=758672 CPUtime=408.58 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 442532 0 0 0 40758 100 0 0 25 0 4 0 593277046 776880128 128151 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 189668 128151 389 106 0 184639 0
[pid=20327/tid=20328] ppid=20325 vsize=758672 CPUtime=101.75 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 118119 0 0 0 10147 28 0 0 25 0 4 0 593277046 776880128 128151 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=758672 CPUtime=102.27 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 110750 0 0 0 10201 26 0 0 25 0 4 0 593277046 776880128 128151 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=758672 CPUtime=102.28 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 125031 0 0 0 10200 28 0 0 25 0 4 0 593277046 776880128 128151 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 758672

[startup+162.301 s]

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

[pid=20327] ppid=20325 vsize=1302440 CPUtime=2805.26 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 1907132 0 0 0 280018 508 0 0 25 0 4 0 593277046 1333698560 262323 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 325610 262323 389 106 0 320581 0
[pid=20327/tid=20328] ppid=20325 vsize=1302440 CPUtime=698.58 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 448974 0 0 0 69741 117 0 0 25 0 4 0 593277046 1333698560 262323 33554432000 4194304 4627427 140735524932640 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1302440 CPUtime=702.24 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 513515 0 0 0 70086 138 0 0 25 0 4 0 593277046 1333698560 262323 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1302440 CPUtime=702.21 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 528660 0 0 0 70075 146 0 0 25 0 4 0 593277046 1333698560 262323 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 1302440

[startup+762.301 s]
/proc/loadavg: 8.15 7.91 6.87 9/184 20351
/proc/meminfo: memFree=15999572/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1423812 CPUtime=3044.92 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 1983861 0 0 0 303955 537 0 0 25 0 4 0 593277046 1457983488 269677 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 355953 269677 389 106 0 350924 0
[pid=20327/tid=20328] ppid=20325 vsize=1423812 CPUtime=758.26 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 470417 0 0 0 75702 124 0 0 25 0 4 0 593277046 1457983488 269677 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1423812 CPUtime=762.25 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 544936 0 0 0 76073 152 0 0 25 0 4 0 593277046 1457983488 269677 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1423812 CPUtime=762.22 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 539509 0 0 0 76072 150 0 0 25 0 4 0 593277046 1457983488 269677 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 1423812

[startup+822.3 s]
/proc/loadavg: 8.12 7.95 6.94 9/184 20353
/proc/meminfo: memFree=15905552/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1439344 CPUtime=3284.58 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2087343 0 0 0 327888 570 0 0 25 0 4 0 593277046 1473888256 292461 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 359836 292461 389 106 0 354807 0
[pid=20327/tid=20328] ppid=20325 vsize=1439344 CPUtime=817.93 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 482389 0 0 0 81666 127 0 0 25 0 4 0 593277046 1473888256 292461 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1439344 CPUtime=822.24 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 577973 0 0 0 82061 163 0 0 25 0 4 0 593277046 1473888256 292461 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1439344 CPUtime=822.21 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 569005 0 0 0 82061 160 0 0 25 0 4 0 593277046 1473888256 292461 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1439344

[startup+882.301 s]
/proc/loadavg: 8.04 7.96 7.01 9/184 20354
/proc/meminfo: memFree=15846884/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1470392 CPUtime=3524.23 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2204605 0 0 0 351817 606 0 0 25 0 4 0 593277046 1505681408 277914 33554432000 4194304 4627427 140735524932640 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 367598 277914 389 106 0 362569 0
[pid=20327/tid=20328] ppid=20325 vsize=1470392 CPUtime=877.6 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 507237 0 0 0 87625 135 0 0 25 0 4 0 593277046 1505681408 277914 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1470392 CPUtime=882.24 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 610836 0 0 0 88050 174 0 0 25 0 4 0 593277046 1505681408 277914 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1470392 CPUtime=882.2 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 596646 0 0 0 88052 168 0 0 25 0 4 0 593277046 1505681408 277914 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 1470392

[startup+942.3 s]
/proc/loadavg: 8.05 7.98 7.07 9/184 20356
/proc/meminfo: memFree=15508592/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1763388 CPUtime=3763.92 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2344384 0 0 0 375746 646 0 0 25 0 4 0 593277046 1805709312 358741 33554432000 4194304 4627427 140735524932640 18446744073709551615 4467962 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 440847 358741 389 106 0 435818 0
[pid=20327/tid=20328] ppid=20325 vsize=1763388 CPUtime=937.29 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 534459 0 0 0 93582 147 0 0 25 0 4 0 593277046 1805709312 358741 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1763388 CPUtime=942.24 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 670377 0 0 0 94038 186 0 0 25 0 4 0 593277046 1805709312 358741 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1763388 CPUtime=942.2 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 630762 0 0 0 94041 179 0 0 25 0 4 0 593277046 1805709312 358741 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1763388

[startup+1002.3 s]
/proc/loadavg: 8.13 8.01 7.14 9/184 20357
/proc/meminfo: memFree=15512924/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1860232 CPUtime=4003.57 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2399260 0 0 0 399689 668 0 0 25 0 4 0 593277046 1904877568 363385 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 465058 363385 389 106 0 460029 0
[pid=20327/tid=20328] ppid=20325 vsize=1860232 CPUtime=996.97 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 564428 0 0 0 99539 158 0 0 25 0 4 0 593277046 1904877568 363385 33554432000 4194304 4627427 140735524932640 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1860232 CPUtime=1002.23 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 675021 0 0 0 100035 188 0 0 25 0 4 0 593277046 1904877568 363385 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1860232 CPUtime=1002.2 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 638754 0 0 0 100037 183 0 0 25 0 4 0 593277046 1904877568 363385 33554432000 4194304 4627427 140735524932640 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 1860232

[startup+1062.31 s]
/proc/loadavg: 8.12 8.02 7.19 9/184 20359
/proc/meminfo: memFree=15385820/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1802200 CPUtime=4243.27 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2485660 0 0 0 423620 707 0 0 25 0 4 0 593277046 1845452800 368759 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 450550 368759 389 106 0 445521 0
[pid=20327/tid=20328] ppid=20325 vsize=1802200 CPUtime=1056.65 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 564428 0 0 0 105507 158 0 0 25 0 4 0 593277046 1845452800 368759 33554432000 4194304 4627427 140735524932640 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1802200 CPUtime=1062.23 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 704853 0 0 0 106022 201 0 0 25 0 4 0 593277046 1845452800 368759 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1802200 CPUtime=1062.19 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 668814 0 0 0 106022 197 0 0 25 0 4 0 593277046 1845452800 368759 33554432000 4194304 4627427 140735524932640 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 1802200

[startup+1122.3 s]
/proc/loadavg: 8.15 8.04 7.25 9/184 20361
/proc/meminfo: memFree=15319336/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1862952 CPUtime=4482.91 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2595930 0 0 0 447552 739 0 0 25 0 4 0 593277046 1907662848 388156 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 465738 388156 389 106 0 460709 0
[pid=20327/tid=20328] ppid=20325 vsize=1862952 CPUtime=1116.33 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 593079 0 0 0 111466 167 0 0 25 0 4 0 593277046 1907662848 388156 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1862952 CPUtime=1122.22 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 734537 0 0 0 112014 208 0 0 25 0 4 0 593277046 1907662848 388156 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1862952 CPUtime=1122.19 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 696680 0 0 0 112014 205 0 0 25 0 4 0 593277046 1907662848 388156 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 1862952

[startup+1182.3 s]
/proc/loadavg: 8.15 8.06 7.31 9/184 20362
/proc/meminfo: memFree=15409976/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1847592 CPUtime=4722.57 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2698853 0 0 0 471486 771 0 0 25 0 4 0 593277046 1891934208 370396 33554432000 4194304 4627427 140735524932640 18446744073709551615 4427670 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 461898 370396 389 106 0 456869 0
[pid=20327/tid=20328] ppid=20325 vsize=1847592 CPUtime=1176 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 617103 0 0 0 117425 175 0 0 25 0 4 0 593277046 1891934208 370396 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1847592 CPUtime=1182.22 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 765585 0 0 0 118006 216 0 0 25 0 4 0 593277046 1891934208 370396 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1847592 CPUtime=1182.19 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 723774 0 0 0 118005 214 0 0 25 0 4 0 593277046 1891934208 370396 33554432000 4194304 4627427 140735524932640 18446744073709551615 4332740 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.57
Current children cumulated vsize (KiB) 1847592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.88 8.01 7.30 9/184 20403
/proc/meminfo: memFree=16028548/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1848128 CPUtime=4800.07 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2722756 0 0 0 479227 780 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 462032 358442 389 106 0 457003 0
[pid=20327/tid=20328] ppid=20325 vsize=1848128 CPUtime=1195.3 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 623830 0 0 0 119352 178 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1848128 CPUtime=1201.62 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 773459 0 0 0 119944 218 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1848128 CPUtime=1201.58 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 725443 0 0 0 119943 215 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1848128

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

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

[startup+1201.7 s]
/proc/loadavg: 7.88 8.01 7.30 9/184 20403
/proc/meminfo: memFree=16028548/32950940 swapFree=67111528/67111528
[pid=20327] ppid=20325 vsize=1848128 CPUtime=4800.07 cores=0,2,4,6
/proc/20327/stat : 20327 (strangenight2-m) R 20325 20327 20083 0 -1 4202496 2722756 0 0 0 479227 780 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20327/statm: 462032 358442 389 106 0 457003 0
[pid=20327/tid=20328] ppid=20325 vsize=1848128 CPUtime=1195.3 cores=0,2,4,6
/proc/20327/task/20328/stat : 20328 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 623830 0 0 0 119352 178 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20327/tid=20329] ppid=20325 vsize=1848128 CPUtime=1201.62 cores=0,2,4,6
/proc/20327/task/20329/stat : 20329 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 773459 0 0 0 119944 218 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20327/tid=20330] ppid=20325 vsize=1848128 CPUtime=1201.58 cores=0,2,4,6
/proc/20327/task/20330/stat : 20330 (strangenight2-m) R 20325 20327 20083 0 -1 4202560 725443 0 0 0 119943 215 0 0 25 0 4 0 593277046 1892483072 358442 33554432000 4194304 4627427 140735524932640 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1848128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.16
CPU user time (s): 4792.29
CPU system time (s): 7.8648
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 1875024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.29
system time used= 7.8648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2722760
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= 3433
involuntary context switches= 23194

runsolver used 1.9677 second user time and 4.39733 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 00:41:03
IDJOB=3173757
IDBENCH=82575
IDSOLVER=1586
FILE ID=node117/3173757-1304030463
RUNJOBID= node117-1304028687-20101
PBS_JOBID= 13170335
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 40e955d306a70bd3dffa8283c1221639
RANDOM SEED=1260120708

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17438688 kB
Buffers:       2374928 kB
Cached:       12383560 kB
SwapCached:          0 kB
Active:        8183792 kB
Inactive:      6747484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17438688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12600 kB
Writeback:           0 kB
AnonPages:      171884 kB
Mapped:          15512 kB
Slab:           517544 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   403456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71668 MiB
End job on node117 at 2011-04-29 01:01:06