Trace number 3366266

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.17 1202.88

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S922811046-076-UNKNOWN.cnf
MD5SUMe99bff721d695892a53f60adc73d403b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3694.54
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366266-1305400337.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.27	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.00/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.00/0.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.00/0.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.21/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4.21/1.10	c Finding binary XORs  T:     0.00 s  found:       0
4.21/1.10	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
4.21/1.10	c calculated reachability. Time: 0.00
4.21/1.10	c Calc default polars -  time:   0.00 s pos:     970 undec:      69 neg:     961
4.21/1.10	c =========================================================================================
4.21/1.10	c types(t): F = full restart, N = normal restart
4.21/1.10	c types(t): S = simplification begin/end, E = solution found
4.21/1.10	c restart types(rt): st = static, dy = dynamic
4.21/1.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.21/1.10	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
4.21/1.10	c  N dy    21      4297      2000     40000         0      4291    200000    851110    151.06    159.01
5.56/1.40	c  N dy    43      8409      2000     40000         0      5076    200000    561692    147.15    158.44
7.18/1.82	c  N dy    67     12688      2000     40000         0      9354    200000   1342257    145.81    153.62
9.15/2.32	c  N dy    92     16727      2000     40000         0      7896    200000    754757    145.40    154.67
11.15/2.81	c  N dy   113     20739      2000     40000         0     11906    200000   1490757    145.18    154.12
13.14/3.33	c  N dy   137     24744      2000     40000         0      8831    200000    635808    144.75    154.15
13.14/3.37	c  F st   139     25001      2000     40000         0      9088    200000    681603    144.72    126.42
15.55/4.00	c  N dy   145     30000      2000     40000         0     14084    200000   1672759    144.72   no data
15.55/4.00	c  S st   145     30000      2000     40000         0     14084    200000   1672759    144.72   no data
15.96/4.09	c  S st   145     30501      2000     40000         0     14585    200000   1754251    144.72   no data
15.96/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.37/4.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.37/4.13	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.37/4.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.37/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.37/4.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.37/4.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.37/4.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
16.73/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.76	c lits-rem:       269  cl-subs:       12  v-elim:      0  v-fix:    0  time:  1.53 s
23.92/6.07	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
23.92/6.07	c calculated reachability. Time: 0.00
23.92/6.07	c  N dy   145     30501      2000     40000         0     14573    200000   1749109    144.72   no data
26.31/6.65	c  N dy   172     34602      2000     40000         0     10300    200000    706876    145.03    160.35
28.71/7.23	c  N dy   198     38664      2000     40000         0     14358    200000   1456770    145.08    156.13
31.10/7.80	c  N dy   218     42674      2000     40000         0     18368    200000   2169932    144.48    154.11
32.69/8.24	c  S st   241     45751      2000     40000         0     11930    200000    782010    144.80   no data
33.09/8.33	c  S st   241     46253      2000     40000         0     12432    200000    862683    144.80   no data
33.09/8.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.09/8.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
33.09/8.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.09/8.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.09/8.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/8.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
33.09/8.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.09/8.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.09/8.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.09/8.80	c lits-rem:        21  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.40 s
35.09/8.81	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.09/8.82	c vivif2 --  cl tried    12432 cl shrink        0 lits rem          0 time: 0.01
35.89/9.09	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.27
35.89/9.09	c calculated reachability. Time: 0.00
35.89/9.09	c  N dy   241     46253      2000     40000         0     12432    200000    862662    144.80   no data
38.31/9.67	c  N dy   267     50309      2000     40000         0     16486    200000   1614858    145.06    152.71
40.68/10.26	c  N dy   288     54369      2000     40000         0     20545    200000   2360351    145.04    152.90
43.06/10.83	c  N dy   312     58512      2000     40000         0     14100    200000    993401    145.12    155.42
45.46/11.41	c  N dy   338     62613      2000     40000         0     18199    200000   1740919    145.21    153.68
47.85/12.08	c  N dy   366     66692      2000     40000         0     22276    200000   2502960    145.51    154.04
49.45/12.48	c  S st   382     69380      2000     40000         0     13335    200000    664690    145.35   no data
49.85/12.57	c  S st   382     69884      2000     40000         0     13839    200000    740224    145.35   no data
49.85/12.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.26/12.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
50.26/12.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.26/12.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.26/12.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.26/12.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
50.26/12.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.26/12.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.26/12.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.48/12.91	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.26 s
51.48/12.91	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
51.48/12.92	c vivif2 --  cl tried    13838 cl shrink        0 lits rem          0 time: 0.01
52.64/13.22	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
52.64/13.22	c calculated reachability. Time: 0.00
52.64/13.22	c  N dy   382     69884      2000     40000         0     13838    200000    740033    145.35   no data
55.04/13.88	c  N dy   408     74375      2000     40000         0     18328    200000   1562040    145.32    184.54
58.22/14.68	c  N dy   437     79123      2000     40000         0     23076    200000   2435567    145.32    156.19
61.42/15.49	c  N dy   470     84256      2000     40000         0     15562    200000    898451    145.38    154.54
63.42/15.98	c  F st   492     87501      2000     40000         0     18807    200000   1494689    145.46    148.67
65.42/16.48	c  N st   497     90800      2000     40000         0     22099    200000   2165391    145.46   no data
69.40/17.47	c  N dy   523     96697      2000     40000         0     14346    200000    497902    145.38    156.32
73.01/18.39	c  N dy   562    102948      2000     40000         0     20597    200000   1634017    145.40    156.07
74.19/18.69	c  S st   573    104828      2000     40000         0     22477    200000   1969366    145.27    131.11
74.59/18.80	c  S st   573    105331      2000     40000         0     22980    200000   2045574    145.27   no data
74.99/18.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
74.99/18.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
74.99/18.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.99/18.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.99/18.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.99/18.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
74.99/18.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
74.99/18.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
75.39/18.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.96/22.35	c lits-rem:        78  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.41 s
88.96/22.35	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
88.96/22.38	c vivif2 --  cl tried    22975 cl shrink        0 lits rem          0 time: 0.02
90.57/22.74	c asymm  cl-useful: 0/36062/40000 lits-rem:0 time: 0.36
90.57/22.74	c calculated reachability. Time: 0.00
90.57/22.74	c  N dy   573    105331      2000     40000         0     22975    200000   2043317    145.27   no data
94.96/23.89	c  N dy   619    112245      2000     40000         0     15232    200000    473022    145.42    155.23
99.35/24.98	c  N dy   662    119444      2000     40000         0     22430    200000   1775743    145.30    153.00
104.52/26.24	c  N dy   705    127116      2000     40000         0     30098    200000   3183096    145.29    162.02
109.71/27.58	c  N dy   755    135302      2000     40000         0     22620    200000   1643280    145.23    160.04
115.70/29.08	c  N dy   811    143994      2000     40000         0     31308    200000   3236134    145.25    155.34
121.72/30.56	c  N dy   866    153258      2000     40000         0     23910    200000   1708248    145.18    153.10
124.88/31.34	c  S st   892    157996      2000     40000         0     28647    200000   2568396    145.11    134.21
125.27/31.46	c  S st   892    158499      2000     40000         0     29150    200000   2644522    145.11   no data
125.27/31.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
125.27/31.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
125.69/31.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.69/31.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.69/31.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.69/31.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
125.69/31.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
125.69/31.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
126.11/31.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.61/38.50	c lits-rem:       145  cl-subs:        4  v-elim:      0  v-fix:    0  time:  6.88 s
153.61/38.51	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
153.61/38.54	c vivif2 --  cl tried    29146 cl shrink        0 lits rem          0 time: 0.03
153.61/38.59	c asymm  cl-useful: 0/3938/40000 lits-rem:0 time: 0.05
153.61/38.59	c calculated reachability. Time: 0.00
153.61/38.59	c  N dy   892    158499      2000     40000         0     29146    200000   2642533    145.11   no data
160.81/40.34	c  N dy   950    168726      2000     40000         0     21711    200000   1129349    145.02    152.77
167.98/42.16	c  N dy  1008    179721      2000     40000         0     32705    200000   3116790    144.86    152.77
175.56/44.09	c  N dy  1076    191226      2000     40000         0     25553    200000   1681613    144.92    175.35
184.73/46.32	c  N dy  1153    203660      2000     40000         0     37980    200000   3999119    145.11    154.49
193.51/48.51	c  N dy  1236    216810      2000     40000         0     31462    200000   2580581    145.16    153.61
203.90/51.11	c  N dy  1318    230758      2000     40000         0     24745    200000   1151994    145.23    153.18
208.68/52.39	c  S st  1364    237748      2000     40000         0     31730    200000   2432153    145.22    124.86
209.51/52.52	c  S st  1364    238251      2000     40000         0     32233    200000   2517126    145.22   no data
209.51/52.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
209.51/52.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
209.51/52.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
209.51/52.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
209.51/52.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.51/52.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
209.51/52.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
209.87/52.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
209.87/52.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.22/59.77	c lits-rem:        92  cl-subs:        6  v-elim:      0  v-fix:    0  time:  7.09 s
238.22/59.77	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
238.62/59.81	c vivif2 --  cl tried    32227 cl shrink        0 lits rem          0 time: 0.03
239.83/60.19	c asymm  cl-useful: 0/31809/40000 lits-rem:0 time: 0.39
239.83/60.20	c calculated reachability. Time: 0.00
239.83/60.20	c  N dy  1364    238251      2000     40000         0     32227    200000   2514704    145.22   no data
252.59/63.35	c  N dy  1455    253934      2000     40000         0     26248    200000   1272060    145.15    158.43
265.36/66.51	c  N dy  1556    270213      2000     40000         0     42525    200000   4288905    145.26    152.97
278.13/69.70	c  N dy  1673    287506      2000     40000         0     37153    200000   3127506    145.44    153.76
291.70/73.17	c  N dy  1777    305882      2000     40000         0     31867    200000   1958753    145.35    171.48
292.10/73.25	c  F st  1781    306250      2000     40000         0     32235    200000   2026878    145.35   no data
306.85/76.99	c  N dy  1859    325436      2000     40000         0     26754    200000    828668    145.26    165.96
322.02/80.75	c  N dy  1984    345498      2000     40000         0     46808    200000   4519981    145.33    155.94
330.80/82.99	c  S st  2058    357378      2000     40000         0     33027    200000   1786791    145.28    144.02
331.60/83.12	c  S st  2058    357883      2000     40000         0     33532    200000   1863841    145.28   no data
331.60/83.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
331.60/83.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
331.60/83.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
331.60/83.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
331.60/83.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
331.60/83.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
331.60/83.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
331.60/83.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
332.02/83.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.36/87.35	c lits-rem:        80  cl-subs:        6  v-elim:      0  v-fix:    0  time:  4.10 s
348.36/87.36	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
348.36/87.38	c vivif2 --  cl tried    33526 cl shrink        0 lits rem          0 time: 0.02
348.76/87.49	c asymm  cl-useful: 0/8191/40000 lits-rem:0 time: 0.11
348.76/87.49	c calculated reachability. Time: 0.00
348.76/87.49	c  N dy  2058    357883      2000     40000         0     33526    200000   1860778    145.28   no data
365.92/91.71	c  N dy  2183    377894      2000     40000         0     26876    200000    503183    145.30    196.23
381.08/95.52	c  N dy  2308    398048      2000     40000         0     47024    200000   4215555    145.31    153.46
398.29/99.88	c  N dy  2440    418139      2000     40000         0     39452    200000   2630900    145.31    154.51
416.20/104.32	c  N dy  2572    438217      2000     40000         0     30863    200000    880320    145.35    172.10
432.58/108.45	c  N dy  2708    458432      2000     40000         0     51070    200000   4616760    145.46    153.66
449.33/112.67	c  N dy  2828    478495      2000     40000         0     41468    200000   2628199    145.40    153.47
467.69/117.22	c  N dy  2962    498567      2000     40000         0     30874    200000    526959    145.43    154.04
483.25/121.16	c  N dy  3086    518599      2000     40000         0     50902    200000   4183847    145.43    153.90
499.25/125.13	c  S st  3195    536825      2000     40000         0     37469    200000   1546390    145.40   no data
499.61/125.27	c  S st  3195    537330      2000     40000         0     37974    200000   1626233    145.40   no data
499.61/125.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
500.01/125.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
500.01/125.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
500.01/125.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
500.01/125.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
500.01/125.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
500.01/125.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
500.01/125.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
500.01/125.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
512.42/128.44	c lits-rem:        55  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.04 s
512.42/128.44	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
512.42/128.46	c vivif2 --  cl tried    37971 cl shrink        0 lits rem          0 time: 0.02
513.98/128.82	c asymm  cl-useful: 0/29808/40000 lits-rem:0 time: 0.36
513.98/128.82	c calculated reachability. Time: 0.00
513.98/128.82	c  N dy  3195    537330      2000     40000         0     37971    200000   1625452    145.40   no data
531.13/133.13	c  N dy  3325    557358      2000     40000         0     57989    200000   5323813    145.45    156.62
547.90/137.37	c  N dy  3445    577447      2000     40000         0     45416    200000   2860200    145.43    173.85
567.06/142.14	c  N dy  3574    597848      2000     40000         0     65812    200000   6646729    145.46    156.32
583.81/146.32	c  N dy  3704    617951      2000     40000         0     52258    200000   3948828    145.50    158.53
602.98/151.17	c  N dy  3832    638135      2000     40000         0     37782    200000   1076861    145.49    155.67
620.13/155.43	c  N dy  3960    658157      2000     40000         0     57800    200000   4768840    145.52    167.11
638.49/160.06	c  N dy  4070    678304      2000     40000         0     42285    200000   1726549    145.46    157.24
656.45/164.50	c  N dy  4187    698465      2000     40000         0     62440    200000   5419715    145.44    154.17
674.84/169.20	c  N dy  4308    718565      2000     40000         0     45875    200000   2215174    145.42    168.72
693.97/173.93	c  N dy  4428    738944      2000     40000         0     66250    200000   5914829    145.37    153.05
711.91/178.47	c  N dy  4531    758980      2000     40000         0     48623    200000   2563934    145.31    155.05
731.08/183.31	c  N dy  4664    779000      2000     40000         0     68642    200000   6281557    145.38    159.04
751.43/188.31	c  N dy  4797    799140      2000     40000         0     50115    200000   2657386    145.41    155.69
757.42/189.87	c  S st  4835    805996      2000     40000         0     56969    200000   3897695    145.39   no data
758.25/190.04	c  S st  4835    806498      2000     40000         0     57471    200000   3977270    145.39   no data
758.25/190.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
758.61/190.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
758.61/190.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
758.61/190.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
758.61/190.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
758.61/190.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
758.61/190.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
758.61/190.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
759.01/190.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
815.31/204.35	c lits-rem:       211  cl-subs:       14  v-elim:      0  v-fix:    0  time: 14.06 s
815.31/204.36	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
815.67/204.40	c vivif2 --  cl tried    57457 cl shrink        0 lits rem          0 time: 0.05
816.47/204.61	c asymm  cl-useful: 0/10192/40000 lits-rem:0 time: 0.20
816.47/204.61	c calculated reachability. Time: 0.00
816.47/204.61	c  N dy  4835    806498      2000     40000         0     57457    200000   3971978    145.39   no data
837.26/209.89	c  N dy  4964    826669      2000     40000         0     77624    200000   7711915    145.43    153.57
855.18/214.31	c  N dy  5082    846681      2000     40000         0     57979    200000   3923229    145.42    154.60
875.95/219.59	c  N dy  5206    866822      2000     40000         0     78110    200000   7639053    145.44    157.37
894.33/224.20	c  N dy  5336    886907      2000     40000         0     57539    200000   3687067    145.48    153.65
915.45/229.43	c  N dy  5466    906925      2000     40000         0     77546    200000   7401150    145.52    153.73
935.00/234.35	c  N dy  5595    927176      2000     40000         0     56137    200000   3238088    145.52    161.07
955.37/239.50	c  N dy  5715    947196      2000     40000         0     76150    200000   6909962    145.52    153.96
976.10/244.60	c  N dy  5845    967259      2000     40000         0     53555    200000   2562138    145.54    153.66
996.05/249.62	c  N dy  5970    987335      2000     40000         0     73624    200000   6232899    145.52    157.00
1017.60/255.03	c  N dy  6103   1007411      2000     40000         0     50043    200000   1761781    145.55    154.12
1037.16/259.94	c  N dy  6234   1027629      2000     40000         0     70255    200000   5508091    145.58    158.56
1060.73/265.85	c  N dy  6372   1047693      2000     40000         0     45661    200000    783650    145.63    154.96
1079.06/270.43	c  N dy  6485   1067751      2000     40000         0     65710    200000   4455947    145.60    154.04
1083.45/271.50	c  F st  6511   1071875      2000     40000         0     69834    200000   5213469    145.60   no data
1101.41/276.00	c  N dy  6586   1087873      2000     40000         0     85824    200000   8275812    145.59    154.14
1121.77/281.12	c  N dy  6716   1108097      2000     40000         0     60391    200000   3320413    145.60    155.25
1142.91/286.49	c  N dy  6843   1128100      2000     40000         0     80389    200000   7006075    145.61    154.55
1165.67/292.11	c  N dy  6973   1148173      2000     40000         0     53802    200000   1931768    145.63    156.63
1185.62/297.16	c  N dy  7107   1168301      2000     40000         0     73924    200000   5644454    145.65    153.46
1211.15/303.50	c  N dy  7226   1188515      2000     40000         0     94134    200000   9364782    145.65    154.03
1230.71/308.49	c  N dy  7349   1208615      2000     40000         0     66579    200000   4119397    145.65    157.51
1231.93/308.78	c  S st  7354   1209747      2000     40000         0     67710    200000   4329798    145.65    141.23
1232.71/308.98	c  S st  7354   1210250      2000     40000         0     68213    200000   4410309    145.65   no data
1232.71/308.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1233.11/309.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1233.11/309.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1233.11/309.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1233.11/309.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.11/309.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1233.11/309.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1233.51/309.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1233.91/309.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1300.56/325.97	c lits-rem:       163  cl-subs:       13  v-elim:      0  v-fix:    0  time: 16.72 s
1300.56/325.98	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1300.96/326.03	c vivif2 --  cl tried    68200 cl shrink        0 lits rem          0 time: 0.06
1302.94/326.50	c asymm  cl-useful: 0/22030/40000 lits-rem:0 time: 0.46
1302.94/326.50	c calculated reachability. Time: 0.00
1302.94/326.50	c  N dy  7354   1210250      2000     40000         0     68200    200000   4405394    145.65   no data
1328.51/332.91	c  N dy  7484   1230485      2000     40000         0     88431    200000   8116793    145.65    155.72
1352.84/339.06	c  N dy  7615   1250572      2000     40000         0     59859    200000   2703973    145.67    154.79
1376.38/344.97	c  N dy  7744   1270587      2000     40000         0     79869    200000   6370736    145.67    154.66
1403.14/351.69	c  N dy  7876   1290762      2000     40000         0     50386    200000    770324    145.69    154.40
1423.88/356.81	c  N dy  8013   1310874      2000     40000         0     70491    200000   4514710    145.73    154.01
1447.82/362.87	c  N dy  8139   1330940      2000     40000         0     90552    200000   8208448    145.72    158.27
1470.96/368.67	c  N dy  8263   1351034      2000     40000         0     59989    200000   2348202    145.74    154.40
1492.51/374.00	c  N dy  8389   1371141      2000     40000         0     80093    200000   6088429    145.77    155.38
1517.27/380.26	c  N dy  8507   1391160      2000     40000         0    100108    200000   9787740    145.77    155.90
1538.40/385.50	c  N dy  8631   1411239      2000     40000         0     68523    200000   3760477    145.76    156.06
1561.17/391.28	c  N dy  8761   1431245      2000     40000         0     88525    200000   7460133    145.78    155.77
1586.69/397.64	c  N dy  8885   1451352      2000     40000         0     55976    200000   1274038    145.79    158.99
1607.44/402.81	c  N dy  9012   1471414      2000     40000         0     76034    200000   4982418    145.80    153.55
1632.17/409.07	c  N dy  9138   1491643      2000     40000         0     96256    200000   8692532    145.79    153.64
1656.13/415.08	c  N dy  9263   1511816      2000     40000         0     62775    200000   2363724    145.80    153.65
1678.08/420.53	c  N dy  9384   1531892      2000     40000         0     82848    200000   6048949    145.80    154.10
1704.01/427.03	c  N dy  9504   1551974      2000     40000         0    102921    200000   9741786    145.79    171.21
1726.77/432.72	c  N dy  9637   1572051      2000     40000         0     68339    200000   3236316    145.82    155.42
1749.52/438.47	c  N dy  9758   1592231      2000     40000         0     88508    200000   6971147    145.83    155.33
1776.26/445.14	c  N dy  9875   1612244      2000     40000         0    108515    200000  10658694    145.82    154.44
1798.21/450.63	c  N dy 10000   1632560      2000     40000         0     73182    200000   3953715    145.83    156.63
1822.14/456.62	c  N dy 10120   1652701      2000     40000         0     93317    200000   7643347    145.82    155.30
1850.07/463.69	c  N dy 10244   1673082      2000     40000         0     57047    200000    762975    145.81    154.18
1870.82/468.87	c  N dy 10370   1693117      2000     40000         0     77076    200000   4449627    145.82    169.90
1892.78/474.33	c  S st 10477   1710252      2000     40000         0     94207    200000   7603685    145.82   no data
1893.97/474.60	c  S st 10477   1710755      2000     40000         0     94710    200000   7680131    145.82   no data
1893.97/474.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1894.37/474.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1894.37/474.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1894.37/474.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1894.37/474.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1894.37/474.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1894.37/474.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1894.37/474.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1895.56/475.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2060.40/516.33	c lits-rem:       370  cl-subs:       20  v-elim:      0  v-fix:    0  time: 41.26 s
2060.40/516.33	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2060.79/516.43	c vivif2 --  cl tried    94690 cl shrink        0 lits rem          0 time: 0.10
2062.78/516.94	c asymm  cl-useful: 0/15719/40000 lits-rem:0 time: 0.51
2062.78/516.94	c calculated reachability. Time: 0.00
2062.78/516.94	c  N dy 10477   1710755      2000     40000         0     94690    200000   7670867    145.82   no data
2094.72/524.97	c  N dy 10608   1730898      2000     40000         0    114827    200000  11405929    145.85    156.13
2119.86/531.26	c  N dy 10744   1750973      2000     40000         0     77243    200000   4317433    145.87    167.42
2147.79/538.28	c  N dy 10867   1771408      2000     40000         0     97671    200000   8098906    145.88    155.42
2178.93/546.06	c  N dy 10991   1791608      2000     40000         0     59214    200000    809351    145.89    153.64
2200.48/551.48	c  N dy 11126   1811655      2000     40000         0     79255    200000   4543803    145.93    177.59
2226.42/557.93	c  N dy 11254   1831704      2000     40000         0     99298    200000   8223757    145.93    153.75
2255.94/565.34	c  N dy 11379   1851770      2000     40000         0     59709    200000    731385    145.93    157.92
2277.13/570.68	c  N dy 11510   1871900      2000     40000         0     79833    200000   4467177    145.96    154.23
2301.85/576.88	c  N dy 11625   1891941      2000     40000         0     99870    200000   8165100    145.96    160.32
2331.37/584.23	c  N dy 11744   1912027      2000     40000         0    119950    200000  11816434    145.94    153.85
2353.72/589.86	c  N dy 11876   1932101      2000     40000         0     79371    200000   4214533    145.96    153.99
2379.26/596.26	c  N dy 12009   1952136      2000     40000         0     99401    200000   7917475    145.98    154.50
2408.41/603.60	c  N dy 12138   1972172      2000     40000         0    119430    200000  11618309    145.99    154.59
2431.94/609.48	c  N dy 12257   1992388      2000     40000         0     77994    200000   3748971    145.99    154.53
2457.11/615.75	c  N dy 12389   2012468      2000     40000         0     98064    200000   7479790    146.01    181.15
2485.01/622.79	c  N dy 12498   2032498      2000     40000         0    118091    200000  11125761    145.99    153.76
2509.79/628.99	c  N dy 12618   2052694      2000     40000         0     75635    200000   3142910    146.00    154.25
2534.10/635.09	c  N dy 12752   2072710      2000     40000         0     95649    200000   6859337    146.02    155.32
2562.83/642.29	c  N dy 12881   2092780      2000     40000         0    115713    200000  10586512    146.03    156.89
2590.36/649.10	c  N dy 13002   2112900      2000     40000         0     72179    200000   2332383    146.04    155.21
2613.51/654.98	c  N dy 13126   2132923      2000     40000         0     92193    200000   6020645    146.05    154.29
2641.48/661.98	c  N dy 13248   2153066      2000     40000         0    112335    200000   9708548    146.03    155.48
2672.21/669.63	c  N dy 13377   2173107      2000     40000         0     67718    200000   1339762    146.04    154.23
2694.91/675.32	c  N dy 13503   2193160      2000     40000         0     87765    200000   5073203    146.05    153.78
2718.07/681.13	c  S st 13616   2210756      2000     40000         0    105354    200000   8376782    146.08   no data
2718.86/681.39	c  S st 13616   2211260      2000     40000         0    105858    200000   8462079    146.08   no data
2719.26/681.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2719.66/681.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
2719.66/681.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2719.66/681.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2719.66/681.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2719.66/681.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2719.66/681.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2719.66/681.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2720.85/681.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2911.62/729.62	c lits-rem:       241  cl-subs:       19  v-elim:      0  v-fix:    0  time: 47.75 s
2911.62/729.62	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2912.02/729.73	c vivif2 --  cl tried   105839 cl shrink        0 lits rem          0 time: 0.10
2912.42/729.81	c asymm  cl-useful: 0/2251/40000 lits-rem:0 time: 0.09
2912.42/729.82	c calculated reachability. Time: 0.00
2912.42/729.82	c  N dy 13616   2211260      2000     40000         0    105839    200000   8454073    146.08   no data
2946.34/738.34	c  N dy 13750   2231274      2000     40000         0    125846    200000  12191484    146.09    157.72
2974.69/745.49	c  N dy 13890   2251354      2000     40000         0     80272    200000   3502632    146.12    157.80
3002.61/752.46	c  N dy 14018   2271424      2000     40000         0    100337    200000   7205824    146.13    175.74
3034.55/760.48	c  N dy 14140   2291439      2000     40000         0    120350    200000  10909055    146.14    154.27
3064.47/767.93	c  N dy 14261   2311460      2000     40000         0     73719    200000   2081201    146.13    153.99
3088.42/773.99	c  N dy 14385   2331461      2000     40000         0     93716    200000   5802221    146.14    153.91
3117.15/781.13	c  N dy 14510   2351514      2000     40000         0    113762    200000   9487464    146.15    157.28
3149.88/789.34	c  N dy 14646   2371549      2000     40000         0    133795    200000  13221941    146.16    161.02
3173.42/795.21	c  N dy 14758   2391678      2000     40000         0     86267    200000   4226941    146.16    156.53
3200.16/801.98	c  N dy 14896   2411774      2000     40000         0    106358    200000   7983685    146.18    154.76
3231.69/809.86	c  N dy 15036   2431938      2000     40000         0    126520    200000  11735075    146.20    155.54
3260.04/816.98	c  N dy 15155   2451969      2000     40000         0     77897    200000   2500523    146.20    156.80
3284.76/823.16	c  N dy 15280   2472000      2000     40000         0     97925    200000   6180471    146.21    159.08
3313.89/830.48	c  N dy 15416   2492079      2000     40000         0    117999    200000   9911648    146.22    154.89
3347.42/838.83	c  N dy 15542   2512233      2000     40000         0    138151    200000  13677407    146.24    158.96
3370.95/844.78	c  N dy 15666   2532333      2000     40000         0     88589    200000   4295142    146.24    154.77
3398.09/851.59	c  N dy 15788   2552704      2000     40000         0    108959    200000   8046881    146.25    154.59
3429.62/859.46	c  N dy 15912   2572798      2000     40000         0    129052    200000  11762032    146.25    154.50
3459.55/866.98	c  N dy 16041   2593168      2000     40000         0     78764    200000   2313563    146.25    156.79
3484.69/873.22	c  N dy 16166   2613219      2000     40000         0     98808    200000   6029502    146.26    154.39
3513.83/880.57	c  N dy 16294   2633324      2000     40000         0    118909    200000   9774438    146.28    156.90
3546.94/888.84	c  N dy 16421   2653349      2000     40000         0    138927    200000  13488758    146.28    162.13
3573.28/895.42	c  N dy 16552   2673381      2000     40000         0     87305    200000   3724260    146.29    180.67
3600.02/902.12	c  N dy 16666   2693573      2000     40000         0    107493    200000   7448391    146.29    156.95
3628.36/909.24	c  S st 16767   2711262      2000     40000         0    125177    200000  10712114    146.29    133.21
3629.54/909.59	c  S st 16767   2711767      2000     40000         0    125682    200000  10794837    146.29   no data
3629.94/909.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3630.34/909.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3630.34/909.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3630.34/909.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3630.34/909.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3630.34/909.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3630.34/909.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3630.74/909.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3632.35/910.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3829.51/959.66	c lits-rem:       319  cl-subs:       31  v-elim:      0  v-fix:    0  time: 49.46 s
3829.51/959.67	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3830.30/959.80	c vivif2 --  cl tried   125651 cl shrink        0 lits rem          0 time: 0.13
3832.29/960.33	c asymm  cl-useful: 0/15035/40000 lits-rem:0 time: 0.53
3832.29/960.33	c calculated reachability. Time: 0.00
3832.29/960.33	c  N dy 16767   2711767      2000     40000         0    125651    200000  10782158    146.29   no data
3871.40/970.18	c  N dy 16892   2731900      2000     40000         0     73139    200000    920296    146.30    156.26
3898.15/976.85	c  N dy 17029   2751930      2000     40000         0     93162    200000   4644900    146.31    155.36
3929.28/984.62	c  N dy 17158   2772033      2000     40000         0    113263    200000   8356254    146.32    155.59
3964.40/993.48	c  N dy 17285   2792088      2000     40000         0    133318    200000  12066815    146.32    155.61
3999.92/1002.32	c  N dy 17418   2812111      2000     40000         0     79680    200000   1964734    146.34    157.56
4027.05/1009.15	c  N dy 17538   2832224      2000     40000         0     99792    200000   5662342    146.32    155.25
4059.77/1017.32	c  N dy 17675   2852237      2000     40000         0    119802    200000   9409925    146.34    155.69
4095.70/1026.34	c  N dy 17796   2872330      2000     40000         0    139891    200000  13151223    146.36    154.38
4126.82/1034.12	c  N dy 17943   2892423      2000     40000         0     85328    200000   2867181    146.39    170.71
4153.56/1040.83	c  N dy 18071   2912549      2000     40000         0    105448    200000   6594611    146.40    156.18
4184.69/1048.67	c  N dy 18201   2932640      2000     40000         0    125534    200000  10322381    146.41    156.14
4219.40/1057.37	c  N dy 18326   2952664      2000     40000         0    145548    200000  14035942    146.41    157.33
4247.34/1064.40	c  N dy 18449   2972778      2000     40000         0     90013    200000   3511241    146.42    155.77
4274.88/1071.27	c  N dy 18577   2992876      2000     40000         0    110108    200000   7211852    146.42    155.64
4306.80/1079.25	c  N dy 18710   3012960      2000     40000         0    130186    200000  10960849    146.44    155.09
4342.32/1088.13	c  N dy 18830   3033011      2000     40000         0    150233    200000  14673820    146.44    205.38
4369.06/1094.80	c  N dy 18958   3053167      2000     40000         0     93741    200000   4038849    146.45    157.97
4397.01/1101.84	c  N dy 19088   3073222      2000     40000         0    113787    200000   7750740    146.46    165.14
4429.31/1109.93	c  N dy 19206   3093472      2000     40000         0    134028    200000  11494696    146.46    156.55
4466.42/1119.22	c  N dy 19342   3113610      2000     40000         0    154162    200000  15262221    146.47    154.55
4491.16/1125.41	c  N dy 19453   3133617      2000     40000         0     96516    200000   4326034    146.46    155.35
4519.10/1132.47	c  N dy 19575   3153673      2000     40000         0    116568    200000   8056854    146.46    155.85
4551.82/1140.61	c  N dy 19701   3173777      2000     40000         0    136661    200000  11818416    146.47    156.36
4588.54/1149.82	c  N dy 19826   3193831      2000     40000         0    156711    200000  15557193    146.48    155.42
4610.90/1155.45	c  S st 19932   3211767      2000     40000         0     95997    200000   4070653    146.48   no data
4611.70/1155.69	c  S st 19932   3212270      2000     40000         0     96500    200000   4149346    146.48   no data
4612.11/1155.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4612.11/1155.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4612.11/1155.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4612.11/1155.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4612.11/1155.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4612.11/1155.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4612.11/1155.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4612.53/1155.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4612.88/1155.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4670.35/1170.33	c lits-rem:       119  cl-subs:        8  v-elim:      0  v-fix:    0  time: 14.34 s
4670.35/1170.33	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4670.35/1170.38	c vivif2 --  cl tried    96492 cl shrink        0 lits rem          0 time: 0.05
4672.35/1170.84	c asymm  cl-useful: 0/15859/40000 lits-rem:0 time: 0.45
4672.35/1170.84	c calculated reachability. Time: 0.00
4672.35/1170.84	c  N dy 19932   3212270      2000     40000         0     96492    200000   4145785    146.48   no data
4701.48/1178.16	c  N dy 20062   3232290      2000     40000         0    116505    200000   7893482    146.49    163.90
4735.44/1186.64	c  N dy 20187   3252328      2000     40000         0    136536    200000  11609713    146.49    156.12
4774.53/1196.50	c  N dy 20311   3272346      2000     40000         0    156545    200000  15326601    146.50    154.50

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-3366266-1305400337/watcher-3366266-1305400337 -o /tmp/evaluation-result-3366266-1305400337/solver-3366266-1305400337 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366266-1305400337.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: 8.17 8.24 8.18 2/280 3017
/proc/meminfo: memFree=21564036/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 651631892 52396032 348 33554432000 4194304 4580107 140734655614352 18446744073709551615 232335948785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 12792 348 299 95 0 7774 0
[pid=3017/tid=3018] ppid=3015 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651631892 52396032 348 33554432000 4194304 4580107 140734655614352 18446744073709551615 47212849506226 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651631892 52396032 348 33554432000 4194304 4580107 140734655614352 18446744073709551615 47212849506226 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651631892 52396032 348 33554432000 4194304 4580107 140734655614352 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.275251 s]
/proc/loadavg: 8.17 8.24 8.18 2/280 3017
/proc/meminfo: memFree=21564036/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=294308 CPUtime=1.12 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 9464 0 0 0 110 2 0 0 18 0 4 0 651631892 301371392 9378 33554432000 4194304 4580107 140734655614352 18446744073709551615 232335553221 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 75142 11911 370 95 0 70124 0
[pid=3017/tid=3018] ppid=3015 vsize=300568 CPUtime=0.28 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) D 3015 3017 2765 0 -1 4202560 3197 0 0 0 28 0 0 0 18 0 4 0 651631892 307781632 11911 33554432000 4194304 4580107 140734655614352 18446744073709551615 4421446 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=300784 CPUtime=0.27 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 3328 0 0 0 27 0 0 0 18 0 4 0 651631892 308002816 11912 33554432000 4194304 4580107 140734655614352 18446744073709551615 232335950250 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=300784 CPUtime=0.28 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) D 3015 3017 2765 0 -1 4202560 1722 0 0 0 28 0 0 0 18 0 4 0 651631892 308002816 11912 33554432000 4194304 4580107 140734655614352 18446744073709551615 232335553569 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 294308

[startup+0.96069 s]
/proc/loadavg: 8.17 8.24 8.18 2/280 3017
/proc/meminfo: memFree=21564036/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=298840 CPUtime=3.8 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 17815 0 0 0 377 3 0 0 18 0 4 0 651631892 306012160 14183 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 74710 14183 377 95 0 69692 0
[pid=3017/tid=3018] ppid=3015 vsize=298840 CPUtime=0.95 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 4605 0 0 0 94 1 0 0 18 0 4 0 651631892 306012160 14183 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=298840 CPUtime=0.95 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 4664 0 0 0 94 1 0 0 18 0 4 0 651631892 306012160 14183 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=298840 CPUtime=0.94 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 3545 0 0 0 94 0 0 0 19 0 4 0 651631892 306012160 14183 33554432000 4194304 4580107 140734655614352 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 298840

[startup+1.06067 s]
/proc/loadavg: 8.17 8.24 8.18 2/280 3017
/proc/meminfo: memFree=21564036/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=298840 CPUtime=4.21 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 18462 0 0 0 417 4 0 0 18 0 4 0 651631892 306012160 14830 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 74710 14830 377 95 0 69692 0
[pid=3017/tid=3018] ppid=3015 vsize=298840 CPUtime=1.05 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 4769 0 0 0 104 1 0 0 18 0 4 0 651631892 306012160 14830 33554432000 4194304 4580107 140734655614352 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=298840 CPUtime=1.05 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 4824 0 0 0 104 1 0 0 18 0 4 0 651631892 306012160 14830 33554432000 4194304 4580107 140734655614352 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=298840 CPUtime=1.04 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 3711 0 0 0 104 0 0 0 19 0 4 0 651631892 306012160 14830 33554432000 4194304 4580107 140734655614352 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 298840

[startup+1.1169 s]
/proc/loadavg: 8.17 8.24 8.18 2/280 3017
/proc/meminfo: memFree=21564036/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=312108 CPUtime=4.43 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 19934 0 0 0 439 4 0 0 18 0 4 0 651631892 319598592 14324 33554432000 4194304 4580107 140734655614352 18446744073709551615 232335935623 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 78027 14324 377 95 0 73009 0
[pid=3017/tid=3018] ppid=3015 vsize=312108 CPUtime=1.11 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 4851 0 0 0 110 1 0 0 19 0 4 0 651631892 319598592 13812 33554432000 4194304 4580107 140734655614352 18446744073709551615 4305136 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=312108 CPUtime=1.1 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 5484 0 0 0 109 1 0 0 19 0 4 0 651631892 319598592 13812 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=312108 CPUtime=1.09 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) D 3015 3017 2765 0 -1 4202560 3801 0 0 0 109 0 0 0 19 0 4 0 651631892 319598592 13812 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 312108

[startup+1.5006 s]
/proc/loadavg: 8.17 8.24 8.18 2/280 3017
/proc/meminfo: memFree=21564036/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=306100 CPUtime=5.97 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 22980 0 0 0 592 5 0 0 19 0 4 0 651631892 313446400 14450 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294440 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 76525 14450 377 95 0 71507 0
[pid=3017/tid=3018] ppid=3015 vsize=306100 CPUtime=1.49 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 6028 0 0 0 148 1 0 0 19 0 4 0 651631892 313446400 14450 33554432000 4194304 4580107 140734655614352 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=306100 CPUtime=1.48 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 6111 0 0 0 147 1 0 0 19 0 4 0 651631892 313446400 14450 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=306100 CPUtime=1.48 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 4435 0 0 0 148 0 0 0 20 0 4 0 651631892 313446400 14450 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 306100

[startup+3.10031 s]
/proc/loadavg: 8.16 8.24 8.18 10/291 3029
/proc/meminfo: memFree=21439068/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=307784 CPUtime=12.34 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 35910 0 0 0 1227 7 0 0 23 0 4 0 651631892 315170816 17388 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 76946 17388 377 95 0 71928 0
[pid=3017/tid=3018] ppid=3015 vsize=307784 CPUtime=3.09 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 9135 0 0 0 307 2 0 0 23 0 4 0 651631892 315170816 17388 33554432000 4194304 4580107 140734655614352 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=307784 CPUtime=3.08 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 9219 0 0 0 306 2 0 0 23 0 4 0 651631892 315170816 17388 33554432000 4194304 4580107 140734655614352 18446744073709551615 4321570 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=307784 CPUtime=3.06 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 8134 0 0 0 305 1 0 0 25 0 4 0 651631892 315170816 17388 33554432000 4194304 4580107 140734655614352 18446744073709551615 4342227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 307784

[startup+6.31074 s]
/proc/loadavg: 8.16 8.24 8.18 9/291 3029
/proc/meminfo: memFree=21321788/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=347020 CPUtime=25.15 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 71870 0 0 0 2500 15 0 0 25 0 4 0 651631892 355348480 33850 33554432000 4194304 4580107 140734655614352 18446744073709551615 4301880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 86755 33850 379 95 0 81737 0
[pid=3017/tid=3018] ppid=3015 vsize=347020 CPUtime=6.29 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 19477 0 0 0 625 4 0 0 25 0 4 0 651631892 355348480 33850 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=347020 CPUtime=6.29 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 17370 0 0 0 625 4 0 0 25 0 4 0 651631892 355348480 33850 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=347020 CPUtime=6.23 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 14005 0 0 0 621 2 0 0 25 0 4 0 651631892 355348480 33850 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 347020

[startup+12.7006 s]
/proc/loadavg: 8.13 8.23 8.18 9/291 3029
/proc/meminfo: memFree=21157688/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=463364 CPUtime=50.65 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 122619 0 0 0 5038 27 0 0 25 0 4 0 651631892 474484736 55192 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416124 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 115841 55192 379 95 0 110823 0
[pid=3017/tid=3018] ppid=3015 vsize=463364 CPUtime=12.68 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 35245 0 0 0 1261 7 0 0 25 0 4 0 651631892 474484736 55192 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=463364 CPUtime=12.68 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 27375 0 0 0 1262 6 0 0 25 0 4 0 651631892 474484736 55192 33554432000 4194304 4580107 140734655614352 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=463364 CPUtime=12.57 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 28289 0 0 0 1252 5 0 0 25 0 4 0 651631892 474484736 55192 33554432000 4194304 4580107 140734655614352 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 463364

[startup+25.5003 s]
/proc/loadavg: 8.11 8.22 8.18 10/291 3029
/proc/meminfo: memFree=20973792/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=425532 CPUtime=101.72 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 186895 0 0 0 10130 42 0 0 25 0 4 0 651631892 435744768 77332 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 106383 77332 379 95 0 101365 0
[pid=3017/tid=3018] ppid=3015 vsize=425532 CPUtime=25.48 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 45517 0 0 0 2538 10 0 0 25 0 4 0 651631892 435744768 77332 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=425532 CPUtime=25.47 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 48960 0 0 0 2536 11 0 0 25 0 4 0 651631892 435744768 77332 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=425532 CPUtime=25.25 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 47031 0 0 0 2516 9 0 0 25 0 4 0 651631892 435744768 77332 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 425532

[startup+51.1008 s]
/proc/loadavg: 8.28 8.25 8.19 10/291 3030
/proc/meminfo: memFree=20830052/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=625480 CPUtime=203.9 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 289294 0 0 0 20325 65 0 0 25 0 4 0 651631892 640491520 99652 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 156370 99652 379 95 0 151352 0
[pid=3017/tid=3018] ppid=3015 vsize=625480 CPUtime=51.08 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 72569 0 0 0 5093 15 0 0 25 0 4 0 651631892 640491520 99652 33554432000 4194304 4580107 140734655614352 18446744073709551615 4451559 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=625480 CPUtime=51.07 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 73890 0 0 0 5091 16 0 0 25 0 4 0 651631892 640491520 99652 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=625480 CPUtime=50.62 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 75951 0 0 0 5046 16 0 0 25 0 4 0 651631892 640491520 99652 33554432000 4194304 4580107 140734655614352 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 625480

[startup+102.301 s]
/proc/loadavg: 8.24 8.24 8.18 9/291 3031
/proc/meminfo: memFree=20651464/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=810548 CPUtime=408.22 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 455922 0 0 0 40712 110 0 0 25 0 4 0 651631892 830001152 130919 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 202637 130919 379 95 0 197619 0
[pid=3017/tid=3018] ppid=3015 vsize=810548 CPUtime=102.28 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 115012 0 0 0 10202 26 0 0 25 0 4 0 651631892 830001152 130919 33554432000 4194304 4580107 140734655614352 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=810548 CPUtime=102.26 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 123054 0 0 0 10196 30 0 0 25 0 4 0 651631892 830001152 130919 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=810548 CPUtime=101.36 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 117939 0 0 0 10110 26 0 0 25 0 4 0 651631892 830001152 130919 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 810548

[startup+162.301 s]

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

[pid=3017] ppid=3015 vsize=1276596 CPUtime=2563.23 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 1789415 0 0 0 255807 516 0 0 25 0 4 0 651631892 1307234304 252494 33554432000 4194304 4580107 140734655614352 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 319149 252494 379 95 0 314131 0
[pid=3017/tid=3018] ppid=3015 vsize=1276596 CPUtime=642.26 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 421034 0 0 0 64103 123 0 0 25 0 4 0 651631892 1307234304 252494 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1276596 CPUtime=642.22 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 498120 0 0 0 64076 146 0 0 25 0 4 0 651631892 1307234304 252494 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1276596 CPUtime=636.43 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 470451 0 0 0 63513 130 0 0 25 0 4 0 651631892 1307234304 252494 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2563.23
Current children cumulated vsize (KiB) 1276596

[startup+702.3 s]
/proc/loadavg: 8.09 8.17 8.17 9/291 3048
/proc/meminfo: memFree=19814876/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1410372 CPUtime=2802.67 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 1910176 0 0 0 279708 559 0 0 25 0 4 0 651631892 1444220928 274903 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 352593 274904 379 95 0 347575 0
[pid=3017/tid=3018] ppid=3015 vsize=1410372 CPUtime=702.26 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 454891 0 0 0 70090 136 0 0 25 0 4 0 651631892 1444220928 274904 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1410372 CPUtime=702.22 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 534129 0 0 0 70062 160 0 0 25 0 4 0 651631892 1444220928 274904 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1410372 CPUtime=695.88 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 501660 0 0 0 69449 139 0 0 25 0 4 0 651631892 1444220928 274904 33554432000 4194304 4580107 140734655614352 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.67
Current children cumulated vsize (KiB) 1410372

[startup+762.301 s]
/proc/loadavg: 8.15 8.18 8.17 9/291 3050
/proc/meminfo: memFree=19673488/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1423824 CPUtime=3042.12 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 1982187 0 0 0 303619 593 0 0 25 0 4 0 651631892 1457995776 280806 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 355956 280806 379 95 0 350938 0
[pid=3017/tid=3018] ppid=3015 vsize=1423824 CPUtime=762.27 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 470777 0 0 0 76084 143 0 0 25 0 4 0 651631892 1457995776 280806 33554432000 4194304 4580107 140734655614352 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1423824 CPUtime=762.21 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 565190 0 0 0 76047 174 0 0 25 0 4 0 651631892 1457995776 280806 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1423824 CPUtime=755.34 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 510438 0 0 0 75391 143 0 0 25 0 4 0 651631892 1457995776 280806 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.12
Current children cumulated vsize (KiB) 1423824

[startup+822.301 s]
/proc/loadavg: 8.32 8.21 8.18 11/291 3052
/proc/meminfo: memFree=19596700/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1468540 CPUtime=3281.57 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2098544 0 0 0 327525 632 0 0 25 0 4 0 651631892 1503784960 292660 33554432000 4194304 4580107 140734655614352 18446744073709551615 4318294 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 367135 292661 379 95 0 362117 0
[pid=3017/tid=3018] ppid=3015 vsize=1468540 CPUtime=822.27 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 488230 0 0 0 82077 150 0 0 25 0 4 0 651631892 1503784960 292661 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1468540 CPUtime=822.21 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 598120 0 0 0 82037 184 0 0 25 0 4 0 651631892 1503784960 292661 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1468540 CPUtime=814.79 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 540639 0 0 0 81326 153 0 0 25 0 4 0 651631892 1503784960 292661 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.57
Current children cumulated vsize (KiB) 1468540

[startup+882.3 s]
/proc/loadavg: 8.34 8.23 8.19 9/291 3053
/proc/meminfo: memFree=19547948/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1398152 CPUtime=3521 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2219651 0 0 0 351428 672 0 0 25 0 4 0 651631892 1431707648 283638 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 349538 283638 379 95 0 344520 0
[pid=3017/tid=3018] ppid=3015 vsize=1398152 CPUtime=882.27 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 514130 0 0 0 88068 159 0 0 25 0 4 0 651631892 1431707648 283638 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1398152 CPUtime=882.21 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 632867 0 0 0 88025 196 0 0 25 0 4 0 651631892 1431707648 283638 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1398152 CPUtime=874.24 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 571170 0 0 0 87259 165 0 0 25 0 4 0 651631892 1431707648 283638 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521
Current children cumulated vsize (KiB) 1398152

[startup+942.301 s]
/proc/loadavg: 8.30 8.23 8.19 10/291 3057
/proc/meminfo: memFree=19261716/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1717232 CPUtime=3760.47 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2346318 0 0 0 375334 713 0 0 25 0 4 0 651631892 1758445568 355459 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416997 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 429308 355459 379 95 0 424290 0
[pid=3017/tid=3018] ppid=3015 vsize=1717232 CPUtime=942.27 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 541810 0 0 0 94055 172 0 0 25 0 4 0 651631892 1758445568 355464 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1717232 CPUtime=942.21 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 684178 0 0 0 94016 205 0 0 25 0 4 0 651631892 1758445568 355464 33554432000 4194304 4580107 140734655614352 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1717232 CPUtime=933.7 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 601355 0 0 0 93192 178 0 0 25 0 4 0 651631892 1758445568 355464 33554432000 4194304 4580107 140734655614352 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.47
Current children cumulated vsize (KiB) 1717232

[startup+1002.3 s]
/proc/loadavg: 8.37 8.25 8.19 9/291 3058
/proc/meminfo: memFree=19240752/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1740568 CPUtime=3999.92 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2404910 0 0 0 399248 744 0 0 25 0 4 0 651631892 1782341632 363239 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 435142 363239 379 95 0 430124 0
[pid=3017/tid=3018] ppid=3015 vsize=1740568 CPUtime=1002.26 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 565227 0 0 0 100043 183 0 0 25 0 4 0 651631892 1782341632 363239 33554432000 4194304 4580107 140734655614352 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1740568 CPUtime=1002.2 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 696740 0 0 0 100007 213 0 0 25 0 4 0 651631892 1782341632 363239 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1740568 CPUtime=993.15 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 606396 0 0 0 99135 180 0 0 25 0 4 0 651631892 1782341632 363239 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.92
Current children cumulated vsize (KiB) 1740568

[startup+1062.31 s]
/proc/loadavg: 8.49 8.28 8.20 9/291 3060
/proc/meminfo: memFree=19243584/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1725340 CPUtime=4239.4 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2499784 0 0 0 423155 785 0 0 25 0 4 0 651631892 1766748160 356380 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 431335 356380 379 95 0 426317 0
[pid=3017/tid=3018] ppid=3015 vsize=1725340 CPUtime=1062.27 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 573718 0 0 0 106041 186 0 0 25 0 4 0 651631892 1766748160 356380 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1725340 CPUtime=1062.21 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 727816 0 0 0 105995 226 0 0 25 0 4 0 651631892 1766748160 356380 33554432000 4194304 4580107 140734655614352 18446744073709551615 4296079 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1725340 CPUtime=1052.6 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 634287 0 0 0 105066 194 0 0 25 0 4 0 651631892 1766748160 356380 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.4
Current children cumulated vsize (KiB) 1725340

[startup+1122.3 s]
/proc/loadavg: 8.35 8.28 8.20 10/291 3062
/proc/meminfo: memFree=18988128/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1800256 CPUtime=4478.8 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2620088 0 0 0 447054 826 0 0 25 0 4 0 651631892 1843462144 373592 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 450064 373592 379 95 0 445046 0
[pid=3017/tid=3018] ppid=3015 vsize=1800256 CPUtime=1122.26 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 602576 0 0 0 112030 196 0 0 25 0 4 0 651631892 1843462144 373592 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1800256 CPUtime=1122.18 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 759272 0 0 0 111981 237 0 0 25 0 4 0 651631892 1843462144 373592 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1800256 CPUtime=1112.05 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 665504 0 0 0 111000 205 0 0 25 0 4 0 651631892 1843462144 373592 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.8
Current children cumulated vsize (KiB) 1800256

[startup+1182.3 s]
/proc/loadavg: 8.23 8.25 8.19 9/291 3063
/proc/meminfo: memFree=19035224/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1786052 CPUtime=4718.24 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2721221 0 0 0 470961 863 0 0 25 0 4 0 651631892 1828917248 358744 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 446513 358744 379 95 0 441495 0
[pid=3017/tid=3018] ppid=3015 vsize=1786052 CPUtime=1182.25 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 630185 0 0 0 118019 206 0 0 25 0 4 0 651631892 1828917248 358744 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1786052 CPUtime=1182.18 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 787396 0 0 0 117971 247 0 0 25 0 4 0 651631892 1828917248 358744 33554432000 4194304 4580107 140734655614352 18446744073709551615 4415966 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1786052 CPUtime=1171.49 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 692105 0 0 0 116934 215 0 0 25 0 4 0 651631892 1828917248 358744 33554432000 4194304 4580107 140734655614352 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.24
Current children cumulated vsize (KiB) 1786052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.16 8.24 8.19 9/291 3064
/proc/meminfo: memFree=19055932/32951124 swapFree=66457188/67111528
[pid=3017] ppid=3015 vsize=1861044 CPUtime=4800.07 cores=1,3,5,7
/proc/3017/stat : 3017 (strangenight2-m) R 3015 3017 2765 0 -1 4202496 2748818 0 0 0 479133 874 0 0 25 0 4 0 651631892 1905709056 361208 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3017/statm: 465261 361208 379 95 0 460243 0
[pid=3017/tid=3018] ppid=3015 vsize=1861044 CPUtime=1202.77 cores=1,3,5,7
/proc/3017/task/3018/stat : 3018 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 640577 0 0 0 120067 210 0 0 25 0 4 0 651631892 1905709056 361217 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3017/tid=3019] ppid=3015 vsize=1861044 CPUtime=1202.69 cores=1,3,5,7
/proc/3017/task/3019/stat : 3019 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 790370 0 0 0 120021 248 0 0 25 0 4 0 651631892 1905709056 361217 33554432000 4194304 4580107 140734655614352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3017/tid=3020] ppid=3015 vsize=1861044 CPUtime=1191.82 cores=1,3,5,7
/proc/3017/task/3020/stat : 3020 (strangenight2-m) R 3015 3017 2765 0 -1 4202560 696047 0 0 0 118965 217 0 0 25 0 4 0 651631892 1905709056 361217 33554432000 4194304 4580107 140734655614352 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1861044

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.88
CPU time (s): 4800.17
CPU user time (s): 4791.37
CPU system time (s): 8.80366
CPU usage (%): 399.058
Max. virtual memory (cumulated for all children) (KiB): 1874668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.37
system time used= 8.80366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2748834
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= 2875
involuntary context switches= 21081

runsolver used 3.13852 second user time and 7.82281 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-14 21:12:17
IDJOB=3366266
IDBENCH=82675
IDSOLVER=1844
FILE ID=node132/3366266-1305400337
RUNJOBID= node132-1305397927-2784
PBS_JOBID= 13324471
Free space on /tmp= 73332 MiB

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

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

MD5SUM BENCH= e99bff721d695892a53f60adc73d403b
RANDOM SEED=820871818

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21565804 kB
Buffers:        276416 kB
Cached:        5560932 kB
SwapCached:       6904 kB
Active:        4767224 kB
Inactive:      6313972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21565804 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            8188 kB
Writeback:          16 kB
AnonPages:     5241888 kB
Mapped:          18372 kB
Slab:           218032 kB
PageTables:      24084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34735420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73320 MiB
End job on node132 at 2011-05-14 21:32:22