Trace number 3366107

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366107-1305395074.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.00/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.03	c -- vars added       1500
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.00/0.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.73/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.73/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.73/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.73/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.73/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.93/1.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3.93/1.01	c Finding binary XORs  T:     0.00 s  found:       0
3.93/1.01	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.93/1.01	c calculated reachability. Time: 0.00
3.93/1.01	c Calc default polars -  time:   0.00 s pos:     703 undec:      47 neg:     750
3.93/1.01	c =========================================================================================
3.93/1.01	c types(t): F = full restart, N = normal restart
3.93/1.01	c types(t): S = simplification begin/end, E = solution found
3.93/1.01	c restart types(rt): st = static, dy = dynamic
3.93/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.93/1.01	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
3.93/1.01	c  N dy    19      4093      1500     30000         0      4090    150000    637405    116.23    137.10
3.93/1.01	c  N dy    42      8253      1500     30000         0      5752    150000    630808    116.86    124.85
5.12/1.37	c  N dy    74     12357      1500     30000         0      5608    150000    415781    120.47    128.09
6.75/1.76	c  N dy   102     16383      1500     30000         0      9630    150000   1034785    121.28    148.62
8.31/2.18	c  N dy   129     20423      1500     30000         0      8050    150000    598078    121.66    129.60
9.91/2.59	c  N dy   153     24481      1500     30000         0     12107    150000   1220557    121.63    139.60
10.31/2.65	c  F st   158     25000      1500     30000         0     12626    150000   1298642    121.69   no data
12.29/3.18	c  N dy   164     30003      1500     30000         0     10809    150000    948189    121.69   no data
12.29/3.18	c  S st   164     30003      1500     30000         0     10809    150000    948189    121.69   no data
12.70/3.25	c  S st   164     30505      1500     30000         0     11311    150000   1011783    121.69   no data
12.70/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.70/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.70/3.27	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.70/3.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.70/3.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.70/3.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.70/3.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.70/3.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.10/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.70/3.79	c lits-rem:       189  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.45 s
15.51/3.97	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.51/3.97	c calculated reachability. Time: 0.00
15.51/3.97	c  N dy   164     30505      1500     30000         0     11286    150000   1003077    121.69   no data
17.48/4.43	c  N dy   182     34518      1500     30000         0     15297    150000   1613721    121.15    134.13
19.07/4.87	c  N dy   208     38557      1500     30000         0     11433    150000    810198    121.23    129.53
21.07/5.35	c  N dy   232     42642      1500     30000         0     15516    150000   1433591    121.33    127.87
22.67/5.75	c  S st   249     45757      1500     30000         0      9682    150000    395516    121.45   no data
23.07/5.81	c  S st   249     46261      1500     30000         0     10186    150000    466945    121.45   no data
23.07/5.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.07/5.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.07/5.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.07/5.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.07/5.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.07/5.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.07/5.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.07/5.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.07/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.46/5.98	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.12 s
23.46/5.98	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.46/5.99	c vivif2 --  cl tried    10184 cl shrink        0 lits rem          0 time: 0.01
24.28/6.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.28/6.18	c calculated reachability. Time: 0.00
24.28/6.18	c  N dy   249     46261      1500     30000         0     10184    150000    466786    121.45   no data
26.25/6.66	c  N dy   276     50407      1500     30000         0     14329    150000   1105753    121.72    128.66
28.25/7.15	c  N dy   304     54445      1500     30000         0     18365    150000   1734285    121.99    130.71
30.24/7.65	c  N dy   330     58503      1500     30000         0     12450    150000    660198    122.04    129.89
32.24/8.12	c  N dy   357     62568      1500     30000         0     16514    150000   1288293    122.14    128.62
34.22/8.63	c  N dy   378     66654      1500     30000         0     20597    150000   1917319    122.10    128.94
35.82/9.00	c  S st   398     69392      1500     30000         0     12352    150000    500148    122.06   no data
35.82/9.08	c  S st   398     69896      1500     30000         0     12856    150000    568477    122.06   no data
35.82/9.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.82/9.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.22/9.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.22/9.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.22/9.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.22/9.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.22/9.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.22/9.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.22/9.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.03/9.35	c lits-rem:        21  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.22 s
37.03/9.35	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.03/9.36	c vivif2 --  cl tried    12855 cl shrink        0 lits rem          0 time: 0.01
37.86/9.57	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
37.86/9.57	c calculated reachability. Time: 0.00
37.86/9.57	c  N dy   398     69896      1500     30000         0     12855    150000    568117    122.06   no data
40.21/10.15	c  N dy   429     74606      1500     30000         0     17564    150000   1298133    122.19    129.02
42.60/10.78	c  N dy   458     79467      1500     30000         0     22423    150000   2033019    122.13    128.98
45.40/11.42	c  N dy   493     84588      1500     30000         0     15556    150000    856103    122.29    130.15
46.63/11.79	c  F st   516     87500      1500     30000         0     18467    150000   1316868    122.48   no data
48.57/12.22	c  N st   521     90797      1500     30000         0     21759    150000   1856710    122.48   no data
51.75/13.00	c  N dy   547     96599      1500     30000         0     14566    150000    559167    122.47    131.11
54.56/13.78	c  N dy   586    102961      1500     30000         0     20924    150000   1540559    122.48    129.03
55.74/14.03	c  S st   599    104845      1500     30000         0     22807    150000   1824388    122.46   no data
56.14/14.12	c  S st   599    105348      1500     30000         0     23310    150000   1890404    122.46   no data
56.14/14.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.14/14.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
56.14/14.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.14/14.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.14/14.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.14/14.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.14/14.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.14/14.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
56.54/14.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.70/18.00	c lits-rem:       110  cl-subs:       12  v-elim:      0  v-fix:    0  time:  3.76 s
71.70/18.00	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
71.70/18.03	c vivif2 --  cl tried    23298 cl shrink        0 lits rem          0 time: 0.02
72.94/18.35	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
72.94/18.35	c calculated reachability. Time: 0.00
72.94/18.35	c  N dy   599    105348      1500     30000         0     23298    150000   1886290    122.46   no data
76.90/19.31	c  N dy   644    112106      1500     30000         0     16062    150000    642967    122.68    138.11
80.47/20.26	c  N dy   689    119308      1500     30000         0     23264    150000   1746396    122.70    130.02
84.86/21.38	c  N dy   738    126979      1500     30000         0     15934    150000    478155    122.66    132.16
89.64/22.51	c  N dy   784    135175      1500     30000         0     24126    150000   1736670    122.65    132.48
94.87/23.83	c  N dy   836    143853      1500     30000         0     16810    150000    464434    122.67    129.29
99.60/25.08	c  N dy   893    153114      1500     30000         0     26070    150000   1891291    122.78    129.72
102.80/25.82	c  S st   925    158022      1500     30000         0     30975    150000   2638586    122.80    127.31
103.21/25.93	c  S st   925    158530      1500     30000         0     31483    150000   2706692    122.80   no data
103.21/25.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.21/25.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
103.21/25.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.21/25.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.21/25.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.21/25.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
103.21/25.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.21/26.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
103.64/26.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.06/34.97	c lits-rem:       322  cl-subs:       17  v-elim:      0  v-fix:    0  time:  8.88 s
139.06/34.98	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
139.46/35.01	c vivif2 --  cl tried    31466 cl shrink        0 lits rem          0 time: 0.03
141.07/35.40	c asymm  cl-useful: 0/27807/30000 lits-rem:0 time: 0.39
141.07/35.40	c calculated reachability. Time: 0.00
141.07/35.40	c  N dy   925    158530      1500     30000         0     31466    150000   2701391    122.80   no data
147.07/36.92	c  N dy   981    168844      1500     30000         0     24783    150000   1552815    122.76    129.38
153.82/38.63	c  N dy  1055    179701      1500     30000         0     35637    150000   3236545    122.89    130.23
160.22/40.24	c  N dy  1119    191190      1500     30000         0     29132    150000   2049401    122.80    130.12
167.78/42.14	c  N dy  1188    203547      1500     30000         0     22488    150000    897697    122.67    129.24
175.75/44.10	c  N dy  1266    216602      1500     30000         0     35533    150000   2890918    122.68    130.58
183.72/46.17	c  N dy  1358    230530      1500     30000         0     29466    150000   1838727    122.77    130.97
188.51/47.32	c  S st  1406    237795      1500     30000         0     36728    150000   2967763    122.83    115.43
188.91/47.44	c  S st  1406    238301      1500     30000         0     37234    150000   3038739    122.83   no data
188.91/47.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
188.91/47.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
188.91/47.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.91/47.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.91/47.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.91/47.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
188.91/47.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
189.30/47.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
189.70/47.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.57/57.15	c lits-rem:       231  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.54 s
227.57/57.15	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
227.57/57.19	c vivif2 --  cl tried    37220 cl shrink        0 lits rem          0 time: 0.04
227.98/57.22	c asymm  cl-useful: 0/2193/30000 lits-rem:0 time: 0.04
227.98/57.23	c calculated reachability. Time: 0.00
227.98/57.23	c  N dy  1406    238301      1500     30000         0     37220    150000   3034350    122.83   no data
237.14/59.53	c  N dy  1490    253568      1500     30000         0     31494    150000   1979217    122.76    129.62
247.52/62.18	c  N dy  1584    269942      1500     30000         0     25867    150000    986298    122.74    129.56
258.27/64.89	c  N dy  1680    287262      1500     30000         0     43174    150000   3649461    122.69    133.35
269.86/67.80	c  N dy  1791    305640      1500     30000         0     38552    150000   2809944    122.73    130.92
270.62/67.91	c  F st  1796    306251      1500     30000         0     39163    150000   2900538    122.72    120.09
282.59/70.92	c  N dy  1883    325148      1500     30000         0     34061    150000   1950935    122.73    129.35
296.16/74.36	c  N dy  1998    345156      1500     30000         0     29079    150000   1048386    122.70    129.54
304.12/76.39	c  S st  2071    357451      1500     30000         0     41366    150000   2949548    122.70   no data
304.94/76.51	c  S st  2071    357954      1500     30000         0     41869    150000   3017037    122.70   no data
304.94/76.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
304.94/76.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
304.94/76.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
304.94/76.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
304.94/76.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
304.94/76.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
304.94/76.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
304.94/76.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
305.36/76.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
345.18/86.62	c lits-rem:       250  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.94 s
345.18/86.63	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
345.18/86.66	c vivif2 --  cl tried    41852 cl shrink        0 lits rem          0 time: 0.04
346.78/87.05	c asymm  cl-useful: 0/23951/30000 lits-rem:0 time: 0.38
346.78/87.05	c calculated reachability. Time: 0.00
346.78/87.05	c  N dy  2071    357954      1500     30000         0     41852    150000   3011291    122.70   no data
361.14/90.62	c  N dy  2193    378015      1500     30000         0     35914    150000   1955509    122.71    130.94
375.53/94.29	c  N dy  2314    398041      1500     30000         0     28945    150000    727424    122.75    131.95
389.44/97.75	c  N dy  2448    418144      1500     30000         0     49037    150000   3831050    122.82    129.52
403.80/101.33	c  N dy  2575    438269      1500     30000         0     41164    150000   2472266    122.84    129.72
418.97/105.19	c  N dy  2702    458347      1500     30000         0     32248    150000    943513    122.88    132.88
433.30/108.78	c  N dy  2830    478403      1500     30000         0     52290    150000   4027426    122.91    129.56
448.05/112.45	c  N dy  2949    498499      1500     30000         0     42394    150000   2372429    122.92    130.12
464.40/116.53	c  N dy  3067    518514      1500     30000         0     31422    150000    528184    122.92    129.58
477.16/119.76	c  S st  3184    536931      1500     30000         0     49827    150000   3380185    122.96    123.72
477.96/119.90	c  S st  3184    537433      1500     30000         0     50329    150000   3452918    122.96   no data
477.96/119.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
477.96/119.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
477.96/119.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
477.96/119.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.96/119.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.96/119.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
477.96/119.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
477.96/119.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
478.36/120.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
529.04/132.72	c lits-rem:       256  cl-subs:       18  v-elim:      0  v-fix:    0  time: 12.62 s
529.04/132.72	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
529.04/132.76	c vivif2 --  cl tried    50311 cl shrink        0 lits rem          0 time: 0.04
529.38/132.89	c asymm  cl-useful: 0/6049/30000 lits-rem:0 time: 0.13
529.38/132.89	c calculated reachability. Time: 0.00
529.38/132.89	c  N dy  3184    537433      1500     30000         0     50311    150000   3446545    122.96   no data
546.58/137.15	c  N dy  3297    557552      1500     30000         0     38438    150000   1452380    122.95    131.19
562.89/141.26	c  N dy  3412    577916      1500     30000         0     58796    150000   4576626    122.91    129.98
580.03/145.59	c  N dy  3532    597996      1500     30000         0     45876    150000   2454848    122.90    130.89
598.37/150.19	c  N dy  3662    618184      1500     30000         0     66059    150000   5578058    122.97    131.25
613.91/154.05	c  N dy  3781    638203      1500     30000         0     52087    150000   3281276    122.99    143.40
632.66/158.73	c  N dy  3918    658378      1500     30000         0     37265    150000    842766    123.04    132.86
648.19/162.69	c  N dy  4047    678396      1500     30000         0     57271    150000   3942532    123.08    132.26
666.53/167.20	c  N dy  4175    698407      1500     30000         0     41288    150000   1318428    123.10    130.56
682.54/171.25	c  N dy  4300    718585      1500     30000         0     61443    150000   4423856    123.11    130.20
700.42/175.71	c  N dy  4425    738756      1500     30000         0     44632    150000   1696621    123.11    130.52
717.20/179.96	c  N dy  4550    758920      1500     30000         0     64789    150000   4813939    123.14    132.52
734.74/184.36	c  N dy  4666    779041      1500     30000         0     46924    150000   1889149    123.14    131.84
752.71/188.81	c  N dy  4797    799153      1500     30000         0     67025    150000   5044918    123.21    130.89
760.24/190.71	c  S st  4842    806149      1500     30000         0     74015    150000   6116383    123.21    128.86
761.06/190.92	c  S st  4842    806653      1500     30000         0     74519    150000   6184908    123.21   no data
761.06/190.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
761.06/191.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
761.06/191.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
761.06/191.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
761.06/191.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
761.06/191.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
761.06/191.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
761.48/191.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
762.22/191.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
893.80/224.26	c lits-rem:       458  cl-subs:       41  v-elim:      0  v-fix:    0  time: 32.97 s
893.80/224.26	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
894.20/224.33	c vivif2 --  cl tried    74478 cl shrink        0 lits rem          0 time: 0.08
895.80/224.76	c asymm  cl-useful: 0/17056/30000 lits-rem:0 time: 0.42
895.80/224.76	c calculated reachability. Time: 0.00
895.80/224.76	c  N dy  4842    806653      1500     30000         0     74478    150000   6171214    123.21   no data
912.14/228.88	c  N dy  4966    826694      1500     30000         0     55522    150000   3100892    123.25    129.92
931.68/233.80	c  N dy  5095    847161      1500     30000         0     75979    150000   6270023    123.29    135.00
948.81/238.09	c  N dy  5208    867372      1500     30000         0     56202    150000   3047422    123.30    132.07
968.35/242.95	c  N dy  5335    887572      1500     30000         0     76390    150000   6178485    123.32    130.87
985.89/247.34	c  N dy  5468    907666      1500     30000         0     55491    150000   2789097    123.36    130.03
1005.43/252.22	c  N dy  5594    928251      1500     30000         0     76061    150000   5986064    123.39    130.90
1022.98/256.69	c  N dy  5708    948309      1500     30000         0     54140    150000   2432808    123.38    141.11
1042.16/261.41	c  N dy  5829    968457      1500     30000         0     74277    150000   5560523    123.39    130.11
1062.05/266.44	c  N dy  5965    988464      1500     30000         0     51294    150000   1844919    123.43    129.94
1081.98/271.42	c  N dy  6091   1008474      1500     30000         0     71291    150000   4961016    123.47    130.30
1105.11/277.21	c  N dy  6216   1028651      1500     30000         0     47483    150000   1109558    123.48    132.24
1123.84/281.93	c  N dy  6338   1048674      1500     30000         0     67491    150000   4188013    123.48    130.37
1147.42/287.86	c  N dy  6452   1068750      1500     30000         0     87549    150000   7283067    123.48    130.05
1150.95/288.81	c  F st  6472   1071878      1500     30000         0     45706    150000    686046    123.48   no data
1166.50/292.60	c  N dy  6556   1089468      1500     30000         0     63287    150000   3454701    123.49    130.63
1187.23/297.89	c  N dy  6672   1109536      1500     30000         0     83347    150000   6549715    123.48    132.37
1207.57/302.91	c  N dy  6797   1129605      1500     30000         0     57437    150000   2349689    123.50    130.25
1227.49/307.94	c  N dy  6921   1149725      1500     30000         0     77546    150000   5464158    123.50    130.12
1250.22/313.63	c  N dy  7044   1169959      1500     30000         0     50790    150000   1172577    123.51    130.22
1268.57/318.22	c  N dy  7167   1190027      1500     30000         0     70846    150000   4284406    123.53    152.53
1290.90/323.83	c  S st  7292   1209979      1500     30000         0     90788    150000   7387526    123.55    122.04
1291.71/324.06	c  S st  7292   1210482      1500     30000         0     91291    150000   7452430    123.55   no data
1291.71/324.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1292.14/324.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1292.14/324.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1292.14/324.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1292.14/324.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1292.14/324.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1292.14/324.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1292.48/324.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1293.28/324.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1473.90/369.73	c lits-rem:       603  cl-subs:       50  v-elim:      0  v-fix:    0  time: 45.26 s
1473.90/369.73	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1474.30/369.82	c vivif2 --  cl tried    91241 cl shrink        0 lits rem          0 time: 0.09
1475.91/370.28	c asymm  cl-useful: 0/12944/30000 lits-rem:0 time: 0.45
1475.91/370.28	c calculated reachability. Time: 0.00
1475.91/370.28	c  N dy  7292   1210482      1500     30000         0     91241    150000   7435303    123.55   no data
1494.62/374.99	c  N dy  7405   1230535      1500     30000         0     63311    150000   2966926    123.55    130.17
1515.38/380.21	c  N dy  7533   1250578      1500     30000         0     83347    150000   6102012    123.58    130.17
1538.08/385.88	c  N dy  7667   1270646      1500     30000         0     54436    150000   1459108    123.60    135.61
1556.43/390.48	c  N dy  7782   1290752      1500     30000         0     74535    150000   4578203    123.61    130.16
1579.56/396.24	c  N dy  7899   1310837      1500     30000         0     94609    150000   7683929    123.61    130.15
1598.71/401.10	c  N dy  8009   1330873      1500     30000         0     64651    150000   2884792    123.61    130.41
1619.82/406.36	c  N dy  8139   1350943      1500     30000         0     84704    150000   6007427    123.64    132.22
1643.74/412.36	c  N dy  8258   1371016      1500     30000         0     53794    150000   1043714    123.64    130.70
1662.47/417.01	c  N dy  8374   1391267      1500     30000         0     74036    150000   4180290    123.65    132.86
1685.20/422.74	c  N dy  8499   1411358      1500     30000         0     94118    150000   7281322    123.65    132.76
1707.53/428.32	c  N dy  8637   1431405      1500     30000         0     62186    150000   2214652    123.68    132.85
1727.85/433.46	c  N dy  8765   1451431      1500     30000         0     82203    150000   5322641    123.70    131.70
1754.16/440.06	c  N dy  8894   1471453      1500     30000         0    102218    150000   8445651    123.72    130.61
1774.90/445.27	c  N dy  9019   1491805      1500     30000         0     69588    150000   3221294    123.72    132.20
1797.23/450.89	c  N dy  9144   1511940      1500     30000         0     89709    150000   6339863    123.73    132.93
1823.54/457.43	c  N dy  9266   1531965      1500     30000         0     55746    150000    916019    123.73    131.67
1842.67/462.29	c  N dy  9388   1552070      1500     30000         0     75838    150000   4017902    123.74    130.95
1866.64/468.23	c  N dy  9511   1572166      1500     30000         0     95930    150000   7136526    123.74    133.24
1890.92/474.38	c  N dy  9635   1592213      1500     30000         0     60990    150000   1586750    123.75    133.31
1910.86/479.37	c  N dy  9755   1612267      1500     30000         0     81032    150000   4716786    123.77    131.52
1935.18/485.40	c  N dy  9874   1632338      1500     30000         0    101082    150000   7840396    123.78    130.63
1959.90/491.60	c  N dy  9987   1652524      1500     30000         0     65291    150000   2097284    123.77    137.22
1982.62/497.37	c  N dy 10116   1672539      1500     30000         0     85291    150000   5217546    123.80    130.97
2010.97/504.43	c  N dy 10245   1692736      1500     30000         0    105477    150000   8344577    123.81    136.73
2033.31/510.02	c  S st 10355   1710482      1500     30000         0     66249    150000   2123523    123.82   no data
2034.06/510.21	c  S st 10355   1710984      1500     30000         0     66751    150000   2189838    123.82   no data
2034.06/510.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2034.06/510.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2034.06/510.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2034.06/510.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2034.06/510.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2034.06/510.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2034.06/510.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2034.45/510.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2034.45/510.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2072.36/519.83	c lits-rem:       119  cl-subs:       11  v-elim:      0  v-fix:    0  time:  9.45 s
2072.36/519.83	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2072.36/519.86	c vivif2 --  cl tried    66740 cl shrink        0 lits rem          0 time: 0.03
2073.92/520.27	c asymm  cl-useful: 0/18325/30000 lits-rem:0 time: 0.41
2073.92/520.28	c calculated reachability. Time: 0.00
2073.92/520.28	c  N dy 10355   1710984      1500     30000         0     66740    150000   2186042    123.82   no data
2095.85/525.79	c  N dy 10485   1731052      1500     30000         0     86794    150000   5331523    123.85    132.31
2122.16/532.33	c  N dy 10606   1751084      1500     30000         0    106814    150000   8435184    123.86    145.06
2146.10/538.35	c  N dy 10730   1771378      1500     30000         0     69132    150000   2404553    123.86    132.41
2168.03/543.84	c  N dy 10842   1791524      1500     30000         0     89265    150000   5516582    123.86    130.70
2194.34/550.49	c  N dy 10966   1811605      1500     30000         0    109331    150000   8652835    123.87    132.51
2217.85/556.38	c  N dy 11086   1831689      1500     30000         0     70447    150000   2478666    123.89    132.93
2240.58/562.02	c  N dy 11221   1851784      1500     30000         0     90530    150000   5619395    123.92    132.32
2266.90/568.64	c  N dy 11341   1871836      1500     30000         0    110569    150000   8705904    123.91    131.81
2290.81/574.65	c  N dy 11460   1891871      1500     30000         0     70633    150000   2353240    123.90    141.14
2312.75/580.11	c  N dy 11574   1911879      1500     30000         0     90633    150000   5465146    123.90    143.00
2339.06/586.74	c  N dy 11687   1932061      1500     30000         0    110807    150000   8595546    123.90    131.22
2363.77/592.99	c  N dy 11800   1952131      1500     30000         0     69895    150000   2089839    123.89    131.48
2386.09/598.51	c  N dy 11921   1972357      1500     30000         0     90110    150000   5214355    123.89    133.11
2412.81/605.22	c  N dy 12047   1992450      1500     30000         0    110192    150000   8328378    123.89    131.98
2439.52/611.97	c  N dy 12173   2012504      1500     30000         0     68268    150000   1702751    123.90    131.16
2462.67/617.77	c  N dy 12299   2032510      1500     30000         0     88262    150000   4819085    123.91    131.25
2489.41/624.46	c  N dy 12416   2052819      1500     30000         0    108562    150000   7976369    123.91    130.78
2519.28/631.94	c  N dy 12538   2072862      1500     30000         0     65623    150000   1131410    123.92    130.81
2540.81/637.32	c  N dy 12664   2092989      1500     30000         0     85738    150000   4274052    123.93    132.37
2566.31/643.74	c  N dy 12781   2113405      1500     30000         0    106145    150000   7456707    123.93    132.46
2595.81/651.19	c  N dy 12906   2133556      1500     30000         0    126278    150000  10566470    123.93    131.61
2617.74/656.64	c  N dy 13030   2153566      1500     30000         0     82324    150000   3592371    123.94    131.21
2642.07/662.75	c  N dy 13153   2173651      1500     30000         0    102396    150000   6742051    123.96    133.94
2671.97/670.24	c  N dy 13281   2194020      1500     30000         0    122747    150000   9930713    123.97    131.15
2692.70/675.48	c  S st 13374   2210984      1500     30000         0     74740    150000   2259709    123.97    117.04
2693.50/675.67	c  S st 13374   2211491      1500     30000         0     75246    150000   2328667    123.97   no data
2693.50/675.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2693.90/675.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2693.90/675.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2693.90/675.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2693.90/675.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2693.90/675.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2693.90/675.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2693.90/675.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2694.29/675.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2725.81/683.80	c lits-rem:       164  cl-subs:       11  v-elim:      0  v-fix:    0  time:  7.95 s
2725.81/683.80	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2726.24/683.83	c vivif2 --  cl tried    75235 cl shrink        0 lits rem          0 time: 0.03
2727.38/684.16	c asymm  cl-useful: 0/11675/30000 lits-rem:0 time: 0.33
2727.38/684.17	c calculated reachability. Time: 0.00
2727.38/684.17	c  N dy 13374   2211491      1500     30000         0     75235    150000   2325246    123.97   no data
2750.51/689.91	c  N dy 13495   2231584      1500     30000         0     95319    150000   5443172    123.98    130.54
2777.62/696.76	c  N dy 13613   2251796      1500     30000         0    115518    150000   8570141    123.98    133.06
2807.11/704.17	c  N dy 13742   2271881      1500     30000         0     69631    150000   1306681    123.99    130.60
2828.65/709.57	c  N dy 13870   2291926      1500     30000         0     89663    150000   4414900    124.00    133.56
2856.16/716.44	c  N dy 13986   2311937      1500     30000         0    109667    150000   7547540    124.00    132.57
2888.85/724.65	c  N dy 14110   2332011      1500     30000         0    129737    150000  10667052    124.01    139.93
2913.18/730.78	c  N dy 14227   2352120      1500     30000         0     82867    150000   3228982    124.01    130.69
2938.68/737.18	c  N dy 14350   2372226      1500     30000         0    102965    150000   6379209    124.02    130.86
2968.59/744.69	c  N dy 14474   2392310      1500     30000         0    123040    150000   9505795    124.03    134.02
2997.73/751.94	c  N dy 14585   2412572      1500     30000         0     75324    150000   1904857    124.02    131.91
3020.43/757.67	c  N dy 14709   2432587      1500     30000         0     95322    150000   5006749    124.02    131.33
3048.35/764.64	c  N dy 14831   2452957      1500     30000         0    115677    150000   8165117    124.02    130.65
3080.25/772.67	c  N dy 14955   2473087      1500     30000         0    135799    150000  11282350    124.02    130.66
3103.40/778.47	c  N dy 15084   2493159      1500     30000         0     86903    150000   3551934    124.03    130.78
3128.88/784.80	c  N dy 15206   2513275      1500     30000         0    107010    150000   6675319    124.04    135.69
3158.39/792.25	c  N dy 15334   2533286      1500     30000         0    127006    150000   9783024    124.04    130.93
3187.09/799.48	c  N dy 15458   2553387      1500     30000         0     77139    150000   1883461    124.04    133.24
3211.01/805.43	c  N dy 15584   2573463      1500     30000         0     97202    150000   5017274    124.05    131.40
3241.31/813.07	c  N dy 15699   2593470      1500     30000         0    117198    150000   8151103    124.05    141.65
3275.60/821.61	c  N dy 15818   2613482      1500     30000         0    137202    150000  11269250    124.06    132.14
3301.50/828.10	c  N dy 15940   2633592      1500     30000         0     86335    150000   3173607    124.06    130.84
3327.07/834.59	c  N dy 16064   2653606      1500     30000         0    106335    150000   6300329    124.07    141.68
3356.94/842.03	c  N dy 16188   2673632      1500     30000         0    126351    150000   9418648    124.08    131.79
3389.62/850.26	c  N dy 16311   2693756      1500     30000         0     74500    150000   1188723    124.08    130.89
3409.16/855.11	c  S st 16408   2711491      1500     30000         0     92225    150000   3938591    124.08    122.21
3409.98/855.34	c  S st 16408   2711994      1500     30000         0     92728    150000   4001234    124.08   no data
3409.98/855.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3410.41/855.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3410.41/855.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3410.41/855.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3410.41/855.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3410.41/855.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3410.41/855.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3410.41/855.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3410.76/855.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3468.16/869.99	c lits-rem:       235  cl-subs:       15  v-elim:      0  v-fix:    0  time: 14.38 s
3468.16/869.99	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3468.56/870.04	c vivif2 --  cl tried    92713 cl shrink        0 lits rem          0 time: 0.05
3470.16/870.47	c asymm  cl-useful: 0/14832/30000 lits-rem:0 time: 0.43
3470.16/870.48	c calculated reachability. Time: 0.00
3470.16/870.48	c  N dy 16408   2711994      1500     30000         0     92713    150000   3996062    124.08   no data
3497.27/877.28	c  N dy 16530   2732130      1500     30000         0    112840    150000   7128272    124.09    131.22
3529.17/885.22	c  N dy 16660   2752180      1500     30000         0    132876    150000  10267304    124.10    131.11
3559.51/892.82	c  N dy 16785   2772227      1500     30000         0     79957    150000   1890719    124.10    130.97
3582.59/898.64	c  N dy 16899   2792238      1500     30000         0     99956    150000   5006130    124.11    131.11
3611.30/905.80	c  N dy 17027   2812331      1500     30000         0    120042    150000   8161975    124.12    134.78
3643.98/914.03	c  N dy 17147   2832483      1500     30000         0    140183    150000  11291693    124.12    136.92
3671.09/920.87	c  N dy 17269   2852537      1500     30000         0     86269    150000   2735865    124.12    133.18
3696.61/927.28	c  N dy 17400   2872608      1500     30000         0    106329    150000   5857724    124.13    133.19
3728.11/935.11	c  N dy 17514   2892640      1500     30000         0    126354    150000   8962029    124.12    161.72
3765.21/944.46	c  N dy 17636   2913094      1500     30000         0    146794    150000  12141880    124.13    131.53
3791.11/950.90	c  N dy 17759   2933223      1500     30000         0     91953    150000   3470471    124.13    131.60
3817.84/957.65	c  N dy 17878   2953235      1500     30000         0    111949    150000   6585615    124.14    132.70
3848.96/965.48	c  N dy 17993   2973263      1500     30000         0    131961    150000   9692750    124.14    130.80
3884.80/974.46	c  N dy 18115   2993417      1500     30000         0     76148    150000    863151    124.14    131.24
3907.53/980.19	c  N dy 18235   3013468      1500     30000         0     96181    150000   3984992    124.15    154.94
3935.03/987.07	c  N dy 18362   3033576      1500     30000         0    116278    150000   7106914    124.15    131.13
3966.94/995.07	c  N dy 18486   3053759      1500     30000         0    136449    150000  10263063    124.16    131.50
4000.80/1003.56	c  N dy 18598   3073863      1500     30000         0     79591    150000   1249745    124.16    132.78
4024.72/1009.50	c  N dy 18722   3093920      1500     30000         0     99637    150000   4372720    124.16    132.39
4053.03/1016.61	c  N dy 18847   3114270      1500     30000         0    119978    150000   7559245    124.17    131.22
4088.52/1025.51	c  N dy 18964   3134439      1500     30000         0    140137    150000  10703212    124.17    131.23
4127.99/1035.43	c  N dy 19084   3154442      1500     30000         0     82175    150000   1504034    124.17    131.51
4155.95/1042.45	c  N dy 19207   3174616      1500     30000         0    102339    150000   4662480    124.18    131.01
4190.19/1051.04	c  N dy 19337   3195060      1500     30000         0    122770    150000   7855642    124.19    130.74
4222.88/1059.25	c  S st 19445   3211996      1500     30000         0    139697    150000  10502827    124.20   no data
4224.47/1059.64	c  S st 19445   3212497      1500     30000         0    140198    150000  10570837    124.20   no data
4224.47/1059.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4224.88/1059.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4225.28/1059.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4225.28/1059.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4225.28/1059.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4225.28/1059.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4225.28/1059.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4225.28/1059.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4226.87/1060.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4438.19/1113.28	c lits-rem:       521  cl-subs:       62  v-elim:      0  v-fix:    0  time: 52.99 s
4438.19/1113.28	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4438.99/1113.42	c vivif2 --  cl tried   140136 cl shrink        0 lits rem          0 time: 0.13
4440.60/1113.91	c asymm  cl-useful: 0/9410/30000 lits-rem:0 time: 0.49
4440.60/1113.91	c calculated reachability. Time: 0.00
4440.60/1113.91	c  N dy 19445   3212497      1500     30000         0    140136    150000  10549080    124.20   no data
4476.45/1122.88	c  N dy 19573   3232509      1500     30000         0     81179    150000   1206010    124.20    143.22
4500.39/1128.89	c  N dy 19699   3252573      1500     30000         0    101230    150000   4317279    124.21    132.45
4528.74/1135.95	c  N dy 19811   3272651      1500     30000         0    121299    150000   7441336    124.21    130.76
4561.77/1144.21	c  N dy 19927   3292862      1500     30000         0    141498    150000  10592995    124.21    131.57
4597.66/1153.26	c  N dy 20046   3313004      1500     30000         0     81672    150000   1141082    124.21    131.12
4621.58/1159.28	c  N dy 20168   3333047      1500     30000         0    101699    150000   4276118    124.22    148.13
4650.29/1166.42	c  N dy 20286   3353294      1500     30000         0    121940    150000   7428546    124.22    132.60
4685.78/1175.35	c  N dy 20410   3373309      1500     30000         0    141941    150000  10544273    124.23    139.35
4727.22/1185.72	c  N dy 20537   3393449      1500     30000         0     81114    150000    906362    124.23    132.38
4753.14/1192.25	c  N dy 20660   3413579      1500     30000         0    101236    150000   4034682    124.23    131.74
4784.24/1200.08	c  N dy 20797   3433639      1500     30000         0    121286    150000   7188589    124.25    131.95

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.77 5.81 7.03 2/380 10882
/proc/meminfo: memFree=14913504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 407 0 0 0 0 0 0 0 21 0 4 0 729738057 52396032 347 33554432000 4194304 4580107 140734695524368 18446744073709551615 47601168500648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 12792 347 299 95 0 7774 0
[pid=10882/tid=10883] ppid=10880 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 729738058 52396032 347 33554432000 4194304 4580107 140734695524368 18446744073709551615 47601168500662 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 729738058 52396032 347 33554432000 4194304 4580107 140734695524368 18446744073709551615 47601168500658 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 729738058 52396032 347 33554432000 4194304 4580107 140734695524368 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.042798 s]
/proc/loadavg: 3.77 5.81 7.03 2/380 10882
/proc/meminfo: memFree=14913504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=291248 CPUtime=0.73 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) D 10880 10882 10272 0 -1 4202496 7067 0 0 0 72 1 0 0 18 0 4 0 729738057 298237952 6973 33554432000 4194304 4580107 140734695524368 18446744073709551615 216735221943 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 72812 6973 363 95 0 67794 0
[pid=10882/tid=10883] ppid=10880 vsize=291248 CPUtime=0.18 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) D 10880 10882 10272 0 -1 4202560 1792 0 0 0 18 0 0 0 18 0 4 0 729738058 298237952 6973 33554432000 4194304 4580107 140734695524368 18446744073709551615 216735221943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=291248 CPUtime=0.18 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 1931 0 0 0 18 0 0 0 18 0 4 0 729738058 298237952 6973 33554432000 4194304 4580107 140734695524368 18446744073709551615 216734839493 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=291248 CPUtime=0.17 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) D 10880 10882 10272 0 -1 4202560 1273 0 0 0 17 0 0 0 18 0 4 0 729738058 298237952 6973 33554432000 4194304 4580107 140734695524368 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 291248

[startup+0.871593 s]
/proc/loadavg: 3.77 5.81 7.03 2/380 10882
/proc/meminfo: memFree=14913504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=300268 CPUtime=3.41 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 16176 0 0 0 337 4 0 0 18 0 4 0 729738057 307474432 10366 33554432000 4194304 4580107 140734695524368 18446744073709551615 4321646 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 75067 10366 377 95 0 70049 0
[pid=10882/tid=10883] ppid=10880 vsize=300268 CPUtime=0.84 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4294 0 0 0 84 0 0 0 18 0 4 0 729738058 307474432 10366 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=300268 CPUtime=0.85 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4178 0 0 0 84 1 0 0 18 0 4 0 729738058 307474432 10366 33554432000 4194304 4580107 140734695524368 18446744073709551615 4295739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=300268 CPUtime=0.84 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 3013 0 0 0 84 0 0 0 19 0 4 0 729738058 307474432 10366 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 300268

[startup+0.971577 s]
/proc/loadavg: 3.77 5.81 7.03 2/380 10882
/proc/meminfo: memFree=14913504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=300268 CPUtime=3.81 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 16852 0 0 0 377 4 0 0 18 0 4 0 729738057 307474432 11042 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 75067 11042 377 95 0 70049 0
[pid=10882/tid=10883] ppid=10880 vsize=300268 CPUtime=0.94 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4467 0 0 0 94 0 0 0 18 0 4 0 729738058 307474432 11042 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=300268 CPUtime=0.95 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4342 0 0 0 94 1 0 0 18 0 4 0 729738058 307474432 11042 33554432000 4194304 4580107 140734695524368 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=300268 CPUtime=0.94 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 3190 0 0 0 94 0 0 0 19 0 4 0 729738058 307474432 11042 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 300268

[startup+1.00057 s]
/proc/loadavg: 3.77 5.81 7.03 2/380 10882
/proc/meminfo: memFree=14913504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=300268 CPUtime=3.93 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 17063 0 0 0 389 4 0 0 19 0 4 0 729738057 307474432 11253 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 75067 11253 377 95 0 70049 0
[pid=10882/tid=10883] ppid=10880 vsize=300268 CPUtime=0.97 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4514 0 0 0 97 0 0 0 18 0 4 0 729738058 307474432 11253 33554432000 4194304 4580107 140734695524368 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=300268 CPUtime=0.97 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4390 0 0 0 96 1 0 0 18 0 4 0 729738058 307474432 11253 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=300268 CPUtime=0.96 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 3259 0 0 0 96 0 0 0 19 0 4 0 729738058 307474432 11253 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 300268

[startup+1.50049 s]
/proc/loadavg: 3.77 5.81 7.03 2/380 10882
/proc/meminfo: memFree=14913504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=301332 CPUtime=5.93 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 22167 0 0 0 587 6 0 0 19 0 4 0 729738057 308563968 11095 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 75333 11095 377 95 0 70315 0
[pid=10882/tid=10883] ppid=10880 vsize=301332 CPUtime=1.48 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 5796 0 0 0 147 1 0 0 19 0 4 0 729738058 308563968 11095 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=301332 CPUtime=1.47 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 5627 0 0 0 146 1 0 0 19 0 4 0 729738058 308563968 11095 33554432000 4194304 4580107 140734695524368 18446744073709551615 4318415 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=301332 CPUtime=1.47 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 4556 0 0 0 146 1 0 0 20 0 4 0 729738058 308563968 11095 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 301332

[startup+3.10021 s]
/proc/loadavg: 3.77 5.81 7.03 9/390 10895
/proc/meminfo: memFree=14730948/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=303016 CPUtime=12.29 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 36435 0 0 0 1220 9 0 0 24 0 4 0 729738057 310288384 12351 33554432000 4194304 4580107 140734695524368 18446744073709551615 4321069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 75754 12351 378 95 0 70736 0
[pid=10882/tid=10883] ppid=10880 vsize=303016 CPUtime=3.07 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 9376 0 0 0 306 1 0 0 24 0 4 0 729738058 310288384 12351 33554432000 4194304 4580107 140734695524368 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=303016 CPUtime=3.08 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 9196 0 0 0 305 3 0 0 23 0 4 0 729738058 310288384 12351 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=303016 CPUtime=3.04 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 8110 0 0 0 303 1 0 0 25 0 4 0 729738058 310288384 12351 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 303016

[startup+6.30066 s]
/proc/loadavg: 4.11 5.85 7.04 9/390 10895
/proc/meminfo: memFree=14598656/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=338312 CPUtime=25.05 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 76036 0 0 0 2487 18 0 0 25 0 4 0 729738057 346431488 37186 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 84578 37186 379 95 0 79560 0
[pid=10882/tid=10883] ppid=10880 vsize=338312 CPUtime=6.27 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 17181 0 0 0 624 3 0 0 25 0 4 0 729738058 346431488 37186 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=338312 CPUtime=6.27 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 20312 0 0 0 622 5 0 0 25 0 4 0 729738058 346431488 37186 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=338312 CPUtime=6.2 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 19077 0 0 0 616 4 0 0 25 0 4 0 729738058 346431488 37186 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 338312

[startup+12.7006 s]
/proc/loadavg: 4.42 5.88 7.04 9/390 10895
/proc/meminfo: memFree=14461760/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=348820 CPUtime=50.59 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 110329 0 0 0 5034 25 0 0 25 0 4 0 729738057 357191680 52546 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 87205 52546 379 95 0 82187 0
[pid=10882/tid=10883] ppid=10880 vsize=348820 CPUtime=12.68 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 28710 0 0 0 1263 5 0 0 25 0 4 0 729738058 357191680 52565 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=348820 CPUtime=12.68 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 25012 0 0 0 1261 7 0 0 25 0 4 0 729738058 357191680 52566 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=348820 CPUtime=12.53 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 27400 0 0 0 1248 5 0 0 25 0 4 0 729738058 357191680 52566 33554432000 4194304 4580107 140734695524368 18446744073709551615 4324523 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 348820

[startup+25.5003 s]
/proc/loadavg: 5.21 5.98 7.06 9/390 10896
/proc/meminfo: memFree=14178784/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=436096 CPUtime=101.6 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 162869 0 0 0 10121 39 0 0 25 0 4 0 729738057 446562304 74910 33554432000 4194304 4580107 140734695524368 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 109024 74910 379 95 0 104006 0
[pid=10882/tid=10883] ppid=10880 vsize=436096 CPUtime=25.46 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 43476 0 0 0 2538 8 0 0 25 0 4 0 729738058 446562304 74910 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=436096 CPUtime=25.47 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 31183 0 0 0 2538 9 0 0 25 0 4 0 729738058 446562304 74910 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=436096 CPUtime=25.16 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 41016 0 0 0 2508 8 0 0 25 0 4 0 729738058 446562304 74910 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 436096

[startup+51.1009 s]
/proc/loadavg: 6.16 6.15 7.08 9/390 10896
/proc/meminfo: memFree=14003068/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=559824 CPUtime=203.67 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 264324 0 0 0 20303 64 0 0 25 0 4 0 729738057 573259776 91088 33554432000 4194304 4580107 140734695524368 18446744073709551615 4415999 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10882/statm: 139956 91088 379 95 0 134938 0
[pid=10882/tid=10883] ppid=10880 vsize=559824 CPUtime=51.06 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 71549 0 0 0 5090 16 0 0 25 0 4 0 729738058 573259776 91088 33554432000 4194304 4580107 140734695524368 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=559824 CPUtime=51.07 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 53689 0 0 0 5093 14 0 0 25 0 4 0 729738058 573259776 91088 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=559824 CPUtime=50.43 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 70049 0 0 0 5028 15 0 0 25 0 4 0 729738058 573259776 91088 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.67
Current children cumulated vsize (KiB) 559824

[startup+102.301 s]
/proc/loadavg: 7.26 6.45 7.13 9/390 10898
/proc/meminfo: memFree=13807176/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=685856 CPUtime=407.78 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 428134 0 0 0 40671 107 0 0 25 0 4 0 729738057 702316544 104472 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 171464 104472 379 95 0 166446 0
[pid=10882/tid=10883] ppid=10880 vsize=685856 CPUtime=102.26 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 120138 0 0 0 10196 30 0 0 25 0 4 0 729738058 702316544 104472 33554432000 4194304 4580107 140734695524368 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=685856 CPUtime=101.82 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 89153 0 0 0 10161 21 0 0 25 0 4 0 729738058 702316544 104472 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=685856 CPUtime=101.41 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 118414 0 0 0 10112 29 0 0 25 0 4 0 729738058 702316544 104472 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 685856

[startup+162.301 s]

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

[pid=10882] ppid=10880 vsize=1217396 CPUtime=2799.94 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 1713633 0 0 0 279452 542 0 0 25 0 4 0 729738057 1246613504 218819 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 304349 218819 382 95 0 299331 0
[pid=10882/tid=10883] ppid=10880 vsize=1217396 CPUtime=702.22 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 458549 0 0 0 70075 147 0 0 25 0 4 0 729738058 1246613504 218819 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1217396 CPUtime=694.19 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 389605 0 0 0 69299 120 0 0 25 0 4 0 729738058 1246613504 218819 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1217396 CPUtime=701.4 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 471243 0 0 0 69994 146 0 0 25 0 4 0 729738058 1246613504 218819 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.94
Current children cumulated vsize (KiB) 1217396

[startup+762.3 s]
/proc/loadavg: 8.15 7.93 7.61 9/390 10915
/proc/meminfo: memFree=12687444/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1226800 CPUtime=3039.17 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 1811552 0 0 0 303342 575 0 0 25 0 4 0 729738057 1256243200 224821 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 306700 224821 382 95 0 301682 0
[pid=10882/tid=10883] ppid=10880 vsize=1226800 CPUtime=762.21 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 487331 0 0 0 76065 156 0 0 25 0 4 0 729738058 1256243200 224821 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1226800 CPUtime=753.44 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 400666 0 0 0 75221 123 0 0 25 0 4 0 729738058 1256243200 224821 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1226800 CPUtime=761.4 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 501376 0 0 0 75984 156 0 0 25 0 4 0 729738058 1256243200 224821 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.17
Current children cumulated vsize (KiB) 1226800

[startup+822.301 s]
/proc/loadavg: 8.12 7.96 7.64 9/390 10917
/proc/meminfo: memFree=12673964/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1312108 CPUtime=3278.4 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 1918278 0 0 0 327224 616 0 0 25 0 4 0 729738057 1343598592 240448 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 328027 240448 382 95 0 323009 0
[pid=10882/tid=10883] ppid=10880 vsize=1312108 CPUtime=822.21 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 515510 0 0 0 82057 164 0 0 25 0 4 0 729738058 1343598592 240451 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1312108 CPUtime=812.68 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 430216 0 0 0 81132 136 0 0 25 0 4 0 729738058 1343598592 240451 33554432000 4194304 4580107 140734695524368 18446744073709551615 4324343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1312108 CPUtime=821.41 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 525348 0 0 0 81976 165 0 0 25 0 4 0 729738058 1343598592 240451 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.4
Current children cumulated vsize (KiB) 1312108

[startup+882.3 s]
/proc/loadavg: 8.11 7.98 7.66 9/390 10918
/proc/meminfo: memFree=12765188/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1257436 CPUtime=3517.6 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2004797 0 0 0 351109 651 0 0 25 0 4 0 729738057 1287614464 231908 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 314359 231908 382 95 0 309341 0
[pid=10882/tid=10883] ppid=10880 vsize=1257436 CPUtime=882.2 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 537904 0 0 0 88046 174 0 0 25 0 4 0 729738058 1287614464 231908 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1257436 CPUtime=871.91 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 451328 0 0 0 87046 145 0 0 25 0 4 0 729738058 1287614464 231908 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1257436 CPUtime=881.4 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 549250 0 0 0 87967 173 0 0 25 0 4 0 729738058 1287614464 231908 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3517.6
Current children cumulated vsize (KiB) 1257436

[startup+942.315 s]
/proc/loadavg: 8.09 8.00 7.69 9/390 10920
/proc/meminfo: memFree=12767480/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1383596 CPUtime=3756.87 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2104836 0 0 0 374997 690 0 0 25 0 4 0 729738057 1416802304 242528 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 345899 242529 382 95 0 340881 0
[pid=10882/tid=10883] ppid=10880 vsize=1383596 CPUtime=942.2 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 566133 0 0 0 94036 184 0 0 25 0 4 0 729738058 1416802304 242529 33554432000 4194304 4580107 140734695524368 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1383596 CPUtime=931.16 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 467324 0 0 0 92965 151 0 0 25 0 4 0 729738058 1416802304 242529 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1383596 CPUtime=941.41 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 577335 0 0 0 93956 185 0 0 25 0 4 0 729738058 1416802304 242529 33554432000 4194304 4580107 140734695524368 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3756.87
Current children cumulated vsize (KiB) 1383596

[startup+1002.3 s]
/proc/loadavg: 8.09 8.01 7.71 9/390 10931
/proc/meminfo: memFree=12593504/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1320020 CPUtime=3996.02 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2196896 0 0 0 398875 727 0 0 25 0 4 0 729738057 1351700480 244870 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 330005 244871 382 95 0 324987 0
[pid=10882/tid=10883] ppid=10880 vsize=1320020 CPUtime=1002.19 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 593713 0 0 0 100024 195 0 0 25 0 4 0 729738058 1351700480 244871 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1320020 CPUtime=990.38 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 480218 0 0 0 98881 157 0 0 25 0 4 0 729738058 1351700480 244871 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1320020 CPUtime=1001.39 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 604893 0 0 0 99943 196 0 0 25 0 4 0 729738058 1351700480 244871 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3996.02
Current children cumulated vsize (KiB) 1320020

[startup+1062.3 s]
/proc/loadavg: 8.14 8.04 7.74 9/390 10932
/proc/meminfo: memFree=12375076/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1654836 CPUtime=4235.24 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2323462 0 0 0 422758 766 0 0 25 0 4 0 729738057 1694552064 325096 33554432000 4194304 4580107 140734695524368 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 413709 325096 382 95 0 408691 0
[pid=10882/tid=10883] ppid=10880 vsize=1654836 CPUtime=1062.18 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 636526 0 0 0 106015 203 0 0 25 0 4 0 729738058 1694552064 325096 33554432000 4194304 4580107 140734695524368 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1654836 CPUtime=1049.61 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 499090 0 0 0 104793 168 0 0 25 0 4 0 729738058 1694552064 325096 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1654836 CPUtime=1061.38 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 634289 0 0 0 105937 201 0 0 25 0 4 0 729738058 1694552064 325096 33554432000 4194304 4580107 140734695524368 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4235.24
Current children cumulated vsize (KiB) 1654836

[startup+1122.3 s]
/proc/loadavg: 8.14 8.06 7.76 9/390 10934
/proc/meminfo: memFree=12247652/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1532444 CPUtime=4474.47 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2373282 0 0 0 446658 789 0 0 25 0 4 0 729738057 1569222656 310683 33554432000 4194304 4580107 140734695524368 18446744073709551615 4485991 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 383111 310689 382 95 0 378093 0
[pid=10882/tid=10883] ppid=10880 vsize=1532444 CPUtime=1122.18 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 646879 0 0 0 112011 207 0 0 25 0 4 0 729738058 1569222656 310693 33554432000 4194304 4580107 140734695524368 18446744073709551615 4321093 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1532444 CPUtime=1108.86 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 517343 0 0 0 110707 179 0 0 25 0 4 0 729738058 1569222656 310698 33554432000 4194304 4580107 140734695524368 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1532444 CPUtime=1121.39 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 651322 0 0 0 111930 209 0 0 25 0 4 0 729738058 1569222656 310700 33554432000 4194304 4580107 140734695524368 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4474.47
Current children cumulated vsize (KiB) 1532444

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 7.78 9/390 10935
/proc/meminfo: memFree=11988776/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1642888 CPUtime=4713.67 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2474042 0 0 0 470541 826 0 0 25 0 4 0 729738057 1682317312 334962 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 410722 334962 382 95 0 405704 0
[pid=10882/tid=10883] ppid=10880 vsize=1642888 CPUtime=1182.18 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 673318 0 0 0 118000 218 0 0 25 0 4 0 729738058 1682317312 334962 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1642888 CPUtime=1168.08 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 540342 0 0 0 116623 185 0 0 25 0 4 0 729738058 1682317312 334962 33554432000 4194304 4580107 140734695524368 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1642888 CPUtime=1181.38 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 676943 0 0 0 117919 219 0 0 25 0 4 0 729738058 1682317312 334962 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.67
Current children cumulated vsize (KiB) 1642888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.11 8.07 7.78 10/390 10936
/proc/meminfo: memFree=11965912/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1584972 CPUtime=4800.26 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2502547 0 0 0 479187 839 0 0 25 0 4 0 729738057 1623011328 320742 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 396243 320742 382 95 0 391225 0
[pid=10882/tid=10883] ppid=10880 vsize=1584972 CPUtime=1203.9 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 681998 0 0 0 120168 222 0 0 25 0 4 0 729738058 1623011328 320754 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1584972 CPUtime=1189.52 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 540342 0 0 0 118767 185 0 0 25 0 4 0 729738058 1623011328 320754 33554432000 4194304 4580107 140734695524368 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1584972 CPUtime=1203.11 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 686817 0 0 0 120088 223 0 0 25 0 4 0 729738058 1623011328 320754 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1584972

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

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

[startup+1204 s]
/proc/loadavg: 8.11 8.07 7.78 10/390 10936
/proc/meminfo: memFree=11965912/32951124 swapFree=65586204/67111528
[pid=10882] ppid=10880 vsize=1584972 CPUtime=4800.26 cores=1,3,5,7
/proc/10882/stat : 10882 (strangenight2-m) R 10880 10882 10272 0 -1 4202496 2502547 0 0 0 479187 839 0 0 25 0 4 0 729738057 1623011328 320742 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10882/statm: 396243 320742 382 95 0 391225 0
[pid=10882/tid=10883] ppid=10880 vsize=1584972 CPUtime=1203.9 cores=1,3,5,7
/proc/10882/task/10883/stat : 10883 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 681998 0 0 0 120168 222 0 0 25 0 4 0 729738058 1623011328 320754 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10882/tid=10884] ppid=10880 vsize=1584972 CPUtime=1189.52 cores=1,3,5,7
/proc/10882/task/10884/stat : 10884 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 540342 0 0 0 118767 185 0 0 25 0 4 0 729738058 1623011328 320754 33554432000 4194304 4580107 140734695524368 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10882/tid=10885] ppid=10880 vsize=1584972 CPUtime=1203.11 cores=1,3,5,7
/proc/10882/task/10885/stat : 10885 (strangenight2-m) R 10880 10882 10272 0 -1 4202560 686817 0 0 0 120088 223 0 0 25 0 4 0 729738058 1623011328 320754 33554432000 4194304 4580107 140734695524368 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1584972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.09
CPU time (s): 4800.37
CPU user time (s): 4791.92
CPU system time (s): 8.45371
CPU usage (%): 398.671
Max. virtual memory (cumulated for all children) (KiB): 1655392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.92
system time used= 8.45371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2502564
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= 2443
involuntary context switches= 34877

runsolver used 4.33734 second user time and 10.9753 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 19:44:34
IDJOB=3366107
IDBENCH=82516
IDSOLVER=1844
FILE ID=node119/3366107-1305395074
RUNJOBID= node119-1305395074-10869
PBS_JOBID= 13324436
Free space on /tmp= 73196 MiB

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

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

MD5SUM BENCH= 4d2cfd51677809bb15d90c916352e4e2
RANDOM SEED=1233363896

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14914156 kB
Buffers:        279108 kB
Cached:        4543488 kB
SwapCached:       4756 kB
Active:       14690752 kB
Inactive:      3014800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14914156 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:    12881340 kB
Mapped:          29528 kB
Slab:           210440 kB
PageTables:      56324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102464620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73180 MiB
End job on node119 at 2011-05-14 20:04:40