Trace number 3173725

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173725-1304030117.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.02	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.02	c -- vars added       2000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.78/0.25	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.78/0.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.78/0.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.78/0.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.78/0.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.78/0.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.78/0.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.78/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.78/0.81	c Finding binary XORs  T:     0.00 s  found:       0
0.78/0.81	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.78/0.81	c calculated reachability. Time: 0.00
0.78/0.81	c Calc default polars -  time:   0.00 s pos:     944 undec:      84 neg:     972
0.78/0.81	c =========================================================================================
0.78/0.81	c types(t): F = full restart, N = normal restart
0.78/0.81	c types(t): S = simplification begin/end, E = solution found
0.78/0.81	c restart types(rt): st = static, dy = dynamic
0.78/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/0.81	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
0.78/0.81	c  N dy    20      4100      2000     40000         0      4097    200000    790933    142.81    150.88
5.01/1.28	c  N dy    47      8128      2000     40000         0      4795    200000    491216    143.67    151.87
6.77/1.77	c  N dy    72     12182      2000     40000         0      8848    200000   1223923    143.47    151.16
8.76/2.28	c  N dy   100     16257      2000     40000         0      7423    200000    641234    144.05    152.14
10.76/2.79	c  N dy   124     20285      2000     40000         0     11449    200000   1370713    144.07    151.92
13.16/3.35	c  N dy   151     24439      2000     40000         0      8525    200000    574228    143.85    154.24
13.55/3.42	c  F st   155     25000      2000     40000         0      9086    200000    675579    143.89    130.31
15.96/4.08	c  N dy   161     30000      2000     40000         0     14082    200000   1684594    143.89   no data
15.96/4.08	c  S st   161     30000      2000     40000         0     14082    200000   1684594    143.89   no data
16.37/4.17	c  S st   161     30500      2000     40000         0     14582    200000   1766695    143.89   no data
16.37/4.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.37/4.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.77/4.20	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.77/4.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.77/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.77/4.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.77/4.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.77/4.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
17.15/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.54/5.99	c lits-rem:       169  cl-subs:       21  v-elim:      0  v-fix:    0  time:  1.68 s
24.74/6.30	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
24.74/6.30	c calculated reachability. Time: 0.00
24.74/6.30	c  N dy   161     30500      2000     40000         0     14561    200000   1757283    143.89   no data
27.53/6.90	c  N dy   187     34590      2000     40000         0     10282    200000    695642    144.10    202.51
29.55/7.47	c  N dy   216     38634      2000     40000         0     14325    200000   1434686    144.35    154.35
31.93/8.05	c  N dy   241     42652      2000     40000         0     18343    200000   2164696    144.29    155.67
33.53/8.49	c  S st   261     45752      2000     40000         0     11924    200000    778493    144.16    136.41
33.94/8.58	c  S st   261     46253      2000     40000         0     12425    200000    856529    144.16   no data
33.94/8.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.35/8.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
34.35/8.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.35/8.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.35/8.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.35/8.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
34.35/8.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.35/8.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
34.35/8.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.92/9.01	c lits-rem:        10  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.35 s
35.92/9.01	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.92/9.02	c vivif2 --  cl tried    12425 cl shrink        0 lits rem          0 time: 0.01
36.72/9.29	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.27
36.72/9.30	c calculated reachability. Time: 0.00
36.72/9.30	c  N dy   261     46253      2000     40000         0     12425    200000    856519    144.16   no data
39.12/9.89	c  N dy   288     50382      2000     40000         0     16552    200000   1621962    144.37    153.71
41.51/10.49	c  N dy   314     54502      2000     40000         0     20670    200000   2357026    144.14    152.75
43.91/11.05	c  N dy   340     58565      2000     40000         0     14143    200000    997175    144.27    152.39
46.30/11.68	c  N dy   367     62854      2000     40000         0     18432    200000   1783885    144.20    151.98
49.10/12.35	c  N dy   392     66899      2000     40000         0     22477    200000   2527973    144.28    151.98
50.70/12.74	c  S st   407     69379      2000     40000         0     13330    200000    658630    144.46   no data
51.10/12.83	c  S st   407     69887      2000     40000         0     13838    200000    741137    144.46   no data
51.10/12.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.10/12.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.10/12.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.10/12.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.10/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.10/12.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.10/12.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.10/12.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.10/12.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.30/13.17	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.27 s
52.30/13.18	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.30/13.19	c vivif2 --  cl tried    13837 cl shrink        0 lits rem          0 time: 0.01
53.50/13.48	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
53.50/13.48	c calculated reachability. Time: 0.00
53.50/13.48	c  N dy   407     69887      2000     40000         0     13837    200000    740646    144.46   no data
56.31/14.15	c  N dy   437     74368      2000     40000         0     18316    200000   1565637    144.65    156.21
59.49/14.98	c  N dy   469     79242      2000     40000         0     23189    200000   2449019    144.61    152.82
62.68/15.78	c  N dy   498     84315      2000     40000         0     15616    200000    904036    144.56    172.37
64.70/16.28	c  F st   520     87501      2000     40000         0     18802    200000   1488957    144.58    119.58
66.67/16.78	c  N st   525     90804      2000     40000         0     22103    200000   2122343    144.58   no data
70.67/17.77	c  N dy   551     96646      2000     40000         0     14289    200000    485836    144.61    155.41
74.26/18.69	c  N dy   590    102817      2000     40000         0     20459    200000   1613819    144.64    154.26
75.86/19.01	c  S st   602    104831      2000     40000         0     22473    200000   1972495    144.55    127.81
76.26/19.11	c  S st   602    105334      2000     40000         0     22976    200000   2054986    144.55   no data
76.26/19.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.26/19.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
76.26/19.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.26/19.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.26/19.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.26/19.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.26/19.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
76.26/19.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
76.66/19.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.65/22.75	c lits-rem:        87  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.49 s
90.65/22.75	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
90.65/22.78	c vivif2 --  cl tried    22973 cl shrink        0 lits rem          0 time: 0.02
92.24/23.12	c asymm  cl-useful: 0/36038/40000 lits-rem:0 time: 0.34
92.24/23.12	c calculated reachability. Time: 0.00
92.24/23.12	c  N dy   602    105334      2000     40000         0     22973    200000   2053423    144.55   no data
96.63/24.29	c  N dy   645    112139      2000     40000         0     15117    200000    449449    144.54    152.77
101.03/25.37	c  N dy   692    119297      2000     40000         0     22275    200000   1759134    144.55    154.10
106.22/26.66	c  N dy   739    126923      2000     40000         0     29896    200000   3149629    144.64    154.27
111.82/28.00	c  N dy   789    135137      2000     40000         0     22450    200000   1620928    144.59    154.18
117.83/29.55	c  N dy   849    143975      2000     40000         0     31285    200000   3242175    144.68    156.43
123.80/31.06	c  N dy   903    153215      2000     40000         0     23862    200000   1707879    144.77    179.57
127.39/31.90	c  S st   938    158003      2000     40000         0     28650    200000   2588584    144.83    126.68
127.79/32.02	c  S st   938    158505      2000     40000         0     29152    200000   2666214    144.83   no data
127.79/32.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
127.79/32.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
127.79/32.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.79/32.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.79/32.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.79/32.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
127.79/32.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.20/32.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
128.20/32.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.98/39.39	c lits-rem:       107  cl-subs:        3  v-elim:      0  v-fix:    0  time:  7.19 s
156.98/39.40	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
157.38/39.43	c vivif2 --  cl tried    29149 cl shrink        0 lits rem          0 time: 0.03
157.38/39.48	c asymm  cl-useful: 0/3962/40000 lits-rem:0 time: 0.05
157.38/39.48	c calculated reachability. Time: 0.00
157.38/39.48	c  N dy   938    158505      2000     40000         0     29149    200000   2664610    144.83   no data
164.54/41.23	c  N dy   994    168691      2000     40000         0     21671    200000   1119188    144.84    153.11
171.74/43.09	c  N dy  1065    179477      2000     40000         0     32453    200000   3099536    144.89    164.93
179.72/45.07	c  N dy  1138    190999      2000     40000         0     25315    200000   1610768    144.87    154.41
188.51/47.28	c  N dy  1218    203251      2000     40000         0     37565    200000   3871411    144.97    155.47
197.30/49.48	c  N dy  1292    216375      2000     40000         0     31020    200000   2464214    144.81    152.48
207.69/52.02	c  N dy  1373    230382      2000     40000         0     24362    200000   1082466    144.76    153.54
212.88/53.37	c  S st  1420    237758      2000     40000         0     31738    200000   2450227    144.88   no data
213.69/53.51	c  S st  1420    238260      2000     40000         0     32240    200000   2534031    144.88   no data
213.69/53.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.69/53.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
213.69/53.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
213.69/53.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.69/53.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.69/53.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
213.69/53.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
213.69/53.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
214.10/53.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.24/60.49	c lits-rem:       125  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.81 s
241.65/60.50	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
241.65/60.53	c vivif2 --  cl tried    32231 cl shrink        0 lits rem          0 time: 0.03
243.25/60.96	c asymm  cl-useful: 0/31891/40000 lits-rem:0 time: 0.42
243.25/60.96	c calculated reachability. Time: 0.00
243.25/60.96	c  N dy  1420    238260      2000     40000         0     32231    200000   2530181    144.88   no data
255.63/64.09	c  N dy  1515    253483      2000     40000         0     25784    200000   1169102    144.81    152.83
268.01/67.12	c  N dy  1614    269857      2000     40000         0     42156    200000   4158908    144.79    154.15
280.80/70.35	c  N dy  1729    287118      2000     40000         0     36753    200000   3012809    144.88    154.78
295.17/73.95	c  N dy  1845    305566      2000     40000         0     31540    200000   1875854    144.86    153.70
295.57/74.08	c  F st  1850    306251      2000     40000         0     32225    200000   1995643    144.85    139.78
310.77/77.83	c  N dy  1939    325137      2000     40000         0     26442    200000    768775    144.97    156.89
325.93/81.61	c  N dy  2068    345198      2000     40000         0     46502    200000   4458428    145.04    158.36
335.13/83.95	c  S st  2143    357393      2000     40000         0     33033    200000   1803948    145.03   no data
335.53/84.07	c  S st  2143    357894      2000     40000         0     33534    200000   1886661    145.03   no data
335.53/84.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
335.92/84.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
335.92/84.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
335.92/84.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
335.92/84.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
335.92/84.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
335.92/84.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
335.92/84.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
336.32/84.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
351.50/88.05	c lits-rem:        72  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.83 s
351.50/88.05	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
351.50/88.07	c vivif2 --  cl tried    33533 cl shrink        0 lits rem          0 time: 0.02
351.90/88.18	c asymm  cl-useful: 0/8109/40000 lits-rem:0 time: 0.11
351.90/88.18	c calculated reachability. Time: 0.00
351.90/88.18	c  N dy  2143    357894      2000     40000         0     33533    200000   1886571    145.03   no data
369.08/92.41	c  N dy  2267    378031      2000     40000         0     27011    200000    515905    145.09    156.46
384.25/96.29	c  N dy  2395    398133      2000     40000         0     47109    200000   4199359    145.10    153.12
401.83/100.62	c  N dy  2530    418213      2000     40000         0     39520    200000   2659299    145.18    153.89
419.81/105.18	c  N dy  2652    438297      2000     40000         0     30939    200000    891342    145.15    165.77
436.19/109.27	c  N dy  2783    458437      2000     40000         0     51071    200000   4596252    145.19    153.02
453.36/113.54	c  N dy  2904    478611      2000     40000         0     41579    200000   2654930    145.18    153.49
471.74/118.15	c  N dy  3020    498699      2000     40000         0     31003    200000    552730    145.13    159.67
487.71/122.15	c  N dy  3151    518734      2000     40000         0     51033    200000   4273343    145.25    153.81
503.70/126.20	c  S st  3262    536841      2000     40000         0     37477    200000   1549645    145.20   no data
504.51/126.33	c  S st  3262    537345      2000     40000         0     37981    200000   1640431    145.20   no data
504.51/126.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
504.51/126.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
504.51/126.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
504.51/126.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
504.51/126.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
504.51/126.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
504.51/126.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
504.89/126.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
504.89/126.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.87/129.92	c lits-rem:       101  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.46 s
518.87/129.92	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
518.87/129.94	c vivif2 --  cl tried    37980 cl shrink        0 lits rem          0 time: 0.02
520.47/130.31	c asymm  cl-useful: 0/29681/40000 lits-rem:0 time: 0.37
520.47/130.31	c calculated reachability. Time: 0.00
520.47/130.31	c  N dy  3262    537345      2000     40000         0     37980    200000   1639822    145.20   no data
538.05/134.71	c  N dy  3398    557378      2000     40000         0     58009    200000   5345270    145.30    154.65
555.22/139.02	c  N dy  3519    577433      2000     40000         0     45402    200000   2828047    145.30    154.45
574.00/143.76	c  N dy  3652    597460      2000     40000         0     65423    200000   6556128    145.41    154.71
591.17/148.01	c  N dy  3776    617594      2000     40000         0     51897    200000   3907170    145.48    156.66
610.33/152.86	c  N dy  3904    637815      2000     40000         0     37456    200000   1039398    145.53    153.90
627.54/157.17	c  N dy  4025    657847      2000     40000         0     57486    200000   4705482    145.51    154.99
647.09/162.00	c  N dy  4156    677859      2000     40000         0     41834    200000   1692892    145.56    182.44
665.06/166.58	c  N dy  4285    697907      2000     40000         0     61874    200000   5391930    145.59    154.29
684.66/171.43	c  N dy  4404    718139      2000     40000         0     45442    200000   2169927    145.59    153.40
703.81/176.21	c  N dy  4531    738333      2000     40000         0     65629    200000   5893669    145.60    153.91
722.98/181.03	c  N dy  4656    758450      2000     40000         0     48093    200000   2463007    145.60    154.28
742.16/185.86	c  N dy  4783    778518      2000     40000         0     68155    200000   6137864    145.61    153.38
762.53/190.91	c  N dy  4911    798583      2000     40000         0     49561    200000   2556133    145.62    164.07
769.32/192.65	c  S st  4961    806017      2000     40000         0     56995    200000   3917260    145.63   no data
770.12/192.83	c  S st  4961    806519      2000     40000         0     57496    200000   3999001    145.63   no data
770.12/192.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
770.12/192.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
770.52/192.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.52/192.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.52/192.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.52/192.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
770.52/192.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
770.52/192.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
770.91/193.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
828.45/207.42	c lits-rem:       252  cl-subs:        8  v-elim:      0  v-fix:    0  time: 14.33 s
828.45/207.42	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
828.45/207.47	c vivif2 --  cl tried    57488 cl shrink        0 lits rem          0 time: 0.05
829.26/207.68	c asymm  cl-useful: 0/10319/40000 lits-rem:0 time: 0.21
829.26/207.68	c calculated reachability. Time: 0.00
829.26/207.68	c  N dy  4961    806519      2000     40000         0     57488    200000   3995393    145.63   no data
850.42/212.94	c  N dy  5075    826567      2000     40000         0     77531    200000   7679880    145.62    159.10
868.40/217.49	c  N dy  5196    846574      2000     40000         0     57878    200000   3912796    145.62    192.62
889.96/222.80	c  N dy  5322    866652      2000     40000         0     77951    200000   7640228    145.67    156.38
908.75/227.51	c  N dy  5452    886657      2000     40000         0     57291    200000   3650859    145.71    170.04
929.90/232.82	c  N dy  5578    906709      2000     40000         0     77339    200000   7355092    145.73    153.79
949.47/237.72	c  N dy  5699    926760      2000     40000         0     55729    200000   3173150    145.74    154.53
970.27/242.97	c  N dy  5827    946881      2000     40000         0     75841    200000   6895470    145.77    155.68
991.02/248.17	c  N dy  5956    966995      2000     40000         0     53295    200000   2542955    145.76    154.59
1011.39/253.27	c  N dy  6083    987064      2000     40000         0     73360    200000   6266364    145.80    153.83
1033.36/258.73	c  N dy  6205   1007154      2000     40000         0     49796    200000   1723385    145.81    164.55
1052.93/263.69	c  N dy  6328   1027603      2000     40000         0     70239    200000   5498570    145.81    154.85
1076.89/269.66	c  N dy  6458   1048040      2000     40000         0     46021    200000    858620    145.84    156.28
1095.67/274.35	c  N dy  6581   1068072      2000     40000         0     66043    200000   4558633    145.86    154.76
1099.66/275.37	c  F st  6611   1071876      2000     40000         0     69847    200000   5276057    145.88   no data
1118.05/279.94	c  N dy  6681   1088223      2000     40000         0     86187    200000   8354970    145.87    154.50
1138.41/285.06	c  N dy  6810   1108298      2000     40000         0     60601    200000   3354200    145.87    155.26
1159.98/290.41	c  N dy  6926   1128363      2000     40000         0     80659    200000   7045964    145.86    154.98
1182.36/296.08	c  N dy  7044   1148553      2000     40000         0     54190    200000   2000863    145.86    153.67
1203.93/301.50	c  N dy  7164   1168618      2000     40000         0     74252    200000   5684900    145.85    154.97
1229.88/307.92	c  N dy  7293   1188689      2000     40000         0     94322    200000   9397380    145.87    156.53
1250.27/313.06	c  N dy  7421   1208968      2000     40000         0     66943    200000   4168321    145.89    161.39
1251.08/313.29	c  S st  7427   1209779      2000     40000         0     67754    200000   4310218    145.88   no data
1251.86/313.48	c  S st  7427   1210282      2000     40000         0     68257    200000   4380321    145.88   no data
1251.86/313.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1252.26/313.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1252.26/313.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1252.26/313.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1252.26/313.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1252.26/313.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1252.26/313.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1252.66/313.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1253.06/313.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1320.97/330.73	c lits-rem:       178  cl-subs:       16  v-elim:      0  v-fix:    0  time: 16.96 s
1320.97/330.73	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1320.97/330.79	c vivif2 --  cl tried    68241 cl shrink        0 lits rem          0 time: 0.06
1322.97/331.21	c asymm  cl-useful: 0/22161/40000 lits-rem:0 time: 0.42
1322.97/331.21	c calculated reachability. Time: 0.00
1322.97/331.21	c  N dy  7427   1210282      2000     40000         0     68241    200000   4373817    145.88   no data
1346.94/337.29	c  N dy  7556   1230639      2000     40000         0     88595    200000   8145573    145.90    155.03
1372.50/343.64	c  N dy  7681   1250742      2000     40000         0     60042    200000   2760137    145.92    154.68
1397.67/349.90	c  N dy  7803   1270864      2000     40000         0     80154    200000   6504113    145.93    160.11
1423.63/356.43	c  N dy  7912   1290918      2000     40000         0     50544    200000    801109    145.91    156.57
1444.00/361.56	c  N dy  8037   1310944      2000     40000         0     70562    200000   4515610    145.92    165.80
1468.37/367.63	c  N dy  8149   1331078      2000     40000         0     90691    200000   8219748    145.91    155.01
1492.34/373.65	c  N dy  8275   1351337      2000     40000         0     60287    200000   2430068    145.93    154.25
1513.90/379.07	c  N dy  8399   1371408      2000     40000         0     80351    200000   6154510    145.94    164.12
1539.47/385.49	c  N dy  8522   1391499      2000     40000         0    100435    200000   9844932    145.94    154.09
1560.64/390.78	c  N dy  8643   1411680      2000     40000         0     68961    200000   3854849    145.94    155.19
1584.20/396.63	c  N dy  8762   1431761      2000     40000         0     89034    200000   7529045    145.93    153.69
1609.38/402.93	c  N dy  8875   1451771      2000     40000         0     56395    200000   1357933    145.93    174.62
1630.55/408.21	c  N dy  9008   1471814      2000     40000         0     76433    200000   5080647    145.97    154.11
1655.33/414.50	c  N dy  9129   1492201      2000     40000         0     96815    200000   8824149    145.96    155.28
1679.68/420.57	c  N dy  9252   1512224      2000     40000         0     63182    200000   2431543    145.98    154.01
1701.65/426.06	c  N dy  9364   1532268      2000     40000         0     83219    200000   6125742    145.98    162.12
1728.01/432.64	c  N dy  9488   1552370      2000     40000         0    103318    200000   9832132    146.00    154.26
1750.79/438.37	c  N dy  9606   1572400      2000     40000         0     68689    200000   3279449    146.00    154.66
1774.37/444.22	c  N dy  9734   1592488      2000     40000         0     88775    200000   6978424    146.01    159.21
1801.51/451.06	c  N dy  9854   1612570      2000     40000         0    108853    200000  10662713    146.00    156.94
1823.08/456.47	c  N dy  9969   1632642      2000     40000         0     73268    200000   3933112    145.99    159.01
1847.45/462.53	c  N dy 10099   1652718      2000     40000         0     93342    200000   7666668    146.01    154.81
1876.61/469.89	c  N dy 10235   1672892      2000     40000         0     56865    200000    735653    146.04    154.21
1899.78/475.64	c  N dy 10363   1693026      2000     40000         0     76993    200000   4449932    146.05    154.12
1922.95/481.44	c  S st 10473   1710283      2000     40000         0     94244    200000   7634870    146.05   no data
1924.14/481.71	c  S st 10473   1710792      2000     40000         0     94753    200000   7711245    146.05   no data
1924.14/481.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1924.54/481.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1924.54/481.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1924.54/481.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1924.54/481.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1924.54/481.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1924.54/481.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1924.94/481.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1925.74/482.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2092.73/523.92	c lits-rem:       408  cl-subs:       19  v-elim:      0  v-fix:    0  time: 41.72 s
2092.73/523.93	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2093.13/524.02	c vivif2 --  cl tried    94734 cl shrink        0 lits rem          0 time: 0.09
2094.74/524.50	c asymm  cl-useful: 0/15707/40000 lits-rem:0 time: 0.47
2094.74/524.50	c calculated reachability. Time: 0.00
2094.74/524.50	c  N dy 10473   1710792      2000     40000         0     94734    200000   7703052    146.05   no data
2127.07/532.53	c  N dy 10601   1731032      2000     40000         0    114969    200000  11442068    146.06    157.04
2151.44/538.70	c  N dy 10732   1751423      2000     40000         0     77697    200000   4389879    146.07    157.83
2179.40/545.61	c  N dy 10854   1771512      2000     40000         0     97782    200000   8100127    146.06    155.15
2211.76/553.76	c  N dy 10983   1791516      2000     40000         0     59134    200000    801148    146.08    155.05
2234.13/559.36	c  N dy 11105   1811597      2000     40000         0     79213    200000   4496802    146.08    158.52
2260.50/565.96	c  N dy 11231   1831684      2000     40000         0     99295    200000   8194827    146.08    157.13
2291.66/573.70	c  N dy 11360   1851792      2000     40000         0     59741    200000    735046    146.09    154.31
2313.22/579.12	c  N dy 11482   1871793      2000     40000         0     79735    200000   4425235    146.09    169.98
2338.79/585.58	c  N dy 11608   1891909      2000     40000         0     99842    200000   8131068    146.10    155.96
2369.55/593.21	c  N dy 11747   1911969      2000     40000         0    119897    200000  11881143    146.13    163.02
2392.32/598.91	c  N dy 11880   1932004      2000     40000         0     79283    200000   4219803    146.16    154.23
2417.88/605.35	c  N dy 12011   1952054      2000     40000         0     99325    200000   7926207    146.18    159.25
2447.83/612.89	c  N dy 12146   1972213      2000     40000         0    119479    200000  11679113    146.20    154.13
2471.40/618.77	c  N dy 12262   1992283      2000     40000         0     77892    200000   3707861    146.18    153.90
2497.77/625.32	c  N dy 12391   2012786      2000     40000         0     98387    200000   7483886    146.19    155.81
2527.33/632.76	c  N dy 12520   2032824      2000     40000         0    118415    200000  11221173    146.21    155.64
2552.89/639.11	c  N dy 12641   2052980      2000     40000         0     75916    200000   3190190    146.21    159.64
2577.66/645.36	c  N dy 12778   2073073      2000     40000         0     95998    200000   6919747    146.22    157.25
2607.21/652.75	c  N dy 12913   2093158      2000     40000         0    116079    200000  10620505    146.23    155.00
2634.78/659.69	c  N dy 13036   2113165      2000     40000         0     72441    200000   2391928    146.23    154.76
2658.75/665.60	c  N dy 13160   2133190      2000     40000         0     92463    200000   6108581    146.24    179.97
2687.11/672.72	c  N dy 13281   2153305      2000     40000         0    112571    200000   9824161    146.24    154.92
2717.86/680.43	c  N dy 13409   2173419      2000     40000         0     68031    200000   1390609    146.24    156.47
2740.65/686.16	c  N dy 13534   2193474      2000     40000         0     88079    200000   5133746    146.26    155.34
2765.80/692.47	c  S st 13645   2210793      2000     40000         0    105395    200000   8315364    146.26   no data
2767.02/692.77	c  S st 13645   2211299      2000     40000         0    105901    200000   8394132    146.26   no data
2767.02/692.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2767.42/692.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2767.42/692.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2767.42/692.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2767.42/692.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2767.42/692.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2767.42/692.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2768.19/693.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
2768.99/693.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2956.36/740.15	c lits-rem:       319  cl-subs:       25  v-elim:      0  v-fix:    0  time: 46.87 s
2956.36/740.16	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2956.74/740.26	c vivif2 --  cl tried   105876 cl shrink        0 lits rem          0 time: 0.10
2957.14/740.34	c asymm  cl-useful: 0/2132/40000 lits-rem:0 time: 0.08
2957.14/740.34	c calculated reachability. Time: 0.00
2957.14/740.34	c  N dy 13645   2211299      2000     40000         0    105876    200000   8384319    146.26   no data
2989.50/748.44	c  N dy 13775   2231508      2000     40000         0    126075    200000  12146664    146.28    156.26
3017.48/755.44	c  N dy 13903   2251546      2000     40000         0     80466    200000   3515552    146.28    155.26
3045.43/762.41	c  N dy 14032   2271674      2000     40000         0    100583    200000   7223954    146.29    154.24
3077.79/770.57	c  N dy 14158   2291941      2000     40000         0    120842    200000  10998020    146.30    154.21
3110.17/778.63	c  N dy 14279   2312197      2000     40000         0     74449    200000   2207169    146.31    154.53
3135.72/785.08	c  N dy 14403   2332224      2000     40000         0     94474    200000   5914705    146.31    154.66
3164.47/792.20	c  N dy 14524   2352292      2000     40000         0    114537    200000   9642162    146.32    166.14
3198.82/800.83	c  N dy 14659   2372466      2000     40000         0    134707    200000  13407899    146.33    154.56
3222.39/806.79	c  N dy 14787   2392494      2000     40000         0     87080    200000   4384632    146.35    155.04
3249.15/813.46	c  N dy 14913   2412529      2000     40000         0    107110    200000   8087856    146.35    154.35
3279.91/821.13	c  N dy 15026   2432532      2000     40000         0    127105    200000  11787501    146.35    155.13
3308.67/828.35	c  N dy 15146   2452541      2000     40000         0     78463    200000   2594711    146.34    167.47
3333.44/834.59	c  N dy 15260   2472581      2000     40000         0     98498    200000   6311369    146.34    154.49
3362.99/841.95	c  N dy 15391   2492614      2000     40000         0    118526    200000  10042292    146.36    157.10
3397.34/850.52	c  N dy 15524   2512693      2000     40000         0    138600    200000  13761796    146.36    156.62
3421.73/856.61	c  N dy 15649   2532821      2000     40000         0     89078    200000   4370918    146.35    155.12
3449.27/863.58	c  N dy 15780   2553043      2000     40000         0    109298    200000   8139927    146.37    164.95
3481.23/871.51	c  N dy 15907   2573123      2000     40000         0    129374    200000  11853778    146.37    156.03
3511.98/879.27	c  N dy 16042   2593214      2000     40000         0     78811    200000   2351987    146.40    159.53
3537.15/885.57	c  N dy 16167   2613291      2000     40000         0     98883    200000   6085248    146.41    155.11
3566.72/892.93	c  N dy 16293   2633378      2000     40000         0    118961    200000   9827899    146.43    159.64
3600.67/901.47	c  N dy 16421   2653434      2000     40000         0    139005    200000  13580620    146.45    157.99
3627.42/908.13	c  N dy 16541   2673462      2000     40000         0     87376    200000   3740199    146.45    157.60
3655.00/915.06	c  N dy 16673   2693505      2000     40000         0    107414    200000   7477093    146.46    154.48
3685.36/922.70	c  S st 16795   2711301      2000     40000         0    125207    200000  10819402    146.48    148.57
3686.94/923.04	c  S st 16795   2711808      2000     40000         0    125713    200000  10909053    146.48   no data
3686.94/923.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3687.34/923.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3687.34/923.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3687.34/923.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3687.34/923.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3687.34/923.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3687.34/923.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3688.14/923.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
3689.34/923.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3899.06/976.11	c lits-rem:       355  cl-subs:       23  v-elim:      0  v-fix:    0  time: 52.41 s
3899.06/976.11	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3899.46/976.25	c vivif2 --  cl tried   125690 cl shrink        0 lits rem          0 time: 0.14
3901.45/976.75	c asymm  cl-useful: 0/15024/40000 lits-rem:0 time: 0.50
3901.45/976.75	c calculated reachability. Time: 0.00
3901.45/976.75	c  N dy 16795   2711808      2000     40000         0    125690    200000  10898553    146.48   no data
3937.81/985.81	c  N dy 16916   2731845      2000     40000         0     73080    200000    909780    146.49    156.66
3962.59/992.07	c  N dy 17045   2751895      2000     40000         0     93126    200000   4662765    146.50    155.26
3992.53/999.55	c  N dy 17183   2771913      2000     40000         0    113138    200000   8393300    146.52    167.93
4028.10/1008.42	c  N dy 17304   2792061      2000     40000         0    133286    200000  12123152    146.52    154.40
4063.65/1017.31	c  N dy 17427   2812300      2000     40000         0     79868    200000   1989267    146.52    159.69
4091.99/1024.46	c  N dy 17563   2832311      2000     40000         0     99871    200000   5707791    146.53    156.55
4124.76/1032.65	c  N dy 17692   2852491      2000     40000         0    120047    200000   9469711    146.53    155.06
4162.30/1042.08	c  N dy 17829   2872538      2000     40000         0    140089    200000  13218830    146.55    160.13
4196.25/1050.51	c  N dy 17953   2892541      2000     40000         0     85438    200000   2811219    146.55    155.52
4223.81/1057.42	c  N dy 18071   2912591      2000     40000         0    105480    200000   6521961    146.55    155.10
4255.77/1065.42	c  N dy 18203   2932733      2000     40000         0    125617    200000  10280729    146.57    154.87
4291.74/1074.47	c  N dy 18329   2952769      2000     40000         0    145648    200000  14024119    146.58    176.12
4320.48/1081.68	c  N dy 18451   2972837      2000     40000         0     90067    200000   3524526    146.58    158.69
4348.04/1088.51	c  N dy 18572   2992924      2000     40000         0    110146    200000   7220425    146.58    156.70
4379.20/1096.39	c  N dy 18696   3012990      2000     40000         0    130203    200000  10963149    146.59    154.91
4415.54/1105.43	c  N dy 18823   3033040      2000     40000         0    150248    200000  14691344    146.60    157.75
4443.10/1112.37	c  N dy 18959   3053093      2000     40000         0     93650    200000   4028318    146.61    155.04
4471.07/1119.34	c  N dy 19080   3073145      2000     40000         0    113697    200000   7737590    146.61    160.05
4503.05/1127.39	c  N dy 19200   3093227      2000     40000         0    133768    200000  11465180    146.62    156.41
4540.58/1136.75	c  N dy 19329   3113402      2000     40000         0    153940    200000  15193961    146.62    156.76
4566.54/1143.28	c  N dy 19443   3133522      2000     40000         0     96407    200000   4352236    146.62    156.13
4596.10/1150.65	c  N dy 19572   3153863      2000     40000         0    116743    200000   8132162    146.62    154.79
4629.66/1159.06	c  N dy 19709   3173965      2000     40000         0    136831    200000  11883374    146.64    154.44
4667.21/1168.43	c  N dy 19824   3193974      2000     40000         0    156835    200000  15601500    146.64    155.44
4689.97/1174.17	c  S st 19940   3211810      2000     40000         0     96031    200000   4138872    146.65    138.18
4691.17/1174.41	c  S st 19940   3212313      2000     40000         0     96534    200000   4215941    146.65   no data
4691.17/1174.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4691.59/1174.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4691.59/1174.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4691.59/1174.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4691.59/1174.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4691.59/1174.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4691.59/1174.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4691.59/1174.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4692.37/1174.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4752.69/1189.86	c lits-rem:        88  cl-subs:       13  v-elim:      0  v-fix:    0  time: 15.14 s
4752.69/1189.86	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4753.10/1189.92	c vivif2 --  cl tried    96521 cl shrink        0 lits rem          0 time: 0.06
4755.08/1190.42	c asymm  cl-useful: 0/15907/40000 lits-rem:0 time: 0.50
4755.08/1190.42	c calculated reachability. Time: 0.00
4755.08/1190.42	c  N dy 19940   3212313      2000     40000         0     96521    200000   4211025    146.65   no data
4787.04/1198.43	c  N dy 20061   3232402      2000     40000         0    116606    200000   7922621    146.66    166.78

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.83 7.91 6.28 5/180 27035
/proc/meminfo: memFree=13186892/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 514612413 52441088 348 33554432000 4194304 4627427 140735716116848 18446744073709551615 47175443929008 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 12803 348 299 106 0 7774 0
[pid=27035/tid=27036] ppid=27033 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514612413 52441088 348 33554432000 4194304 4627427 140735716116848 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514612413 52441088 348 33554432000 4194304 4627427 140735716116848 18446744073709551615 47175443929010 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514612413 52441088 348 33554432000 4194304 4627427 140735716116848 18446744073709551615 47175443929000 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.156822 s]
/proc/loadavg: 7.83 7.91 6.28 5/180 27035
/proc/meminfo: memFree=13186892/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=286148 CPUtime=0.61 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 5555 0 0 0 60 1 0 0 18 0 4 0 514612413 293015552 5462 33554432000 4194304 4627427 140735716116848 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 71537 5462 363 106 0 66508 0
[pid=27035/tid=27036] ppid=27033 vsize=286148 CPUtime=0.14 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1228 0 0 0 14 0 0 0 25 0 4 0 514612413 293015552 5462 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=286148 CPUtime=0.15 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1233 0 0 0 15 0 0 0 18 0 4 0 514612413 293015552 5462 33554432000 4194304 4627427 140735716116848 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=286148 CPUtime=0.15 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1437 0 0 0 15 0 0 0 25 0 4 0 514612413 293015552 5462 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 286148

[startup+0.200815 s]
/proc/loadavg: 7.83 7.91 6.28 5/180 27035
/proc/meminfo: memFree=13186892/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=286148 CPUtime=0.78 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 5728 0 0 0 77 1 0 0 18 0 4 0 514612413 293015552 5635 33554432000 4194304 4627427 140735716116848 18446744073709551615 222921437893 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 71537 5635 363 106 0 66508 0
[pid=27035/tid=27036] ppid=27033 vsize=286148 CPUtime=0.19 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1257 0 0 0 19 0 0 0 25 0 4 0 514612413 293015552 5636 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=286148 CPUtime=0.19 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1260 0 0 0 19 0 0 0 18 0 4 0 514612413 293015552 5636 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=286148 CPUtime=0.19 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 1528 0 0 0 19 0 0 0 25 0 4 0 514612413 293015552 5637 33554432000 4194304 4627427 140735716116848 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 286148

[startup+0.399994 s]
/proc/loadavg: 7.83 7.91 6.28 5/180 27035
/proc/meminfo: memFree=13186892/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=306008 CPUtime=4.61 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 20610 0 0 0 457 4 0 0 19 0 4 0 514612413 313352192 12204 33554432000 4194304 4627427 140735716116848 18446744073709551615 4321776 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 76502 12204 385 106 0 71473 0
[pid=27035/tid=27036] ppid=27033 vsize=306008 CPUtime=1.14 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 5511 0 0 0 113 1 0 0 19 0 4 0 514612413 313352192 12204 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=306008 CPUtime=1.15 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 5427 0 0 0 114 1 0 0 19 0 4 0 514612413 313352192 12204 33554432000 4194304 4627427 140735716116848 18446744073709551615 4321779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=306008 CPUtime=1.15 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 3847 0 0 0 115 0 0 0 25 0 4 0 514612413 313352192 12204 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 306008

[startup+1.26062 s]
/proc/loadavg: 7.83 7.91 6.28 5/180 27035
/proc/meminfo: memFree=13186892/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=306008 CPUtime=5.01 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 21259 0 0 0 497 4 0 0 19 0 4 0 514612413 313352192 12853 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 76502 12853 385 106 0 71473 0
[pid=27035/tid=27036] ppid=27033 vsize=306008 CPUtime=1.24 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 5668 0 0 0 123 1 0 0 19 0 4 0 514612413 313352192 12854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=306008 CPUtime=1.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 5591 0 0 0 124 1 0 0 19 0 4 0 514612413 313352192 12854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=306008 CPUtime=1.25 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 4015 0 0 0 125 0 0 0 25 0 4 0 514612413 313352192 12854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 306008

[startup+1.56056 s]
/proc/loadavg: 7.83 7.91 6.28 5/180 27035
/proc/meminfo: memFree=13186892/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=306008 CPUtime=6.21 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 23135 0 0 0 617 4 0 0 19 0 4 0 514612413 313352192 14729 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 76502 14729 385 106 0 71473 0
[pid=27035/tid=27036] ppid=27033 vsize=306008 CPUtime=1.54 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 6142 0 0 0 153 1 0 0 19 0 4 0 514612413 313352192 14729 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=306008 CPUtime=1.55 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 6055 0 0 0 154 1 0 0 19 0 4 0 514612413 313352192 14729 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=306008 CPUtime=1.55 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 4502 0 0 0 155 0 0 0 25 0 4 0 514612413 313352192 14729 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 306008

[startup+3.10628 s]
/proc/loadavg: 7.84 7.91 6.29 9/184 27039
/proc/meminfo: memFree=13118536/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=307772 CPUtime=12.38 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 35523 0 0 0 1231 7 0 0 23 0 4 0 514612413 315158528 17158 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 76943 17158 385 106 0 71914 0
[pid=27035/tid=27036] ppid=27033 vsize=307772 CPUtime=3.07 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 9070 0 0 0 306 1 0 0 23 0 4 0 514612413 315158528 17158 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=307772 CPUtime=3.09 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 8996 0 0 0 307 2 0 0 23 0 4 0 514612413 315158528 17159 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=307772 CPUtime=3.09 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 8159 0 0 0 308 1 0 0 25 0 4 0 514612413 315158528 17159 33554432000 4194304 4627427 140735716116848 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 307772

[startup+6.3007 s]
/proc/loadavg: 7.84 7.91 6.29 9/184 27040
/proc/meminfo: memFree=13041960/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=346876 CPUtime=25.16 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 71407 0 0 0 2502 14 0 0 25 0 4 0 514612413 355201024 33628 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 86719 33628 389 106 0 81690 0
[pid=27035/tid=27036] ppid=27033 vsize=346876 CPUtime=6.26 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 19504 0 0 0 622 4 0 0 25 0 4 0 514612413 355201024 33628 33554432000 4194304 4627427 140735716116848 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=346876 CPUtime=6.29 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 17278 0 0 0 625 4 0 0 25 0 4 0 514612413 355201024 33628 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=346876 CPUtime=6.29 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 13956 0 0 0 627 2 0 0 25 0 4 0 514612413 355201024 33628 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 346876

[startup+12.7005 s]
/proc/loadavg: 7.86 7.92 6.30 9/184 27040
/proc/meminfo: memFree=12954324/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=480964 CPUtime=50.7 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 121060 0 0 0 5046 24 0 0 25 0 4 0 514612413 492507136 59378 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 120241 59378 389 106 0 115212 0
[pid=27035/tid=27036] ppid=27033 vsize=480964 CPUtime=12.62 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 35520 0 0 0 1255 7 0 0 25 0 4 0 514612413 492507136 59378 33554432000 4194304 4627427 140735716116848 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=480964 CPUtime=12.69 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 26995 0 0 0 1263 6 0 0 25 0 4 0 514612413 492507136 59378 33554432000 4194304 4627427 140735716116848 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=480964 CPUtime=12.69 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 28357 0 0 0 1264 5 0 0 25 0 4 0 514612413 492507136 59378 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 480964

[startup+25.5012 s]
/proc/loadavg: 7.89 7.92 6.32 9/184 27040
/proc/meminfo: memFree=12795208/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=637840 CPUtime=101.83 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 180168 0 0 0 10147 36 0 0 25 0 4 0 514612413 653148160 89176 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 159460 89177 389 106 0 154431 0
[pid=27035/tid=27036] ppid=27033 vsize=637840 CPUtime=25.35 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 45614 0 0 0 2526 9 0 0 25 0 4 0 514612413 653148160 89177 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=637840 CPUtime=25.48 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 47669 0 0 0 2539 9 0 0 25 0 4 0 514612413 653148160 89177 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=637840 CPUtime=25.49 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 47639 0 0 0 2540 9 0 0 25 0 4 0 514612413 653148160 89177 33554432000 4194304 4627427 140735716116848 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 637840

[startup+51.1005 s]
/proc/loadavg: 7.92 7.92 6.37 9/184 27041
/proc/meminfo: memFree=12756424/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=660852 CPUtime=204.09 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 280364 0 0 0 20352 57 0 0 25 0 4 0 514612413 676712448 100884 33554432000 4194304 4627427 140735716116848 18446744073709551615 4321603 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 165213 100884 389 106 0 160184 0
[pid=27035/tid=27036] ppid=27033 vsize=660852 CPUtime=50.81 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 64198 0 0 0 5068 13 0 0 25 0 4 0 514612413 676712448 100884 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=660852 CPUtime=51.08 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 73435 0 0 0 5094 14 0 0 25 0 4 0 514612413 676712448 100884 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=660852 CPUtime=51.09 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 77245 0 0 0 5094 15 0 0 25 0 4 0 514612413 676712448 100884 33554432000 4194304 4627427 140735716116848 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 660852

[startup+102.301 s]
/proc/loadavg: 7.97 7.93 6.45 9/184 27042
/proc/meminfo: memFree=12608128/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=833652 CPUtime=408.63 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 436124 0 0 0 40769 94 0 0 25 0 4 0 514612413 853659648 137592 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 208413 137592 389 106 0 203384 0
[pid=27035/tid=27036] ppid=27033 vsize=833652 CPUtime=101.74 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 102326 0 0 0 10152 22 0 0 25 0 4 0 514612413 853659648 137592 33554432000 4194304 4627427 140735716116848 18446744073709551615 4467952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=833652 CPUtime=102.28 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 121718 0 0 0 10201 27 0 0 25 0 4 0 514612413 853659648 137592 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=833652 CPUtime=102.29 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 121616 0 0 0 10205 24 0 0 25 0 4 0 514612413 853659648 137592 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 833652

[startup+162.301 s]

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

[pid=27035] ppid=27033 vsize=1334120 CPUtime=2565.67 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 1788153 0 0 0 256110 457 0 0 25 0 4 0 514612413 1366138880 244731 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 333530 244731 393 106 0 328501 0
[pid=27035/tid=27036] ppid=27033 vsize=1334120 CPUtime=638.86 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 395529 0 0 0 63785 101 0 0 25 0 4 0 514612413 1366138880 244731 33554432000 4194304 4627427 140735716116848 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1334120 CPUtime=642.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 494068 0 0 0 64105 120 0 0 25 0 4 0 514612413 1366138880 244731 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1334120 CPUtime=642.28 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 489691 0 0 0 64100 128 0 0 25 0 4 0 514612413 1366138880 244731 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.67
Current children cumulated vsize (KiB) 1334120

[startup+702.301 s]
/proc/loadavg: 8.09 8.08 7.22 9/184 27058
/proc/meminfo: memFree=11897416/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1357116 CPUtime=2805.34 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 1921034 0 0 0 280042 492 0 0 25 0 4 0 514612413 1389686784 265466 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 339279 265466 392 106 0 334250 0
[pid=27035/tid=27036] ppid=27033 vsize=1357116 CPUtime=698.53 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 425826 0 0 0 69744 109 0 0 25 0 4 0 514612413 1389686784 265466 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1357116 CPUtime=702.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 529189 0 0 0 70094 131 0 0 25 0 4 0 514612413 1389686784 265466 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1357116 CPUtime=702.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 526310 0 0 0 70091 136 0 0 25 0 4 0 514612413 1389686784 265466 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1357116

[startup+762.301 s]
/proc/loadavg: 8.20 8.11 7.29 9/184 27060
/proc/meminfo: memFree=11926168/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1408028 CPUtime=3045.03 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2004213 0 0 0 303980 523 0 0 25 0 4 0 514612413 1441820672 265744 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 352007 265744 392 106 0 346978 0
[pid=27035/tid=27036] ppid=27033 vsize=1408028 CPUtime=758.23 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 454328 0 0 0 75703 120 0 0 25 0 4 0 514612413 1441820672 265744 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1408028 CPUtime=762.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 561084 0 0 0 76082 143 0 0 25 0 4 0 514612413 1441820672 265744 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1408028 CPUtime=762.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 537352 0 0 0 76087 140 0 0 25 0 4 0 514612413 1441820672 265744 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1408028

[startup+822.301 s]
/proc/loadavg: 8.19 8.12 7.34 9/184 27061
/proc/meminfo: memFree=11687584/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1424080 CPUtime=3284.71 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2102584 0 0 0 327919 552 0 0 25 0 4 0 514612413 1458257920 283353 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 356020 283353 392 106 0 350991 0
[pid=27035/tid=27036] ppid=27033 vsize=1424080 CPUtime=817.91 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 462080 0 0 0 81668 123 0 0 25 0 4 0 514612413 1458257920 283353 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1424080 CPUtime=822.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 593486 0 0 0 82073 152 0 0 25 0 4 0 514612413 1458257920 283353 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1424080 CPUtime=822.28 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 566307 0 0 0 82079 149 0 0 25 0 4 0 514612413 1458257920 283353 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 1424080

[startup+882.3 s]
/proc/loadavg: 8.18 8.12 7.39 9/184 27063
/proc/meminfo: memFree=11760980/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1339808 CPUtime=3524.36 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2218957 0 0 0 351847 589 0 0 25 0 4 0 514612413 1371963392 267873 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 334952 267873 392 106 0 329923 0
[pid=27035/tid=27036] ppid=27033 vsize=1339808 CPUtime=877.58 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 487596 0 0 0 87626 132 0 0 25 0 4 0 514612413 1371963392 267873 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1339808 CPUtime=882.24 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 625795 0 0 0 88064 160 0 0 25 0 4 0 514612413 1371963392 267873 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1339808 CPUtime=882.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 593663 0 0 0 88070 157 0 0 25 0 4 0 514612413 1371963392 267873 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1339808

[startup+942.301 s]
/proc/loadavg: 8.17 8.13 7.43 9/184 27065
/proc/meminfo: memFree=11403732/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1767732 CPUtime=3764.04 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2362750 0 0 0 375779 625 0 0 25 0 4 0 514612413 1810157568 352835 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 441933 352835 398 106 0 436904 0
[pid=27035/tid=27036] ppid=27033 vsize=1767732 CPUtime=937.26 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 513199 0 0 0 93584 142 0 0 25 0 4 0 514612413 1810157568 352835 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1767732 CPUtime=942.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 683858 0 0 0 94054 171 0 0 25 0 4 0 514612413 1810157568 352835 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1767732 CPUtime=942.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 629141 0 0 0 94060 167 0 0 25 0 4 0 514612413 1810157568 352835 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 1767732

[startup+1002.3 s]
/proc/loadavg: 8.10 8.12 7.47 9/184 27066
/proc/meminfo: memFree=11347312/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1864480 CPUtime=4003.71 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2427421 0 0 0 399724 647 0 0 25 0 4 0 514612413 1909227520 366961 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 466120 366961 398 106 0 461091 0
[pid=27035/tid=27036] ppid=27033 vsize=1864480 CPUtime=996.93 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 549050 0 0 0 99539 154 0 0 25 0 4 0 514612413 1909227520 366961 33554432000 4194304 4627427 140735716116848 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1864480 CPUtime=1002.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 691697 0 0 0 100052 173 0 0 25 0 4 0 514612413 1909227520 366961 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1864480 CPUtime=1002.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 636470 0 0 0 100057 170 0 0 25 0 4 0 514612413 1909227520 366961 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1864480

[startup+1062.3 s]
/proc/loadavg: 8.03 8.09 7.50 9/184 27068
/proc/meminfo: memFree=11345444/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1865888 CPUtime=4243.4 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2512306 0 0 0 423659 681 0 0 25 0 4 0 514612413 1910669312 363348 33554432000 4194304 4627427 140735716116848 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 466472 363348 398 106 0 461443 0
[pid=27035/tid=27036] ppid=27033 vsize=1865888 CPUtime=1056.6 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 549050 0 0 0 105506 154 0 0 25 0 4 0 514612413 1910669312 363348 33554432000 4194304 4627427 140735716116848 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1865888 CPUtime=1062.25 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 721096 0 0 0 106041 184 0 0 25 0 4 0 514612413 1910669312 363348 33554432000 4194304 4627427 140735716116848 18446744073709551615 4330015 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1865888 CPUtime=1062.28 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 662263 0 0 0 106048 180 0 0 25 0 4 0 514612413 1910669312 363348 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1865888

[startup+1122.3 s]
/proc/loadavg: 8.01 8.07 7.53 9/184 27069
/proc/meminfo: memFree=11318764/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1867756 CPUtime=4483.06 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2626444 0 0 0 447589 717 0 0 25 0 4 0 514612413 1912582144 359359 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 466939 359359 398 106 0 461910 0
[pid=27035/tid=27036] ppid=27033 vsize=1867756 CPUtime=1116.28 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 572983 0 0 0 111468 160 0 0 25 0 4 0 514612413 1912582144 359359 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1867756 CPUtime=1122.24 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 752125 0 0 0 112030 194 0 0 25 0 4 0 514612413 1912582144 359359 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1867756 CPUtime=1122.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 693710 0 0 0 112037 190 0 0 25 0 4 0 514612413 1912582144 359359 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1867756

[startup+1182.31 s]
/proc/loadavg: 8.07 8.07 7.56 9/184 27102
/proc/meminfo: memFree=11693188/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1809680 CPUtime=4722.75 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2732941 0 0 0 471525 750 0 0 25 0 4 0 514612413 1853112320 365854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 452420 365854 398 106 0 447391 0
[pid=27035/tid=27036] ppid=27033 vsize=1809680 CPUtime=1175.96 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 597162 0 0 0 117431 165 0 0 25 0 4 0 514612413 1853112320 365854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1809680 CPUtime=1182.24 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 780773 0 0 0 118020 204 0 0 25 0 4 0 514612413 1853112320 365854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1809680 CPUtime=1182.27 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 724076 0 0 0 118026 201 0 0 25 0 4 0 514612413 1853112320 365854 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 1809680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.07 7.57 9/184 27102
/proc/meminfo: memFree=11793620/32951124 swapFree=67111528/67111528
[pid=27035] ppid=27033 vsize=1811272 CPUtime=4800.24 cores=0,2,4,6
/proc/27035/stat : 27035 (strangenight2-m) R 27033 27035 26744 0 -1 4202496 2754977 0 0 0 479265 759 0 0 25 0 4 0 514612413 1854742528 352046 33554432000 4194304 4627427 140735716116848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27035/statm: 452818 352046 398 106 0 447789 0
[pid=27035/tid=27036] ppid=27033 vsize=1811272 CPUtime=1195.25 cores=0,2,4,6
/proc/27035/task/27036/stat : 27036 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 604505 0 0 0 119357 168 0 0 25 0 4 0 514612413 1854742528 352046 33554432000 4194304 4627427 140735716116848 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27035/tid=27037] ppid=27033 vsize=1811272 CPUtime=1201.64 cores=0,2,4,6
/proc/27035/task/27037/stat : 27037 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 786888 0 0 0 119958 206 0 0 25 0 4 0 514612413 1854742528 352046 33554432000 4194304 4627427 140735716116848 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27035/tid=27038] ppid=27033 vsize=1811272 CPUtime=1201.66 cores=0,2,4,6
/proc/27035/task/27038/stat : 27038 (strangenight2-m) R 27033 27035 26744 0 -1 4202560 727509 0 0 0 119965 201 0 0 25 0 4 0 514612413 1854742528 352046 33554432000 4194304 4627427 140735716116848 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1811272

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.33
CPU user time (s): 4792.68
CPU system time (s): 7.65284
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 1883564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.68
system time used= 7.65284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2754978
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= 2958
involuntary context switches= 21574

runsolver used 1.9907 second user time and 4.42933 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 00:35:17
IDJOB=3173725
IDBENCH=82543
IDSOLVER=1586
FILE ID=node109/3173725-1304030117
RUNJOBID= node109-1304028687-26762
PBS_JOBID= 13170343
Free space on /tmp= 72376 MiB

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

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=1590204659

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13187056 kB
Buffers:       2132864 kB
Cached:       16728560 kB
SwapCached:          0 kB
Active:       10103124 kB
Inactive:      9084604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13187056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6684 kB
Writeback:           0 kB
AnonPages:      325172 kB
Mapped:          15512 kB
Slab:           513148 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   530348 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= 72372 MiB
End job on node109 at 2011-04-29 00:55:20