Trace number 3366227

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.44 1203.58

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366227-1305399356.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.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.13/0.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.13/0.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.13/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.13/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.13/0.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.41/1.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4.41/1.11	c Finding binary XORs  T:     0.00 s  found:       0
4.41/1.11	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
4.41/1.11	c calculated reachability. Time: 0.00
4.41/1.11	c Calc default polars -  time:   0.00 s pos:     978 undec:      88 neg:     934
4.41/1.11	c =========================================================================================
4.41/1.11	c types(t): F = full restart, N = normal restart
4.41/1.11	c types(t): S = simplification begin/end, E = solution found
4.41/1.11	c restart types(rt): st = static, dy = dynamic
4.41/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.41/1.11	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
4.41/1.11	c  N dy    18      4024      2000     40000         0      4022    200000    754356    142.85    167.01
4.75/1.29	c  N dy    43      8180      2000     40000         0      4846    200000    497635    143.79    154.62
6.75/1.77	c  N dy    68     12252      2000     40000         0      8917    200000   1242863    144.51    154.62
8.74/2.29	c  N dy    93     16337      2000     40000         0      7503    200000    666064    144.14    160.32
10.73/2.79	c  N dy   118     20376      2000     40000         0     11539    200000   1388646    143.75    160.33
13.12/3.33	c  N dy   146     24447      2000     40000         0      8531    200000    584600    144.23    155.07
13.52/3.40	c  F st   150     25000      2000     40000         0      9084    200000    690425    144.36   no data
15.92/4.05	c  N dy   156     30002      2000     40000         0     14076    200000   1738921    144.36   no data
15.92/4.05	c  S st   156     30002      2000     40000         0     14076    200000   1738921    144.36   no data
16.32/4.14	c  S st   156     30504      2000     40000         0     14578    200000   1817707    144.36   no data
16.32/4.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.32/4.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.32/4.17	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.32/4.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.32/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.32/4.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.32/4.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.32/4.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
16.75/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.90/6.01	c lits-rem:        40  cl-subs:        9  v-elim:      0  v-fix:    0  time:  1.73 s
25.10/6.32	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
25.10/6.32	c calculated reachability. Time: 0.00
25.10/6.32	c  N dy   156     30504      2000     40000         0     14569    200000   1813635    144.36   no data
27.48/6.93	c  N dy   181     34815      2000     40000         0     10514    200000    726122    144.13    152.69
29.48/7.50	c  N dy   212     38892      2000     40000         0     14590    200000   1484059    144.52    156.87
32.27/8.10	c  N dy   239     43027      2000     40000         0     18725    200000   2245110    144.59    156.78
33.47/8.47	c  S st   255     45759      2000     40000         0     11941    200000    778916    144.46    136.07
33.87/8.56	c  S st   255     46262      2000     40000         0     12444    200000    858900    144.46   no data
33.87/8.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.87/8.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
33.87/8.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.87/8.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.87/8.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.87/8.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
33.87/8.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.87/8.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.29/8.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.45/8.98	c lits-rem:        14  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.34 s
35.45/8.98	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.45/8.99	c vivif2 --  cl tried    12443 cl shrink        0 lits rem          0 time: 0.01
36.65/9.27	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
36.65/9.27	c calculated reachability. Time: 0.00
36.65/9.27	c  N dy   255     46262      2000     40000         0     12443    200000    858411    144.46   no data
39.09/9.84	c  N dy   280     50279      2000     40000         0     16459    200000   1593451    144.27    154.19
41.44/10.45	c  N dy   303     54378      2000     40000         0     20557    200000   2349821    144.14    160.14
43.83/11.00	c  N dy   328     58395      2000     40000         0     13987    200000    978030    144.35    153.29
46.23/11.62	c  N dy   360     62573      2000     40000         0     18164    200000   1770315    145.06    155.83
48.62/12.28	c  N dy   385     66668      2000     40000         0     22257    200000   2518526    145.06    167.22
50.61/12.70	c  S st   400     69393      2000     40000         0     13351    200000    661079    144.84    125.40
50.61/12.79	c  S st   400     69896      2000     40000         0     13854    200000    732925    144.84   no data
50.61/12.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.01/12.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.01/12.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.01/12.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.01/12.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.01/12.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.01/12.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.01/12.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.01/12.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.85/13.10	c lits-rem:        21  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.24 s
51.85/13.10	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.26/13.11	c vivif2 --  cl tried    13852 cl shrink        0 lits rem          0 time: 0.01
53.40/13.41	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
53.40/13.41	c calculated reachability. Time: 0.00
53.40/13.41	c  N dy   400     69896      2000     40000         0     13852    200000    732274    144.84   no data
55.80/14.08	c  N dy   428     74453      2000     40000         0     18409    200000   1563563    144.82    162.83
59.39/14.91	c  N dy   458     79333      2000     40000         0     23289    200000   2463552    144.93    158.11
62.58/15.73	c  N dy   491     84601      2000     40000         0     15910    200000    939041    144.85    153.98
64.18/16.17	c  F st   512     87500      2000     40000         0     18808    200000   1475258    144.99    134.71
66.17/16.67	c  N st   517     90799      2000     40000         0     22106    200000   2126821    144.99   no data
70.16/17.66	c  N dy   541     96732      2000     40000         0     14382    200000    493544    144.81    152.46
73.78/18.59	c  N dy   582    102933      2000     40000         0     20583    200000   1621561    144.77    154.50
75.35/18.90	c  S st   595    104846      2000     40000         0     22496    200000   1965967    144.71    129.71
75.74/19.00	c  S st   595    105349      2000     40000         0     22999    200000   2040641    144.71   no data
75.74/19.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.74/19.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
75.74/19.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.74/19.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.74/19.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.74/19.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
75.74/19.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
75.74/19.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
76.14/19.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.10/22.70	c lits-rem:        49  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.55 s
90.50/22.70	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
90.50/22.72	c vivif2 --  cl tried    22993 cl shrink        0 lits rem          0 time: 0.02
91.75/23.07	c asymm  cl-useful: 0/36000/40000 lits-rem:0 time: 0.34
91.75/23.07	c calculated reachability. Time: 0.00
91.75/23.07	c  N dy   595    105349      2000     40000         0     22993    200000   2037872    144.71   no data
96.48/24.21	c  N dy   638    112075      2000     40000         0     15060    200000    444503    144.72    153.69
100.87/25.36	c  N dy   684    119759      2000     40000         0     22744    200000   1860247    144.70    153.89
106.06/26.65	c  N dy   728    127426      2000     40000         0     30409    200000   3255127    144.64    159.07
111.65/28.01	c  N dy   778    135687      2000     40000         0     23006    200000   1699792    144.57    153.88
117.67/29.54	c  N dy   833    144463      2000     40000         0     31782    200000   3303013    144.65    153.72
123.61/31.03	c  N dy   893    153751      2000     40000         0     24413    200000   1791586    144.72    162.37
126.44/31.76	c  S st   923    158023      2000     40000         0     28683    200000   2592069    144.88    117.47
126.85/31.88	c  S st   923    158529      2000     40000         0     29189    200000   2673482    144.88   no data
126.85/31.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
127.19/31.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
127.19/31.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.19/31.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.19/31.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.19/31.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
127.19/31.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
127.19/31.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
127.59/32.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.32/39.28	c lits-rem:       170  cl-subs:        9  v-elim:      0  v-fix:    0  time:  7.23 s
156.32/39.29	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
156.72/39.32	c vivif2 --  cl tried    29180 cl shrink        0 lits rem          0 time: 0.03
156.72/39.38	c asymm  cl-useful: 0/4000/40000 lits-rem:0 time: 0.06
156.72/39.38	c calculated reachability. Time: 0.00
156.72/39.38	c  N dy   923    158529      2000     40000         0     29180    200000   2669974    144.88   no data
163.89/41.16	c  N dy   985    168783      2000     40000         0     21772    200000   1146915    144.83    153.93
171.46/43.01	c  N dy  1053    179611      2000     40000         0     32594    200000   3137465    144.94    155.97
179.50/45.02	c  N dy  1129    191138      2000     40000         0     25458    200000   1639562    145.07    152.71
188.26/47.25	c  N dy  1199    203525      2000     40000         0     37842    200000   3890352    144.97    155.29
197.04/49.43	c  N dy  1283    216544      2000     40000         0     31196    200000   2504792    144.98    153.29
207.37/52.04	c  N dy  1371    230452      2000     40000         0     24436    200000   1107416    145.04    154.50
212.56/53.37	c  S st  1417    237794      2000     40000         0     31777    200000   2440182    145.04    135.03
213.36/53.50	c  S st  1417    238296      2000     40000         0     32279    200000   2516199    145.04   no data
213.36/53.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.36/53.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
213.36/53.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
213.36/53.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.36/53.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.36/53.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
213.36/53.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
213.36/53.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
213.76/53.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.67/60.61	c lits-rem:        87  cl-subs:        3  v-elim:      0  v-fix:    0  time:  6.95 s
241.67/60.61	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
241.67/60.64	c vivif2 --  cl tried    32276 cl shrink        0 lits rem          0 time: 0.03
243.27/61.06	c asymm  cl-useful: 0/31651/40000 lits-rem:0 time: 0.42
243.27/61.07	c calculated reachability. Time: 0.00
243.27/61.07	c  N dy  1417    238296      2000     40000         0     32276    200000   2514853    145.04   no data
255.63/64.16	c  N dy  1511    253564      2000     40000         0     25879    200000   1177987    145.02    153.21
268.00/67.28	c  N dy  1617    269911      2000     40000         0     42223    200000   4181237    145.12    152.81
280.76/70.46	c  N dy  1723    287285      2000     40000         0     36931    200000   3038325    145.15    153.47
294.72/73.99	c  N dy  1839    305687      2000     40000         0     31671    200000   1895297    145.15    153.23
295.12/74.09	c  F st  1841    306252      2000     40000         0     32236    200000   1997465    145.13    123.14
310.72/77.92	c  N dy  1940    325274      2000     40000         0     26584    200000    799843    145.30    152.97
325.44/81.67	c  N dy  2059    345309      2000     40000         0     46614    200000   4455600    145.26    153.25
334.61/83.97	c  S st  2125    357446      2000     40000         0     33103    200000   1818851    145.23    144.68
335.01/84.09	c  S st  2125    357950      2000     40000         0     33607    200000   1898643    145.23   no data
335.41/84.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
335.41/84.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
335.41/84.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
335.41/84.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
335.41/84.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
335.41/84.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
335.41/84.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
335.41/84.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
335.81/84.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.20/87.85	c lits-rem:        71  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.62 s
350.20/87.85	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
350.20/87.88	c vivif2 --  cl tried    33603 cl shrink        0 lits rem          0 time: 0.02
350.61/87.99	c asymm  cl-useful: 0/8349/40000 lits-rem:0 time: 0.11
350.61/87.99	c calculated reachability. Time: 0.00
350.61/87.99	c  N dy  2125    357950      2000     40000         0     33603    200000   1896607    145.23   no data
367.76/92.22	c  N dy  2253    378244      2000     40000         0     27227    200000    551716    145.27    153.57
383.28/96.14	c  N dy  2379    398436      2000     40000         0     47414    200000   4219531    145.19    155.64
400.43/100.40	c  N dy  2509    418507      2000     40000         0     39821    200000   2674432    145.20    152.89
417.97/104.85	c  N dy  2630    438556      2000     40000         0     31203    200000    934959    145.15    154.19
434.33/108.97	c  N dy  2758    458570      2000     40000         0     51213    200000   4646059    145.21    155.09
451.13/113.18	c  N dy  2875    478595      2000     40000         0     41577    200000   2674360    145.23    153.42
469.43/117.78	c  N dy  3002    498629      2000     40000         0     30945    200000    534133    145.27    157.33
485.39/121.74	c  N dy  3132    518636      2000     40000         0     50946    200000   4237318    145.35    165.71
501.34/125.72	c  S st  3236    536925      2000     40000         0     37575    200000   1576100    145.29    118.83
501.74/125.85	c  S st  3236    537428      2000     40000         0     38078    200000   1653708    145.29   no data
501.74/125.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
501.74/125.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
502.13/125.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.13/125.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
502.13/125.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
502.13/125.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
502.13/125.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
502.13/125.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
502.13/125.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
514.50/129.02	c lits-rem:        57  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.05 s
514.50/129.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
514.50/129.05	c vivif2 --  cl tried    38075 cl shrink        0 lits rem          0 time: 0.02
516.09/129.42	c asymm  cl-useful: 0/29599/40000 lits-rem:0 time: 0.37
516.09/129.42	c calculated reachability. Time: 0.00
516.09/129.42	c  N dy  3236    537428      2000     40000         0     38075    200000   1652339    145.29   no data
533.25/133.78	c  N dy  3358    557636      2000     40000         0     58278    200000   5362253    145.29    152.94
550.40/138.08	c  N dy  3486    577689      2000     40000         0     45668    200000   2895804    145.30    153.26
569.58/142.85	c  N dy  3619    597756      2000     40000         0     65725    200000   6603928    145.35    169.42
586.30/147.04	c  N dy  3741    617858      2000     40000         0     52173    200000   3931138    145.35    153.07
605.44/151.81	c  N dy  3861    637978      2000     40000         0     37629    200000   1070126    145.37    158.21
622.64/156.13	c  N dy  3983    658034      2000     40000         0     57684    200000   4771016    145.36    153.43
641.34/160.89	c  N dy  4102    678170      2000     40000         0     42157    200000   1719373    145.37    153.28
659.29/165.32	c  N dy  4218    698211      2000     40000         0     62191    200000   5354700    145.35    159.58
678.04/170.07	c  N dy  4338    718296      2000     40000         0     45608    200000   2178505    145.33    155.02
696.82/174.73	c  N dy  4464    738306      2000     40000         0     65615    200000   5859270    145.36    184.81
715.93/179.55	c  N dy  4586    758704      2000     40000         0     48347    200000   2505029    145.36    158.25
735.48/184.45	c  N dy  4716    778747      2000     40000         0     68382    200000   6238201    145.42    154.08
755.02/189.31	c  N dy  4846    798780      2000     40000         0     49760    200000   2575298    145.43    155.10
761.81/191.09	c  S st  4891    806142      2000     40000         0     57120    200000   3911165    145.42   no data
762.64/191.26	c  S st  4891    806646      2000     40000         0     57624    200000   4003903    145.42   no data
762.64/191.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
763.04/191.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
763.04/191.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
763.04/191.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
763.04/191.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
763.04/191.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
763.04/191.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
763.04/191.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
763.80/191.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.44/205.73	c lits-rem:       187  cl-subs:        6  v-elim:      0  v-fix:    0  time: 14.22 s
820.44/205.74	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
820.44/205.78	c vivif2 --  cl tried    57618 cl shrink        0 lits rem          0 time: 0.05
821.24/205.99	c asymm  cl-useful: 0/10401/40000 lits-rem:0 time: 0.21
821.24/205.99	c calculated reachability. Time: 0.00
821.24/205.99	c  N dy  4891    806646      2000     40000         0     57618    200000   4001032    145.42   no data
842.38/211.23	c  N dy  5009    826732      2000     40000         0     77701    200000   7687893    145.41    155.45
860.33/215.75	c  N dy  5136    846846      2000     40000         0     58152    200000   3941166    145.41    156.32
881.52/221.07	c  N dy  5263    866938      2000     40000         0     78243    200000   7654533    145.45    154.16
899.81/225.69	c  N dy  5387    886993      2000     40000         0     57642    200000   3692166    145.47    165.64
921.00/230.92	c  N dy  5513    907128      2000     40000         0     77774    200000   7400923    145.48    154.14
939.70/235.64	c  N dy  5634    927192      2000     40000         0     56173    200000   3258591    145.51    153.93
960.49/240.82	c  N dy  5759    947223      2000     40000         0     76195    200000   6956156    145.53    153.52
980.79/245.99	c  N dy  5896    967260      2000     40000         0     53565    200000   2592370    145.56    154.26
1001.13/251.08	c  N dy  6022    987339      2000     40000         0     73640    200000   6298554    145.56    155.77
1022.66/256.47	c  N dy  6145   1007386      2000     40000         0     50028    200000   1763620    145.57    157.45
1042.22/261.36	c  N dy  6275   1027445      2000     40000         0     70083    200000   5418922    145.56    153.44
1065.38/267.14	c  N dy  6398   1047472      2000     40000         0     45448    200000    737395    145.55    165.98
1084.08/271.83	c  N dy  6532   1067694      2000     40000         0     65662    200000   4499273    145.60    155.96
1088.48/272.92	c  F st  6557   1071875      2000     40000         0     69842    200000   5277968    145.60    134.36
1105.63/277.29	c  N dy  6621   1087732      2000     40000         0     85681    200000   8382037    145.60    156.18
1125.98/282.37	c  N dy  6739   1108002      2000     40000         0     60304    200000   3270998    145.57    153.98
1147.52/287.70	c  N dy  6858   1128064      2000     40000         0     80360    200000   6962152    145.57    154.76
1169.85/293.30	c  N dy  6982   1148065      2000     40000         0     53704    200000   1919249    145.58    176.80
1190.19/298.43	c  N dy  7112   1168124      2000     40000         0     73758    200000   5649645    145.62    154.13
1216.11/304.92	c  N dy  7233   1188199      2000     40000         0     93829    200000   9380177    145.65    153.52
1236.05/309.91	c  N dy  7359   1208205      2000     40000         0     66182    200000   4041329    145.67    156.57
1237.64/310.39	c  S st  7372   1209969      2000     40000         0     67946    200000   4375740    145.67    118.61
1238.44/310.59	c  S st  7372   1210471      2000     40000         0     68448    200000   4452021    145.67   no data
1238.84/310.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1238.84/310.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1238.84/310.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1238.84/310.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1238.84/310.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1238.84/310.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1238.84/310.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1239.24/310.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1239.64/310.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.64/328.15	c lits-rem:       229  cl-subs:        8  v-elim:      0  v-fix:    0  time: 17.28 s
1308.64/328.15	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1309.04/328.21	c vivif2 --  cl tried    68440 cl shrink        0 lits rem          0 time: 0.06
1310.65/328.64	c asymm  cl-useful: 0/22140/40000 lits-rem:0 time: 0.43
1310.65/328.65	c calculated reachability. Time: 0.00
1310.65/328.65	c  N dy  7372   1210471      2000     40000         0     68440    200000   4448279    145.67   no data
1334.97/334.77	c  N dy  7492   1230489      2000     40000         0     88450    200000   8145752    145.69    155.30
1359.34/340.90	c  N dy  7626   1250492      2000     40000         0     59796    200000   2697549    145.72    164.52
1383.64/346.90	c  N dy  7755   1270572      2000     40000         0     79872    200000   6436251    145.76    155.99
1412.00/354.02	c  N dy  7887   1290652      2000     40000         0     50292    200000    743164    145.79    153.53
1432.30/359.10	c  N dy  8007   1310769      2000     40000         0     70402    200000   4414719    145.77    155.83
1456.63/365.28	c  N dy  8135   1330925      2000     40000         0     90551    200000   8149163    145.80    153.66
1481.37/371.45	c  N dy  8264   1351552      2000     40000         0     60521    200000   2471485    145.81    153.59
1503.31/376.97	c  N dy  8392   1371621      2000     40000         0     80583    200000   6169115    145.81    163.21
1529.63/383.53	c  N dy  8521   1391744      2000     40000         0    100696    200000   9879352    145.82    156.30
1550.78/388.81	c  N dy  8648   1411892      2000     40000         0     69188    200000   3876955    145.83    158.70
1574.34/394.73	c  N dy  8777   1432051      2000     40000         0     89342    200000   7638882    145.87    156.96
1599.43/401.08	c  N dy  8896   1452103      2000     40000         0     56742    200000   1397662    145.85    154.64
1620.57/406.38	c  N dy  9037   1472146      2000     40000         0     76775    200000   5109082    145.88    154.58
1645.30/412.59	c  N dy  9164   1492301      2000     40000         0     96922    200000   8842846    145.89    157.22
1669.63/418.69	c  N dy  9296   1512452      2000     40000         0     63421    200000   2472704    145.92    155.11
1691.97/424.20	c  N dy  9420   1532527      2000     40000         0     83491    200000   6151467    145.91    155.49
1717.90/430.75	c  N dy  9540   1552568      2000     40000         0    103526    200000   9858487    145.92    157.17
1740.23/436.38	c  N dy  9656   1572844      2000     40000         0     69145    200000   3351271    145.92    153.66
1764.16/442.33	c  N dy  9783   1593116      2000     40000         0     89414    200000   7109861    145.92    154.12
1792.09/449.39	c  N dy  9919   1613334      2000     40000         0    109627    200000  10870215    145.95    156.74
1813.63/454.74	c  N dy 10047   1633480      2000     40000         0     74113    200000   4088800    145.96    154.29
1838.00/460.85	c  N dy 10176   1653585      2000     40000         0     94211    200000   7821398    145.98    161.89
1866.28/467.97	c  N dy 10303   1673740      2000     40000         0     57712    200000    888553    146.00    156.67
1887.82/473.39	c  N dy 10413   1693829      2000     40000         0     77793    200000   4590724    145.98    156.24
1910.56/479.00	c  S st 10520   1710471      2000     40000         0     94431    200000   7679309    145.99    134.85
1911.36/479.28	c  S st 10520   1710974      2000     40000         0     94934    200000   7760852    145.99   no data
1911.76/479.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1911.76/479.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1911.76/479.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1911.76/479.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1911.76/479.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1911.76/479.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1911.76/479.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1912.19/479.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1913.34/479.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2081.67/521.92	c lits-rem:       323  cl-subs:       21  v-elim:      0  v-fix:    0  time: 42.16 s
2081.67/521.92	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2082.07/522.01	c vivif2 --  cl tried    94913 cl shrink        0 lits rem          0 time: 0.09
2084.05/522.50	c asymm  cl-useful: 0/15626/40000 lits-rem:0 time: 0.49
2084.05/522.50	c calculated reachability. Time: 0.00
2084.05/522.50	c  N dy 10520   1710974      2000     40000         0     94913    200000   7752997    145.99   no data
2115.97/530.53	c  N dy 10657   1731071      2000     40000         0    115007    200000  11496981    146.02    157.36
2140.34/536.69	c  N dy 10792   1751159      2000     40000         0     77442    200000   4388216    146.04    156.26
2170.21/544.10	c  N dy 10926   1771367      2000     40000         0     97647    200000   8167611    146.07    154.48
2203.72/552.51	c  N dy 11061   1791549      2000     40000         0     59175    200000    804695    146.07    153.84
2225.65/558.04	c  N dy 11177   1811632      2000     40000         0     79248    200000   4496100    146.07    153.94
2251.98/564.69	c  N dy 11299   1831868      2000     40000         0     99482    200000   8234121    146.07    154.51
2282.69/572.36	c  N dy 11425   1851893      2000     40000         0     59851    200000    757386    146.08    175.60
2303.83/577.66	c  N dy 11539   1871962      2000     40000         0     79908    200000   4461648    146.08    159.55
2329.75/584.13	c  N dy 11664   1892070      2000     40000         0    100016    200000   8184577    146.09    162.28
2360.46/591.87	c  N dy 11798   1912184      2000     40000         0    120126    200000  11896861    146.09    156.18
2382.81/597.49	c  N dy 11923   1932255      2000     40000         0     79542    200000   4222731    146.10    154.99
2409.13/604.07	c  N dy 12052   1952476      2000     40000         0     99756    200000   7980606    146.12    160.20
2439.84/611.71	c  N dy 12189   1972537      2000     40000         0    119810    200000  11707148    146.14    153.97
2463.38/617.61	c  N dy 12315   1992580      2000     40000         0     78200    200000   3792042    146.16    154.14
2488.51/623.99	c  N dy 12439   2012682      2000     40000         0     98297    200000   7472113    146.15    154.35
2518.42/631.50	c  N dy 12568   2032783      2000     40000         0    118396    200000  11189119    146.16    155.69
2544.38/637.97	c  N dy 12699   2052852      2000     40000         0     75804    200000   3177163    146.17    154.29
2569.47/644.29	c  N dy 12834   2072950      2000     40000         0     95895    200000   6915337    146.20    154.40
2598.99/651.61	c  N dy 12962   2092970      2000     40000         0    115906    200000  10607674    146.20    158.85
2626.11/658.49	c  N dy 13076   2113062      2000     40000         0     72345    200000   2372682    146.20    154.26
2650.44/664.54	c  N dy 13207   2133124      2000     40000         0     92404    200000   6096369    146.21    154.69
2679.17/671.74	c  N dy 13334   2153218      2000     40000         0    112492    200000   9828181    146.22    154.28
2709.88/679.43	c  N dy 13461   2173238      2000     40000         0     67858    200000   1350364    146.24    159.27
2733.05/685.23	c  N dy 13588   2193342      2000     40000         0     87955    200000   5079644    146.24    157.10
2758.54/691.66	c  S st 13703   2210974      2000     40000         0    105578    200000   8343168    146.25   no data
2759.73/691.97	c  S st 13703   2211475      2000     40000         0    106079    200000   8425809    146.25   no data
2759.73/691.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2760.13/692.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2760.53/692.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2760.53/692.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2760.53/692.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2760.53/692.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2760.53/692.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2760.53/692.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2761.73/692.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2951.59/740.08	c lits-rem:       385  cl-subs:       19  v-elim:      0  v-fix:    0  time: 47.07 s
2951.59/740.08	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2952.02/740.20	c vivif2 --  cl tried   106060 cl shrink        0 lits rem          0 time: 0.11
2952.43/740.28	c asymm  cl-useful: 0/2234/40000 lits-rem:0 time: 0.08
2952.43/740.29	c calculated reachability. Time: 0.00
2952.43/740.29	c  N dy 13703   2211475      2000     40000         0    106060    200000   8416879    146.25   no data
2986.69/748.87	c  N dy 13822   2231575      2000     40000         0    126156    200000  12150251    146.25    157.31
3014.60/755.81	c  N dy 13943   2251610      2000     40000         0     80538    200000   3507380    146.25    154.21
3042.52/762.83	c  N dy 14063   2271690      2000     40000         0    100612    200000   7159996    146.23    160.82
3075.27/771.03	c  N dy 14191   2291736      2000     40000         0    120654    200000  10890322    146.25    156.64
3106.73/778.99	c  N dy 14318   2311809      2000     40000         0     74072    200000   2147079    146.25    156.19
3131.90/785.26	c  N dy 14441   2331949      2000     40000         0     94208    200000   5868730    146.26    155.07
3161.38/792.64	c  N dy 14564   2351980      2000     40000         0    114236    200000   9566762    146.26    154.88
3194.48/800.98	c  N dy 14690   2372132      2000     40000         0    134381    200000  13329363    146.28    155.92
3218.42/806.99	c  N dy 14807   2392517      2000     40000         0     87117    200000   4383991    146.28    154.28
3246.39/813.92	c  N dy 14937   2412695      2000     40000         0    107291    200000   8142307    146.29    154.07
3277.86/821.81	c  N dy 15058   2432745      2000     40000         0    127332    200000  11852485    146.30    195.77
3306.57/829.08	c  N dy 15191   2452797      2000     40000         0     78735    200000   2650146    146.31    164.20
3332.10/835.48	c  N dy 15323   2472854      2000     40000         0     98790    200000   6371552    146.32    157.92
3362.02/842.99	c  N dy 15460   2492952      2000     40000         0    118884    200000  10080266    146.34    155.35
3395.92/851.46	c  N dy 15589   2513043      2000     40000         0    138964    200000  13797135    146.34    156.91
3420.25/857.52	c  N dy 15711   2533123      2000     40000         0     89391    200000   4427941    146.33    154.70
3448.57/864.64	c  N dy 15845   2553179      2000     40000         0    109441    200000   8154622    146.35    154.37
3480.88/872.71	c  N dy 15972   2573200      2000     40000         0    129459    200000  11879931    146.36    154.72
3511.59/880.42	c  N dy 16101   2593471      2000     40000         0     79075    200000   2368418    146.37    154.76
3537.11/886.80	c  N dy 16221   2613566      2000     40000         0     99164    200000   6068807    146.37    155.87
3566.68/894.25	c  N dy 16340   2633608      2000     40000         0    119199    200000   9751113    146.36    154.11
3600.14/902.69	c  N dy 16459   2653658      2000     40000         0    139244    200000  13426697    146.35    154.22
3627.26/909.40	c  N dy 16592   2673757      2000     40000         0     87694    200000   3779454    146.37    154.50
3654.78/916.36	c  N dy 16724   2693923      2000     40000         0    107855    200000   7508308    146.38    158.11
3684.31/923.71	c  S st 16844   2711476      2000     40000         0    125401    200000  10778921    146.39   no data
3685.50/924.07	c  S st 16844   2711978      2000     40000         0    125903    200000  10858657    146.39   no data
3685.50/924.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3686.29/924.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3686.29/924.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3686.29/924.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3686.29/924.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3686.29/924.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3686.29/924.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3686.70/924.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3687.89/924.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3897.28/977.13	c lits-rem:       325  cl-subs:       38  v-elim:      0  v-fix:    0  time: 51.81 s
3897.28/977.14	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3897.68/977.27	c vivif2 --  cl tried   125865 cl shrink        0 lits rem          0 time: 0.13
3899.71/977.79	c asymm  cl-useful: 0/14934/40000 lits-rem:0 time: 0.51
3899.71/977.79	c calculated reachability. Time: 0.00
3899.71/977.79	c  N dy 16844   2711978      2000     40000         0    125865    200000  10842613    146.39   no data
3936.37/986.96	c  N dy 16957   2732078      2000     40000         0     73319    200000    954936    146.40    173.48
3963.89/993.80	c  N dy 17086   2752221      2000     40000         0     93459    200000   4696404    146.41    154.72
3995.00/1001.65	c  N dy 17213   2772385      2000     40000         0    113619    200000   8451165    146.42    155.31
4030.90/1010.65	c  N dy 17345   2792409      2000     40000         0    133631    200000  12186431    146.43    154.56
4067.19/1019.78	c  N dy 17477   2812813      2000     40000         0     80380    200000   2072539    146.44    154.15
4095.51/1026.85	c  N dy 17609   2832911      2000     40000         0    100475    200000   5775645    146.45    162.60
4129.01/1035.21	c  N dy 17743   2852992      2000     40000         0    120553    200000   9535705    146.47    162.79
4166.11/1044.54	c  N dy 17871   2873124      2000     40000         0    140678    200000  13282818    146.47    157.79
4196.43/1052.19	c  N dy 17999   2893126      2000     40000         0     86026    200000   2938358    146.48    169.89
4224.38/1059.12	c  N dy 18120   2913423      2000     40000         0    106320    200000   6707279    146.49    155.35
4256.25/1067.14	c  N dy 18241   2933636      2000     40000         0    126527    200000  10441605    146.48    155.11
4292.56/1076.28	c  N dy 18374   2953764      2000     40000         0    146652    200000  14162317    146.49    155.61
4320.48/1083.29	c  N dy 18504   2973917      2000     40000         0     91158    200000   3718155    146.49    159.77
4348.79/1090.32	c  N dy 18629   2993987      2000     40000         0    111225    200000   7430506    146.50    158.95
4381.11/1098.47	c  N dy 18752   3014191      2000     40000         0    131423    200000  11183066    146.49    156.19
4417.43/1107.60	c  N dy 18870   3034321      2000     40000         0    151544    200000  14894023    146.49    159.38
4443.76/1114.19	c  N dy 18994   3054340      2000     40000         0     94917    200000   4257195    146.50    155.38
4472.44/1121.32	c  N dy 19110   3074459      2000     40000         0    115034    200000   7975995    146.50    155.21
4505.60/1129.66	c  N dy 19231   3094724      2000     40000         0    135293    200000  11742253    146.50    160.16
4543.85/1139.27	c  N dy 19359   3114829      2000     40000         0     77742    200000    881689    146.51    154.91
4568.97/1145.50	c  N dy 19480   3134845      2000     40000         0     97748    200000   4616965    146.51    155.06
4598.08/1152.89	c  N dy 19607   3154952      2000     40000         0    117852    200000   8342357    146.52    154.41
4631.99/1161.32	c  N dy 19733   3174975      2000     40000         0    137865    200000  12064780    146.53    158.34
4669.48/1170.75	c  N dy 19848   3195064      2000     40000         0     79304    200000    990572    146.52    154.42
4690.62/1176.08	c  S st 19954   3211979      2000     40000         0     96214    200000   4155559    146.53   no data
4691.82/1176.31	c  S st 19954   3212481      2000     40000         0     96716    200000   4242740    146.53   no data
4691.82/1176.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4692.22/1176.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
4692.22/1176.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4692.22/1176.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4692.22/1176.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4692.22/1176.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4692.22/1176.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4692.22/1176.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4693.02/1176.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4753.64/1191.80	c lits-rem:       169  cl-subs:       15  v-elim:      0  v-fix:    0  time: 15.02 s
4753.64/1191.80	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4753.64/1191.86	c vivif2 --  cl tried    96701 cl shrink        0 lits rem          0 time: 0.05
4755.68/1192.37	c asymm  cl-useful: 0/15842/40000 lits-rem:0 time: 0.50
4755.68/1192.37	c calculated reachability. Time: 0.00
4755.68/1192.37	c  N dy 19954   3212481      2000     40000         0     96701    200000   4237088    146.53   no data
4787.14/1200.24	c  N dy 20081   3232655      2000     40000         0    116866    200000   7996473    146.54    155.04

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

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.88 6.66 5/352 26232
/proc/meminfo: memFree=21548104/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=283336 CPUtime=0.01 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2324 0 0 0 1 0 0 0 25 0 4 0 632351718 290136064 2251 33554432000 4194304 4580107 140733989195120 18446744073709551615 255106873887 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 70834 2253 336 95 0 65816 0
[pid=26232/tid=26233] ppid=26230 vsize=283468 CPUtime=0 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 497 0 0 0 0 0 0 0 25 0 4 0 632351719 290271232 2452 33554432000 4194304 4580107 140733989195120 18446744073709551615 255106873887 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=283468 CPUtime=0 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 462 0 0 0 0 0 0 0 25 0 4 0 632351719 290271232 2453 33554432000 4194304 4580107 140733989195120 18446744073709551615 4487356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=283468 CPUtime=0 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 604 0 0 0 0 0 0 0 18 0 4 0 632351719 290271232 2456 33554432000 4194304 4580107 140733989195120 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.064454 s]
/proc/loadavg: 7.48 7.88 6.66 5/352 26232
/proc/meminfo: memFree=21548104/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=289892 CPUtime=1.13 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 7514 0 0 0 110 3 0 0 18 0 4 0 632351718 296849408 7431 33554432000 4194304 4580107 140733989195120 18446744073709551615 255106429985 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 72515 7666 364 95 0 67497 0
[pid=26232/tid=26233] ppid=26230 vsize=290060 CPUtime=0.28 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) S 26230 26232 26096 0 -1 4202560 1526 0 0 0 27 1 0 0 18 0 4 0 632351719 297021440 7759 33554432000 4194304 4580107 140733989195120 18446744073709551615 255106873838 0 0 4096 2 18446604463151010752 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=290192 CPUtime=0.27 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 1349 0 0 0 27 0 0 0 18 0 4 0 632351719 297156608 7839 33554432000 4194304 4580107 140733989195120 18446744073709551615 255106465992 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=290900 CPUtime=0.28 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 1734 0 0 0 28 0 0 0 18 0 4 0 632351719 297881600 8146 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 289892

[startup+1.11577 s]
/proc/loadavg: 7.48 7.88 6.66 5/352 26232
/proc/meminfo: memFree=21548104/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=298100 CPUtime=4.41 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 18403 0 0 0 435 6 0 0 19 0 4 0 632351718 305254400 14772 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 74525 14772 377 95 0 69507 0
[pid=26232/tid=26233] ppid=26230 vsize=298100 CPUtime=1.1 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 4762 0 0 0 108 2 0 0 19 0 4 0 632351719 305254400 14772 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=298100 CPUtime=1.08 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 4760 0 0 0 108 0 0 0 18 0 4 0 632351719 305254400 14772 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=298100 CPUtime=1.1 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 3617 0 0 0 109 1 0 0 19 0 4 0 632351719 305254400 14772 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 298100

[startup+1.20076 s]
/proc/loadavg: 7.48 7.88 6.66 5/352 26232
/proc/meminfo: memFree=21548104/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=305448 CPUtime=4.75 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 20648 0 0 0 469 6 0 0 19 0 4 0 632351718 312778752 12259 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 76362 12260 377 95 0 71344 0
[pid=26232/tid=26233] ppid=26230 vsize=305448 CPUtime=1.18 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 5477 0 0 0 116 2 0 0 19 0 4 0 632351719 312778752 12260 33554432000 4194304 4580107 140733989195120 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=305448 CPUtime=1.17 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 5440 0 0 0 117 0 0 0 19 0 4 0 632351719 312778752 12260 33554432000 4194304 4580107 140733989195120 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=305448 CPUtime=1.19 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 3753 0 0 0 118 1 0 0 19 0 4 0 632351719 312778752 12260 33554432000 4194304 4580107 140733989195120 18446744073709551615 255106465455 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 305448

[startup+1.30074 s]
/proc/loadavg: 7.48 7.88 6.66 5/352 26232
/proc/meminfo: memFree=21548104/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=305448 CPUtime=5.15 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 21295 0 0 0 509 6 0 0 19 0 4 0 632351718 312778752 12906 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 76362 12906 377 95 0 71344 0
[pid=26232/tid=26233] ppid=26230 vsize=305448 CPUtime=1.28 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 5633 0 0 0 126 2 0 0 19 0 4 0 632351719 312778752 12906 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=305448 CPUtime=1.27 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 5600 0 0 0 127 0 0 0 19 0 4 0 632351719 312778752 12906 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=305448 CPUtime=1.29 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 3923 0 0 0 128 1 0 0 19 0 4 0 632351719 312778752 12906 33554432000 4194304 4580107 140733989195120 18446744073709551615 4319810 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 305448

[startup+1.5007 s]
/proc/loadavg: 7.48 7.88 6.66 5/352 26232
/proc/meminfo: memFree=21548104/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=305664 CPUtime=5.94 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 22554 0 0 0 588 6 0 0 19 0 4 0 632351718 312999936 14165 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 76416 14165 377 95 0 71398 0
[pid=26232/tid=26233] ppid=26230 vsize=305664 CPUtime=1.48 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 5937 0 0 0 146 2 0 0 19 0 4 0 632351719 312999936 14165 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=305664 CPUtime=1.47 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 5905 0 0 0 147 0 0 0 19 0 4 0 632351719 312999936 14165 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=305664 CPUtime=1.48 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 4252 0 0 0 147 1 0 0 19 0 4 0 632351719 312999936 14165 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 305664

[startup+3.10043 s]
/proc/loadavg: 7.52 7.88 6.67 10/356 26236
/proc/meminfo: memFree=21429780/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=307892 CPUtime=12.37 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 35451 0 0 0 1228 9 0 0 23 0 4 0 632351718 315281408 17110 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 76973 17110 378 95 0 71955 0
[pid=26232/tid=26233] ppid=26230 vsize=307892 CPUtime=3.07 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 8996 0 0 0 304 3 0 0 23 0 4 0 632351719 315281408 17121 33554432000 4194304 4580107 140733989195120 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=307892 CPUtime=3.08 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 8964 0 0 0 307 1 0 0 23 0 4 0 632351719 315281408 17121 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=307892 CPUtime=3.09 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 7973 0 0 0 308 1 0 0 23 0 4 0 632351719 315281408 17121 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 307892

[startup+6.30086 s]
/proc/loadavg: 7.52 7.88 6.67 9/356 26236
/proc/meminfo: memFree=21317280/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=305624 CPUtime=25.1 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 71524 0 0 0 2495 15 0 0 25 0 4 0 632351718 312958976 33449 33554432000 4194304 4580107 140733989195120 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 76406 33449 379 95 0 71388 0
[pid=26232/tid=26233] ppid=26230 vsize=305624 CPUtime=6.23 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 19398 0 0 0 619 4 0 0 25 0 4 0 632351719 312958976 33449 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=305624 CPUtime=6.27 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 17180 0 0 0 624 3 0 0 25 0 4 0 632351719 312958976 33449 33554432000 4194304 4580107 140733989195120 18446744073709551615 4507997 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=305624 CPUtime=6.28 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 13791 0 0 0 625 3 0 0 25 0 4 0 632351719 312958976 33449 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 305624

[startup+12.7007 s]
/proc/loadavg: 7.56 7.88 6.67 10/356 26236
/proc/meminfo: memFree=21067464/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=467428 CPUtime=50.61 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 117918 0 0 0 5037 24 0 0 25 0 4 0 632351718 478646272 55081 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 116857 55081 379 95 0 111839 0
[pid=26232/tid=26233] ppid=26230 vsize=467428 CPUtime=12.56 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 32762 0 0 0 1249 7 0 0 25 0 4 0 632351719 478646272 55081 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=467428 CPUtime=12.66 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 26855 0 0 0 1261 5 0 0 25 0 4 0 632351719 478646272 55081 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=467428 CPUtime=12.68 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 27186 0 0 0 1263 5 0 0 25 0 4 0 632351719 478646272 55081 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 467428

[startup+25.5005 s]
/proc/loadavg: 7.80 7.92 6.70 9/356 26236
/proc/meminfo: memFree=20880712/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=557704 CPUtime=101.67 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 184132 0 0 0 10127 40 0 0 25 0 4 0 632351718 571088896 82675 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 139426 82675 379 95 0 134408 0
[pid=26232/tid=26233] ppid=26230 vsize=557704 CPUtime=25.21 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 43918 0 0 0 2512 9 0 0 25 0 4 0 632351719 571088896 82675 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=557704 CPUtime=25.46 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 46745 0 0 0 2537 9 0 0 25 0 4 0 632351719 571088896 82675 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=557704 CPUtime=25.48 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 45881 0 0 0 2540 8 0 0 25 0 4 0 632351719 571088896 82675 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 557704

[startup+51.101 s]
/proc/loadavg: 7.87 7.92 6.74 10/356 26237
/proc/meminfo: memFree=20771928/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=632392 CPUtime=203.78 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 283677 0 0 0 20313 65 0 0 25 0 4 0 632351718 647569408 98503 33554432000 4194304 4580107 140733989195120 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 158098 98503 379 95 0 153080 0
[pid=26232/tid=26233] ppid=26230 vsize=632392 CPUtime=50.53 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 65809 0 0 0 5039 14 0 0 25 0 4 0 632351719 647569408 98503 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=632392 CPUtime=51.06 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 68991 0 0 0 5091 15 0 0 25 0 4 0 632351719 647569408 98503 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=632392 CPUtime=51.08 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 74529 0 0 0 5092 16 0 0 25 0 4 0 632351719 647569408 98503 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 632392

[startup+102.301 s]
/proc/loadavg: 8.06 7.97 6.81 10/356 26238
/proc/meminfo: memFree=20534072/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=885860 CPUtime=408 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 439865 0 0 0 40692 108 0 0 25 0 4 0 632351718 907120640 130215 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26232/statm: 221465 130215 379 95 0 216447 0
[pid=26232/tid=26233] ppid=26230 vsize=885860 CPUtime=101.15 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 101950 0 0 0 10092 23 0 0 25 0 4 0 632351719 907120640 130215 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=885860 CPUtime=102.26 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 113103 0 0 0 10197 29 0 0 25 0 4 0 632351719 907120640 130215 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=885860 CPUtime=102.27 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 113168 0 0 0 10201 26 0 0 25 0 4 0 632351719 907120640 130216 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 885860

[startup+162.3 s]

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

[pid=26232] ppid=26230 vsize=1318428 CPUtime=2801.22 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 1947495 0 0 0 279548 574 0 0 25 0 4 0 632351718 1350070272 259212 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 329607 259212 379 95 0 324589 0
[pid=26232/tid=26233] ppid=26230 vsize=1318428 CPUtime=696.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 461753 0 0 0 69511 131 0 0 25 0 4 0 632351719 1350070272 259212 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1318428 CPUtime=702.22 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 502502 0 0 0 70071 151 0 0 25 0 4 0 632351719 1350070272 259213 33554432000 4194304 4580107 140733989195120 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1318428 CPUtime=702.24 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 484952 0 0 0 70081 143 0 0 25 0 4 0 632351719 1350070272 259213 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.22
Current children cumulated vsize (KiB) 1318428

[startup+762.301 s]
/proc/loadavg: 8.22 8.13 7.47 9/356 26265
/proc/meminfo: memFree=19465548/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1372092 CPUtime=3040.52 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2032492 0 0 0 303443 609 0 0 25 0 4 0 632351718 1405022208 264563 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 343023 264563 379 95 0 338005 0
[pid=26232/tid=26233] ppid=26230 vsize=1372092 CPUtime=756.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 491033 0 0 0 75498 144 0 0 25 0 4 0 632351719 1405022208 264563 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1372092 CPUtime=762.21 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 535280 0 0 0 76058 163 0 0 25 0 4 0 632351719 1405022208 264563 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1372092 CPUtime=762.25 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 495780 0 0 0 76077 148 0 0 25 0 4 0 632351719 1405022208 264563 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.52
Current children cumulated vsize (KiB) 1372092

[startup+822.301 s]
/proc/loadavg: 8.27 8.15 7.51 10/356 26266
/proc/meminfo: memFree=19355732/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1401928 CPUtime=3279.85 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2143190 0 0 0 327334 651 0 0 25 0 4 0 632351718 1435574272 287874 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 350482 287874 379 95 0 345464 0
[pid=26232/tid=26233] ppid=26230 vsize=1401928 CPUtime=816.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 506445 0 0 0 81493 149 0 0 25 0 4 0 632351719 1435574272 287874 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1401928 CPUtime=822.21 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 568308 0 0 0 82044 177 0 0 25 0 4 0 632351719 1435574272 287874 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1401928 CPUtime=822.24 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 528906 0 0 0 82063 161 0 0 25 0 4 0 632351719 1435574272 287874 33554432000 4194304 4580107 140733989195120 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.85
Current children cumulated vsize (KiB) 1401928

[startup+882.301 s]
/proc/loadavg: 8.21 8.15 7.55 9/356 26268
/proc/meminfo: memFree=19426856/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1404524 CPUtime=3519.16 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2269867 0 0 0 351220 696 0 0 25 0 4 0 632351718 1438232576 264894 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 351131 264894 379 95 0 346113 0
[pid=26232/tid=26233] ppid=26230 vsize=1404524 CPUtime=876.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 535079 0 0 0 87481 161 0 0 25 0 4 0 632351719 1438232576 264894 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1404524 CPUtime=882.2 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 600865 0 0 0 88032 188 0 0 25 0 4 0 632351719 1438232576 264894 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1404524 CPUtime=882.23 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 563666 0 0 0 88051 172 0 0 25 0 4 0 632351719 1438232576 264894 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.16
Current children cumulated vsize (KiB) 1404524

[startup+942.301 s]
/proc/loadavg: 8.19 8.15 7.59 10/356 26270
/proc/meminfo: memFree=18743684/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1684116 CPUtime=3758.49 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2427573 0 0 0 375108 741 0 0 25 0 4 0 632351718 1724534784 353541 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451847 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 421029 353541 379 95 0 416011 0
[pid=26232/tid=26233] ppid=26230 vsize=1684116 CPUtime=936.41 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 566470 0 0 0 93466 175 0 0 25 0 4 0 632351719 1724534784 353541 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1684116 CPUtime=942.19 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 660649 0 0 0 94018 201 0 0 25 0 4 0 632351719 1724534784 353541 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1684116 CPUtime=942.23 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 595788 0 0 0 94043 180 0 0 25 0 4 0 632351719 1724534784 353541 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.49
Current children cumulated vsize (KiB) 1684116

[startup+1002.3 s]
/proc/loadavg: 8.12 8.14 7.61 10/356 26271
/proc/meminfo: memFree=18688796/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1722288 CPUtime=3997.8 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2478901 0 0 0 399013 767 0 0 25 0 4 0 632351718 1763622912 351009 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 430572 351009 379 95 0 425554 0
[pid=26232/tid=26233] ppid=26230 vsize=1722288 CPUtime=996.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 596208 0 0 0 99451 191 0 0 25 0 4 0 632351719 1763622912 351009 33554432000 4194304 4580107 140733989195120 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1722288 CPUtime=1002.2 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 661502 0 0 0 100018 202 0 0 25 0 4 0 632351719 1763622912 351009 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1722288 CPUtime=1002.23 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 603761 0 0 0 100040 183 0 0 25 0 4 0 632351719 1763622912 351009 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.8
Current children cumulated vsize (KiB) 1722288

[startup+1062.3 s]
/proc/loadavg: 8.14 8.14 7.65 10/356 26273
/proc/meminfo: memFree=18624256/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1738036 CPUtime=4237.12 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2568789 0 0 0 422906 806 0 0 25 0 4 0 632351718 1779748864 352244 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 434509 352244 379 95 0 429491 0
[pid=26232/tid=26233] ppid=26230 vsize=1738036 CPUtime=1056.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 596208 0 0 0 105451 191 0 0 25 0 4 0 632351719 1779748864 352244 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1738036 CPUtime=1062.19 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 691090 0 0 0 106004 215 0 0 25 0 4 0 632351719 1779748864 352244 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1738036 CPUtime=1062.23 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 634146 0 0 0 106028 195 0 0 25 0 4 0 632351719 1779748864 352244 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.12
Current children cumulated vsize (KiB) 1738036

[startup+1122.3 s]
/proc/loadavg: 8.14 8.14 7.67 10/356 26274
/proc/meminfo: memFree=18659012/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1784152 CPUtime=4476.43 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2679712 0 0 0 446799 844 0 0 25 0 4 0 632351718 1826971648 364672 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 446038 364673 379 95 0 441020 0
[pid=26232/tid=26233] ppid=26230 vsize=1784152 CPUtime=1116.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 621902 0 0 0 111443 199 0 0 25 0 4 0 632351719 1826971648 364673 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1784152 CPUtime=1122.19 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 720710 0 0 0 111994 225 0 0 25 0 4 0 632351719 1826971648 364673 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1784152 CPUtime=1122.22 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 662238 0 0 0 112017 205 0 0 25 0 4 0 632351719 1826971648 364673 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.43
Current children cumulated vsize (KiB) 1784152

[startup+1182.3 s]
/proc/loadavg: 8.17 8.16 7.71 9/356 26276
/proc/meminfo: memFree=18681120/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1800916 CPUtime=4715.78 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2797829 0 0 0 470698 880 0 0 25 0 4 0 632351718 1844137984 363055 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 450229 363055 379 95 0 445211 0
[pid=26232/tid=26233] ppid=26230 vsize=1800916 CPUtime=1176.42 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 653309 0 0 0 117434 208 0 0 25 0 4 0 632351719 1844137984 363058 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1800916 CPUtime=1182.2 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 751865 0 0 0 117986 234 0 0 25 0 4 0 632351719 1844137984 363058 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1800916 CPUtime=1182.24 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 689321 0 0 0 118010 214 0 0 25 0 4 0 632351719 1844137984 363058 33554432000 4194304 4580107 140733989195120 18446744073709551615 4320867 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.78
Current children cumulated vsize (KiB) 1800916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.18 8.16 7.72 6/354 26278
/proc/meminfo: memFree=19493800/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1801380 CPUtime=4800.34 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2820047 0 0 0 479144 890 0 0 25 0 4 0 632351718 1844613120 352302 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 450345 352302 379 95 0 445327 0
[pid=26232/tid=26233] ppid=26230 vsize=1801380 CPUtime=1197.62 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 661074 0 0 0 119549 213 0 0 25 0 4 0 632351719 1844613120 352304 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1801380 CPUtime=1203.39 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 759400 0 0 0 120102 237 0 0 25 0 4 0 632351719 1844613120 352304 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1801380 CPUtime=1203.44 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 691108 0 0 0 120130 214 0 0 25 0 4 0 632351719 1844613120 352304 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1801380

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

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

[startup+1203.5 s]
/proc/loadavg: 8.18 8.16 7.72 6/354 26278
/proc/meminfo: memFree=19493800/32951124 swapFree=67111348/67111528
[pid=26232] ppid=26230 vsize=1801380 CPUtime=4800.34 cores=1,3,5,7
/proc/26232/stat : 26232 (strangenight2-m) R 26230 26232 26096 0 -1 4202496 2820047 0 0 0 479144 890 0 0 25 0 4 0 632351718 1844613120 352302 33554432000 4194304 4580107 140733989195120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26232/statm: 450345 352302 379 95 0 445327 0
[pid=26232/tid=26233] ppid=26230 vsize=1801380 CPUtime=1197.62 cores=1,3,5,7
/proc/26232/task/26233/stat : 26233 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 661074 0 0 0 119549 213 0 0 25 0 4 0 632351719 1844613120 352304 33554432000 4194304 4580107 140733989195120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26232/tid=26234] ppid=26230 vsize=1801380 CPUtime=1203.39 cores=1,3,5,7
/proc/26232/task/26234/stat : 26234 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 759400 0 0 0 120102 237 0 0 25 0 4 0 632351719 1844613120 352304 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26232/tid=26235] ppid=26230 vsize=1801380 CPUtime=1203.44 cores=1,3,5,7
/proc/26232/task/26235/stat : 26235 (strangenight2-m) R 26230 26232 26096 0 -1 4202560 691108 0 0 0 120130 214 0 0 25 0 4 0 632351719 1844613120 352304 33554432000 4194304 4580107 140733989195120 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1801380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.58
CPU time (s): 4800.44
CPU user time (s): 4791.47
CPU system time (s): 8.97263
CPU usage (%): 398.845
Max. virtual memory (cumulated for all children) (KiB): 1812208

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

runsolver used 3.81042 second user time and 9.60454 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 20:55:56
IDJOB=3366227
IDBENCH=82636
IDSOLVER=1844
FILE ID=node144/3366227-1305399356
RUNJOBID= node144-1305398150-26115
PBS_JOBID= 13324479
Free space on /tmp= 73236 MiB

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

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

MD5SUM BENCH= 9224277e61359574518ca553717e02ee
RANDOM SEED=235380058

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21548384 kB
Buffers:        287396 kB
Cached:        3623696 kB
SwapCached:          0 kB
Active:        8187576 kB
Inactive:      2870172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21548384 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13264 kB
Writeback:           0 kB
AnonPages:     7145792 kB
Mapped:          27388 kB
Slab:           244472 kB
PageTables:      36960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82060688 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= 73236 MiB
End job on node144 at 2011-05-14 21:16:01