Trace number 3366134

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366134-1305396286.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.00/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.10/0.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.10/0.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/0.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/0.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.10/0.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.10/0.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1.10/0.75	c Finding binary XORs  T:     0.00 s  found:       0
1.10/0.75	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.10/0.75	c calculated reachability. Time: 0.00
1.10/0.75	c Calc default polars -  time:   0.00 s pos:     944 undec:      84 neg:     972
1.10/0.75	c =========================================================================================
1.10/0.75	c types(t): F = full restart, N = normal restart
1.10/0.75	c types(t): S = simplification begin/end, E = solution found
1.10/0.75	c restart types(rt): st = static, dy = dynamic
1.10/0.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.10/0.75	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
1.10/0.82	c  N dy    20      4100      2000     40000         0      4097    200000    790933    142.81    150.88
4.82/1.30	c  N dy    47      8128      2000     40000         0      4795    200000    491216    143.67    151.87
6.73/1.79	c  N dy    72     12182      2000     40000         0      8848    200000   1223923    143.47    151.16
9.13/2.30	c  N dy   100     16257      2000     40000         0      7423    200000    641234    144.05    152.14
11.12/2.80	c  N dy   124     20285      2000     40000         0     11449    200000   1370713    144.07    151.92
13.11/3.36	c  N dy   151     24439      2000     40000         0      8525    200000    574228    143.85    154.24
13.51/3.43	c  F st   155     25000      2000     40000         0      9086    200000    675579    143.89    130.31
15.91/4.09	c  N dy   161     30000      2000     40000         0     14082    200000   1684594    143.89   no data
15.91/4.09	c  S st   161     30000      2000     40000         0     14082    200000   1684594    143.89   no data
16.31/4.18	c  S st   161     30500      2000     40000         0     14582    200000   1766695    143.89   no data
16.31/4.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.31/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.72/4.21	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.72/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.72/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.72/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.72/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.72/4.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
17.15/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.88/6.00	c lits-rem:       169  cl-subs:       21  v-elim:      0  v-fix:    0  time:  1.67 s
25.08/6.30	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
25.08/6.30	c calculated reachability. Time: 0.00
25.08/6.30	c  N dy   161     30500      2000     40000         0     14561    200000   1757283    143.89   no data
27.47/6.90	c  N dy   187     34590      2000     40000         0     10282    200000    695642    144.10    202.51
29.46/7.47	c  N dy   216     38634      2000     40000         0     14325    200000   1434686    144.35    154.35
31.86/8.05	c  N dy   241     42652      2000     40000         0     18343    200000   2164696    144.29    155.67
33.45/8.49	c  S st   261     45752      2000     40000         0     11924    200000    778493    144.16    136.41
33.86/8.58	c  S st   261     46253      2000     40000         0     12425    200000    856529    144.16   no data
33.86/8.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.86/8.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
33.86/8.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.86/8.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.86/8.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.86/8.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
33.86/8.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.27/8.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.27/8.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.84/9.00	c lits-rem:        10  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.35 s
35.84/9.01	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.84/9.02	c vivif2 --  cl tried    12425 cl shrink        0 lits rem          0 time: 0.01
37.04/9.30	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
37.04/9.30	c calculated reachability. Time: 0.00
37.04/9.30	c  N dy   261     46253      2000     40000         0     12425    200000    856519    144.16   no data
39.09/9.89	c  N dy   288     50382      2000     40000         0     16552    200000   1621962    144.37    153.71
41.82/10.50	c  N dy   314     54502      2000     40000         0     20670    200000   2357026    144.14    152.75
43.81/11.07	c  N dy   340     58565      2000     40000         0     14143    200000    997175    144.27    152.39
46.62/11.72	c  N dy   367     62854      2000     40000         0     18432    200000   1783885    144.20    151.98
49.00/12.39	c  N dy   392     66899      2000     40000         0     22477    200000   2527973    144.28    151.98
50.60/12.77	c  S st   407     69379      2000     40000         0     13330    200000    658630    144.46   no data
51.00/12.86	c  S st   407     69887      2000     40000         0     13838    200000    741137    144.46   no data
51.00/12.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.00/12.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.00/12.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.00/12.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.00/12.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.00/12.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.00/12.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.39/12.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.39/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.59/13.20	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.26 s
52.59/13.20	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.59/13.21	c vivif2 --  cl tried    13837 cl shrink        0 lits rem          0 time: 0.01
53.79/13.51	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
53.79/13.51	c calculated reachability. Time: 0.00
53.79/13.51	c  N dy   407     69887      2000     40000         0     13837    200000    740646    144.46   no data
56.20/14.18	c  N dy   437     74368      2000     40000         0     18316    200000   1565637    144.65    156.21
59.77/15.00	c  N dy   469     79242      2000     40000         0     23189    200000   2449019    144.61    152.82
62.96/15.82	c  N dy   498     84315      2000     40000         0     15616    200000    904036    144.56    172.37
64.97/16.32	c  F st   520     87501      2000     40000         0     18802    200000   1488957    144.58    119.58
66.95/16.83	c  N st   525     90804      2000     40000         0     22103    200000   2122343    144.58   no data
70.93/17.82	c  N dy   551     96646      2000     40000         0     14289    200000    485836    144.61    155.41
74.52/18.75	c  N dy   590    102817      2000     40000         0     20459    200000   1613819    144.64    154.26
75.72/19.07	c  S st   602    104831      2000     40000         0     22473    200000   1972495    144.55    127.81
76.13/19.18	c  S st   602    105334      2000     40000         0     22976    200000   2054986    144.55   no data
76.13/19.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.53/19.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
76.53/19.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.53/19.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.53/19.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.53/19.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.53/19.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
76.53/19.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
76.92/19.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.88/22.80	c lits-rem:        87  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.48 s
90.88/22.81	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
90.88/22.83	c vivif2 --  cl tried    22973 cl shrink        0 lits rem          0 time: 0.02
92.07/23.18	c asymm  cl-useful: 0/36038/40000 lits-rem:0 time: 0.35
92.07/23.19	c calculated reachability. Time: 0.00
92.07/23.19	c  N dy   602    105334      2000     40000         0     22973    200000   2053423    144.55   no data
96.85/24.36	c  N dy   645    112139      2000     40000         0     15117    200000    449449    144.54    152.77
101.24/25.46	c  N dy   692    119297      2000     40000         0     22275    200000   1759134    144.55    154.10
106.43/26.74	c  N dy   739    126923      2000     40000         0     29896    200000   3149629    144.64    154.27
112.02/28.10	c  N dy   789    135137      2000     40000         0     22450    200000   1620928    144.59    154.18
118.04/29.64	c  N dy   849    143975      2000     40000         0     31285    200000   3242175    144.68    156.43
123.97/31.14	c  N dy   903    153215      2000     40000         0     23862    200000   1707879    144.77    179.57
127.16/31.98	c  S st   938    158003      2000     40000         0     28650    200000   2588584    144.83    126.68
127.96/32.11	c  S st   938    158505      2000     40000         0     29152    200000   2666214    144.83   no data
127.96/32.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
127.96/32.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
127.96/32.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.96/32.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.96/32.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.96/32.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
127.96/32.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
127.96/32.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
128.36/32.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.10/39.47	c lits-rem:       107  cl-subs:        3  v-elim:      0  v-fix:    0  time:  7.19 s
157.10/39.48	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
157.52/39.51	c vivif2 --  cl tried    29149 cl shrink        0 lits rem          0 time: 0.03
157.52/39.56	c asymm  cl-useful: 0/3962/40000 lits-rem:0 time: 0.05
157.52/39.56	c calculated reachability. Time: 0.00
157.52/39.56	c  N dy   938    158505      2000     40000         0     29149    200000   2664610    144.83   no data
164.65/41.31	c  N dy   994    168691      2000     40000         0     21671    200000   1119188    144.84    153.11
171.83/43.18	c  N dy  1065    179477      2000     40000         0     32453    200000   3099536    144.89    164.93
179.81/45.16	c  N dy  1138    190999      2000     40000         0     25315    200000   1610768    144.87    154.41
188.97/47.40	c  N dy  1218    203251      2000     40000         0     37565    200000   3871411    144.97    155.47
197.75/49.60	c  N dy  1292    216375      2000     40000         0     31020    200000   2464214    144.81    152.48
208.13/52.21	c  N dy  1373    230382      2000     40000         0     24362    200000   1082466    144.76    153.54
213.32/53.53	c  S st  1420    237758      2000     40000         0     31738    200000   2450227    144.88   no data
213.71/53.66	c  S st  1420    238260      2000     40000         0     32240    200000   2534031    144.88   no data
213.71/53.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.71/53.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
214.13/53.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.13/53.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.13/53.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.13/53.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
214.13/53.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
214.13/53.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
214.55/53.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.62/60.67	c lits-rem:       125  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.85 s
241.62/60.68	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.01
242.02/60.71	c vivif2 --  cl tried    32231 cl shrink        0 lits rem          0 time: 0.03
243.62/61.14	c asymm  cl-useful: 0/31891/40000 lits-rem:0 time: 0.43
243.62/61.14	c calculated reachability. Time: 0.00
243.62/61.14	c  N dy  1420    238260      2000     40000         0     32231    200000   2530181    144.88   no data
255.98/64.25	c  N dy  1515    253483      2000     40000         0     25784    200000   1169102    144.81    152.83
267.94/67.28	c  N dy  1614    269857      2000     40000         0     42156    200000   4158908    144.79    154.15
281.11/70.51	c  N dy  1729    287118      2000     40000         0     36753    200000   3012809    144.88    154.78
295.46/74.11	c  N dy  1845    305566      2000     40000         0     31540    200000   1875854    144.86    153.70
295.86/74.23	c  F st  1850    306251      2000     40000         0     32225    200000   1995643    144.85    139.78
310.64/77.97	c  N dy  1939    325137      2000     40000         0     26442    200000    768775    144.97    156.89
325.77/81.77	c  N dy  2068    345198      2000     40000         0     46502    200000   4458428    145.04    158.36
335.34/84.13	c  S st  2143    357393      2000     40000         0     33033    200000   1803948    145.03   no data
335.74/84.25	c  S st  2143    357894      2000     40000         0     33534    200000   1886661    145.03   no data
335.74/84.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
335.74/84.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
336.14/84.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
336.14/84.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
336.14/84.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
336.14/84.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
336.14/84.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
336.14/84.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
336.14/84.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
351.70/88.23	c lits-rem:        72  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.84 s
351.70/88.23	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
351.70/88.26	c vivif2 --  cl tried    33533 cl shrink        0 lits rem          0 time: 0.02
352.09/88.36	c asymm  cl-useful: 0/8109/40000 lits-rem:0 time: 0.11
352.09/88.37	c calculated reachability. Time: 0.00
352.09/88.37	c  N dy  2143    357894      2000     40000         0     33533    200000   1886571    145.03   no data
369.24/92.60	c  N dy  2267    378031      2000     40000         0     27011    200000    515905    145.09    156.46
384.40/96.45	c  N dy  2395    398133      2000     40000         0     47109    200000   4199359    145.10    153.12
402.35/100.90	c  N dy  2530    418213      2000     40000         0     39520    200000   2659299    145.18    153.89
419.89/105.38	c  N dy  2652    438297      2000     40000         0     30939    200000    891342    145.15    165.77
436.24/109.49	c  N dy  2783    458437      2000     40000         0     51071    200000   4596252    145.19    153.02
453.39/113.76	c  N dy  2904    478611      2000     40000         0     41579    200000   2654930    145.18    153.49
471.74/118.35	c  N dy  3020    498699      2000     40000         0     31003    200000    552730    145.13    159.67
487.68/122.36	c  N dy  3151    518734      2000     40000         0     51033    200000   4273343    145.25    153.81
503.65/126.38	c  S st  3262    536841      2000     40000         0     37477    200000   1549645    145.20   no data
504.43/126.51	c  S st  3262    537345      2000     40000         0     37981    200000   1640431    145.20   no data
504.43/126.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
504.43/126.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
504.43/126.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
504.43/126.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
504.43/126.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
504.43/126.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
504.43/126.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
504.43/126.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
504.83/126.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.78/130.14	c lits-rem:       101  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.50 s
518.78/130.14	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
518.78/130.16	c vivif2 --  cl tried    37980 cl shrink        0 lits rem          0 time: 0.02
520.38/130.53	c asymm  cl-useful: 0/29681/40000 lits-rem:0 time: 0.36
520.38/130.53	c calculated reachability. Time: 0.00
520.38/130.53	c  N dy  3262    537345      2000     40000         0     37980    200000   1639822    145.20   no data
537.93/134.90	c  N dy  3398    557378      2000     40000         0     58009    200000   5345270    145.30    154.65
554.68/139.19	c  N dy  3519    577433      2000     40000         0     45402    200000   2828047    145.30    154.45
573.84/143.91	c  N dy  3652    597460      2000     40000         0     65423    200000   6556128    145.41    154.71
590.57/148.17	c  N dy  3776    617594      2000     40000         0     51897    200000   3907170    145.48    156.66
610.10/153.02	c  N dy  3904    637815      2000     40000         0     37456    200000   1039398    145.53    153.90
627.25/157.30	c  N dy  4025    657847      2000     40000         0     57486    200000   4705482    145.51    154.99
646.00/162.08	c  N dy  4156    677859      2000     40000         0     41834    200000   1692892    145.56    182.44
664.34/166.67	c  N dy  4285    697907      2000     40000         0     61874    200000   5391930    145.59    154.29
683.50/171.46	c  N dy  4404    718139      2000     40000         0     45442    200000   2169927    145.59    153.40
702.63/176.25	c  N dy  4531    738333      2000     40000         0     65629    200000   5893669    145.60    153.91
721.77/181.04	c  N dy  4656    758450      2000     40000         0     48093    200000   2463007    145.60    154.28
740.96/185.85	c  N dy  4783    778518      2000     40000         0     68155    200000   6137864    145.61    153.38
761.25/190.93	c  N dy  4911    798583      2000     40000         0     49561    200000   2556133    145.62    164.07
768.03/192.68	c  S st  4961    806017      2000     40000         0     56995    200000   3917260    145.63   no data
768.82/192.85	c  S st  4961    806519      2000     40000         0     57496    200000   3999001    145.63   no data
768.82/192.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
769.22/192.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
769.22/192.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
769.22/192.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
769.22/192.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
769.22/192.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
769.22/192.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
769.22/192.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
769.62/193.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
827.05/207.45	c lits-rem:       252  cl-subs:        8  v-elim:      0  v-fix:    0  time: 14.35 s
827.05/207.45	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
827.45/207.50	c vivif2 --  cl tried    57488 cl shrink        0 lits rem          0 time: 0.05
827.85/207.71	c asymm  cl-useful: 0/10319/40000 lits-rem:0 time: 0.20
827.85/207.71	c calculated reachability. Time: 0.00
827.85/207.71	c  N dy  4961    806519      2000     40000         0     57488    200000   3995393    145.63   no data
848.99/212.93	c  N dy  5075    826567      2000     40000         0     77531    200000   7679880    145.62    159.10
866.93/217.49	c  N dy  5196    846574      2000     40000         0     57878    200000   3912796    145.62    192.62
888.07/222.77	c  N dy  5322    866652      2000     40000         0     77951    200000   7640228    145.67    156.38
906.82/227.48	c  N dy  5452    886657      2000     40000         0     57291    200000   3650859    145.71    170.04
927.95/232.76	c  N dy  5578    906709      2000     40000         0     77339    200000   7355092    145.73    153.79
947.49/237.66	c  N dy  5699    926760      2000     40000         0     55729    200000   3173150    145.74    154.53
968.65/242.92	c  N dy  5827    946881      2000     40000         0     75841    200000   6895470    145.77    155.68
989.36/248.13	c  N dy  5956    966995      2000     40000         0     53295    200000   2542955    145.76    154.59
1009.69/253.22	c  N dy  6083    987064      2000     40000         0     73360    200000   6266364    145.80    153.83
1031.23/258.68	c  N dy  6205   1007154      2000     40000         0     49796    200000   1723385    145.81    164.55
1051.17/263.65	c  N dy  6328   1027603      2000     40000         0     70239    200000   5498570    145.81    154.85
1075.09/269.62	c  N dy  6458   1048040      2000     40000         0     46021    200000    858620    145.84    156.28
1093.44/274.28	c  N dy  6581   1068072      2000     40000         0     66043    200000   4558633    145.86    154.76
1097.83/275.30	c  F st  6611   1071876      2000     40000         0     69847    200000   5276057    145.88   no data
1115.77/279.86	c  N dy  6681   1088223      2000     40000         0     86187    200000   8354970    145.87    154.50
1136.10/284.93	c  N dy  6810   1108298      2000     40000         0     60601    200000   3354200    145.87    155.26
1157.27/290.30	c  N dy  6926   1128363      2000     40000         0     80659    200000   7045964    145.86    154.98
1179.97/295.98	c  N dy  7044   1148553      2000     40000         0     54190    200000   2000863    145.86    153.67
1201.91/301.46	c  N dy  7164   1168618      2000     40000         0     74252    200000   5684900    145.85    154.97
1227.45/307.85	c  N dy  7293   1188689      2000     40000         0     94322    200000   9397380    145.87    156.53
1247.77/312.90	c  N dy  7421   1208968      2000     40000         0     66943    200000   4168321    145.89    161.39
1248.57/313.12	c  S st  7427   1209779      2000     40000         0     67754    200000   4310218    145.88   no data
1248.97/313.31	c  S st  7427   1210282      2000     40000         0     68257    200000   4380321    145.88   no data
1249.38/313.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1249.38/313.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1249.38/313.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1249.38/313.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1249.38/313.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1249.38/313.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1249.38/313.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1249.81/313.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1250.16/313.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1317.97/330.50	c lits-rem:       178  cl-subs:       16  v-elim:      0  v-fix:    0  time: 16.91 s
1317.97/330.50	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1317.97/330.56	c vivif2 --  cl tried    68241 cl shrink        0 lits rem          0 time: 0.05
1319.58/330.99	c asymm  cl-useful: 0/22161/40000 lits-rem:0 time: 0.43
1319.58/330.99	c calculated reachability. Time: 0.00
1319.58/330.99	c  N dy  7427   1210282      2000     40000         0     68241    200000   4373817    145.88   no data
1345.08/337.37	c  N dy  7556   1230639      2000     40000         0     88595    200000   8145573    145.90    155.03
1369.00/343.33	c  N dy  7681   1250742      2000     40000         0     60042    200000   2760137    145.92    154.68
1392.93/349.32	c  N dy  7803   1270864      2000     40000         0     80154    200000   6504113    145.93    160.11
1420.06/356.19	c  N dy  7912   1290918      2000     40000         0     50544    200000    801109    145.91    156.57
1440.79/361.32	c  N dy  8037   1310944      2000     40000         0     70562    200000   4515610    145.92    165.80
1464.77/367.39	c  N dy  8149   1331078      2000     40000         0     90691    200000   8219748    145.91    155.01
1489.05/373.42	c  N dy  8275   1351337      2000     40000         0     60287    200000   2430068    145.93    154.25
1510.59/378.89	c  N dy  8399   1371408      2000     40000         0     80351    200000   6154510    145.94    164.12
1536.51/385.35	c  N dy  8522   1391499      2000     40000         0    100435    200000   9844932    145.94    154.09
1557.24/390.57	c  N dy  8643   1411680      2000     40000         0     68961    200000   3854849    145.94    155.19
1580.77/396.40	c  N dy  8762   1431761      2000     40000         0     89034    200000   7529045    145.93    153.69
1605.49/402.68	c  N dy  8875   1451771      2000     40000         0     56395    200000   1357933    145.93    174.62
1626.65/407.94	c  N dy  9008   1471814      2000     40000         0     76433    200000   5080647    145.97    154.11
1651.76/414.28	c  N dy  9129   1492201      2000     40000         0     96815    200000   8824149    145.96    155.28
1675.68/420.30	c  N dy  9252   1512224      2000     40000         0     63182    200000   2431543    145.98    154.01
1697.61/425.72	c  N dy  9364   1532268      2000     40000         0     83219    200000   6125742    145.98    162.12
1723.58/432.28	c  N dy  9488   1552370      2000     40000         0    103318    200000   9832132    146.00    154.26
1746.27/437.94	c  N dy  9606   1572400      2000     40000         0     68689    200000   3279449    146.00    154.66
1769.80/443.80	c  N dy  9734   1592488      2000     40000         0     88775    200000   6978424    146.01    159.21
1796.92/450.66	c  N dy  9854   1612570      2000     40000         0    108853    200000  10662713    146.00    156.94
1818.45/456.00	c  N dy  9969   1632642      2000     40000         0     73268    200000   3933112    145.99    159.01
1842.37/462.06	c  N dy 10099   1652718      2000     40000         0     93342    200000   7666668    146.01    154.81
1872.30/469.51	c  N dy 10235   1672892      2000     40000         0     56865    200000    735653    146.04    154.21
1895.01/475.25	c  N dy 10363   1693026      2000     40000         0     76993    200000   4449932    146.05    154.12
1918.15/481.06	c  S st 10473   1710283      2000     40000         0     94244    200000   7634870    146.05   no data
1919.35/481.33	c  S st 10473   1710792      2000     40000         0     94753    200000   7711245    146.05   no data
1919.35/481.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1919.75/481.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1919.75/481.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1919.75/481.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1919.75/481.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1919.75/481.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1919.75/481.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1920.14/481.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1921.34/481.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2088.04/523.69	c lits-rem:       408  cl-subs:       19  v-elim:      0  v-fix:    0  time: 41.87 s
2088.04/523.69	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2088.44/523.79	c vivif2 --  cl tried    94734 cl shrink        0 lits rem          0 time: 0.09
2090.85/524.30	c asymm  cl-useful: 0/15707/40000 lits-rem:0 time: 0.51
2090.85/524.31	c calculated reachability. Time: 0.00
2090.85/524.31	c  N dy 10473   1710792      2000     40000         0     94734    200000   7703052    146.05   no data
2122.36/532.27	c  N dy 10601   1731032      2000     40000         0    114969    200000  11442068    146.06    157.04
2146.67/538.39	c  N dy 10732   1751423      2000     40000         0     77697    200000   4389879    146.07    157.83
2175.44/545.57	c  N dy 10854   1771512      2000     40000         0     97782    200000   8100127    146.06    155.15
2206.89/553.44	c  N dy 10983   1791516      2000     40000         0     59134    200000    801148    146.08    155.05
2228.83/558.94	c  N dy 11105   1811597      2000     40000         0     79213    200000   4496802    146.08    158.52
2255.14/565.53	c  N dy 11231   1831684      2000     40000         0     99295    200000   8194827    146.08    157.13
2285.45/573.20	c  N dy 11360   1851792      2000     40000         0     59741    200000    735046    146.09    154.31
2307.04/578.53	c  N dy 11482   1871793      2000     40000         0     79735    200000   4425235    146.09    169.98
2332.52/584.97	c  N dy 11608   1891909      2000     40000         0     99842    200000   8131068    146.10    155.96
2363.23/592.61	c  N dy 11747   1911969      2000     40000         0    119897    200000  11881143    146.13    163.02
2385.57/598.29	c  N dy 11880   1932004      2000     40000         0     79283    200000   4219803    146.16    154.23
2411.47/604.79	c  N dy 12011   1952054      2000     40000         0     99325    200000   7926207    146.18    159.25
2441.78/612.37	c  N dy 12146   1972213      2000     40000         0    119479    200000  11679113    146.20    154.13
2465.31/618.22	c  N dy 12262   1992283      2000     40000         0     77892    200000   3707861    146.18    153.90
2491.28/624.73	c  N dy 12391   2012786      2000     40000         0     98387    200000   7483886    146.19    155.81
2520.75/632.12	c  N dy 12520   2032824      2000     40000         0    118415    200000  11221173    146.21    155.64
2545.86/638.41	c  N dy 12641   2052980      2000     40000         0     75916    200000   3190190    146.21    159.64
2570.58/644.64	c  N dy 12778   2073073      2000     40000         0     95998    200000   6919747    146.22    157.25
2600.11/652.00	c  N dy 12913   2093158      2000     40000         0    116079    200000  10620505    146.23    155.00
2627.61/658.94	c  N dy 13036   2113165      2000     40000         0     72441    200000   2391928    146.23    154.76
2651.14/664.86	c  N dy 13160   2133190      2000     40000         0     92463    200000   6108581    146.24    179.97
2679.48/671.95	c  N dy 13281   2153305      2000     40000         0    112571    200000   9824161    146.24    154.92
2710.18/679.63	c  N dy 13409   2173419      2000     40000         0     68031    200000   1390609    146.24    156.47
2733.29/685.46	c  N dy 13534   2193474      2000     40000         0     88079    200000   5133746    146.26    155.34
2758.86/691.81	c  S st 13645   2210793      2000     40000         0    105395    200000   8315364    146.26   no data
2760.01/692.11	c  S st 13645   2211299      2000     40000         0    105901    200000   8394132    146.26   no data
2760.01/692.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2760.41/692.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2760.41/692.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2760.41/692.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2760.41/692.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2760.41/692.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2760.41/692.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2760.81/692.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2761.61/692.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2948.25/739.33	c lits-rem:       319  cl-subs:       25  v-elim:      0  v-fix:    0  time: 46.72 s
2948.25/739.33	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2948.65/739.43	c vivif2 --  cl tried   105876 cl shrink        0 lits rem          0 time: 0.10
2949.05/739.52	c asymm  cl-useful: 0/2132/40000 lits-rem:0 time: 0.08
2949.05/739.52	c calculated reachability. Time: 0.00
2949.05/739.52	c  N dy 13645   2211299      2000     40000         0    105876    200000   8384319    146.26   no data
2983.34/748.19	c  N dy 13775   2231508      2000     40000         0    126075    200000  12146664    146.28    156.26
3011.66/755.20	c  N dy 13903   2251546      2000     40000         0     80466    200000   3515552    146.28    155.26
3039.20/762.20	c  N dy 14032   2271674      2000     40000         0    100583    200000   7223954    146.29    154.24
3071.88/770.39	c  N dy 14158   2291941      2000     40000         0    120842    200000  10998020    146.30    154.21
3102.58/778.04	c  N dy 14279   2312197      2000     40000         0     74449    200000   2207169    146.31    154.53
3127.36/784.22	c  N dy 14403   2332224      2000     40000         0     94474    200000   5914705    146.31    154.66
3155.62/791.35	c  N dy 14524   2352292      2000     40000         0    114537    200000   9642162    146.32    166.14
3189.52/799.82	c  N dy 14659   2372466      2000     40000         0    134707    200000  13407899    146.33    154.56
3213.05/805.73	c  N dy 14787   2392494      2000     40000         0     87080    200000   4384632    146.35    155.04
3239.77/812.45	c  N dy 14913   2412529      2000     40000         0    107110    200000   8087856    146.35    154.35
3270.49/820.16	c  N dy 15026   2432532      2000     40000         0    127105    200000  11787501    146.35    155.13
3299.19/827.31	c  N dy 15146   2452541      2000     40000         0     78463    200000   2594711    146.34    167.47
3323.92/833.50	c  N dy 15260   2472581      2000     40000         0     98498    200000   6311369    146.34    154.49
3353.04/840.87	c  N dy 15391   2492614      2000     40000         0    118526    200000  10042292    146.36    157.10
3387.33/849.40	c  N dy 15524   2512693      2000     40000         0    138600    200000  13761796    146.36    156.62
3411.26/855.40	c  N dy 15649   2532821      2000     40000         0     89078    200000   4370918    146.35    155.12
3438.82/862.37	c  N dy 15780   2553043      2000     40000         0    109298    200000   8139927    146.37    164.95
3470.69/870.32	c  N dy 15907   2573123      2000     40000         0    129374    200000  11853778    146.37    156.03
3500.98/877.99	c  N dy 16042   2593214      2000     40000         0     78811    200000   2351987    146.40    159.53
3526.13/884.28	c  N dy 16167   2613291      2000     40000         0     98883    200000   6085248    146.41    155.11
3555.62/891.69	c  N dy 16293   2633378      2000     40000         0    118961    200000   9827899    146.43    159.64
3589.91/900.25	c  N dy 16421   2653434      2000     40000         0    139005    200000  13580620    146.45    157.99
3616.23/906.83	c  N dy 16541   2673462      2000     40000         0     87376    200000   3740199    146.45    157.60
3643.35/913.61	c  N dy 16673   2693505      2000     40000         0    107414    200000   7477093    146.46    154.48
3670.88/920.60	c  S st 16795   2711301      2000     40000         0    125207    200000  10819402    146.48    148.57
3672.46/920.92	c  S st 16795   2711808      2000     40000         0    125713    200000  10909053    146.48   no data
3672.46/920.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3672.86/921.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
3672.86/921.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3672.86/921.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3672.86/921.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3672.86/921.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3672.86/921.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3673.26/921.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3674.86/921.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3883.03/973.70	c lits-rem:       355  cl-subs:       23  v-elim:      0  v-fix:    0  time: 52.17 s
3883.03/973.70	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3883.43/973.84	c vivif2 --  cl tried   125690 cl shrink        0 lits rem          0 time: 0.14
3885.43/974.39	c asymm  cl-useful: 0/15024/40000 lits-rem:0 time: 0.54
3885.43/974.39	c calculated reachability. Time: 0.00
3885.43/974.39	c  N dy 16795   2711808      2000     40000         0    125690    200000  10898553    146.48   no data
3922.12/983.56	c  N dy 16916   2731845      2000     40000         0     73080    200000    909780    146.49    156.66
3948.84/990.26	c  N dy 17045   2751895      2000     40000         0     93126    200000   4662765    146.50    155.26
3980.35/998.16	c  N dy 17183   2771913      2000     40000         0    113138    200000   8393300    146.52    167.93
4015.85/1007.05	c  N dy 17304   2792061      2000     40000         0    133286    200000  12123152    146.52    154.40
4050.94/1015.88	c  N dy 17427   2812300      2000     40000         0     79868    200000   1989267    146.52    159.69
4079.30/1022.98	c  N dy 17563   2832311      2000     40000         0     99871    200000   5707791    146.53    156.55
4111.95/1031.14	c  N dy 17692   2852491      2000     40000         0    120047    200000   9469711    146.53    155.06
4149.49/1040.58	c  N dy 17829   2872538      2000     40000         0    140089    200000  13218830    146.55    160.13
4180.20/1048.30	c  N dy 17953   2892541      2000     40000         0     85438    200000   2811219    146.55    155.52
4207.27/1055.00	c  N dy 18071   2912591      2000     40000         0    105480    200000   6521961    146.55    155.10
4239.17/1063.00	c  N dy 18203   2932733      2000     40000         0    125617    200000  10280729    146.57    154.87
4274.66/1071.94	c  N dy 18329   2952769      2000     40000         0    145648    200000  14024119    146.58    176.12
4302.60/1079.00	c  N dy 18451   2972837      2000     40000         0     90067    200000   3524526    146.58    158.69
4330.09/1085.85	c  N dy 18572   2992924      2000     40000         0    110146    200000   7220425    146.58    156.70
4362.00/1093.80	c  N dy 18696   3012990      2000     40000         0    130203    200000  10963149    146.59    154.91
4397.89/1102.87	c  N dy 18823   3033040      2000     40000         0    150248    200000  14691344    146.60    157.75
4425.43/1109.76	c  N dy 18959   3053093      2000     40000         0     93650    200000   4028318    146.61    155.04
4453.32/1116.76	c  N dy 19080   3073145      2000     40000         0    113697    200000   7737590    146.61    160.05
4485.63/1124.87	c  N dy 19200   3093227      2000     40000         0    133768    200000  11465180    146.62    156.41
4523.11/1134.26	c  N dy 19329   3113402      2000     40000         0    153940    200000  15193961    146.62    156.76
4549.03/1140.76	c  N dy 19443   3133522      2000     40000         0     96407    200000   4352236    146.62    156.13
4578.54/1148.14	c  N dy 19572   3153863      2000     40000         0    116743    200000   8132162    146.62    154.79
4612.44/1156.61	c  N dy 19709   3173965      2000     40000         0    136831    200000  11883374    146.64    154.44
4649.57/1165.98	c  N dy 19824   3193974      2000     40000         0    156835    200000  15601500    146.64    155.44
4672.65/1171.71	c  S st 19940   3211810      2000     40000         0     96031    200000   4138872    146.65    138.18
4673.45/1171.95	c  S st 19940   3212313      2000     40000         0     96534    200000   4215941    146.65   no data
4673.45/1171.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4673.86/1172.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4673.86/1172.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4673.86/1172.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4673.86/1172.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4673.86/1172.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4673.86/1172.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4674.25/1172.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4674.65/1172.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4735.27/1187.43	c lits-rem:        88  cl-subs:       13  v-elim:      0  v-fix:    0  time: 15.18 s
4735.27/1187.43	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4735.27/1187.49	c vivif2 --  cl tried    96521 cl shrink        0 lits rem          0 time: 0.05
4737.31/1187.98	c asymm  cl-useful: 0/15907/40000 lits-rem:0 time: 0.50
4737.31/1187.99	c calculated reachability. Time: 0.00
4737.31/1187.99	c  N dy 19940   3212313      2000     40000         0     96521    200000   4211025    146.65   no data
4767.19/1195.45	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366134-1305396286/watcher-3366134-1305396286 -o /tmp/evaluation-result-3366134-1305396286/solver-3366134-1305396286 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366134-1305396286.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: 3.81 5.94 8.05 2/360 6994
/proc/meminfo: memFree=30389496/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 411 0 0 0 0 0 0 0 21 0 4 0 632044895 52396032 351 33554432000 4194304 4580107 140734530655648 18446744073709551615 47821198268336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 12792 351 302 95 0 7774 0
[pid=6994/tid=6995] ppid=6992 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 632044895 52396032 351 33554432000 4194304 4580107 140734530655648 18446744073709551615 47821198267933 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 632044895 52396032 351 33554432000 4194304 4580107 140734530655648 18446744073709551615 47821198268338 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 632044895 52396032 351 33554432000 4194304 4580107 140734530655648 18446744073709551615 47821198267933 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.07734 s]
/proc/loadavg: 3.81 5.94 8.05 2/360 6994
/proc/meminfo: memFree=30389496/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=291824 CPUtime=1.1 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 7080 0 0 0 108 2 0 0 18 0 4 0 632044895 298827776 6992 33554432000 4194304 4580107 140734530655648 18446744073709551615 212039304396 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 73022 7151 364 95 0 68004 0
[pid=6994/tid=6995] ppid=6992 vsize=292700 CPUtime=0.27 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 1457 0 0 0 27 0 0 0 18 0 4 0 632044895 299724800 7414 33554432000 4194304 4580107 140734530655648 18446744073709551615 212039698615 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=292964 CPUtime=0.26 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) D 6992 6994 5961 0 -1 4202560 2503 0 0 0 26 0 0 0 18 0 4 0 632044895 299995136 7607 33554432000 4194304 4580107 140734530655648 18446744073709551615 212039316165 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=293552 CPUtime=0.27 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 1744 0 0 0 27 0 0 0 18 0 4 0 632044895 300597248 7851 33554432000 4194304 4580107 140734530655648 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 291824

[startup+0.343874 s]
/proc/loadavg: 3.81 5.94 8.05 2/360 6994
/proc/meminfo: memFree=30389496/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=309744 CPUtime=4.42 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 18812 0 0 0 437 5 0 0 18 0 4 0 632044895 317177856 15200 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 77436 15200 377 95 0 72418 0
[pid=6994/tid=6995] ppid=6992 vsize=309744 CPUtime=1.1 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 4814 0 0 0 109 1 0 0 19 0 4 0 632044895 317177856 15200 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=309744 CPUtime=1.09 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 5004 0 0 0 108 1 0 0 19 0 4 0 632044895 317177856 15200 33554432000 4194304 4580107 140734530655648 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=309744 CPUtime=1.1 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 3760 0 0 0 109 1 0 0 19 0 4 0 632044895 317177856 15200 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 309744

[startup+1.22133 s]
/proc/loadavg: 3.81 5.94 8.05 2/360 6994
/proc/meminfo: memFree=30389496/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=306040 CPUtime=4.82 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 21041 0 0 0 477 5 0 0 19 0 4 0 632044895 313384960 12641 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 76510 12641 377 95 0 71492 0
[pid=6994/tid=6995] ppid=6992 vsize=306040 CPUtime=1.2 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 5543 0 0 0 119 1 0 0 19 0 4 0 632044895 313384960 12641 33554432000 4194304 4580107 140734530655648 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=306040 CPUtime=1.19 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 5639 0 0 0 118 1 0 0 19 0 4 0 632044895 313384960 12641 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=306040 CPUtime=1.2 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 3916 0 0 0 119 1 0 0 19 0 4 0 632044895 313384960 12641 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 306040

[startup+1.32131 s]
/proc/loadavg: 3.81 5.94 8.05 2/360 6994
/proc/meminfo: memFree=30389496/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=306040 CPUtime=5.22 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 21673 0 0 0 517 5 0 0 19 0 4 0 632044895 313384960 13273 33554432000 4194304 4580107 140734530655648 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 76510 13273 377 95 0 71492 0
[pid=6994/tid=6995] ppid=6992 vsize=306040 CPUtime=1.3 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 5697 0 0 0 129 1 0 0 19 0 4 0 632044895 313384960 13273 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=306040 CPUtime=1.29 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 5803 0 0 0 128 1 0 0 19 0 4 0 632044895 313384960 13273 33554432000 4194304 4580107 140734530655648 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=306040 CPUtime=1.3 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 4074 0 0 0 129 1 0 0 19 0 4 0 632044895 313384960 13274 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 306040

[startup+1.50028 s]
/proc/loadavg: 3.81 5.94 8.05 2/360 6994
/proc/meminfo: memFree=30389496/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=306040 CPUtime=5.94 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 22789 0 0 0 588 6 0 0 19 0 4 0 632044895 313384960 14389 33554432000 4194304 4580107 140734530655648 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 76510 14389 377 95 0 71492 0
[pid=6994/tid=6995] ppid=6992 vsize=306040 CPUtime=1.48 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 5980 0 0 0 147 1 0 0 19 0 4 0 632044895 313384960 14389 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=306040 CPUtime=1.47 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 6071 0 0 0 146 1 0 0 19 0 4 0 632044895 313384960 14389 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=306040 CPUtime=1.48 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 4366 0 0 0 147 1 0 0 20 0 4 0 632044895 313384960 14389 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 306040

[startup+3.101 s]
/proc/loadavg: 4.47 6.04 8.07 9/371 7006
/proc/meminfo: memFree=30259004/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=307544 CPUtime=12.34 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 35585 0 0 0 1226 8 0 0 23 0 4 0 632044895 314925056 17226 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 76886 17226 377 95 0 71868 0
[pid=6994/tid=6995] ppid=6992 vsize=307544 CPUtime=3.09 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 9039 0 0 0 307 2 0 0 23 0 4 0 632044895 314925056 17258 33554432000 4194304 4580107 140734530655648 18446744073709551615 4295831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=307544 CPUtime=3.06 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 9045 0 0 0 304 2 0 0 23 0 4 0 632044895 314925056 17259 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=307544 CPUtime=3.09 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 8080 0 0 0 307 2 0 0 25 0 4 0 632044895 314925056 17259 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 307544

[startup+6.30043 s]
/proc/loadavg: 4.47 6.04 8.07 9/371 7006
/proc/meminfo: memFree=30186704/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=318932 CPUtime=25.08 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 71503 0 0 0 2491 17 0 0 25 0 4 0 632044895 326586368 33466 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 79733 33466 379 95 0 74715 0
[pid=6994/tid=6995] ppid=6992 vsize=318932 CPUtime=6.28 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 19424 0 0 0 624 4 0 0 25 0 4 0 632044895 326586368 33466 33554432000 4194304 4580107 140734530655648 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=318932 CPUtime=6.21 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 17481 0 0 0 617 4 0 0 25 0 4 0 632044895 326586368 33466 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=318932 CPUtime=6.28 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 13856 0 0 0 625 3 0 0 25 0 4 0 632044895 326586368 33466 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 318932

[startup+12.7003 s]
/proc/loadavg: 5.01 6.10 8.07 9/371 7007
/proc/meminfo: memFree=29996348/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=430392 CPUtime=50.6 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 118230 0 0 0 5031 29 0 0 25 0 4 0 632044895 440721408 56174 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 107598 56174 379 95 0 102580 0
[pid=6994/tid=6995] ppid=6992 vsize=430392 CPUtime=12.68 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 35459 0 0 0 1261 7 0 0 25 0 4 0 632044895 440721408 56174 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=430392 CPUtime=12.54 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 23172 0 0 0 1248 6 0 0 25 0 4 0 632044895 440721408 56174 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=430392 CPUtime=12.68 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 28265 0 0 0 1261 7 0 0 25 0 4 0 632044895 440721408 56176 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 430392

[startup+25.501 s]
/proc/loadavg: 5.47 6.16 8.07 9/371 7007
/proc/meminfo: memFree=29791248/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=610012 CPUtime=101.64 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 181058 0 0 0 10120 44 0 0 25 0 4 0 632044895 624652288 80410 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 152503 80410 379 95 0 147485 0
[pid=6994/tid=6995] ppid=6992 vsize=610012 CPUtime=25.48 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 46636 0 0 0 2538 10 0 0 25 0 4 0 632044895 624652288 80410 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=610012 CPUtime=25.18 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 38987 0 0 0 2509 9 0 0 25 0 4 0 632044895 624652288 80411 33554432000 4194304 4580107 140734530655648 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=610012 CPUtime=25.47 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 47484 0 0 0 2536 11 0 0 25 0 4 0 632044895 624652288 80411 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 610012

[startup+51.1004 s]
/proc/loadavg: 6.39 6.32 8.07 9/371 7008
/proc/meminfo: memFree=29724768/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=699068 CPUtime=203.74 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 281814 0 0 0 20308 66 0 0 25 0 4 0 632044895 715845632 99343 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 174767 99343 379 95 0 169749 0
[pid=6994/tid=6995] ppid=6992 vsize=699068 CPUtime=51.07 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 75328 0 0 0 5091 16 0 0 25 0 4 0 632044895 715845632 99343 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=699068 CPUtime=50.48 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 60588 0 0 0 5035 13 0 0 25 0 4 0 632044895 715845632 99343 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=699068 CPUtime=51.07 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 74015 0 0 0 5090 17 0 0 25 0 4 0 632044895 715845632 99343 33554432000 4194304 4580107 140734530655648 18446744073709551615 4322582 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 699068

[startup+102.3 s]
/proc/loadavg: 7.45 6.63 8.07 9/371 7009
/proc/meminfo: memFree=29496436/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=800472 CPUtime=407.92 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 441885 0 0 0 40685 107 0 0 25 0 4 0 632044895 819683328 128708 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 200118 128708 379 95 0 195100 0
[pid=6994/tid=6995] ppid=6992 vsize=800472 CPUtime=102.27 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 108572 0 0 0 10204 23 0 0 25 0 4 0 632044895 819683328 128708 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=800472 CPUtime=101.07 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 99139 0 0 0 10083 24 0 0 25 0 4 0 632044895 819683328 128708 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=800472 CPUtime=102.27 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 118947 0 0 0 10198 29 0 0 25 0 4 0 632044895 819683328 128709 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 800472

[startup+162.301 s]

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

[pid=6994] ppid=6992 vsize=1374880 CPUtime=2800.7 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 1911152 0 0 0 279549 521 0 0 25 0 4 0 632044895 1407877120 263620 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 343720 263620 379 95 0 338702 0
[pid=6994/tid=6995] ppid=6992 vsize=1374880 CPUtime=702.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 451144 0 0 0 70108 117 0 0 25 0 4 0 632044895 1407877120 263620 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1374880 CPUtime=693.95 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 456744 0 0 0 69267 128 0 0 25 0 4 0 632044895 1407877120 263620 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1374880 CPUtime=702.23 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 505863 0 0 0 70080 143 0 0 25 0 4 0 632044895 1407877120 263620 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.7
Current children cumulated vsize (KiB) 1374880

[startup+762.3 s]
/proc/loadavg: 8.15 7.95 8.09 9/371 7027
/proc/meminfo: memFree=28496632/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1413372 CPUtime=3039.97 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 1990863 0 0 0 303446 551 0 0 25 0 4 0 632044895 1447292928 274388 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 353343 274388 379 95 0 348325 0
[pid=6994/tid=6995] ppid=6992 vsize=1413372 CPUtime=762.26 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 476759 0 0 0 76100 126 0 0 25 0 4 0 632044895 1447292928 274388 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1413372 CPUtime=753.23 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 486530 0 0 0 75182 141 0 0 25 0 4 0 632044895 1447292928 274388 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1413372 CPUtime=762.23 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 517649 0 0 0 76076 147 0 0 25 0 4 0 632044895 1447292928 274388 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.97
Current children cumulated vsize (KiB) 1413372

[startup+822.301 s]
/proc/loadavg: 8.10 7.97 8.09 9/371 7028
/proc/meminfo: memFree=28450216/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1415228 CPUtime=3279.26 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2103413 0 0 0 327338 588 0 0 25 0 4 0 632044895 1449193472 288507 33554432000 4194304 4580107 140734530655648 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 353807 288507 379 95 0 348789 0
[pid=6994/tid=6995] ppid=6992 vsize=1415228 CPUtime=822.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 489063 0 0 0 82097 128 0 0 25 0 4 0 632044895 1449193472 288507 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1415228 CPUtime=812.54 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 520804 0 0 0 81102 152 0 0 25 0 4 0 632044895 1449193472 288507 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1415228 CPUtime=822.22 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 550441 0 0 0 82062 160 0 0 25 0 4 0 632044895 1449193472 288507 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.26
Current children cumulated vsize (KiB) 1415228

[startup+882.301 s]
/proc/loadavg: 8.10 7.99 8.09 9/371 7030
/proc/meminfo: memFree=28444436/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1417708 CPUtime=3518.53 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2232315 0 0 0 351226 627 0 0 25 0 4 0 632044895 1451732992 274739 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 354427 274739 379 95 0 349409 0
[pid=6994/tid=6995] ppid=6992 vsize=1417708 CPUtime=882.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 521722 0 0 0 88087 138 0 0 25 0 4 0 632044895 1451732992 274739 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1417708 CPUtime=871.82 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 553292 0 0 0 87020 162 0 0 25 0 4 0 632044895 1451732992 274739 33554432000 4194304 4580107 140734530655648 18446744073709551615 4317187 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1417708 CPUtime=882.22 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 582217 0 0 0 88051 171 0 0 25 0 4 0 632044895 1451732992 274739 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.53
Current children cumulated vsize (KiB) 1417708

[startup+942.3 s]
/proc/loadavg: 8.14 8.02 8.09 9/371 7031
/proc/meminfo: memFree=28079076/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1713088 CPUtime=3757.81 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2375185 0 0 0 375123 658 0 0 25 0 4 0 632044895 1754202112 351922 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451903 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 428272 351922 379 95 0 423254 0
[pid=6994/tid=6995] ppid=6992 vsize=1713088 CPUtime=942.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 545454 0 0 0 94078 147 0 0 25 0 4 0 632044895 1754202112 351922 33554432000 4194304 4580107 140734530655648 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1713088 CPUtime=931.11 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 612466 0 0 0 92938 173 0 0 25 0 4 0 632044895 1754202112 351922 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1713088 CPUtime=942.22 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 611601 0 0 0 94044 178 0 0 25 0 4 0 632044895 1754202112 351922 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.81
Current children cumulated vsize (KiB) 1713088

[startup+1002.3 s]
/proc/loadavg: 8.05 8.01 8.08 9/371 7033
/proc/meminfo: memFree=27991748/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1809656 CPUtime=3997.1 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2431598 0 0 0 399026 684 0 0 25 0 4 0 632044895 1853087744 374175 33554432000 4194304 4580107 140734530655648 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 452414 374175 379 95 0 447396 0
[pid=6994/tid=6995] ppid=6992 vsize=1809656 CPUtime=1002.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 578288 0 0 0 100065 160 0 0 25 0 4 0 632044895 1853087744 374175 33554432000 4194304 4580107 140734530655648 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1809656 CPUtime=990.4 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 612466 0 0 0 98867 173 0 0 25 0 4 0 632044895 1853087744 374175 33554432000 4194304 4580107 140734530655648 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1809656 CPUtime=1002.22 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 620844 0 0 0 100039 183 0 0 25 0 4 0 632044895 1853087744 374175 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.1
Current children cumulated vsize (KiB) 1809656

[startup+1062.3 s]
/proc/loadavg: 8.19 8.06 8.09 9/371 7035
/proc/meminfo: memFree=28034584/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1811136 CPUtime=4236.39 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2517580 0 0 0 422921 718 0 0 25 0 4 0 632044895 1854603264 372303 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 452784 372303 379 95 0 447766 0
[pid=6994/tid=6995] ppid=6992 vsize=1811136 CPUtime=1062.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 578288 0 0 0 106065 160 0 0 25 0 4 0 632044895 1854603264 372303 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1811136 CPUtime=1049.69 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 641685 0 0 0 104786 183 0 0 25 0 4 0 632044895 1854603264 372303 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1811136 CPUtime=1062.21 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 647397 0 0 0 106026 195 0 0 25 0 4 0 632044895 1854603264 372303 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.39
Current children cumulated vsize (KiB) 1811136

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 8.09 9/371 7036
/proc/meminfo: memFree=27823752/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1813132 CPUtime=4475.66 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2638486 0 0 0 446810 756 0 0 25 0 4 0 632044895 1856647168 374702 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 453283 374702 379 95 0 448265 0
[pid=6994/tid=6995] ppid=6992 vsize=1813132 CPUtime=1122.25 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 608612 0 0 0 112058 167 0 0 25 0 4 0 632044895 1856647168 374702 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1813132 CPUtime=1108.97 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 668886 0 0 0 110705 192 0 0 25 0 4 0 632044895 1856647168 374702 33554432000 4194304 4580107 140734530655648 18446744073709551615 4321334 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1813132 CPUtime=1122.21 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 679052 0 0 0 112015 206 0 0 25 0 4 0 632044895 1856647168 374702 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.66
Current children cumulated vsize (KiB) 1813132

[startup+1182.3 s]
/proc/loadavg: 8.16 8.08 8.09 9/371 7038
/proc/meminfo: memFree=27867856/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1811572 CPUtime=4714.95 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2748485 0 0 0 470706 789 0 0 25 0 4 0 632044895 1855049728 361195 33554432000 4194304 4580107 140734530655648 18446744073709551615 4417015 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 452893 361195 379 95 0 447875 0
[pid=6994/tid=6995] ppid=6992 vsize=1811572 CPUtime=1182.26 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 638929 0 0 0 118050 176 0 0 25 0 4 0 632044895 1855049728 361199 33554432000 4194304 4580107 140734530655648 18446744073709551615 4489426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1811572 CPUtime=1168.28 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 695727 0 0 0 116628 200 0 0 25 0 4 0 632044895 1855049728 361199 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1811572 CPUtime=1182.22 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 706006 0 0 0 118006 216 0 0 25 0 4 0 632044895 1855049728 361199 33554432000 4194304 4580107 140734530655648 18446744073709551615 4295739 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.95
Current children cumulated vsize (KiB) 1811572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.11 8.07 8.09 9/371 7038
/proc/meminfo: memFree=27842792/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1827028 CPUtime=4800.3 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2778406 0 0 0 479229 801 0 0 25 0 4 0 632044895 1870876672 362725 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 456757 362725 379 95 0 451739 0
[pid=6994/tid=6995] ppid=6992 vsize=1827028 CPUtime=1203.66 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 650855 0 0 0 120185 181 0 0 25 0 4 0 632044895 1870876672 362731 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1827028 CPUtime=1189.41 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 706203 0 0 0 118738 203 0 0 25 0 4 0 632044895 1870876672 362731 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1827028 CPUtime=1203.62 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 706251 0 0 0 120146 216 0 0 25 0 4 0 632044895 1870876672 362731 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1827028

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

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

[startup+1203.7 s]
/proc/loadavg: 8.11 8.07 8.09 9/371 7038
/proc/meminfo: memFree=27842792/32951124 swapFree=51873460/67111528
[pid=6994] ppid=6992 vsize=1827028 CPUtime=4800.3 cores=0,2,4,6
/proc/6994/stat : 6994 (strangenight2-m) R 6992 6994 5961 0 -1 4202496 2778406 0 0 0 479229 801 0 0 25 0 4 0 632044895 1870876672 362725 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6994/statm: 456757 362725 379 95 0 451739 0
[pid=6994/tid=6995] ppid=6992 vsize=1827028 CPUtime=1203.66 cores=0,2,4,6
/proc/6994/task/6995/stat : 6995 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 650855 0 0 0 120185 181 0 0 25 0 4 0 632044895 1870876672 362731 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6994/tid=6996] ppid=6992 vsize=1827028 CPUtime=1189.41 cores=0,2,4,6
/proc/6994/task/6996/stat : 6996 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 706203 0 0 0 118738 203 0 0 25 0 4 0 632044895 1870876672 362731 33554432000 4194304 4580107 140734530655648 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6994/tid=6997] ppid=6992 vsize=1827028 CPUtime=1203.62 cores=0,2,4,6
/proc/6994/task/6997/stat : 6997 (strangenight2-m) R 6992 6994 5961 0 -1 4202560 706251 0 0 0 120146 216 0 0 25 0 4 0 632044895 1870876672 362731 33554432000 4194304 4580107 140734530655648 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1827028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.79
CPU time (s): 4800.42
CPU user time (s): 4792.33
CPU system time (s): 8.08477
CPU usage (%): 398.775
Max. virtual memory (cumulated for all children) (KiB): 1827692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.33
system time used= 8.08477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2778420
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= 3673
involuntary context switches= 32734

runsolver used 4.08338 second user time and 10.1695 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 20:04:46
IDJOB=3366134
IDBENCH=82543
IDSOLVER=1844
FILE ID=node146/3366134-1305396286
RUNJOBID= node146-1305396286-6979
PBS_JOBID= 13324433
Free space on /tmp= 73272 MiB

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

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=926738366

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30391200 kB
Buffers:         41848 kB
Cached:          54352 kB
SwapCached:      55996 kB
Active:         684528 kB
Inactive:      1654132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30391200 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:            7796 kB
Writeback:           0 kB
AnonPages:     2193372 kB
Mapped:          16724 kB
Slab:            96204 kB
PageTables:      58564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81752616 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= 73260 MiB
End job on node146 at 2011-05-14 20:24:52