Trace number 3173817

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.14 1201.77

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S61914820-087-UNKNOWN.cnf
MD5SUM1b9b43753c02a2c226adda648a956e92
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-3173817-1304031324.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.24
0.00/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.00/0.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.00/0.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.00/0.83	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.83	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.00/0.83	c calculated reachability. Time: 0.00
0.00/0.83	c Calc default polars -  time:   0.00 s pos:     936 undec:      87 neg:     977
0.00/0.83	c =========================================================================================
0.00/0.83	c types(t): F = full restart, N = normal restart
0.00/0.83	c types(t): S = simplification begin/end, E = solution found
0.00/0.83	c restart types(rt): st = static, dy = dynamic
0.00/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.14/0.91	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
1.14/0.91	c  N dy    19      4244      2000     40000         0      4240    200000    810778    142.94    153.09
4.99/1.35	c  N dy    46      8337      2000     40000         0      5002    200000    528543    142.92    150.90
7.17/1.85	c  N dy    69     12444      2000     40000         0      9109    200000   1264726    141.62    149.42
9.14/2.36	c  N dy    97     16469      2000     40000         0      7635    200000    688777    142.78    150.98
11.14/2.88	c  N dy   124     20513      2000     40000         0     11677    200000   1428638    143.20    157.53
13.54/3.47	c  N dy   151     24862      2000     40000         0      8948    200000    666596    143.44    151.45
13.54/3.49	c  F st   152     25000      2000     40000         0      9086    200000    692587    143.43    149.02
16.36/4.16	c  N dy   158     30001      2000     40000         0     14076    200000   1712739    143.43   no data
16.36/4.16	c  S st   158     30001      2000     40000         0     14076    200000   1712739    143.43   no data
16.73/4.25	c  S st   158     30505      2000     40000         0     14580    200000   1795748    143.43   no data
16.73/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.73/4.28	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.73/4.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.73/4.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.13/4.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17.13/4.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.92/6.04	c lits-rem:       209  cl-subs:       40  v-elim:      0  v-fix:    0  time:  1.64 s
25.14/6.35	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.14/6.35	c calculated reachability. Time: 0.00
25.14/6.35	c  N dy   158     30505      2000     40000         0     14540    200000   1776562    143.43   no data
27.52/6.96	c  N dy   187     34630      2000     40000         0     10298    200000    697225    143.91    154.88
29.91/7.55	c  N dy   214     38733      2000     40000         0     14399    200000   1450761    143.98    152.08
32.31/8.16	c  N dy   242     42886      2000     40000         0     18550    200000   2212379    144.27    154.53
33.93/8.56	c  S st   259     45757      2000     40000         0     11903    200000    780547    144.26   no data
34.30/8.65	c  S st   259     46260      2000     40000         0     12406    200000    857783    144.26   no data
34.30/8.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.30/8.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
34.30/8.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.30/8.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.30/8.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.30/8.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
34.30/8.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.30/8.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
34.70/8.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.31/9.10	c lits-rem:        31  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.37 s
36.31/9.11	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
36.31/9.12	c vivif2 --  cl tried    12404 cl shrink        0 lits rem          0 time: 0.01
37.51/9.40	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
37.51/9.40	c calculated reachability. Time: 0.00
37.51/9.40	c  N dy   259     46260      2000     40000         0     12404    200000    857338    144.26   no data
39.50/9.98	c  N dy   280     50332      2000     40000         0     16475    200000   1594421    144.05    153.67
41.90/10.56	c  N dy   303     54377      2000     40000         0     20519    200000   2310853    143.79    159.28
44.29/11.13	c  N dy   329     58438      2000     40000         0     13993    200000    966096    143.87    152.47
46.71/11.75	c  N dy   358     62512      2000     40000         0     18066    200000   1716557    144.10    153.15
49.49/12.43	c  N dy   384     66614      2000     40000         0     22167    200000   2465450    144.18    169.29
51.10/12.85	c  S st   401     69391      2000     40000         0     13318    200000    662942    144.07    132.23
51.50/12.94	c  S st   401     69899      2000     40000         0     13826    200000    740429    144.07   no data
51.50/12.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.50/12.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.50/12.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.50/12.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.50/12.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.50/12.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.50/12.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.50/12.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.88/13.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.08/13.33	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.31 s
53.08/13.33	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
53.08/13.34	c vivif2 --  cl tried    13825 cl shrink        0 lits rem          0 time: 0.01
54.28/13.64	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
54.28/13.64	c calculated reachability. Time: 0.00
54.28/13.64	c  N dy   401     69899      2000     40000         0     13825    200000    740354    144.07   no data
57.08/14.32	c  N dy   423     74364      2000     40000         0     18288    200000   1565988    144.05    187.41
60.29/15.14	c  N dy   457     79207      2000     40000         0     23129    200000   2462233    144.16    152.90
63.47/15.96	c  N dy   491     84278      2000     40000         0     15556    200000    898657    144.32    160.24
65.47/16.46	c  F st   512     87501      2000     40000         0     18777    200000   1495838    144.39   no data
67.46/16.98	c  N st   517     90800      2000     40000         0     22076    200000   2175215    144.39   no data
71.86/18.00	c  N dy   546     96599      2000     40000         0     14218    200000    466815    144.40    153.36
75.45/18.97	c  N dy   583    102965      2000     40000         0     20584    200000   1627565    144.38    153.55
76.65/19.28	c  S st   598    104850      2000     40000         0     22468    200000   1983220    144.54   no data
77.06/19.39	c  S st   598    105353      2000     40000         0     22971    200000   2060511    144.54   no data
77.06/19.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
77.47/19.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
77.47/19.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.47/19.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.47/19.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.47/19.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
77.47/19.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
77.47/19.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
77.88/19.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.05/22.88	c lits-rem:        68  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.34 s
91.05/22.88	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
91.42/22.91	c vivif2 --  cl tried    22963 cl shrink        0 lits rem          0 time: 0.02
92.63/23.26	c asymm  cl-useful: 0/35922/40000 lits-rem:0 time: 0.35
92.63/23.26	c calculated reachability. Time: 0.00
92.63/23.26	c  N dy   598    105353      2000     40000         0     22963    200000   2057285    144.54   no data
97.42/24.43	c  N dy   641    112154      2000     40000         0     15106    200000    456331    144.47    153.30
101.81/25.57	c  N dy   694    119377      2000     40000         0     22327    200000   1800836    144.84    152.81
107.41/26.90	c  N dy   743    127013      2000     40000         0     29961    200000   3179787    144.81    190.36
113.02/28.32	c  N dy   796    135367      2000     40000         0     22654    200000   1664003    144.91    153.69
119.40/29.94	c  N dy   854    144563      2000     40000         0     31849    200000   3356978    144.99    153.98
125.39/31.42	c  N dy   904    153788      2000     40000         0     24417    200000   1788856    144.85    155.92
128.18/32.16	c  S st   928    158030      2000     40000         0     28659    200000   2564996    144.87    129.52
128.58/32.28	c  S st   928    158533      2000     40000         0     29162    200000   2645326    144.87   no data
128.58/32.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
128.98/32.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
128.98/32.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.98/32.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.98/32.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.98/32.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
128.98/32.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.98/32.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
129.38/32.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.96/39.32	c lits-rem:       157  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.86 s
156.96/39.32	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
156.96/39.35	c vivif2 --  cl tried    29154 cl shrink        0 lits rem          0 time: 0.03
157.33/39.41	c asymm  cl-useful: 0/4078/40000 lits-rem:0 time: 0.05
157.33/39.41	c calculated reachability. Time: 0.00
157.33/39.41	c  N dy   928    158533      2000     40000         0     29154    200000   2641619    144.87   no data
164.54/41.24	c  N dy   995    168696      2000     40000         0     21645    200000   1122797    144.97    153.87
172.12/43.11	c  N dy  1060    179732      2000     40000         0     32677    200000   3142319    145.04    155.06
180.10/45.12	c  N dy  1130    191247      2000     40000         0     25526    200000   1646067    145.00    152.91
188.90/47.35	c  N dy  1208    203490      2000     40000         0     37763    200000   3917302    145.12    153.92
197.68/49.56	c  N dy  1290    216478      2000     40000         0     31086    200000   2503276    145.19    153.13
208.47/52.20	c  N dy  1374    230353      2000     40000         0     24302    200000   1061158    145.05    152.94
213.68/53.58	c  S st  1423    237799      2000     40000         0     31746    200000   2418566    145.06   no data
214.45/53.71	c  S st  1423    238302      2000     40000         0     32249    200000   2490318    145.06   no data
214.45/53.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
214.45/53.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
214.45/53.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.45/53.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.45/53.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.45/53.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
214.45/53.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
214.45/53.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
214.85/53.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.62/60.53	c lits-rem:       132  cl-subs:        5  v-elim:      0  v-fix:    0  time:  6.66 s
241.62/60.53	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
241.62/60.57	c vivif2 --  cl tried    32244 cl shrink        0 lits rem          0 time: 0.03
243.62/61.00	c asymm  cl-useful: 0/31763/40000 lits-rem:0 time: 0.43
243.62/61.00	c calculated reachability. Time: 0.00
243.62/61.00	c  N dy  1423    238302      2000     40000         0     32244    200000   2488093    145.06   no data
256.00/64.14	c  N dy  1519    253554      2000     40000         0     25836    200000   1176185    145.12    156.20
268.78/67.34	c  N dy  1620    270019      2000     40000         0     42294    200000   4171296    145.07    153.46
281.97/70.61	c  N dy  1735    287320      2000     40000         0     36930    200000   3047381    145.15    156.52
296.35/74.23	c  N dy  1848    305674      2000     40000         0     31622    200000   1883379    145.07    173.36
296.75/74.33	c  F st  1851    306250      2000     40000         0     32198    200000   1981380    145.05    152.93
311.93/78.18	c  N dy  1949    325277      2000     40000         0     26560    200000    798941    145.12    155.48
327.50/82.03	c  N dy  2072    345387      2000     40000         0     46664    200000   4501247    145.14    152.80
336.71/84.37	c  S st  2155    357454      2000     40000         0     33069    200000   1826682    145.22    150.26
337.11/84.50	c  S st  2155    357958      2000     40000         0     33573    200000   1897763    145.22   no data
337.48/84.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.48/84.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
337.48/84.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.48/84.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.48/84.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.48/84.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
337.48/84.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
337.48/84.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
337.88/84.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
354.28/88.72	c lits-rem:        90  cl-subs:        7  v-elim:      0  v-fix:    0  time:  4.08 s
354.28/88.72	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
354.28/88.75	c vivif2 --  cl tried    33566 cl shrink        0 lits rem          0 time: 0.02
354.69/88.86	c asymm  cl-useful: 0/8237/40000 lits-rem:0 time: 0.11
354.69/88.86	c calculated reachability. Time: 0.00
354.69/88.86	c  N dy  2155    357958      2000     40000         0     33566    200000   1895137    145.22   no data
371.86/93.16	c  N dy  2286    378036      2000     40000         0     26985    200000    515592    145.32    154.57
387.42/97.02	c  N dy  2403    398122      2000     40000         0     47067    200000   4155071    145.26    153.28
405.00/101.41	c  N dy  2521    418315      2000     40000         0     39590    200000   2659016    145.22    160.39
422.97/105.93	c  N dy  2652    438375      2000     40000         0     30984    200000    891898    145.24    153.64
440.15/110.21	c  N dy  2789    458745      2000     40000         0     51348    200000   4658299    145.33    153.43
457.32/114.58	c  N dy  2917    478797      2000     40000         0     41735    200000   2694150    145.37    153.21
476.10/119.23	c  N dy  3044    498962      2000     40000         0     31237    200000    594422    145.39    154.40
492.08/123.26	c  N dy  3167    518990      2000     40000         0     51261    200000   4247168    145.38    153.43
508.48/127.35	c  S st  3284    536938      2000     40000         0     37547    200000   1557777    145.41    149.46
508.85/127.49	c  S st  3284    537443      2000     40000         0     38052    200000   1633430    145.41   no data
508.85/127.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
509.25/127.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
509.25/127.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
509.25/127.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
509.25/127.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
509.25/127.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
509.25/127.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
509.25/127.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
509.65/127.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
522.04/130.71	c lits-rem:        63  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.09 s
522.04/130.72	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
522.04/130.74	c vivif2 --  cl tried    38051 cl shrink        0 lits rem          0 time: 0.02
523.63/131.11	c asymm  cl-useful: 0/29801/40000 lits-rem:0 time: 0.37
523.63/131.11	c calculated reachability. Time: 0.00
523.63/131.11	c  N dy  3284    537443      2000     40000         0     38051    200000   1632894    145.41   no data
541.21/135.56	c  N dy  3406    557764      2000     40000         0     58367    200000   5395118    145.40    153.82
558.78/139.92	c  N dy  3527    577826      2000     40000         0     45770    200000   2915481    145.40    201.90
577.56/144.68	c  N dy  3648    597855      2000     40000         0     65792    200000   6614798    145.45    155.63
594.73/148.98	c  N dy  3774    617883      2000     40000         0     52156    200000   3899032    145.47    154.95
614.70/153.93	c  N dy  3904    638050      2000     40000         0     37661    200000   1085820    145.50    153.78
631.88/158.29	c  N dy  4026    658123      2000     40000         0     57730    200000   4770470    145.48    154.50
651.05/163.05	c  N dy  4143    678127      2000     40000         0     42074    200000   1704951    145.47    153.96
669.43/167.66	c  N dy  4277    698169      2000     40000         0     62112    200000   5434092    145.56    154.33
689.00/172.55	c  N dy  4405    718195      2000     40000         0     45474    200000   2119289    145.55    154.57
708.16/177.32	c  N dy  4531    738233      2000     40000         0     65505    200000   5791000    145.54    158.69
727.76/182.21	c  N dy  4665    758248      2000     40000         0     47857    200000   2419429    145.59    153.55
747.71/187.25	c  N dy  4803    778327      2000     40000         0     67934    200000   6141327    145.65    153.45
767.71/192.24	c  N dy  4917    798420      2000     40000         0     49374    200000   2533647    145.62    185.80
774.87/194.08	c  S st  4971    806164      2000     40000         0     57113    200000   3974233    145.65   no data
775.67/194.26	c  S st  4971    806666      2000     40000         0     57615    200000   4060498    145.65   no data
775.67/194.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
776.09/194.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
776.09/194.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
776.09/194.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
776.09/194.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
776.09/194.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
776.09/194.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
776.09/194.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
776.87/194.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
836.39/209.41	c lits-rem:       192  cl-subs:       10  v-elim:      0  v-fix:    0  time: 14.89 s
836.39/209.41	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
836.39/209.46	c vivif2 --  cl tried    57605 cl shrink        0 lits rem          0 time: 0.05
837.18/209.67	c asymm  cl-useful: 0/10199/40000 lits-rem:0 time: 0.21
837.18/209.67	c calculated reachability. Time: 0.00
837.18/209.67	c  N dy  4971    806666      2000     40000         0     57605    200000   4056498    145.65   no data
858.36/214.97	c  N dy  5087    826737      2000     40000         0     77671    200000   7720899    145.61    163.68
877.14/219.61	c  N dy  5220    846813      2000     40000         0     58085    200000   3993649    145.68    154.42
897.90/224.89	c  N dy  5329    866831      2000     40000         0     78097    200000   7657973    145.63    155.09
917.09/229.64	c  N dy  5458    886872      2000     40000         0     57478    200000   3667884    145.64    155.81
939.06/235.19	c  N dy  5591    907452      2000     40000         0     78053    200000   7483087    145.67    154.60
959.01/240.11	c  N dy  5720    927621      2000     40000         0     56558    200000   3328746    145.70    155.13
980.18/245.44	c  N dy  5847    947741      2000     40000         0     76670    200000   7017090    145.69    154.19
1000.95/250.61	c  N dy  5977    967842      2000     40000         0     54109    200000   2700577    145.72    159.34
1021.32/255.79	c  N dy  6106    987869      2000     40000         0     74136    200000   6414519    145.76    155.47
1043.28/261.21	c  N dy  6227   1007895      2000     40000         0     50503    200000   1870474    145.78    156.43
1063.26/266.24	c  N dy  6353   1028230      2000     40000         0     70836    200000   5617692    145.78    154.39
1086.82/272.13	c  N dy  6478   1048308      2000     40000         0     46249    200000    883765    145.79    153.96
1105.62/276.89	c  N dy  6601   1068392      2000     40000         0     66325    200000   4607124    145.80    154.44
1109.59/277.83	c  F st  6623   1071877      2000     40000         0     69808    200000   5250661    145.80   no data
1128.36/282.53	c  N dy  6704   1088564      2000     40000         0     86483    200000   8494867    145.83    154.28
1148.73/287.69	c  N dy  6835   1108605      2000     40000         0     60869    200000   3419659    145.84    158.57
1171.11/293.25	c  N dy  6964   1128842      2000     40000         0     81097    200000   7157300    145.86    154.54
1194.26/299.00	c  N dy  7086   1148967      2000     40000         0     54576    200000   2056165    145.85    154.53
1216.63/304.60	c  N dy  7214   1169028      2000     40000         0     74635    200000   5778623    145.87    156.37
1241.40/310.90	c  N dy  7328   1189149      2000     40000         0     94751    200000   9465036    145.86    155.11
1261.78/315.90	c  N dy  7451   1209241      2000     40000         0     67181    200000   4221775    145.85    153.64
1262.58/316.10	c  S st  7456   1209999      2000     40000         0     67939    200000   4362476    145.85   no data
1263.37/316.30	c  S st  7456   1210505      2000     40000         0     68445    200000   4442958    145.85   no data
1263.37/316.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1263.37/316.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1263.37/316.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1263.37/316.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1263.37/316.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1263.37/316.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1263.37/316.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1263.79/316.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1264.19/316.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1334.49/334.19	c lits-rem:       315  cl-subs:       13  v-elim:      0  v-fix:    0  time: 17.61 s
1334.88/334.20	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1334.88/334.26	c vivif2 --  cl tried    68432 cl shrink        0 lits rem          0 time: 0.06
1336.87/334.74	c asymm  cl-useful: 0/21884/40000 lits-rem:0 time: 0.48
1336.87/334.74	c calculated reachability. Time: 0.00
1336.87/334.74	c  N dy  7456   1210505      2000     40000         0     68432    200000   4437836    145.85   no data
1362.02/341.07	c  N dy  7585   1230525      2000     40000         0     88447    200000   8127942    145.87    153.68
1385.99/347.04	c  N dy  7709   1250541      2000     40000         0     59804    200000   2661801    145.87    154.35
1410.36/353.18	c  N dy  7840   1270618      2000     40000         0     79875    200000   6363866    145.88    190.17
1438.33/360.12	c  N dy  7971   1290675      2000     40000         0     50273    200000    749182    145.91    156.15
1458.70/365.23	c  N dy  8092   1310940      2000     40000         0     70529    200000   4496909    145.92    154.58
1483.07/371.39	c  N dy  8223   1331052      2000     40000         0     90638    200000   8213270    145.94    153.66
1507.03/377.34	c  N dy  8349   1351078      2000     40000         0     60003    200000   2359110    145.95    154.49
1529.00/382.80	c  N dy  8477   1371089      2000     40000         0     80008    200000   6026484    145.96    163.33
1554.19/389.17	c  N dy  8602   1391099      2000     40000         0    100008    200000   9700005    145.97    180.05
1575.75/394.57	c  N dy  8725   1411295      2000     40000         0     68554    200000   3767525    145.98    154.61
1599.70/400.50	c  N dy  8847   1431310      2000     40000         0     88567    200000   7479785    145.99    172.09
1625.67/407.05	c  N dy  8967   1451318      2000     40000         0     55919    200000   1271535    146.00    154.96
1646.84/412.32	c  N dy  9091   1471381      2000     40000         0     75978    200000   4982405    146.02    156.64
1672.41/418.72	c  N dy  9231   1491462      2000     40000         0     96051    200000   8739096    146.06    161.48
1697.16/424.99	c  N dy  9372   1511534      2000     40000         0     62459    200000   2298952    146.09    153.89
1719.53/430.55	c  N dy  9498   1531554      2000     40000         0     82470    200000   5995439    146.11    157.94
1745.89/437.10	c  N dy  9627   1551566      2000     40000         0    102479    200000   9706831    146.13    171.16
1769.08/442.97	c  N dy  9753   1571627      2000     40000         0     67890    200000   3105085    146.13    156.17
1792.63/448.89	c  N dy  9882   1591823      2000     40000         0     88082    200000   6856842    146.14    155.53
1819.79/455.68	c  N dy  9995   1611996      2000     40000         0    108251    200000  10565178    146.12    159.79
1842.16/461.24	c  N dy 10118   1632091      2000     40000         0     72690    200000   3782797    146.10    156.45
1866.51/467.30	c  N dy 10237   1652105      2000     40000         0     92701    200000   7494909    146.11    156.35
1895.27/474.52	c  N dy 10369   1672333      2000     40000         0    112924    200000  11234029    146.12    154.44
1918.46/480.37	c  N dy 10492   1692429      2000     40000         0     76363    200000   4307933    146.13    155.36
1943.21/486.52	c  S st 10603   1710507      2000     40000         0     94434    200000   7656010    146.14    150.11
1944.01/486.78	c  S st 10603   1711012      2000     40000         0     94939    200000   7733472    146.14   no data
1944.41/486.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1944.41/486.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1944.41/486.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1944.41/486.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1944.41/486.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1944.41/486.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1944.41/486.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1944.82/487.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1946.00/487.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2108.19/527.81	c lits-rem:       365  cl-subs:       17  v-elim:      0  v-fix:    0  time: 40.53 s
2108.19/527.82	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2108.59/527.92	c vivif2 --  cl tried    94922 cl shrink        0 lits rem          0 time: 0.10
2110.58/528.44	c asymm  cl-useful: 0/15662/40000 lits-rem:0 time: 0.53
2110.58/528.45	c calculated reachability. Time: 0.00
2110.58/528.45	c  N dy 10603   1711012      2000     40000         0     94922    200000   7726628    146.14   no data
2142.55/536.46	c  N dy 10732   1731016      2000     40000         0    114922    200000  11435658    146.16    157.85
2167.70/542.70	c  N dy 10848   1751055      2000     40000         0     77292    200000   4315505    146.14    154.19
2193.67/549.24	c  N dy 10976   1771147      2000     40000         0     97379    200000   8050350    146.16    179.03
2224.82/557.01	c  N dy 11108   1791348      2000     40000         0     58925    200000    761149    146.18    154.19
2246.80/562.54	c  N dy 11236   1811467      2000     40000         0     79041    200000   4464565    146.18    154.36
2272.75/569.03	c  N dy 11359   1831559      2000     40000         0     99129    200000   8158609    146.18    158.14
2303.11/576.66	c  N dy 11494   1851702      2000     40000         0    119264    200000  11880008    146.20    156.43
2325.08/582.12	c  N dy 11617   1871728      2000     40000         0     79639    200000   4406336    146.20    157.49
2351.05/588.65	c  N dy 11753   1891853      2000     40000         0     99763    200000   8169531    146.22    154.05
2381.00/596.19	c  N dy 11883   1911939      2000     40000         0    119845    200000  11862896    146.21    155.46
2403.77/601.83	c  N dy 12007   1931977      2000     40000         0     79223    200000   4164997    146.22    166.14
2429.34/608.25	c  N dy 12131   1952005      2000     40000         0     99246    200000   7880679    146.24    155.42
2459.31/615.75	c  N dy 12254   1972078      2000     40000         0    119313    200000  11610441    146.25    155.15
2483.66/621.85	c  N dy 12382   1992166      2000     40000         0     77746    200000   3710504    146.26    155.35
2508.42/628.00	c  N dy 12493   2012187      2000     40000         0     97763    200000   7364832    146.24    157.22
2537.18/635.28	c  N dy 12611   2032264      2000     40000         0    117834    200000  11057509    146.23    154.93
2563.14/641.77	c  N dy 12746   2052387      2000     40000         0     75298    200000   3115794    146.26    156.31
2587.91/647.94	c  N dy 12871   2072424      2000     40000         0     95325    200000   6829308    146.27    155.04
2616.67/655.17	c  N dy 12994   2092492      2000     40000         0    115390    200000  10588037    146.28    165.12
2645.83/662.44	c  N dy 13134   2112542      2000     40000         0     71793    200000   2299308    146.31    185.86
2669.81/668.47	c  N dy 13253   2132825      2000     40000         0     92072    200000   6048045    146.31    155.86
2698.96/675.70	c  N dy 13384   2153049      2000     40000         0    112291    200000   9797838    146.32    157.67
2729.71/683.41	c  N dy 13503   2173135      2000     40000         0     67722    200000   1343274    146.32    192.73
2752.08/689.09	c  N dy 13615   2193187      2000     40000         0     87768    200000   5055137    146.32    156.32
2777.24/695.38	c  S st 13727   2211015      2000     40000         0    105592    200000   8341340    146.31   no data
2778.44/695.68	c  S st 13727   2211517      2000     40000         0    106094    200000   8422485    146.31   no data
2778.84/695.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2779.24/695.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2779.24/695.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2779.24/695.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2779.24/695.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2779.24/695.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2779.24/695.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2779.66/695.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
2780.43/696.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2966.19/742.68	c lits-rem:       359  cl-subs:       28  v-elim:      0  v-fix:    0  time: 46.48 s
2966.19/742.68	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2966.59/742.79	c vivif2 --  cl tried   106066 cl shrink        0 lits rem          0 time: 0.11
2966.99/742.89	c asymm  cl-useful: 0/2454/40000 lits-rem:0 time: 0.09
2966.99/742.89	c calculated reachability. Time: 0.00
2966.99/742.89	c  N dy 13727   2211517      2000     40000         0    106066    200000   8409776    146.31   no data
3001.75/751.57	c  N dy 13853   2231651      2000     40000         0    126192    200000  12147424    146.32    154.64
3030.12/758.68	c  N dy 13985   2251686      2000     40000         0     80572    200000   3560922    146.34    154.46
3058.06/765.66	c  N dy 14108   2271761      2000     40000         0    100643    200000   7271427    146.34    165.08
3089.22/773.43	c  N dy 14236   2291984      2000     40000         0    120863    200000  11037129    146.36    161.25
3119.18/780.94	c  N dy 14358   2312208      2000     40000         0     74437    200000   2226745    146.36    155.48
3144.36/787.23	c  N dy 14481   2332329      2000     40000         0     94554    200000   5944664    146.36    158.77
3173.51/794.55	c  N dy 14617   2352474      2000     40000         0    114694    200000   9718589    146.38    156.62
3207.06/802.95	c  N dy 14745   2372513      2000     40000         0    134729    200000  13408516    146.38    173.40
3231.02/808.92	c  N dy 14869   2392591      2000     40000         0     87144    200000   4398846    146.39    165.17
3258.60/815.81	c  N dy 14992   2412842      2000     40000         0    107394    200000   8124162    146.38    156.87
3290.14/823.76	c  N dy 15112   2433232      2000     40000         0    127775    200000  11909138    146.38    155.10
3318.90/830.96	c  N dy 15234   2453304      2000     40000         0     79193    200000   2745464    146.38    156.76
3344.47/837.34	c  N dy 15351   2473397      2000     40000         0     99282    200000   6435883    146.37    155.95
3374.03/844.74	c  N dy 15480   2493419      2000     40000         0    119303    200000  10136141    146.37    155.70
3408.39/853.36	c  N dy 15604   2513486      2000     40000         0     69716    200000    814958    146.38    157.71
3431.94/859.21	c  N dy 15734   2533491      2000     40000         0     89710    200000   4536937    146.40    155.71
3459.91/866.20	c  N dy 15867   2553541      2000     40000         0    109756    200000   8269960    146.41    163.42
3491.88/874.22	c  N dy 16001   2573634      2000     40000         0    129845    200000  12021450    146.44    160.53
3522.63/881.92	c  N dy 16134   2593959      2000     40000         0     79519    200000   2471941    146.46    155.49
3548.18/888.39	c  N dy 16262   2614089      2000     40000         0     99640    200000   6226511    146.48    155.17
3578.13/895.86	c  N dy 16386   2634215      2000     40000         0    119764    200000   9939185    146.48    156.33
3612.48/904.41	c  N dy 16506   2654663      2000     40000         0    140209    200000  13741667    146.48    154.45
3638.45/910.93	c  N dy 16633   2674848      2000     40000         0     88739    200000   4018841    146.50    158.43
3666.41/917.90	c  N dy 16763   2695060      2000     40000         0    108945    200000   7772898    146.50    154.81
3692.77/924.50	c  S st 16860   2711518      2000     40000         0    125399    200000  10797224    146.50   no data
3693.99/924.85	c  S st 16860   2712019      2000     40000         0    125900    200000  10869772    146.50   no data
3693.99/924.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3694.36/924.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3694.36/924.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3694.36/924.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3694.36/924.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3694.36/924.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3694.36/924.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3695.16/925.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
3696.37/925.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3900.52/976.54	c lits-rem:       343  cl-subs:       34  v-elim:      0  v-fix:    0  time: 51.04 s
3900.52/976.55	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3900.90/976.69	c vivif2 --  cl tried   125866 cl shrink        0 lits rem          0 time: 0.14
3903.29/977.23	c asymm  cl-useful: 0/14967/40000 lits-rem:0 time: 0.54
3903.29/977.23	c calculated reachability. Time: 0.00
3903.29/977.23	c  N dy 16860   2712019      2000     40000         0    125866    200000  10855974    146.50   no data
3943.23/987.23	c  N dy 16987   2732027      2000     40000         0     73216    200000    929777    146.51    159.12
3970.00/993.98	c  N dy 17110   2752052      2000     40000         0     93236    200000   4635606    146.52    154.52
4001.18/1001.79	c  N dy 17226   2772184      2000     40000         0    113363    200000   8352113    146.52    155.81
4037.11/1010.77	c  N dy 17352   2792239      2000     40000         0    133409    200000  12078584    146.53    154.35
4073.06/1019.77	c  N dy 17474   2812295      2000     40000         0     79814    200000   1963390    146.53    156.40
4101.42/1026.84	c  N dy 17603   2832325      2000     40000         0     99842    200000   5702445    146.54    192.09
4131.78/1034.41	c  N dy 17721   2852407      2000     40000         0    119916    200000   9432641    146.55    154.86
4166.54/1043.16	c  N dy 17846   2872467      2000     40000         0    139975    200000  13148545    146.55    159.46
4198.09/1051.03	c  N dy 17978   2892534      2000     40000         0     85403    200000   2848759    146.56    157.05
4224.45/1057.69	c  N dy 18092   2912659      2000     40000         0    105524    200000   6563493    146.55    155.82
4255.21/1065.33	c  N dy 18211   2932693      2000     40000         0    125554    200000  10257607    146.55    162.18
4290.36/1074.16	c  N dy 18338   2952745      2000     40000         0    145596    200000  13986996    146.56    161.19
4318.72/1081.28	c  N dy 18458   2972814      2000     40000         0     90012    200000   3508456    146.56    155.49
4347.08/1088.30	c  N dy 18592   2992839      2000     40000         0    110034    200000   7214558    146.56    162.61
4378.23/1096.14	c  N dy 18709   3012846      2000     40000         0    130034    200000  10921483    146.56    154.95
4414.20/1105.13	c  N dy 18826   3032972      2000     40000         0    150159    200000  14644994    146.56    155.77
4441.74/1112.08	c  N dy 18962   3053037      2000     40000         0     93565    200000   3998859    146.57    160.88
4469.70/1119.06	c  N dy 19077   3073124      2000     40000         0    113645    200000   7685089    146.56    154.60
4502.85/1127.30	c  N dy 19203   3093211      2000     40000         0    133728    200000  11388108    146.56    163.16
4539.60/1136.55	c  N dy 19329   3113236      2000     40000         0    153747    200000  15082550    146.56    154.48
4566.36/1143.24	c  N dy 19458   3133251      2000     40000         0     96112    200000   4311449    146.58    154.43
4595.11/1150.42	c  N dy 19573   3153292      2000     40000         0    116147    200000   8029569    146.58    154.89
4628.67/1158.86	c  N dy 19701   3173336      2000     40000         0    136184    200000  11733861    146.58    197.38
4667.02/1168.42	c  N dy 19832   3193588      2000     40000         0    156433    200000  15510986    146.59    157.38
4691.40/1174.58	c  S st 19957   3212020      2000     40000         0     96215    200000   4151407    146.60    141.06
4692.58/1174.85	c  S st 19957   3212522      2000     40000         0     96717    200000   4239993    146.60   no data
4692.58/1174.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4692.98/1174.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
4692.98/1174.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4692.98/1174.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4692.98/1174.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4692.98/1174.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4692.98/1174.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4693.38/1175.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4693.78/1175.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4755.69/1190.65	c lits-rem:       100  cl-subs:        9  v-elim:      0  v-fix:    0  time: 15.50 s
4755.69/1190.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4756.09/1190.71	c vivif2 --  cl tried    96708 cl shrink        0 lits rem          0 time: 0.06
4757.69/1191.18	c asymm  cl-useful: 0/15885/40000 lits-rem:0 time: 0.47
4757.69/1191.18	c calculated reachability. Time: 0.00
4757.69/1191.18	c  N dy 19957   3212522      2000     40000         0     96708    200000   4235721    146.60   no data
4788.44/1198.85	c  N dy 20076   3232567      2000     40000         0    116747    200000   7942134    146.60    158.68

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-3173817-1304031324/watcher-3173817-1304031324 -o /tmp/evaluation-result-3173817-1304031324/solver-3173817-1304031324 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173817-1304031324.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.11 8.10 7.56 5/180 11289
/proc/meminfo: memFree=13793776/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 495548003 52441088 347 33554432000 4194304 4627427 140735638158576 18446744073709551615 47035644311468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 12803 347 299 106 0 7774 0
[pid=11289/tid=11290] ppid=11287 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495548003 52441088 347 33554432000 4194304 4627427 140735638158576 18446744073709551615 47035644311474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 495548003 52441088 347 33554432000 4194304 4627427 140735638158576 18446744073709551615 47035644311474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 495548003 52441088 347 33554432000 4194304 4627427 140735638158576 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0506979 s]
/proc/loadavg: 8.11 8.10 7.56 5/180 11289
/proc/meminfo: memFree=13793776/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=357696 CPUtime=1.14 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 8396 0 0 0 111 3 0 0 18 0 4 0 495548003 366280704 8313 33554432000 4194304 4627427 140735638158576 18446744073709551615 264726066209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 91082 13427 385 106 0 86053 0
[pid=11289/tid=11290] ppid=11287 vsize=364328 CPUtime=0.84 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4551 0 0 0 83 1 0 0 18 0 4 0 495548003 373071872 13428 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=364328 CPUtime=0.83 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4332 0 0 0 83 0 0 0 19 0 4 0 495548003 373071872 13428 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=364328 CPUtime=0.84 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 3360 0 0 0 84 0 0 0 19 0 4 0 495548003 373071872 13428 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 357696

[startup+0.959647 s]
/proc/loadavg: 8.11 8.10 7.56 5/180 11289
/proc/meminfo: memFree=13793776/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=364328 CPUtime=3.78 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 17671 0 0 0 373 5 0 0 18 0 4 0 495548003 373071872 14069 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 91082 14069 385 106 0 86053 0
[pid=11289/tid=11290] ppid=11287 vsize=364328 CPUtime=0.94 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4711 0 0 0 93 1 0 0 18 0 4 0 495548003 373071872 14069 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=364328 CPUtime=0.93 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4493 0 0 0 93 0 0 0 19 0 4 0 495548003 373071872 14069 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=364328 CPUtime=0.94 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 3526 0 0 0 94 0 0 0 19 0 4 0 495548003 373071872 14069 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 364328

[startup+1.05963 s]
/proc/loadavg: 8.11 8.10 7.56 5/180 11289
/proc/meminfo: memFree=13793776/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=364328 CPUtime=4.18 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 18323 0 0 0 413 5 0 0 18 0 4 0 495548003 373071872 14721 33554432000 4194304 4627427 140735638158576 18446744073709551615 4322269 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 91082 14721 385 106 0 86053 0
[pid=11289/tid=11290] ppid=11287 vsize=364328 CPUtime=1.04 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4878 0 0 0 103 1 0 0 18 0 4 0 495548003 373071872 14721 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=364328 CPUtime=1.03 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4661 0 0 0 103 0 0 0 19 0 4 0 495548003 373071872 14721 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=364328 CPUtime=1.04 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 3687 0 0 0 104 0 0 0 19 0 4 0 495548003 373071872 14721 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 364328

[startup+1.14328 s]
/proc/loadavg: 8.11 8.10 7.56 5/180 11289
/proc/meminfo: memFree=13793776/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=386004 CPUtime=4.51 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) D 11287 11289 10991 0 -1 4202496 19692 0 0 0 446 5 0 0 19 0 4 0 495548003 395268096 14696 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 96501 14696 385 106 0 91472 0
[pid=11289/tid=11290] ppid=11287 vsize=379944 CPUtime=1.14 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 5615 0 0 0 113 1 0 0 19 0 4 0 495548003 389062656 12909 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=379944 CPUtime=1.13 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) D 11287 11289 10991 0 -1 4202560 5357 0 0 0 113 0 0 0 19 0 4 0 495548003 389062656 12397 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=379944 CPUtime=1.13 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) D 11287 11289 10991 0 -1 4202560 3847 0 0 0 113 0 0 0 19 0 4 0 495548003 389062656 12397 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 386004

[startup+1.50055 s]
/proc/loadavg: 8.11 8.10 7.56 5/180 11289
/proc/meminfo: memFree=13793776/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=371496 CPUtime=5.95 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 22759 0 0 0 589 6 0 0 19 0 4 0 495548003 380411904 14345 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 92874 14345 385 106 0 87845 0
[pid=11289/tid=11290] ppid=11287 vsize=371496 CPUtime=1.48 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 6152 0 0 0 147 1 0 0 19 0 4 0 495548003 380411904 14345 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=371496 CPUtime=1.48 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 5898 0 0 0 147 1 0 0 19 0 4 0 495548003 380411904 14345 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=371496 CPUtime=1.48 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 4408 0 0 0 148 0 0 0 20 0 4 0 495548003 380411904 14345 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 371496

[startup+3.10024 s]
/proc/loadavg: 8.10 8.10 7.57 9/184 11293
/proc/meminfo: memFree=13711320/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=372984 CPUtime=12.34 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 35431 0 0 0 1225 9 0 0 24 0 4 0 495548003 381935616 17077 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 93246 17077 385 106 0 88217 0
[pid=11289/tid=11290] ppid=11287 vsize=372984 CPUtime=3.08 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 9187 0 0 0 306 2 0 0 23 0 4 0 495548003 381935616 17077 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=372984 CPUtime=3.08 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 8832 0 0 0 306 2 0 0 25 0 4 0 495548003 381935616 17077 33554432000 4194304 4627427 140735638158576 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=372984 CPUtime=3.07 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 8102 0 0 0 306 1 0 0 25 0 4 0 495548003 381935616 17077 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 372984

[startup+6.30664 s]
/proc/loadavg: 8.10 8.10 7.57 9/184 11293
/proc/meminfo: memFree=13630588/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=372548 CPUtime=25.14 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 71517 0 0 0 2498 16 0 0 25 0 4 0 495548003 381489152 33476 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 93137 33476 389 106 0 88108 0
[pid=11289/tid=11290] ppid=11287 vsize=372548 CPUtime=6.29 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 19312 0 0 0 625 4 0 0 25 0 4 0 495548003 381489152 33476 33554432000 4194304 4627427 140735638158576 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=372548 CPUtime=6.28 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 17275 0 0 0 625 3 0 0 25 0 4 0 495548003 381489152 33476 33554432000 4194304 4627427 140735638158576 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=372548 CPUtime=6.26 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 13939 0 0 0 624 2 0 0 25 0 4 0 495548003 381489152 33476 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 372548

[startup+12.7004 s]
/proc/loadavg: 8.09 8.10 7.57 9/184 11293
/proc/meminfo: memFree=13493072/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=419020 CPUtime=50.68 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 118874 0 0 0 5044 24 0 0 25 0 4 0 495548003 429076480 57512 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 104755 57512 389 106 0 99726 0
[pid=11289/tid=11290] ppid=11287 vsize=419020 CPUtime=12.68 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 35380 0 0 0 1261 7 0 0 25 0 4 0 495548003 429076480 57512 33554432000 4194304 4627427 140735638158576 18446744073709551615 4427696 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=419020 CPUtime=12.67 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 26791 0 0 0 1262 5 0 0 25 0 4 0 495548003 429076480 57512 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=419020 CPUtime=12.62 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 25207 0 0 0 1258 4 0 0 25 0 4 0 495548003 429076480 57512 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 419020

[startup+25.501 s]
/proc/loadavg: 8.07 8.09 7.57 9/184 11294
/proc/meminfo: memFree=13428724/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=645012 CPUtime=101.81 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 178730 0 0 0 10146 35 0 0 25 0 4 0 495548003 660492288 85147 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309412 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 161253 85147 389 106 0 156224 0
[pid=11289/tid=11290] ppid=11287 vsize=645012 CPUtime=25.48 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 45505 0 0 0 2539 9 0 0 25 0 4 0 495548003 660492288 85147 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309327 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=645012 CPUtime=25.47 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 47136 0 0 0 2540 7 0 0 25 0 4 0 495548003 660492288 85147 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=645012 CPUtime=25.35 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 40993 0 0 0 2527 8 0 0 25 0 4 0 495548003 660492288 85147 33554432000 4194304 4627427 140735638158576 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 645012

[startup+51.1012 s]
/proc/loadavg: 8.18 8.11 7.60 9/184 11294
/proc/meminfo: memFree=13317596/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=702180 CPUtime=204.07 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 283117 0 0 0 20348 59 0 0 25 0 4 0 495548003 719032320 104925 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 175545 104925 389 106 0 170516 0
[pid=11289/tid=11290] ppid=11287 vsize=702180 CPUtime=51.09 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 71766 0 0 0 5093 16 0 0 25 0 4 0 495548003 719032320 104925 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=702180 CPUtime=51.08 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 69582 0 0 0 5096 12 0 0 25 0 4 0 495548003 719032320 104925 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=702180 CPUtime=50.81 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 69668 0 0 0 5067 14 0 0 25 0 4 0 495548003 719032320 104925 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 702180

[startup+102.301 s]
/proc/loadavg: 8.14 8.11 7.62 9/184 11296
/proc/meminfo: memFree=13289048/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=746620 CPUtime=408.59 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 441620 0 0 0 40756 103 0 0 25 0 4 0 495548003 764538880 129087 33554432000 4194304 4627427 140735638158576 18446744073709551615 4333369 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 186655 129088 389 106 0 181626 0
[pid=11289/tid=11290] ppid=11287 vsize=746620 CPUtime=102.28 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 107426 0 0 0 10204 24 0 0 25 0 4 0 495548003 764538880 129088 33554432000 4194304 4627427 140735638158576 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=746620 CPUtime=102.28 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 110957 0 0 0 10202 26 0 0 25 0 4 0 495548003 764538880 129088 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=746620 CPUtime=101.73 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 114559 0 0 0 10148 25 0 0 25 0 4 0 495548003 764538880 129088 33554432000 4194304 4627427 140735638158576 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 746620

[startup+162.301 s]

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

[pid=11289] ppid=11287 vsize=1411292 CPUtime=2805.21 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 1935581 0 0 0 279963 558 0 0 25 0 4 0 495548003 1445163008 266773 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 352823 266773 392 106 0 347794 0
[pid=11289/tid=11290] ppid=11287 vsize=1411292 CPUtime=702.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 462825 0 0 0 70090 135 0 0 25 0 4 0 495548003 1445163008 266773 33554432000 4194304 4627427 140735638158576 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1411292 CPUtime=702.23 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 493795 0 0 0 70078 145 0 0 25 0 4 0 495548003 1445163008 266773 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1411292 CPUtime=698.44 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 495294 0 0 0 69705 139 0 0 25 0 4 0 495548003 1445163008 266773 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.21
Current children cumulated vsize (KiB) 1411292

[startup+762.301 s]
/proc/loadavg: 8.05 8.08 7.84 9/184 11353
/proc/meminfo: memFree=13697568/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1364776 CPUtime=3044.88 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2000357 0 0 0 303902 586 0 0 25 0 4 0 495548003 1397530624 262074 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 341194 262074 391 106 0 336165 0
[pid=11289/tid=11290] ppid=11287 vsize=1364776 CPUtime=762.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 485624 0 0 0 76083 142 0 0 25 0 4 0 495548003 1397530624 262074 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1364776 CPUtime=762.23 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 521234 0 0 0 76065 158 0 0 25 0 4 0 495548003 1397530624 262074 33554432000 4194304 4627427 140735638158576 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1364776 CPUtime=758.11 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 499111 0 0 0 75669 142 0 0 25 0 4 0 495548003 1397530624 262074 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.88
Current children cumulated vsize (KiB) 1364776

[startup+822.301 s]
/proc/loadavg: 8.06 8.07 7.85 9/184 11355
/proc/meminfo: memFree=13668900/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1481992 CPUtime=3284.56 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2116786 0 0 0 327827 629 0 0 25 0 4 0 495548003 1517559808 273639 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 370498 273639 391 106 0 365469 0
[pid=11289/tid=11290] ppid=11287 vsize=1481992 CPUtime=822.26 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 504777 0 0 0 82076 150 0 0 25 0 4 0 495548003 1517559808 273639 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1481992 CPUtime=822.23 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 554935 0 0 0 82053 170 0 0 25 0 4 0 495548003 1517559808 273639 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1481992 CPUtime=817.78 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 529212 0 0 0 81624 154 0 0 25 0 4 0 495548003 1517559808 273639 33554432000 4194304 4627427 140735638158576 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 1481992

[startup+882.3 s]
/proc/loadavg: 8.06 8.07 7.86 9/184 11356
/proc/meminfo: memFree=13620032/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1491360 CPUtime=3524.21 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2236661 0 0 0 351755 666 0 0 25 0 4 0 495548003 1527152640 286386 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 372840 286386 391 106 0 367811 0
[pid=11289/tid=11290] ppid=11287 vsize=1491360 CPUtime=882.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 538490 0 0 0 88065 160 0 0 25 0 4 0 495548003 1527152640 286386 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1491360 CPUtime=882.22 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 580321 0 0 0 88043 179 0 0 25 0 4 0 495548003 1527152640 286386 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1491360 CPUtime=877.46 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 561966 0 0 0 87582 164 0 0 25 0 4 0 495548003 1527152640 286386 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 1491360

[startup+942.301 s]
/proc/loadavg: 8.05 8.07 7.87 9/184 11358
/proc/meminfo: memFree=13378096/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1684076 CPUtime=3763.89 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2382347 0 0 0 375683 706 0 0 25 0 4 0 495548003 1724493824 340350 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 421019 340350 391 106 0 415990 0
[pid=11289/tid=11290] ppid=11287 vsize=1684076 CPUtime=942.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 567505 0 0 0 94052 173 0 0 25 0 4 0 495548003 1724493824 340350 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1684076 CPUtime=942.23 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 633367 0 0 0 94034 189 0 0 25 0 4 0 495548003 1724493824 340350 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1684076 CPUtime=937.13 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 598299 0 0 0 93540 173 0 0 25 0 4 0 495548003 1724493824 340350 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 1684076

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 7.89 9/184 11360
/proc/meminfo: memFree=13288424/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1699660 CPUtime=4003.55 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2425775 0 0 0 399627 728 0 0 25 0 4 0 495548003 1740451840 356414 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 424915 356414 391 106 0 419886 0
[pid=11289/tid=11290] ppid=11287 vsize=1699660 CPUtime=1002.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 593337 0 0 0 100041 184 0 0 25 0 4 0 495548003 1740451840 356414 33554432000 4194304 4627427 140735638158576 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1699660 CPUtime=1002.23 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 636069 0 0 0 100033 190 0 0 25 0 4 0 495548003 1740451840 356414 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1699660 CPUtime=996.8 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 600573 0 0 0 99505 175 0 0 25 0 4 0 495548003 1740451840 356414 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.55
Current children cumulated vsize (KiB) 1699660

[startup+1062.31 s]
/proc/loadavg: 8.18 8.10 7.90 9/184 11361
/proc/meminfo: memFree=13277988/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1716132 CPUtime=4243.24 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2523901 0 0 0 423558 766 0 0 25 0 4 0 495548003 1757319168 354254 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 429033 354255 391 106 0 424004 0
[pid=11289/tid=11290] ppid=11287 vsize=1716132 CPUtime=1062.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 599819 0 0 0 106039 186 0 0 25 0 4 0 495548003 1757319168 354255 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1716132 CPUtime=1062.23 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 665024 0 0 0 106022 201 0 0 25 0 4 0 495548003 1757319168 354255 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1716132 CPUtime=1056.47 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 632671 0 0 0 105461 186 0 0 25 0 4 0 495548003 1757319168 354255 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.24
Current children cumulated vsize (KiB) 1716132

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 7.91 9/184 11363
/proc/meminfo: memFree=13223768/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1717472 CPUtime=4482.88 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2639656 0 0 0 447483 805 0 0 25 0 4 0 495548003 1758691328 353234 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 429368 353235 391 106 0 424339 0
[pid=11289/tid=11290] ppid=11287 vsize=1717472 CPUtime=1122.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 628692 0 0 0 112030 195 0 0 25 0 4 0 495548003 1758691328 353235 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1717472 CPUtime=1122.22 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 688909 0 0 0 112013 209 0 0 25 0 4 0 495548003 1758691328 353235 33554432000 4194304 4627427 140735638158576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1717472 CPUtime=1116.14 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 664211 0 0 0 111416 198 0 0 18 0 4 0 495548003 1758691328 353235 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.88
Current children cumulated vsize (KiB) 1717472

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 7.92 9/184 11364
/proc/meminfo: memFree=13135084/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1749288 CPUtime=4722.53 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2759000 0 0 0 471406 847 0 0 25 0 4 0 495548003 1791270912 361489 33554432000 4194304 4627427 140735638158576 18446744073709551615 4428093 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 437322 361489 391 106 0 432293 0
[pid=11289/tid=11290] ppid=11287 vsize=1749288 CPUtime=1182.25 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 660473 0 0 0 118020 205 0 0 25 0 4 0 495548003 1791270912 361489 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1749288 CPUtime=1182.21 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 719892 0 0 0 118001 220 0 0 25 0 4 0 495548003 1791270912 361489 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1749288 CPUtime=1175.8 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 693820 0 0 0 117371 209 0 0 25 0 4 0 495548003 1791270912 361489 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 1749288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 7.92 9/184 11365
/proc/meminfo: memFree=13233040/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1690636 CPUtime=4800.05 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2788476 0 0 0 479144 861 0 0 25 0 4 0 495548003 1731211264 346139 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 422659 346139 391 106 0 417630 0
[pid=11289/tid=11290] ppid=11287 vsize=1690636 CPUtime=1201.65 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 669695 0 0 0 119956 209 0 0 25 0 4 0 495548003 1731211264 346139 33554432000 4194304 4627427 140735638158576 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1690636 CPUtime=1201.62 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 728081 0 0 0 119939 223 0 0 25 0 4 0 495548003 1731211264 346140 33554432000 4194304 4627427 140735638158576 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1690636 CPUtime=1195.1 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 701064 0 0 0 119297 213 0 0 25 0 4 0 495548003 1731211264 346140 33554432000 4194304 4627427 140735638158576 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1690636

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: 8.09 8.09 7.92 9/184 11365
/proc/meminfo: memFree=13233040/32951124 swapFree=67111528/67111528
[pid=11289] ppid=11287 vsize=1690636 CPUtime=4800.05 cores=1,3,5,7
/proc/11289/stat : 11289 (strangenight2-m) R 11287 11289 10991 0 -1 4202496 2788476 0 0 0 479144 861 0 0 25 0 4 0 495548003 1731211264 346139 33554432000 4194304 4627427 140735638158576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11289/statm: 422659 346139 391 106 0 417630 0
[pid=11289/tid=11290] ppid=11287 vsize=1690636 CPUtime=1201.65 cores=1,3,5,7
/proc/11289/task/11290/stat : 11290 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 669695 0 0 0 119956 209 0 0 25 0 4 0 495548003 1731211264 346139 33554432000 4194304 4627427 140735638158576 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11289/tid=11291] ppid=11287 vsize=1690636 CPUtime=1201.62 cores=1,3,5,7
/proc/11289/task/11291/stat : 11291 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 728081 0 0 0 119939 223 0 0 25 0 4 0 495548003 1731211264 346140 33554432000 4194304 4627427 140735638158576 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11289/tid=11292] ppid=11287 vsize=1690636 CPUtime=1195.1 cores=1,3,5,7
/proc/11289/task/11292/stat : 11292 (strangenight2-m) R 11287 11289 10991 0 -1 4202560 701064 0 0 0 119297 213 0 0 25 0 4 0 495548003 1731211264 346140 33554432000 4194304 4627427 140735638158576 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1690636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.14
CPU user time (s): 4791.47
CPU system time (s): 8.67668
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 1791812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.47
system time used= 8.67668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2788483
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= 3775
involuntary context switches= 31989

runsolver used 1.91171 second user time and 4.65529 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 00:55:24
IDJOB=3173817
IDBENCH=82635
IDSOLVER=1586
FILE ID=node141/3173817-1304031324
RUNJOBID= node141-1304028687-11011
PBS_JOBID= 13170311
Free space on /tmp= 71416 MiB

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

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

MD5SUM BENCH= 1b9b43753c02a2c226adda648a956e92
RANDOM SEED=127918540

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13793808 kB
Buffers:       1621892 kB
Cached:       15514192 kB
SwapCached:          0 kB
Active:        9240256 kB
Inactive:      9333208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13793808 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6628 kB
Writeback:           0 kB
AnonPages:     1436092 kB
Mapped:          15500 kB
Slab:           518160 kB
PageTables:       6776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1811828 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= 71412 MiB
End job on node141 at 2011-04-29 01:15:28