Trace number 3173698

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.41 1203.27

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
MD5SUM4d2cfd51677809bb15d90c916352e4e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark353.72
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3173698-1304029996.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.41/0.17	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.41/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.77/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.77/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.77/0.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.77/0.23	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.24	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.77/0.24	c calculated reachability. Time: 0.00
0.77/0.25	c Calc default polars -  time:   0.00 s pos:     703 undec:      47 neg:     750
0.77/0.25	c =========================================================================================
0.77/0.25	c types(t): F = full restart, N = normal restart
0.77/0.25	c types(t): S = simplification begin/end, E = solution found
0.77/0.25	c restart types(rt): st = static, dy = dynamic
0.77/0.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.25	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
2.37/0.60	c  N dy    19      4093      1500     30000         0      4090    150000    637405    116.23    137.10
3.57/0.98	c  N dy    42      8253      1500     30000         0      5752    150000    630808    116.86    124.85
5.17/1.38	c  N dy    74     12357      1500     30000         0      5608    150000    415781    120.47    128.09
6.76/1.78	c  N dy   102     16383      1500     30000         0      9630    150000   1034785    121.28    148.62
8.37/2.20	c  N dy   129     20423      1500     30000         0      8050    150000    598078    121.66    129.60
10.35/2.62	c  N dy   153     24481      1500     30000         0     12107    150000   1220557    121.63    139.60
10.35/2.67	c  F st   158     25000      1500     30000         0     12626    150000   1298642    121.69   no data
12.48/3.21	c  N dy   164     30003      1500     30000         0     10809    150000    948189    121.69   no data
12.48/3.21	c  S st   164     30003      1500     30000         0     10809    150000    948189    121.69   no data
12.48/3.27	c  S st   164     30505      1500     30000         0     11311    150000   1011783    121.69   no data
12.48/3.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.48/3.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.48/3.29	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.48/3.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.48/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.48/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.48/3.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.82/3.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.57/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.72/4.19	c lits-rem:       189  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.42 s
15.33/4.36	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.17
15.33/4.36	c calculated reachability. Time: 0.00
15.33/4.36	c  N dy   164     30505      1500     30000         0     11286    150000   1003077    121.69   no data
16.95/4.80	c  N dy   182     34518      1500     30000         0     15297    150000   1613721    121.15    134.13
18.53/5.23	c  N dy   208     38557      1500     30000         0     11433    150000    810198    121.23    129.53
20.52/5.73	c  N dy   232     42642      1500     30000         0     15516    150000   1433591    121.33    127.87
22.13/6.13	c  S st   249     45757      1500     30000         0      9682    150000    395516    121.45   no data
22.53/6.20	c  S st   249     46261      1500     30000         0     10186    150000    466945    121.45   no data
22.53/6.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.53/6.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
22.53/6.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.53/6.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.53/6.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.53/6.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
22.53/6.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
22.53/6.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.53/6.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.92/6.37	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.12 s
22.92/6.37	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
22.92/6.38	c vivif2 --  cl tried    10184 cl shrink        0 lits rem          0 time: 0.01
23.74/6.57	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
23.74/6.57	c calculated reachability. Time: 0.00
23.74/6.57	c  N dy   249     46261      1500     30000         0     10184    150000    466786    121.45   no data
25.71/7.05	c  N dy   276     50407      1500     30000         0     14329    150000   1105753    121.72    128.66
27.71/7.55	c  N dy   304     54445      1500     30000         0     18365    150000   1734285    121.99    130.71
29.69/8.05	c  N dy   330     58503      1500     30000         0     12450    150000    660198    122.04    129.89
31.70/8.53	c  N dy   357     62568      1500     30000         0     16514    150000   1288293    122.14    128.62
33.69/9.03	c  N dy   378     66654      1500     30000         0     20597    150000   1917319    122.10    128.94
34.89/9.38	c  S st   398     69392      1500     30000         0     12352    150000    500148    122.06   no data
35.28/9.45	c  S st   398     69896      1500     30000         0     12856    150000    568477    122.06   no data
35.28/9.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.28/9.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.28/9.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.28/9.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.28/9.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.28/9.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
35.28/9.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.28/9.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.68/9.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.49/9.71	c lits-rem:        21  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.20 s
36.49/9.71	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
36.49/9.72	c vivif2 --  cl tried    12855 cl shrink        0 lits rem          0 time: 0.01
37.30/9.92	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.20
37.30/9.92	c calculated reachability. Time: 0.00
37.30/9.92	c  N dy   398     69896      1500     30000         0     12855    150000    568117    122.06   no data
39.28/10.49	c  N dy   429     74606      1500     30000         0     17564    150000   1298133    122.19    129.02
42.07/11.15	c  N dy   458     79467      1500     30000         0     22423    150000   2033019    122.13    128.98
44.87/11.81	c  N dy   493     84588      1500     30000         0     15556    150000    856103    122.29    130.15
46.09/12.19	c  F st   516     87500      1500     30000         0     18467    150000   1316868    122.48   no data
48.07/12.63	c  N st   521     90797      1500     30000         0     21759    150000   1856710    122.48   no data
51.25/13.43	c  N dy   547     96599      1500     30000         0     14566    150000    559167    122.47    131.11
54.47/14.23	c  N dy   586    102961      1500     30000         0     20924    150000   1540559    122.48    129.03
55.64/14.50	c  S st   599    104845      1500     30000         0     22807    150000   1824388    122.46   no data
55.64/14.59	c  S st   599    105348      1500     30000         0     23310    150000   1890404    122.46   no data
55.64/14.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.04/14.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
56.04/14.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.04/14.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.04/14.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.04/14.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.04/14.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.04/14.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
56.45/14.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.83/18.35	c lits-rem:       110  cl-subs:       12  v-elim:      0  v-fix:    0  time:  3.63 s
70.83/18.35	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
70.83/18.38	c vivif2 --  cl tried    23298 cl shrink        0 lits rem          0 time: 0.02
72.44/18.70	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
72.44/18.70	c calculated reachability. Time: 0.00
72.44/18.70	c  N dy   599    105348      1500     30000         0     23298    150000   1886290    122.46   no data
76.02/19.68	c  N dy   644    112106      1500     30000         0     16062    150000    642967    122.68    138.11
80.00/20.66	c  N dy   689    119308      1500     30000         0     23264    150000   1746396    122.70    130.02
84.40/21.78	c  N dy   738    126979      1500     30000         0     15934    150000    478155    122.66    132.16
88.79/22.85	c  N dy   784    135175      1500     30000         0     24126    150000   1736670    122.65    132.48
94.40/24.24	c  N dy   836    143853      1500     30000         0     16810    150000    464434    122.67    129.29
99.56/25.50	c  N dy   893    153114      1500     30000         0     26070    150000   1891291    122.78    129.72
102.36/26.24	c  S st   925    158022      1500     30000         0     30975    150000   2638586    122.80    127.31
102.78/26.36	c  S st   925    158530      1500     30000         0     31483    150000   2706692    122.80   no data
102.78/26.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.78/26.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
102.78/26.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.78/26.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.78/26.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.78/26.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
102.78/26.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.18/26.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
103.56/26.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.51/35.09	c lits-rem:       322  cl-subs:       17  v-elim:      0  v-fix:    0  time:  8.56 s
137.51/35.10	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
137.92/35.13	c vivif2 --  cl tried    31466 cl shrink        0 lits rem          0 time: 0.03
139.10/35.46	c asymm  cl-useful: 0/27807/30000 lits-rem:0 time: 0.33
139.10/35.47	c calculated reachability. Time: 0.00
139.10/35.47	c  N dy   925    158530      1500     30000         0     31466    150000   2701391    122.80   no data
145.10/36.97	c  N dy   981    168844      1500     30000         0     24783    150000   1552815    122.76    129.38
152.28/38.75	c  N dy  1055    179701      1500     30000         0     35637    150000   3236545    122.89    130.23
158.68/40.37	c  N dy  1119    191190      1500     30000         0     29132    150000   2049401    122.80    130.12
166.25/42.30	c  N dy  1188    203547      1500     30000         0     22488    150000    897697    122.67    129.24
174.64/44.31	c  N dy  1266    216602      1500     30000         0     35533    150000   2890918    122.68    130.58
183.03/46.45	c  N dy  1358    230530      1500     30000         0     29466    150000   1838727    122.77    130.97
187.82/47.62	c  S st  1406    237795      1500     30000         0     36728    150000   2967763    122.83    115.43
188.22/47.74	c  S st  1406    238301      1500     30000         0     37234    150000   3038739    122.83   no data
188.22/47.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
188.22/47.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
188.22/47.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.22/47.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.22/47.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.22/47.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
188.22/47.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
188.62/47.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
189.01/47.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.78/57.17	c lits-rem:       231  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.25 s
225.78/57.18	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
226.18/57.21	c vivif2 --  cl tried    37220 cl shrink        0 lits rem          0 time: 0.04
226.18/57.25	c asymm  cl-useful: 0/2193/30000 lits-rem:0 time: 0.04
226.18/57.25	c calculated reachability. Time: 0.00
226.18/57.25	c  N dy  1406    238301      1500     30000         0     37220    150000   3034350    122.83   no data
235.35/59.58	c  N dy  1490    253568      1500     30000         0     31494    150000   1979217    122.76    129.62
246.12/62.25	c  N dy  1584    269942      1500     30000         0     25867    150000    986298    122.74    129.56
257.32/65.00	c  N dy  1680    287262      1500     30000         0     43174    150000   3649461    122.69    133.35
268.88/67.93	c  N dy  1791    305640      1500     30000         0     38552    150000   2809944    122.73    130.92
269.28/68.05	c  F st  1796    306251      1500     30000         0     39163    150000   2900538    122.72    120.09
281.67/71.10	c  N dy  1883    325148      1500     30000         0     34061    150000   1950935    122.73    129.35
295.24/74.56	c  N dy  1998    345156      1500     30000         0     29079    150000   1048386    122.70    129.54
303.63/76.61	c  S st  2071    357451      1500     30000         0     41366    150000   2949548    122.70   no data
304.03/76.74	c  S st  2071    357954      1500     30000         0     41869    150000   3017037    122.70   no data
304.03/76.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
304.03/76.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
304.03/76.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
304.03/76.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
304.03/76.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
304.03/76.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
304.03/76.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
304.43/76.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
304.84/76.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
343.17/86.51	c lits-rem:       250  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.58 s
343.17/86.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
343.17/86.55	c vivif2 --  cl tried    41852 cl shrink        0 lits rem          0 time: 0.04
344.77/86.94	c asymm  cl-useful: 0/23951/30000 lits-rem:0 time: 0.38
344.77/86.94	c calculated reachability. Time: 0.00
344.77/86.94	c  N dy  2071    357954      1500     30000         0     41852    150000   3011291    122.70   no data
359.14/90.56	c  N dy  2193    378015      1500     30000         0     35914    150000   1955509    122.71    130.94
374.31/94.36	c  N dy  2314    398041      1500     30000         0     28945    150000    727424    122.75    131.95
388.30/97.85	c  N dy  2448    418144      1500     30000         0     49037    150000   3831050    122.82    129.52
402.67/101.47	c  N dy  2575    438269      1500     30000         0     41164    150000   2472266    122.84    129.72
418.25/105.34	c  N dy  2702    458347      1500     30000         0     32248    150000    943513    122.88    132.88
432.63/108.99	c  N dy  2830    478403      1500     30000         0     52290    150000   4027426    122.91    129.56
447.79/112.70	c  N dy  2949    498499      1500     30000         0     42394    150000   2372429    122.92    130.12
464.17/116.81	c  N dy  3067    518514      1500     30000         0     31422    150000    528184    122.92    129.58
476.94/120.09	c  S st  3184    536931      1500     30000         0     49827    150000   3380185    122.96    123.72
477.74/120.24	c  S st  3184    537433      1500     30000         0     50329    150000   3452918    122.96   no data
477.74/120.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
477.74/120.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
478.14/120.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
478.14/120.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
478.14/120.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
478.14/120.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
478.14/120.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
478.14/120.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
478.54/120.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
527.26/132.64	c lits-rem:       256  cl-subs:       18  v-elim:      0  v-fix:    0  time: 12.19 s
527.26/132.65	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
527.26/132.69	c vivif2 --  cl tried    50311 cl shrink        0 lits rem          0 time: 0.04
528.05/132.81	c asymm  cl-useful: 0/6049/30000 lits-rem:0 time: 0.12
528.05/132.82	c calculated reachability. Time: 0.00
528.05/132.82	c  N dy  3184    537433      1500     30000         0     50311    150000   3446545    122.96   no data
544.82/137.05	c  N dy  3297    557552      1500     30000         0     38438    150000   1452380    122.95    131.19
561.59/141.20	c  N dy  3412    577916      1500     30000         0     58796    150000   4576626    122.91    129.98
578.76/145.50	c  N dy  3532    597996      1500     30000         0     45876    150000   2454848    122.90    130.89
597.52/150.27	c  N dy  3662    618184      1500     30000         0     66059    150000   5578058    122.97    131.25
613.10/154.18	c  N dy  3781    638203      1500     30000         0     52087    150000   3281276    122.99    143.40
632.27/158.90	c  N dy  3918    658378      1500     30000         0     37265    150000    842766    123.04    132.86
647.87/162.89	c  N dy  4047    678396      1500     30000         0     57271    150000   3942532    123.08    132.26
666.22/167.47	c  N dy  4175    698407      1500     30000         0     41288    150000   1318428    123.10    130.56
682.60/171.57	c  N dy  4300    718585      1500     30000         0     61443    150000   4423856    123.11    130.20
700.57/176.07	c  N dy  4425    738756      1500     30000         0     44632    150000   1696621    123.11    130.52
717.74/180.38	c  N dy  4550    758920      1500     30000         0     64789    150000   4813939    123.14    132.52
735.72/184.81	c  N dy  4666    779041      1500     30000         0     46924    150000   1889149    123.14    131.84
753.27/189.24	c  N dy  4797    799153      1500     30000         0     67025    150000   5044918    123.21    130.89
760.04/190.99	c  S st  4842    806149      1500     30000         0     74015    150000   6116383    123.21    128.86
761.25/191.20	c  S st  4842    806653      1500     30000         0     74519    150000   6184908    123.21   no data
761.25/191.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
761.25/191.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
761.25/191.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
761.25/191.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
761.25/191.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
761.25/191.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
761.25/191.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
761.66/191.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
762.44/191.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
891.04/223.75	c lits-rem:       458  cl-subs:       41  v-elim:      0  v-fix:    0  time: 32.16 s
891.04/223.75	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
891.44/223.83	c vivif2 --  cl tried    74478 cl shrink        0 lits rem          0 time: 0.08
893.04/224.26	c asymm  cl-useful: 0/17056/30000 lits-rem:0 time: 0.43
893.04/224.26	c calculated reachability. Time: 0.00
893.04/224.26	c  N dy  4842    806653      1500     30000         0     74478    150000   6171214    123.21   no data
909.79/228.43	c  N dy  4966    826694      1500     30000         0     55522    150000   3100892    123.25    129.92
929.77/233.43	c  N dy  5095    847161      1500     30000         0     75979    150000   6270023    123.29    135.00
946.94/237.76	c  N dy  5208    867372      1500     30000         0     56202    150000   3047422    123.30    132.07
966.51/242.66	c  N dy  5335    887572      1500     30000         0     76390    150000   6178485    123.32    130.87
984.48/247.13	c  N dy  5468    907666      1500     30000         0     55491    150000   2789097    123.36    130.03
1004.03/252.07	c  N dy  5594    928251      1500     30000         0     76061    150000   5986064    123.39    130.90
1022.40/256.66	c  N dy  5708    948309      1500     30000         0     54140    150000   2432808    123.38    141.11
1041.57/261.43	c  N dy  5829    968457      1500     30000         0     74277    150000   5560523    123.39    130.11
1061.53/266.47	c  N dy  5965    988464      1500     30000         0     51294    150000   1844919    123.43    129.94
1080.69/271.29	c  N dy  6091   1008474      1500     30000         0     71291    150000   4961016    123.47    130.30
1104.27/277.17	c  N dy  6216   1028651      1500     30000         0     47483    150000   1109558    123.48    132.24
1123.43/281.92	c  N dy  6338   1048674      1500     30000         0     67491    150000   4188013    123.48    130.37
1146.17/287.75	c  N dy  6452   1068750      1500     30000         0     87549    150000   7283067    123.48    130.05
1148.86/288.69	c  F st  6472   1071878      1500     30000         0     45706    150000    686046    123.48   no data
1164.61/292.74	c  N dy  6556   1089468      1500     30000         0     63287    150000   3454701    123.49    130.63
1186.19/298.13	c  N dy  6672   1109536      1500     30000         0     83347    150000   6549715    123.48    132.37
1206.54/303.21	c  N dy  6797   1129605      1500     30000         0     57437    150000   2349689    123.50    130.25
1226.91/308.32	c  N dy  6921   1149725      1500     30000         0     77546    150000   5464158    123.50    130.12
1249.66/314.08	c  N dy  7044   1169959      1500     30000         0     50790    150000   1172577    123.51    130.22
1268.44/318.77	c  N dy  7167   1190027      1500     30000         0     70846    150000   4284406    123.53    152.53
1291.22/324.48	c  S st  7292   1209979      1500     30000         0     90788    150000   7387526    123.55    122.04
1292.40/324.71	c  S st  7292   1210482      1500     30000         0     91291    150000   7452430    123.55   no data
1292.40/324.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1292.40/324.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1292.81/324.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1292.81/324.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1292.81/324.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1292.81/324.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1292.81/324.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1292.81/324.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1294.00/325.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1470.50/369.39	c lits-rem:       603  cl-subs:       50  v-elim:      0  v-fix:    0  time: 44.23 s
1470.50/369.40	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1470.90/369.49	c vivif2 --  cl tried    91241 cl shrink        0 lits rem          0 time: 0.09
1472.89/369.95	c asymm  cl-useful: 0/12944/30000 lits-rem:0 time: 0.46
1472.89/369.95	c calculated reachability. Time: 0.00
1472.89/369.95	c  N dy  7292   1210482      1500     30000         0     91241    150000   7435303    123.55   no data
1492.07/374.72	c  N dy  7405   1230535      1500     30000         0     63311    150000   2966926    123.55    130.17
1512.83/379.98	c  N dy  7533   1250578      1500     30000         0     83347    150000   6102012    123.58    130.17
1535.60/385.69	c  N dy  7667   1270646      1500     30000         0     54436    150000   1459108    123.60    135.61
1554.37/390.34	c  N dy  7782   1290752      1500     30000         0     74535    150000   4578203    123.61    130.16
1577.53/396.13	c  N dy  7899   1310837      1500     30000         0     94609    150000   7683929    123.61    130.15
1597.11/401.08	c  N dy  8009   1330873      1500     30000         0     64651    150000   2884792    123.61    130.41
1618.66/406.46	c  N dy  8139   1350943      1500     30000         0     84704    150000   6007427    123.64    132.22
1643.04/412.55	c  N dy  8258   1371016      1500     30000         0     53794    150000   1043714    123.64    130.70
1661.78/417.22	c  N dy  8374   1391267      1500     30000         0     74036    150000   4180290    123.65    132.86
1684.94/423.07	c  N dy  8499   1411358      1500     30000         0     94118    150000   7281322    123.65    132.76
1707.70/428.70	c  N dy  8637   1431405      1500     30000         0     62186    150000   2214652    123.68    132.85
1728.46/433.90	c  N dy  8765   1451431      1500     30000         0     82203    150000   5322641    123.70    131.70
1754.42/440.41	c  N dy  8894   1471453      1500     30000         0    102218    150000   8445651    123.72    130.61
1775.58/445.77	c  N dy  9019   1491805      1500     30000         0     69588    150000   3221294    123.72    132.20
1798.34/451.47	c  N dy  9144   1511940      1500     30000         0     89709    150000   6339863    123.73    132.93
1824.70/458.04	c  N dy  9266   1531965      1500     30000         0     55746    150000    916019    123.73    131.67
1844.27/462.93	c  N dy  9388   1552070      1500     30000         0     75838    150000   4017902    123.74    130.95
1868.62/469.00	c  N dy  9511   1572166      1500     30000         0     95930    150000   7136526    123.74    133.24
1893.78/475.30	c  N dy  9635   1592213      1500     30000         0     60990    150000   1586750    123.75    133.31
1913.76/480.36	c  N dy  9755   1612267      1500     30000         0     81032    150000   4716786    123.77    131.52
1938.11/486.42	c  N dy  9874   1632338      1500     30000         0    101082    150000   7840396    123.78    130.63
1961.67/492.32	c  N dy  9987   1652524      1500     30000         0     65291    150000   2097284    123.77    137.22
1984.82/498.13	c  N dy 10116   1672539      1500     30000         0     85291    150000   5217546    123.80    130.97
2013.18/505.26	c  N dy 10245   1692736      1500     30000         0    105477    150000   8344577    123.81    136.73
2035.94/510.92	c  S st 10355   1710482      1500     30000         0     66249    150000   2123523    123.82   no data
2036.74/511.11	c  S st 10355   1710984      1500     30000         0     66751    150000   2189838    123.82   no data
2036.74/511.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2036.74/511.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2036.74/511.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2036.74/511.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2036.74/511.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2036.74/511.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2036.74/511.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2037.14/511.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2037.14/511.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2074.68/520.63	c lits-rem:       119  cl-subs:       11  v-elim:      0  v-fix:    0  time:  9.33 s
2074.68/520.63	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2074.68/520.66	c vivif2 --  cl tried    66740 cl shrink        0 lits rem          0 time: 0.03
2076.28/521.07	c asymm  cl-useful: 0/18325/30000 lits-rem:0 time: 0.41
2076.28/521.08	c calculated reachability. Time: 0.00
2076.28/521.08	c  N dy 10355   1710984      1500     30000         0     66740    150000   2186042    123.82   no data
2098.63/526.62	c  N dy 10485   1731052      1500     30000         0     86794    150000   5331523    123.85    132.31
2124.59/533.19	c  N dy 10606   1751084      1500     30000         0    106814    150000   8435184    123.86    145.06
2148.94/539.23	c  N dy 10730   1771378      1500     30000         0     69132    150000   2404553    123.86    132.41
2170.90/544.73	c  N dy 10842   1791524      1500     30000         0     89265    150000   5516582    123.86    130.70
2197.65/551.45	c  N dy 10966   1811605      1500     30000         0    109331    150000   8652835    123.87    132.51
2221.61/557.46	c  N dy 11086   1831689      1500     30000         0     70447    150000   2478666    123.89    132.93
2244.39/563.13	c  N dy 11221   1851784      1500     30000         0     90530    150000   5619395    123.92    132.32
2271.15/569.81	c  N dy 11341   1871836      1500     30000         0    110569    150000   8705904    123.91    131.81
2295.10/575.89	c  N dy 11460   1891871      1500     30000         0     70633    150000   2353240    123.90    141.14
2317.05/581.38	c  N dy 11574   1911879      1500     30000         0     90633    150000   5465146    123.90    143.00
2343.80/588.08	c  N dy 11687   1932061      1500     30000         0    110807    150000   8595546    123.90    131.22
2368.95/594.38	c  N dy 11800   1952131      1500     30000         0     69895    150000   2089839    123.89    131.48
2391.32/599.91	c  N dy 11921   1972357      1500     30000         0     90110    150000   5214355    123.89    133.11
2418.08/606.65	c  N dy 12047   1992450      1500     30000         0    110192    150000   8328378    123.89    131.98
2445.22/613.43	c  N dy 12173   2012504      1500     30000         0     68268    150000   1702751    123.90    131.16
2468.40/619.27	c  N dy 12299   2032510      1500     30000         0     88262    150000   4819085    123.91    131.25
2495.54/626.08	c  N dy 12416   2052819      1500     30000         0    108562    150000   7976369    123.91    130.78
2525.51/633.54	c  N dy 12538   2072862      1500     30000         0     65623    150000   1131410    123.92    130.81
2547.48/639.05	c  N dy 12664   2092989      1500     30000         0     85738    150000   4274052    123.93    132.37
2573.83/645.63	c  N dy 12781   2113405      1500     30000         0    106145    150000   7456707    123.93    132.46
2603.76/653.17	c  N dy 12906   2133556      1500     30000         0    126278    150000  10566470    123.93    131.61
2625.72/658.66	c  N dy 13030   2153566      1500     30000         0     82324    150000   3592371    123.94    131.21
2650.48/664.83	c  N dy 13153   2173651      1500     30000         0    102396    150000   6742051    123.96    133.94
2680.42/672.31	c  N dy 13281   2194020      1500     30000         0    122747    150000   9930713    123.97    131.15
2701.20/677.58	c  S st 13374   2210984      1500     30000         0     74740    150000   2259709    123.97    117.04
2701.97/677.77	c  S st 13374   2211491      1500     30000         0     75246    150000   2328667    123.97   no data
2701.97/677.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2702.37/677.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2702.37/677.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2702.37/677.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2702.37/677.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2702.37/677.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2702.37/677.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2702.37/677.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2702.77/677.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2733.54/685.63	c lits-rem:       164  cl-subs:       11  v-elim:      0  v-fix:    0  time:  7.67 s
2733.54/685.63	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2733.54/685.66	c vivif2 --  cl tried    75235 cl shrink        0 lits rem          0 time: 0.03
2734.74/686.00	c asymm  cl-useful: 0/11675/30000 lits-rem:0 time: 0.33
2735.14/686.00	c calculated reachability. Time: 0.00
2735.14/686.00	c  N dy 13374   2211491      1500     30000         0     75235    150000   2325246    123.97   no data
2757.89/691.76	c  N dy 13495   2231584      1500     30000         0     95319    150000   5443172    123.98    130.54
2785.43/698.64	c  N dy 13613   2251796      1500     30000         0    115518    150000   8570141    123.98    133.06
2815.40/706.14	c  N dy 13742   2271881      1500     30000         0     69631    150000   1306681    123.99    130.60
2836.95/711.59	c  N dy 13870   2291926      1500     30000         0     89663    150000   4414900    124.00    133.56
2862.89/718.06	c  N dy 13986   2311937      1500     30000         0    109667    150000   7547540    124.00    132.57
2895.65/726.27	c  N dy 14110   2332011      1500     30000         0    129737    150000  10667052    124.01    139.93
2921.60/732.78	c  N dy 14227   2352120      1500     30000         0     82867    150000   3228982    124.01    130.69
2947.58/739.22	c  N dy 14350   2372226      1500     30000         0    102965    150000   6379209    124.02    130.86
2977.51/746.70	c  N dy 14474   2392310      1500     30000         0    123040    150000   9505795    124.03    134.02
3006.67/754.01	c  N dy 14585   2412572      1500     30000         0     75324    150000   1904857    124.02    131.91
3029.84/759.89	c  N dy 14709   2432587      1500     30000         0     95322    150000   5006749    124.02    131.33
3058.18/766.92	c  N dy 14831   2452957      1500     30000         0    115677    150000   8165117    124.02    130.65
3090.12/775.00	c  N dy 14955   2473087      1500     30000         0    135799    150000  11282350    124.02    130.66
3113.69/780.85	c  N dy 15084   2493159      1500     30000         0     86903    150000   3551934    124.03    130.78
3139.23/787.25	c  N dy 15206   2513275      1500     30000         0    107010    150000   6675319    124.04    135.69
3169.19/794.75	c  N dy 15334   2533286      1500     30000         0    127006    150000   9783024    124.04    130.93
3198.32/802.02	c  N dy 15458   2553387      1500     30000         0     77139    150000   1883461    124.04    133.24
3222.27/808.00	c  N dy 15584   2573463      1500     30000         0     97202    150000   5017274    124.05    131.40
3251.82/815.46	c  N dy 15699   2593470      1500     30000         0    117198    150000   8151103    124.05    141.65
3286.16/824.01	c  N dy 15818   2613482      1500     30000         0    137202    150000  11269250    124.06    132.14
3312.91/830.77	c  N dy 15940   2633592      1500     30000         0     86335    150000   3173607    124.06    130.84
3339.27/837.37	c  N dy 16064   2653606      1500     30000         0    106335    150000   6300329    124.07    141.68
3370.02/845.00	c  N dy 16188   2673632      1500     30000         0    126351    150000   9418648    124.08    131.79
3403.15/853.31	c  N dy 16311   2693756      1500     30000         0     74500    150000   1188723    124.08    130.89
3422.72/858.21	c  S st 16408   2711491      1500     30000         0     92225    150000   3938591    124.08    122.21
3423.52/858.45	c  S st 16408   2711994      1500     30000         0     92728    150000   4001234    124.08   no data
3423.52/858.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3423.92/858.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3423.92/858.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3423.92/858.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3423.92/858.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3423.92/858.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3423.92/858.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3423.92/858.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3424.72/858.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3480.22/872.69	c lits-rem:       235  cl-subs:       15  v-elim:      0  v-fix:    0  time: 13.97 s
3480.22/872.69	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3480.62/872.75	c vivif2 --  cl tried    92713 cl shrink        0 lits rem          0 time: 0.05
3482.22/873.18	c asymm  cl-useful: 0/14832/30000 lits-rem:0 time: 0.44
3482.22/873.19	c calculated reachability. Time: 0.00
3482.22/873.19	c  N dy 16408   2711994      1500     30000         0     92713    150000   3996062    124.08   no data
3509.40/880.00	c  N dy 16530   2732130      1500     30000         0    112840    150000   7128272    124.09    131.22
3541.31/887.99	c  N dy 16660   2752180      1500     30000         0    132876    150000  10267304    124.10    131.11
3572.05/895.62	c  N dy 16785   2772227      1500     30000         0     79957    150000   1890719    124.10    130.97
3595.21/901.47	c  N dy 16899   2792238      1500     30000         0     99956    150000   5006130    124.11    131.11
3623.97/908.63	c  N dy 17027   2812331      1500     30000         0    120042    150000   8161975    124.12    134.78
3656.70/916.88	c  N dy 17147   2832483      1500     30000         0    140183    150000  11291693    124.12    136.92
3684.26/923.76	c  N dy 17269   2852537      1500     30000         0     86269    150000   2735865    124.12    133.18
3710.21/930.22	c  N dy 17400   2872608      1500     30000         0    106329    150000   5857724    124.13    133.19
3739.75/937.66	c  N dy 17514   2892640      1500     30000         0    126354    150000   8962029    124.12    161.72
3777.30/947.06	c  N dy 17636   2913094      1500     30000         0    146794    150000  12141880    124.13    131.53
3804.44/953.87	c  N dy 17759   2933223      1500     30000         0     91953    150000   3470471    124.13    131.60
3831.59/960.63	c  N dy 17878   2953235      1500     30000         0    111949    150000   6585615    124.14    132.70
3862.74/968.50	c  N dy 17993   2973263      1500     30000         0    131961    150000   9692750    124.14    130.80
3899.87/977.72	c  N dy 18115   2993417      1500     30000         0     76148    150000    863151    124.14    131.24
3922.64/983.47	c  N dy 18235   3013468      1500     30000         0     96181    150000   3984992    124.15    154.94
3950.58/990.40	c  N dy 18362   3033576      1500     30000         0    116278    150000   7106914    124.15    131.13
3982.53/998.42	c  N dy 18486   3053759      1500     30000         0    136449    150000  10263063    124.16    131.50
4016.46/1006.99	c  N dy 18598   3073863      1500     30000         0     79591    150000   1249745    124.16    132.78
4040.42/1012.96	c  N dy 18722   3093920      1500     30000         0     99637    150000   4372720    124.16    132.39
4069.18/1020.13	c  N dy 18847   3114270      1500     30000         0    119978    150000   7559245    124.17    131.22
4103.52/1028.70	c  N dy 18964   3134439      1500     30000         0    140137    150000  10703212    124.17    131.23
4142.27/1038.43	c  N dy 19084   3154442      1500     30000         0     82175    150000   1504034    124.17    131.51
4170.59/1045.50	c  N dy 19207   3174616      1500     30000         0    102339    150000   4662480    124.18    131.01
4204.94/1054.14	c  N dy 19337   3195060      1500     30000         0    122770    150000   7855642    124.19    130.74
4237.69/1062.30	c  S st 19445   3211996      1500     30000         0    139697    150000  10502827    124.20   no data
4238.90/1062.68	c  S st 19445   3212497      1500     30000         0    140198    150000  10570837    124.20   no data
4239.28/1062.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4239.68/1062.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4239.68/1062.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4239.68/1062.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4239.68/1062.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4239.68/1062.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4239.68/1062.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4240.08/1062.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
4241.68/1063.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4453.74/1116.43	c lits-rem:       521  cl-subs:       62  v-elim:      0  v-fix:    0  time: 53.08 s
4453.74/1116.43	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4454.14/1116.56	c vivif2 --  cl tried   140136 cl shrink        0 lits rem          0 time: 0.13
4456.11/1117.06	c asymm  cl-useful: 0/9410/30000 lits-rem:0 time: 0.49
4456.11/1117.06	c calculated reachability. Time: 0.00
4456.11/1117.06	c  N dy 19445   3212497      1500     30000         0    140136    150000  10549080    124.20   no data
4492.45/1126.15	c  N dy 19573   3232509      1500     30000         0     81179    150000   1206010    124.20    143.22
4516.80/1132.23	c  N dy 19699   3252573      1500     30000         0    101230    150000   4317279    124.21    132.45
4545.15/1139.32	c  N dy 19811   3272651      1500     30000         0    121299    150000   7441336    124.21    130.76
4577.90/1147.59	c  N dy 19927   3292862      1500     30000         0    141498    150000  10592995    124.21    131.57
4614.63/1156.71	c  N dy 20046   3313004      1500     30000         0     81672    150000   1141082    124.21    131.12
4638.97/1162.83	c  N dy 20168   3333047      1500     30000         0    101699    150000   4276118    124.22    148.13
4667.71/1170.07	c  N dy 20286   3353294      1500     30000         0    121940    150000   7428546    124.22    132.60
4701.26/1178.46	c  N dy 20410   3373309      1500     30000         0    141941    150000  10544273    124.23    139.35
4742.79/1188.80	c  N dy 20537   3393449      1500     30000         0     81114    150000    906362    124.23    132.38
4768.76/1195.37	c  N dy 20660   3413579      1500     30000         0    101236    150000   4034682    124.23    131.74

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 7.97 6.06 5/178 5681
/proc/meminfo: memFree=25586556/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 514598279 52441088 352 33554432000 4194304 4627427 140737232144192 18446744073709551615 47304228374041 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 12803 352 303 106 0 7774 0
[pid=5681/tid=5682] ppid=5679 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 514598280 52441088 352 33554432000 4194304 4627427 140737232144192 18446744073709551615 47304228374045 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514598280 52441088 352 33554432000 4194304 4627427 140737232144192 18446744073709551615 47304228374450 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514598280 52441088 352 33554432000 4194304 4627427 140737232144192 18446744073709551615 47304228374045 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0564739 s]
/proc/loadavg: 8.09 7.97 6.06 5/178 5681
/proc/meminfo: memFree=25586556/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=285360 CPUtime=0.19 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 4020 0 0 0 19 0 0 0 25 0 4 0 514598279 292208640 3929 33554432000 4194304 4627427 140737232144192 18446744073709551615 242970218880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 71340 3929 363 106 0 66311 0
[pid=5681/tid=5682] ppid=5679 vsize=285360 CPUtime=0.04 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 902 0 0 0 4 0 0 0 18 0 4 0 514598280 292208640 3930 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=285360 CPUtime=0.04 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 891 0 0 0 4 0 0 0 25 0 4 0 514598280 292208640 3930 33554432000 4194304 4627427 140737232144192 18446744073709551615 242970655214 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=285360 CPUtime=0.05 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 890 0 0 0 5 0 0 0 18 0 4 0 514598280 292208640 3930 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 285360

[startup+0.108094 s]
/proc/loadavg: 8.09 7.97 6.06 5/178 5681
/proc/meminfo: memFree=25586556/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=285492 CPUtime=0.41 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 4271 0 0 0 40 1 0 0 25 0 4 0 514598279 292343808 4180 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 71373 4181 363 106 0 66344 0
[pid=5681/tid=5682] ppid=5679 vsize=285492 CPUtime=0.1 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 942 0 0 0 10 0 0 0 18 0 4 0 514598280 292343808 4181 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=285492 CPUtime=0.09 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 931 0 0 0 9 0 0 0 25 0 4 0 514598280 292343808 4181 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=285492 CPUtime=0.1 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 1022 0 0 0 10 0 0 0 18 0 4 0 514598280 292343808 4182 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 285492

[startup+0.301062 s]
/proc/loadavg: 8.09 7.97 6.06 5/178 5681
/proc/meminfo: memFree=25586556/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=293848 CPUtime=1.16 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 10482 0 0 0 114 2 0 0 18 0 4 0 514598279 300900352 8886 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 73462 8887 384 106 0 68433 0
[pid=5681/tid=5682] ppid=5679 vsize=293848 CPUtime=0.28 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 2906 0 0 0 28 0 0 0 18 0 4 0 514598280 300900352 8887 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=293848 CPUtime=0.28 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 2850 0 0 0 28 0 0 0 25 0 4 0 514598280 300900352 8887 33554432000 4194304 4627427 140737232144192 18446744073709551615 4321435 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=293848 CPUtime=0.29 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 1412 0 0 0 29 0 0 0 18 0 4 0 514598280 300900352 8887 33554432000 4194304 4627427 140737232144192 18446744073709551615 242970211361 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 293848

[startup+0.700992 s]
/proc/loadavg: 8.09 7.97 6.06 5/178 5681
/proc/meminfo: memFree=25586556/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=309196 CPUtime=2.77 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 14777 0 0 0 274 3 0 0 18 0 4 0 514598279 316616704 9982 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 77299 9982 385 106 0 72270 0
[pid=5681/tid=5682] ppid=5679 vsize=309196 CPUtime=0.69 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 4046 0 0 0 68 1 0 0 18 0 4 0 514598280 316616704 9982 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=309196 CPUtime=0.68 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 3721 0 0 0 68 0 0 0 25 0 4 0 514598280 316616704 9983 33554432000 4194304 4627427 140737232144192 18446744073709551615 4503239 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=309196 CPUtime=0.69 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 2609 0 0 0 69 0 0 0 18 0 4 0 514598280 316616704 9983 33554432000 4194304 4627427 140737232144192 18446744073709551615 4327893 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 309196

[startup+1.50086 s]
/proc/loadavg: 8.08 7.97 6.07 9/182 5685
/proc/meminfo: memFree=25539156/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=301892 CPUtime=5.97 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 22146 0 0 0 592 5 0 0 19 0 4 0 514598279 309137408 11031 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 75473 11031 385 106 0 70444 0
[pid=5681/tid=5682] ppid=5679 vsize=301892 CPUtime=1.49 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 5895 0 0 0 148 1 0 0 19 0 4 0 514598280 309137408 11031 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=301892 CPUtime=1.48 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 5652 0 0 0 147 1 0 0 25 0 4 0 514598280 309137408 11031 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=301892 CPUtime=1.48 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 4426 0 0 0 148 0 0 0 20 0 4 0 514598280 309137408 11031 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308231 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 301892

[startup+3.10058 s]
/proc/loadavg: 8.08 7.97 6.07 9/182 5685
/proc/meminfo: memFree=25531968/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=303496 CPUtime=12.13 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 35847 0 0 0 1204 9 0 0 24 0 4 0 514598279 310779904 11734 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 75874 11734 386 106 0 70845 0
[pid=5681/tid=5682] ppid=5679 vsize=303496 CPUtime=2.95 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 9117 0 0 0 292 3 0 0 25 0 4 0 514598280 310779904 11734 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=303496 CPUtime=2.98 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 9020 0 0 0 297 1 0 0 25 0 4 0 514598280 310779904 11734 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=303496 CPUtime=3.09 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 7987 0 0 0 308 1 0 0 25 0 4 0 514598280 310779904 11734 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 303496

[startup+6.30103 s]
/proc/loadavg: 8.08 7.97 6.08 9/182 5685
/proc/meminfo: memFree=25456832/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=338476 CPUtime=22.92 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 73637 0 0 0 2233 59 0 0 22 0 4 0 514598279 346599424 36796 33554432000 4194304 4627427 140737232144192 18446744073709551615 4428398 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 84619 36796 389 106 0 79590 0
[pid=5681/tid=5682] ppid=5679 vsize=338476 CPUtime=4.83 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 14653 0 0 0 474 9 0 0 25 0 4 0 514598280 346599424 36796 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427670 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=338476 CPUtime=5.84 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 20338 0 0 0 581 3 0 0 25 0 4 0 514598280 346599424 36796 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=338476 CPUtime=5.96 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 19332 0 0 0 594 2 0 0 25 0 4 0 514598280 346599424 36796 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.92
Current children cumulated vsize (KiB) 338476

[startup+12.7009 s]
/proc/loadavg: 8.07 7.97 6.09 9/182 5685
/proc/meminfo: memFree=25350600/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=349040 CPUtime=48.46 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 109924 0 0 0 4775 71 0 0 25 0 4 0 514598279 357416960 51807 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 87260 51807 389 106 0 82231 0
[pid=5681/tid=5682] ppid=5679 vsize=349040 CPUtime=11.21 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 28897 0 0 0 1106 15 0 0 25 0 4 0 514598280 357416960 51807 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=349040 CPUtime=12.2 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 24934 0 0 0 1216 4 0 0 25 0 4 0 514598280 357416960 51807 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=349040 CPUtime=12.35 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 27365 0 0 0 1231 4 0 0 25 0 4 0 514598280 357416960 51807 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 349040

[startup+25.5007 s]
/proc/loadavg: 8.14 7.99 6.12 9/182 5685
/proc/meminfo: memFree=25233568/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=491888 CPUtime=99.56 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 162880 0 0 0 9871 85 0 0 25 0 4 0 514598279 503693312 75241 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 122972 75241 390 106 0 117943 0
[pid=5681/tid=5682] ppid=5679 vsize=491888 CPUtime=24 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 43630 0 0 0 2379 21 0 0 25 0 4 0 514598280 503693312 75241 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=491888 CPUtime=24.93 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 31418 0 0 0 2488 5 0 0 25 0 4 0 514598280 503693312 75241 33554432000 4194304 4627427 140737232144192 18446744073709551615 4503239 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=491888 CPUtime=25.16 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 41243 0 0 0 2508 8 0 0 25 0 4 0 514598280 503693312 75241 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.56
Current children cumulated vsize (KiB) 491888

[startup+51.1003 s]
/proc/loadavg: 8.08 7.99 6.17 9/182 5686
/proc/meminfo: memFree=25162276/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=594208 CPUtime=201.79 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 261768 0 0 0 20068 111 0 0 25 0 4 0 514598279 608468992 91264 33554432000 4194304 4627427 140737232144192 18446744073709551615 4428403 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 148552 91264 389 106 0 143523 0
[pid=5681/tid=5682] ppid=5679 vsize=594208 CPUtime=49.59 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 69413 0 0 0 4930 29 0 0 25 0 4 0 514598280 608468992 91264 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309460 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=594208 CPUtime=50.41 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 53890 0 0 0 5029 12 0 0 25 0 4 0 514598280 608468992 91264 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=594208 CPUtime=50.75 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 70243 0 0 0 5060 15 0 0 25 0 4 0 514598280 608468992 91264 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.79
Current children cumulated vsize (KiB) 594208

[startup+102.306 s]
/proc/loadavg: 8.09 8.01 6.27 9/182 5688
/proc/meminfo: memFree=25105792/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=590488 CPUtime=406.29 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 416731 0 0 0 40477 152 0 0 25 0 4 0 514598279 604659712 102018 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 147622 102018 389 106 0 142593 0
[pid=5681/tid=5682] ppid=5679 vsize=590488 CPUtime=100.76 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 109949 0 0 0 10036 40 0 0 25 0 4 0 514598280 604659712 102018 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=590488 CPUtime=101.35 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 89148 0 0 0 10115 20 0 0 25 0 4 0 514598280 604659712 102018 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=590488 CPUtime=101.96 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 118131 0 0 0 10167 29 0 0 25 0 4 0 514598280 604659712 102018 33554432000 4194304 4627427 140737232144192 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 406.29
Current children cumulated vsize (KiB) 590488

[startup+162.301 s]

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

[pid=5681] ppid=5679 vsize=1133640 CPUtime=2560.66 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 1588894 0 0 0 255551 515 0 0 25 0 4 0 514598279 1160847360 220842 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 283410 220842 391 106 0 278381 0
[pid=5681/tid=5682] ppid=5679 vsize=1133640 CPUtime=640.6 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 414042 0 0 0 63924 136 0 0 25 0 4 0 514598280 1160847360 220842 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1133640 CPUtime=637.51 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 364491 0 0 0 63643 108 0 0 25 0 4 0 514598280 1160847360 220842 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1133640 CPUtime=640.82 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 441474 0 0 0 63956 126 0 0 25 0 4 0 514598280 1160847360 220842 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2560.66
Current children cumulated vsize (KiB) 1133640

[startup+702.301 s]
/proc/loadavg: 8.02 8.06 7.12 9/182 5734
/proc/meminfo: memFree=25071088/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1283948 CPUtime=2800.21 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 1705619 0 0 0 279468 553 0 0 25 0 4 0 514598279 1314762752 233376 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309228 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 320987 233376 391 106 0 315958 0
[pid=5681/tid=5682] ppid=5679 vsize=1283948 CPUtime=700.57 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 445803 0 0 0 69911 146 0 0 25 0 4 0 514598280 1314762752 233376 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1283948 CPUtime=697.12 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 394286 0 0 0 69594 118 0 0 25 0 4 0 514598280 1314762752 233376 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1283948 CPUtime=700.81 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 469955 0 0 0 69945 136 0 0 25 0 4 0 514598280 1314762752 233376 33554432000 4194304 4627427 140737232144192 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.21
Current children cumulated vsize (KiB) 1283948

[startup+762.307 s]
/proc/loadavg: 8.01 8.05 7.17 9/182 5735
/proc/meminfo: memFree=24980420/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1230296 CPUtime=3039.84 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 1801976 0 0 0 303396 588 0 0 25 0 4 0 514598279 1259823104 225947 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 307574 225947 391 106 0 302545 0
[pid=5681/tid=5682] ppid=5679 vsize=1230296 CPUtime=760.56 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 474787 0 0 0 75900 156 0 0 25 0 4 0 514598280 1259823104 225947 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1230296 CPUtime=756.77 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 404185 0 0 0 75554 123 0 0 25 0 4 0 514598280 1259823104 225947 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1230296 CPUtime=760.81 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 499754 0 0 0 75934 147 0 0 25 0 4 0 514598280 1259823104 225947 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.84
Current children cumulated vsize (KiB) 1230296

[startup+822.3 s]
/proc/loadavg: 8.10 8.07 7.23 9/182 5737
/proc/meminfo: memFree=24938116/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1260752 CPUtime=3279.37 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 1915176 0 0 0 327315 622 0 0 25 0 4 0 514598279 1291010048 236123 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 315188 236123 391 106 0 310159 0
[pid=5681/tid=5682] ppid=5679 vsize=1260752 CPUtime=820.53 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 503706 0 0 0 81890 163 0 0 25 0 4 0 514598280 1291010048 236123 33554432000 4194304 4627427 140737232144192 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1260752 CPUtime=816.36 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 433901 0 0 0 81505 131 0 0 25 0 4 0 514598280 1291010048 236123 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1260752 CPUtime=820.81 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 529138 0 0 0 81923 158 0 0 25 0 4 0 514598280 1291010048 236123 33554432000 4194304 4627427 140737232144192 18446744073709551615 4467838 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.37
Current children cumulated vsize (KiB) 1260752

[startup+882.301 s]
/proc/loadavg: 8.13 8.08 7.29 9/182 5738
/proc/meminfo: memFree=24973180/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1182000 CPUtime=3518.96 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 1994741 0 0 0 351244 652 0 0 25 0 4 0 514598279 1210368000 233358 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 295500 233358 391 106 0 290471 0
[pid=5681/tid=5682] ppid=5679 vsize=1182000 CPUtime=880.52 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 525013 0 0 0 87882 170 0 0 25 0 4 0 514598280 1210368000 233358 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1182000 CPUtime=875.96 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 459131 0 0 0 87455 141 0 0 25 0 4 0 514598280 1210368000 233358 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1182000 CPUtime=880.81 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 543297 0 0 0 87918 163 0 0 25 0 4 0 514598280 1210368000 233359 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.96
Current children cumulated vsize (KiB) 1182000

[startup+942.301 s]
/proc/loadavg: 8.16 8.09 7.34 9/182 5740
/proc/meminfo: memFree=24867004/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1295536 CPUtime=3758.52 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 2102489 0 0 0 375162 690 0 0 25 0 4 0 514598279 1326628864 245104 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 323884 245104 391 106 0 318855 0
[pid=5681/tid=5682] ppid=5679 vsize=1295536 CPUtime=940.5 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 549964 0 0 0 93871 179 0 0 25 0 4 0 514598280 1326628864 245104 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1295536 CPUtime=935.57 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 486166 0 0 0 93406 151 0 0 25 0 4 0 514598280 1326628864 245104 33554432000 4194304 4627427 140737232144192 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1295536 CPUtime=940.8 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 571031 0 0 0 93907 173 0 0 25 0 4 0 514598280 1326628864 245104 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.52
Current children cumulated vsize (KiB) 1295536

[startup+1002.3 s]
/proc/loadavg: 8.18 8.11 7.39 9/182 5742
/proc/meminfo: memFree=24895248/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1229632 CPUtime=3998.1 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 2188526 0 0 0 399085 725 0 0 25 0 4 0 514598279 1259143168 241686 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 307408 241686 391 106 0 302379 0
[pid=5681/tid=5682] ppid=5679 vsize=1229632 CPUtime=1000.48 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 573788 0 0 0 99861 187 0 0 25 0 4 0 514598280 1259143168 241686 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1229632 CPUtime=995.18 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 497759 0 0 0 99362 156 0 0 25 0 4 0 514598280 1259143168 241686 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1229632 CPUtime=1000.79 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 598031 0 0 0 99894 185 0 0 25 0 4 0 514598280 1259143168 241686 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.1
Current children cumulated vsize (KiB) 1229632

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 7.43 9/182 5743
/proc/meminfo: memFree=24637796/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1588564 CPUtime=4237.69 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 2312469 0 0 0 423005 764 0 0 25 0 4 0 514598279 1626689536 305652 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 397141 305652 393 106 0 392112 0
[pid=5681/tid=5682] ppid=5679 vsize=1588564 CPUtime=1060.47 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 614371 0 0 0 105852 195 0 0 25 0 4 0 514598280 1626689536 305652 33554432000 4194304 4627427 140737232144192 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1588564 CPUtime=1054.79 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 522964 0 0 0 105310 169 0 0 25 0 4 0 514598280 1626689536 305652 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1588564 CPUtime=1060.8 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 634012 0 0 0 105886 194 0 0 25 0 4 0 514598280 1626689536 305652 33554432000 4194304 4627427 140737232144192 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.69
Current children cumulated vsize (KiB) 1588564

[startup+1122.3 s]
/proc/loadavg: 8.15 8.11 7.47 9/182 5745
/proc/meminfo: memFree=24561616/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1532972 CPUtime=4477.27 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 2369561 0 0 0 446943 784 0 0 25 0 4 0 514598279 1569763328 308973 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 383243 308973 392 106 0 378214 0
[pid=5681/tid=5682] ppid=5679 vsize=1532972 CPUtime=1120.45 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 624076 0 0 0 111847 198 0 0 25 0 4 0 514598280 1569763328 308973 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1532972 CPUtime=1114.39 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 543406 0 0 0 111261 178 0 0 25 0 4 0 514598280 1569763328 308973 33554432000 4194304 4627427 140737232144192 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1532972 CPUtime=1120.79 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 644576 0 0 0 111881 198 0 0 25 0 4 0 514598280 1569763328 308973 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4477.27
Current children cumulated vsize (KiB) 1532972

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 7.51 9/182 5746
/proc/meminfo: memFree=24588368/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1644748 CPUtime=4716.84 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 2482449 0 0 0 470867 817 0 0 25 0 4 0 514598279 1684221952 327685 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 411187 327685 392 106 0 406158 0
[pid=5681/tid=5682] ppid=5679 vsize=1644748 CPUtime=1180.43 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 650754 0 0 0 117837 206 0 0 25 0 4 0 514598280 1684221952 327685 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1644748 CPUtime=1173.99 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 575539 0 0 0 117212 187 0 0 25 0 4 0 514598280 1684221952 327685 33554432000 4194304 4627427 140737232144192 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1644748 CPUtime=1180.79 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 671459 0 0 0 117873 206 0 0 25 0 4 0 514598280 1684221952 327685 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.84
Current children cumulated vsize (KiB) 1644748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.10 8.11 7.52 9/182 5747
/proc/meminfo: memFree=24571620/32951132 swapFree=67111364/67111528
[pid=5681] ppid=5679 vsize=1601236 CPUtime=4800.31 cores=0,2,4,6
/proc/5681/stat : 5681 (strangenight2-m) R 5679 5681 5513 0 -1 4202496 2507900 0 0 0 479205 826 0 0 25 0 4 0 514598279 1639665664 324797 33554432000 4194304 4627427 140737232144192 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5681/statm: 400309 324797 392 106 0 395280 0
[pid=5681/tid=5682] ppid=5679 vsize=1601236 CPUtime=1201.33 cores=0,2,4,6
/proc/5681/task/5682/stat : 5682 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 658824 0 0 0 119925 208 0 0 25 0 4 0 514598280 1639665664 324797 33554432000 4194304 4627427 140737232144192 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5681/tid=5683] ppid=5679 vsize=1601236 CPUtime=1194.76 cores=0,2,4,6
/proc/5681/task/5683/stat : 5683 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 575539 0 0 0 119289 187 0 0 25 0 4 0 514598280 1639665664 324797 33554432000 4194304 4627427 140737232144192 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1601236 CPUtime=1201.7 cores=0,2,4,6
/proc/5681/task/5684/stat : 5684 (strangenight2-m) R 5679 5681 5513 0 -1 4202560 679401 0 0 0 119961 209 0 0 25 0 4 0 514598280 1639665664 324797 33554432000 4194304 4627427 140737232144192 18446744073709551615 4501675 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1601236

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.27
CPU time (s): 4800.41
CPU user time (s): 4792.08
CPU system time (s): 8.32673
CPU usage (%): 398.946
Max. virtual memory (cumulated for all children) (KiB): 1655320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.08
system time used= 8.32673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2507900
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= 2863
involuntary context switches= 34854

runsolver used 1.85272 second user time and 4.49232 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 00:33:16
IDJOB=3173698
IDBENCH=82516
IDSOLVER=1586
FILE ID=node128/3173698-1304029996
RUNJOBID= node128-1304028687-5531
PBS_JOBID= 13170324
Free space on /tmp= 66956 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173698-1304029996/watcher-3173698-1304029996 -o /tmp/evaluation-result-3173698-1304029996/solver-3173698-1304029996 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173698-1304029996.cnf

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

MD5SUM BENCH= 4d2cfd51677809bb15d90c916352e4e2
RANDOM SEED=371642400

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25586720 kB
Buffers:       1257760 kB
Cached:        4353092 kB
SwapCached:        160 kB
Active:        1269188 kB
Inactive:      5507892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25586720 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10392 kB
Writeback:           0 kB
AnonPages:     1165324 kB
Mapped:          15776 kB
Slab:           522992 kB
PageTables:       7052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1453472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66960 MiB
End job on node128 at 2011-04-29 00:53:22