Trace number 3366098

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.15 1203.65

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S862393334-098-UNKNOWN.cnf
MD5SUM860d0404ebc2282cbe692f8828f81b2c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark454.473
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366098-1305394699.cnf'
0.00/0.01	c -- header says num vars:            200
0.00/0.01	c -- header says num clauses:       17000
0.00/0.02	c -- clauses added:            0 learnts,        17000 normals,            0 xors
0.00/0.02	c -- vars added        200
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       200     17000         0         0    119000         0   no data   no data
0.00/0.37	c asymm  cl-useful: 0/14605/17000 lits-rem:0 time: 0.35
0.00/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.50/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.50/0.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.50/0.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.50/0.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1.50/0.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.50/0.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1.50/0.43	c Finding binary XORs  T:     0.00 s  found:       0
1.50/0.44	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.50/0.44	c calculated reachability. Time: 0.00
1.50/0.44	c Calc default polars -  time:   0.00 s pos:     111 undec:       6 neg:      83
1.50/0.44	c =========================================================================================
1.50/0.44	c types(t): F = full restart, N = normal restart
1.50/0.44	c types(t): S = simplification begin/end, E = solution found
1.50/0.44	c restart types(rt): st = static, dy = dynamic
1.50/0.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.50/0.44	c  B st     0         0       200     17000         0         0    119000         0   no data   no data
1.50/0.65	c  N dy    10      4020       200     17000         0      3887    119000    222828     50.82     53.89
1.50/1.01	c  N dy    18     10442       200     17000         0      7714    119000    394482     49.99     52.70
4.83/1.26	c  N dy    25     14708       200     17000         0      7723    119000    342310     49.68     52.33
5.97/1.53	c  N dy    38     18830       200     17000         0      6258    119000    212028     49.54     52.39
6.77/1.78	c  N dy    48     22920       200     17000         0     10223    119000    432715     49.39     52.42
7.60/1.93	c  F st    53     25002       200     17000         0     12255    119000    546308     49.30     47.09
8.01/2.07	c  N st    57     27038       200     17000         0      7616    119000    239703     49.30   no data
8.75/2.24	c  S st    59     30002       200     17000         0     10478    119000    404824     49.30   no data
8.75/2.29	c  S st    59     30507       200     17000         0     10978    119000    432037     49.30   no data
8.75/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.15/2.30	c blocked clauses removed:        0 vars:      0 tried:         200 T: 0.00 s
9.15/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
9.15/2.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.15/2.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.15/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.70	c lits-rem:        96  cl-subs:      277  v-elim:      0  v-fix:    0  time:  0.37 s
10.76/2.78	c asymm  cl-useful: 0/2395/17000 lits-rem:0 time: 0.08
10.76/2.78	c calculated reachability. Time: 0.00
10.76/2.78	c  N dy    59     30507       200     17000         0     10701    119000    410919     49.30   no data
12.00/3.08	c  N dy    77     34521       200     17000         0     14596    119000    629345     49.41     52.34
13.14/3.38	c  N dy    85     38917       200     17000         0     11195    119000    393674     49.30     52.19
14.74/3.70	c  N dy    93     43045       200     17000         0     15220    119000    618306     49.15     52.04
15.54/3.93	c  S st    99     45760       200     17000         0      9170    119000    238408     49.11     46.87
15.54/3.98	c  S st    99     46264       200     17000         0      9663    119000    265160     49.11   no data
15.54/3.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.54/3.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.54/3.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.54/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
15.54/3.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.54/4.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.94/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.08	c lits-rem:         4  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.08 s
15.94/4.08	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
15.94/4.09	c vivif2 --  cl tried     9608 cl shrink        0 lits rem          0 time: 0.00
17.93/4.51	c asymm  cl-useful: 0/13473/17000 lits-rem:0 time: 0.41
17.93/4.51	c calculated reachability. Time: 0.00
17.93/4.51	c  N dy    99     46264       200     17000         0      9608    119000    260952     49.11   no data
19.13/4.80	c  N dy   115     50331       200     17000         0     13550    119000    482216     49.18     54.23
20.33/5.13	c  N dy   130     54447       200     17000         0     17530    119000    705653     49.23     51.86
21.91/5.50	c  N dy   131     59235       200     17000         0     12480    119000    380303     48.89     51.71
23.11/5.81	c  N dy   145     63262       200     17000         0     16402    119000    598814     48.89     51.58
24.31/6.19	c  N dy   161     67364       200     17000         0     20391    119000    821491     48.92     51.53
25.15/6.39	c  S st   168     69396       200     17000         0     11698    119000    294155     48.91     45.22
25.55/6.44	c  S st   168     69899       200     17000         0     12194    119000    320961     48.91   no data
25.55/6.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.55/6.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.55/6.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.55/6.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.55/6.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
25.55/6.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.55/6.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.55/6.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.29/6.60	c lits-rem:        11  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.13 s
26.29/6.60	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
26.29/6.60	c vivif2 --  cl tried    12084 cl shrink        0 lits rem          0 time: 0.00
26.69/6.74	c asymm  cl-useful: 0/3527/17000 lits-rem:0 time: 0.14
26.69/6.74	c calculated reachability. Time: 0.00
26.69/6.74	c  N dy   168     69899       200     17000         0     12084    119000    313191     48.91   no data
28.30/7.10	c  N dy   183     74463       200     17000         0     16522    119000    560123     48.91     51.58
31.48/7.96	c  N dy   190     84582       200     17000         0     14687    119000    420266     48.73     51.51
32.28/8.18	c  F st   198     87502       200     17000         0     17518    119000    578238     48.73     49.89
33.49/8.46	c  N st   203     90797       200     17000         0     20711    119000    758470     48.73   no data
35.87/9.00	c  N dy   218     96686       200     17000         0     13817    119000    331315     48.74     55.28
37.87/9.56	c  N dy   244    102953       200     17000         0     19909    119000    668433     48.73     52.19
38.71/9.74	c  S st   249    104848       200     17000         0     21746    119000    770704     48.70   no data
39.06/9.81	c  S st   249    105353       200     17000         0     22244    119000    797505     48.70   no data
39.06/9.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.06/9.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.06/9.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.06/9.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.06/9.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.06/9.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
39.06/9.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.06/9.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.06/9.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.64/11.25	c lits-rem:       208  cl-subs:      692  v-elim:      0  v-fix:    0  time:  1.37 s
44.64/11.25	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
44.64/11.26	c vivif2 --  cl tried    21552 cl shrink        0 lits rem          0 time: 0.01
46.24/11.61	c asymm  cl-useful: 0/5014/17000 lits-rem:0 time: 0.35
46.24/11.62	c calculated reachability. Time: 0.00
46.24/11.62	c  N dy   249    105353       200     17000         0     21552    119000    746605     48.70   no data
49.43/12.43	c  N dy   292    112133       200     17000         0     14539    119000    326121     48.81     51.44
52.22/13.18	c  N dy   318    119812       200     17000         0     21969    119000    742012     48.85     52.21
55.86/14.04	c  N dy   322    128154       200     17000         0     15520    119000    339063     48.66     51.49
58.61/14.76	c  N dy   348    136419       200     17000         0     23504    119000    779604     48.66     53.25
62.19/15.69	c  N dy   382    145286       200     17000         0     16631    119000    360027     48.65     51.35
65.78/16.56	c  N dy   425    154656       200     17000         0     25729    119000    868459     48.70     51.65
67.38/16.90	c  S st   431    158029       200     17000         0     28998    119000   1050255     48.67     43.43
67.38/16.99	c  S st   431    158532       200     17000         0     29498    119000   1076791     48.67   no data
67.38/16.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.78/17.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
67.78/17.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.78/17.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.78/17.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.78/17.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
67.78/17.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.78/17.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
67.78/17.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.94/19.87	c lits-rem:       164  cl-subs:     1067  v-elim:      0  v-fix:    0  time:  2.78 s
78.94/19.87	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
78.94/19.89	c vivif2 --  cl tried    28431 cl shrink        0 lits rem          0 time: 0.01
80.14/20.14	c asymm  cl-useful: 0/3824/17000 lits-rem:0 time: 0.25
80.14/20.14	c calculated reachability. Time: 0.00
80.14/20.14	c  N dy   431    158532       200     17000         0     28431    119000    999617     48.67   no data
84.53/21.21	c  N dy   476    168965       200     17000         0     22094    119000    618404     48.72     51.40
89.72/22.52	c  N dy   511    180434       200     17000         0     33232    119000   1240231     48.71     51.63
94.50/23.74	c  N dy   552    192135       200     17000         0     27110    119000    855583     48.73     51.59
101.68/25.56	c  N dy   564    209045       200     17000         0     24995    119000    694832     48.51     51.10
108.91/27.39	c  N dy   616    222713       200     17000         0     38280    119000   1438803     48.55     51.29
115.64/29.09	c  N dy   675    237801       200     17000         0     33536    119000   1128570     48.57     47.68
115.64/29.09	c  S st   675    237801       200     17000         0     33536    119000   1128570     48.57     47.68
116.43/29.20	c  S st   675    238301       200     17000         0     34028    119000   1155409     48.57   no data
116.43/29.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.43/29.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
116.43/29.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.43/29.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.43/29.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.43/29.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
116.43/29.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.43/29.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
116.43/29.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.58/33.00	c lits-rem:       518  cl-subs:     1099  v-elim:      0  v-fix:    0  time:  3.68 s
131.58/33.00	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
131.58/33.02	c vivif2 --  cl tried    32929 cl shrink        0 lits rem          0 time: 0.01
132.38/33.29	c asymm  cl-useful: 0/3387/17000 lits-rem:0 time: 0.27
132.38/33.29	c calculated reachability. Time: 0.00
132.38/33.29	c  N dy   675    238301       200     17000         0     32929    119000   1074943     48.57   no data
139.95/35.14	c  N dy   727    253897       200     17000         0     27732    119000    758615     48.57     51.63
147.97/37.18	c  N dy   796    270131       200     17000         0     22157    119000    405053     48.61     51.35
156.31/39.28	c  N dy   859    289070       200     17000         0     40497    119000   1425471     48.61     51.55
164.28/41.24	c  F st   896    306251       200     17000         0     34857    119000   1065245     48.57     51.09
165.08/41.47	c  N st   900    308285       200     17000         0     36827    119000   1176827     48.57   no data
184.62/46.34	c  N dy   931    343278       200     17000         0     47413    119000   1738858     48.26     51.17
191.41/48.02	c  S st   967    357452       200     17000         0     36951    119000   1100458     48.25     48.96
191.84/48.14	c  S st   967    357953       200     17000         0     37447    119000   1128090     48.25   no data
191.84/48.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
191.84/48.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
191.84/48.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.84/48.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.84/48.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.84/48.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
191.84/48.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
191.84/48.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
191.84/48.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
203.77/51.18	c lits-rem:       222  cl-subs:     1072  v-elim:      0  v-fix:    0  time:  2.95 s
203.77/51.18	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
204.17/51.20	c vivif2 --  cl tried    36375 cl shrink        0 lits rem          0 time: 0.01
205.01/51.48	c asymm  cl-useful: 0/3121/17000 lits-rem:0 time: 0.27
205.01/51.49	c calculated reachability. Time: 0.00
205.01/51.49	c  N dy   967    357953       200     17000         0     36375    119000   1051208     48.25   no data
216.93/54.48	c  N dy  1051    378052       200     17000         0     30707    119000    711244     48.28     50.86
230.09/57.78	c  N dy  1126    398349       200     17000         0     50445    119000   1803835     48.30     51.25
240.85/60.44	c  N dy  1203    418834       200     17000         0     44161    119000   1415490     48.32     51.57
252.82/63.42	c  N dy  1279    439972       200     17000         0     37470    119000    995688     48.34     50.97
264.79/66.43	c  N dy  1343    460046       200     17000         0     28787    119000    471264     48.34     51.07
275.20/69.10	c  N dy  1404    480814       200     17000         0     48943    119000   1589524     48.34     51.28
287.12/72.04	c  N dy  1473    501253       200     17000         0     39657    119000   1030846     48.34     51.24
303.47/76.14	c  N dy  1566    528051       200     17000         0     35543    119000    761630     48.34     50.95
308.26/77.38	c  S st  1613    536929       200     17000         0     44155    119000   1241607     48.36     50.34
308.66/77.50	c  S st  1613    537433       200     17000         0     44651    119000   1267919     48.36   no data
309.06/77.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
309.06/77.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
309.06/77.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.06/77.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.06/77.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.06/77.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
309.06/77.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
309.06/77.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
309.06/77.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.60/81.93	c lits-rem:       305  cl-subs:     1235  v-elim:      0  v-fix:    0  time:  4.31 s
326.60/81.94	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
326.60/81.95	c vivif2 --  cl tried    43416 cl shrink        0 lits rem          0 time: 0.02
327.40/82.14	c asymm  cl-useful: 0/1654/17000 lits-rem:0 time: 0.19
327.40/82.14	c calculated reachability. Time: 0.00
327.40/82.14	c  N dy  1613    537433       200     17000         0     43416    119000   1182137     48.36   no data
340.99/85.61	c  N dy  1685    557512       200     17000         0     31889    119000    510241     48.37     51.01
352.12/88.31	c  N dy  1730    577799       200     17000         0     51593    119000   1601469     48.35     50.93
365.68/91.78	c  N dy  1811    598801       200     17000         0     39963    119000    917463     48.36     51.15
378.85/95.05	c  N dy  1886    619267       200     17000         0     59808    119000   2023405     48.36     51.15
392.41/98.47	c  N dy  1956    639366       200     17000         0     46348    119000   1224899     48.36     55.04
407.95/102.33	c  N dy  2047    659453       200     17000         0     65882    119000   2311867     48.38     50.98
421.11/105.60	c  N dy  2129    679476       200     17000         0     51380    119000   1463679     48.40     51.19
439.06/110.19	c  N dy  2237    699532       200     17000         0     35900    119000    550624     48.44     51.22
451.82/113.36	c  N dy  2306    719812       200     17000         0     55601    119000   1646498     48.44     51.18
468.62/117.52	c  N dy  2384    740380       200     17000         0     39589    119000    713895     48.46     51.04
482.13/120.97	c  N dy  2479    760383       200     17000         0     59010    119000   1796179     48.48     51.17
496.89/124.69	c  N dy  2539    780438       200     17000         0     41599    119000    781127     48.48     51.34
510.44/128.03	c  N dy  2611    800675       200     17000         0     61246    119000   1877065     48.48     51.06
514.43/129.07	c  S st  2620    806152       200     17000         0     66542    119000   2166029     48.47     44.36
515.23/129.24	c  S st  2620    806653       200     17000         0     67040    119000   2191761     48.47   no data
515.23/129.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
515.23/129.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
515.23/129.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
515.23/129.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
515.23/129.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
515.23/129.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
515.23/129.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
515.63/129.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
515.63/129.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
585.03/146.72	c lits-rem:       603  cl-subs:     2457  v-elim:      0  v-fix:    0  time: 17.14 s
585.03/146.72	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
585.03/146.75	c vivif2 --  cl tried    64583 cl shrink        0 lits rem          0 time: 0.03
586.23/147.09	c asymm  cl-useful: 0/2493/17000 lits-rem:0 time: 0.33
586.23/147.09	c calculated reachability. Time: 0.00
586.23/147.09	c  N dy  2620    806653       200     17000         0     64583    119000   2015640     48.47   no data
601.78/150.91	c  N dy  2692    827442       200     17000         0     46904    119000   1037330     48.48     51.12
616.14/154.55	c  N dy  2774    847559       200     17000         0     66430    119000   2129097     48.49     51.39
632.08/158.58	c  N dy  2876    867561       200     17000         0     47023    119000    994067     48.51     51.10
646.84/162.28	c  N dy  2959    887814       200     17000         0     66690    119000   2087600     48.53     51.25
663.20/166.36	c  N dy  3044    907889       200     17000         0     46375    119000    913652     48.54     57.20
677.95/170.07	c  N dy  3115    928687       200     17000         0     66584    119000   2039847     48.54     51.30
694.30/174.15	c  N dy  3171    948759       200     17000         0     45325    119000    807794     48.54     51.18
708.66/177.79	c  N dy  3250    969207       200     17000         0     65124    119000   1909131     48.54     51.48
726.60/182.25	c  N dy  3313    989219       200     17000         0     42841    119000    625460     48.55     51.23
739.77/185.55	c  N dy  3362   1009483       200     17000         0     62455    119000   1715770     48.53     51.41
756.92/189.84	c  N dy  3430   1029503       200     17000         0     81868    119000   2797244     48.53     51.58
771.67/193.58	c  N dy  3487   1049504       200     17000         0     58621    119000   1466681     48.53     51.58
788.02/197.69	c  N dy  3554   1069558       200     17000         0     78107    119000   2557837     48.53     51.19
790.41/198.26	c  F st  3564   1071876       200     17000         0     80361    119000   2683632     48.53     48.25
803.98/201.67	c  N dy  3608   1089631       200     17000         0     53894    119000   1155506     48.53     52.45
820.73/205.84	c  N dy  3670   1109796       200     17000         0     73450    119000   2242123     48.52     51.41
841.51/211.04	c  N dy  3737   1129970       200     17000         0     48411    119000    806882     48.53     51.17
859.80/215.67	c  N dy  3820   1150051       200     17000         0     67862    119000   1891974     48.53     51.38
880.59/220.90	c  N dy  3889   1170800       200     17000         0     87973    119000   3012986     48.53     51.25
898.14/225.31	c  N dy  3978   1192066       200     17000         0     63069    119000   1584017     48.54     51.30
915.25/229.52	c  S st  4049   1209981       200     17000         0     80430    119000   2550705     48.55     47.28
916.09/229.73	c  S st  4049   1210487       200     17000         0     80926    119000   2577925     48.55   no data
916.09/229.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
916.09/229.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
916.09/229.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
916.09/229.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
916.09/229.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
916.09/229.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
916.09/229.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
916.43/229.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
916.43/229.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1019.74/255.79	c lits-rem:       871  cl-subs:     2573  v-elim:      0  v-fix:    0  time: 25.61 s
1019.74/255.79	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
1020.14/255.83	c vivif2 --  cl tried    78353 cl shrink        0 lits rem          0 time: 0.03
1021.72/256.25	c asymm  cl-useful: 0/1841/17000 lits-rem:0 time: 0.41
1021.72/256.25	c calculated reachability. Time: 0.00
1021.72/256.25	c  N dy  4049   1210487       200     17000         0     78353    119000   2389845     48.55   no data
1042.46/261.44	c  N dy  4114   1230595       200     17000         0     51335    119000    881010     48.55     51.12
1061.20/266.14	c  N dy  4189   1250612       200     17000         0     70762    119000   1962935     48.55     51.65
1085.54/272.21	c  N dy  4273   1270632       200     17000         0     90175    119000   3044065     48.56     51.13
1103.08/276.69	c  N dy  4367   1290652       200     17000         0     62056    119000   1428544     48.57     51.31
1121.43/281.27	c  N dy  4450   1310707       200     17000         0     81535    119000   2519345     48.58     51.24
1140.57/286.01	c  N dy  4481   1331149       200     17000         0     52882    119000    871830     48.56     51.18
1156.54/290.01	c  N dy  4561   1351325       200     17000         0     72483    119000   1968444     48.56     51.32
1176.87/295.11	c  N dy  4637   1371453       200     17000         0     91986    119000   3059171     48.57     51.31
1197.20/300.23	c  N dy  4724   1394455       200     17000         0     64840    119000   1494181     48.57     51.41
1214.75/304.68	c  N dy  4788   1414474       200     17000         0     84264    119000   2574072     48.57     51.52
1236.68/310.12	c  N dy  4859   1434539       200     17000         0     53289    119000    806631     48.57     51.26
1253.03/314.21	c  N dy  4931   1455261       200     17000         0     73410    119000   1927774     48.58     51.27
1272.97/319.29	c  N dy  5011   1475319       200     17000         0     92856    119000   3015857     48.58     51.67
1293.36/324.38	c  N dy  5099   1495384       200     17000         0     60887    119000   1186487     48.59     51.22
1310.07/328.59	c  N dy  5161   1515467       200     17000         0     80377    119000   2276964     48.59     51.20
1333.59/334.44	c  N dy  5219   1537897       200     17000         0    102088    119000   3491990     48.58     51.20
1350.39/338.67	c  N dy  5281   1558002       200     17000         0     69236    119000   1606790     48.58     51.33
1370.29/343.62	c  N dy  5356   1578010       200     17000         0     88649    119000   2687688     48.59     51.21
1394.61/349.78	c  N dy  5422   1598074       200     17000         0     54772    119000    756770     48.59     51.82
1412.55/354.26	c  N dy  5501   1618103       200     17000         0     74216    119000   1841277     48.59     51.32
1436.09/360.15	c  N dy  5576   1640647       200     17000         0     96131    119000   3059171     48.59     51.15
1459.23/365.94	c  N dy  5679   1660917       200     17000         0     61409    119000   1083581     48.60     52.24
1476.78/370.32	c  N dy  5751   1680966       200     17000         0     80914    119000   2170937     48.60     51.79
1498.71/375.88	c  N dy  5837   1701125       200     17000         0    100488    119000   3266919     48.61     51.89
1510.67/378.85	c  S st  5871   1710487       200     17000         0    109559    119000   3772064     48.61     50.16
1511.87/379.14	c  S st  5871   1710991       200     17000         0    110052    119000   3798437     48.61   no data
1511.87/379.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1512.31/379.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1512.31/379.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1512.31/379.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1512.31/379.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1512.31/379.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1512.31/379.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1512.31/379.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1512.71/379.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1668.20/418.30	c lits-rem:       715  cl-subs:     4046  v-elim:      0  v-fix:    0  time: 38.47 s
1668.20/418.31	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
1668.20/418.35	c vivif2 --  cl tried   106006 cl shrink        0 lits rem          0 time: 0.05
1669.80/418.79	c asymm  cl-useful: 0/1410/17000 lits-rem:0 time: 0.44
1670.24/418.81	c calculated reachability. Time: 0.00
1670.24/418.81	c  N dy  5871   1710991       200     17000         0    106006    119000   3502265     48.61   no data
1692.18/424.34	c  N dy  5932   1731995       200     17000         0     71137    119000   1581017     48.61     51.26
1714.85/430.08	c  N dy  5995   1752038       200     17000         0     90574    119000   2668718     48.61     51.27
1744.82/437.52	c  N dy  6054   1777682       200     17000         0     59150    119000    870492     48.59     51.29
1762.36/442.01	c  N dy  6109   1798747       200     17000         0     79549    119000   2004049     48.59     51.19
1784.30/447.49	c  N dy  6183   1818749       200     17000         0     98952    119000   3088385     48.60     51.23
1807.79/453.37	c  N dy  6244   1838810       200     17000         0     61216    119000    938828     48.60     51.34
1825.72/457.86	c  N dy  6316   1860226       200     17000         0     82021    119000   2107657     48.60     51.46
1848.07/463.44	c  N dy  6402   1880286       200     17000         0    101418    119000   3189975     48.61     51.64
1873.98/469.94	c  N dy  6473   1902327       200     17000         0     64634    119000   1085124     48.61     51.36
1895.92/475.43	c  N dy  6535   1927034       200     17000         0     88539    119000   2418098     48.60     51.30
1919.46/481.35	c  N dy  6595   1947388       200     17000         0    108246    119000   3516727     48.59     51.39
1941.39/486.89	c  N dy  6676   1967394       200     17000         0     68518    119000   1257843     48.60     52.35
1960.52/491.64	c  N dy  6744   1987560       200     17000         0     88071    119000   2344385     48.60     51.38
1988.45/498.64	c  N dy  6813   2009162       200     17000         0    108995    119000   3515480     48.60     51.74
2013.56/504.99	c  N dy  6910   2029184       200     17000         0     68354    119000   1204185     48.61     53.38
2033.52/509.96	c  N dy  7002   2049327       200     17000         0     87861    119000   2294389     48.62     51.22
2056.29/515.67	c  N dy  7039   2069531       200     17000         0    107374    119000   3387882     48.61     51.21
2081.77/522.07	c  N dy  7130   2089562       200     17000         0     65779    119000   1016363     48.62     51.18
2099.72/526.55	c  N dy  7192   2109624       200     17000         0     85208    119000   2101876     48.62     51.84
2122.09/532.19	c  N dy  7240   2130326       200     17000         0    105290    119000   3222571     48.61     51.33
2147.98/538.69	c  N dy  7295   2150689       200     17000         0     62990    119000    813623     48.61     51.39
2165.96/543.17	c  N dy  7365   2171249       200     17000         0     82901    119000   1926129     48.61     51.23
2186.66/548.39	c  N dy  7382   2192072       200     17000         0    103036    119000   3042834     48.59     51.41
2210.58/554.30	c  S st  7440   2210991       200     17000         0    121369    119000   4074602     48.59     49.09
2211.78/554.62	c  S st  7440   2211495       200     17000         0    121864    119000   4101495     48.59   no data
2211.78/554.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2212.18/554.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2212.18/554.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2212.18/554.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2212.18/554.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2212.18/554.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2212.18/554.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2212.18/554.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2212.58/554.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2378.08/596.33	c lits-rem:      1088  cl-subs:     5451  v-elim:      0  v-fix:    0  time: 40.98 s
2378.08/596.33	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2378.08/596.38	c vivif2 --  cl tried   116413 cl shrink        0 lits rem          0 time: 0.05
2380.09/596.82	c asymm  cl-useful: 0/1233/17000 lits-rem:0 time: 0.44
2380.09/596.83	c calculated reachability. Time: 0.00
2380.09/596.83	c  N dy  7440   2211495       200     17000         0    116413    119000   3727322     48.59   no data
2405.60/603.23	c  N dy  7520   2232166       200     17000         0     73615    119000   1367691     48.59     51.50
2424.80/608.11	c  N dy  7576   2252193       200     17000         0     93011    119000   2452676     48.59     53.45
2450.28/614.47	c  N dy  7641   2273236       200     17000         0    113411    119000   3588140     48.58     51.26
2476.59/621.08	c  N dy  7702   2293523       200     17000         0     69155    119000   1071054     48.58     51.14
2496.13/625.99	c  N dy  7759   2314917       200     17000         0     89882    119000   2232131     48.58     51.35
2520.86/632.16	c  N dy  7836   2335147       200     17000         0    109476    119000   3326873     48.58     51.29
2551.17/639.77	c  N dy  7931   2355639       200     17000         0    129343    119000   4437740     48.59     51.17
2572.71/645.11	c  N dy  7994   2379228       200     17000         0     87285    119000   2040813     48.58     51.37
2595.04/650.79	c  N dy  8049   2399500       200     17000         0    106944    119000   3131305     48.58     51.66
2628.13/659.02	c  N dy  8114   2420760       200     17000         0    127567    119000   4288670     48.58     51.66
2654.05/665.50	c  N dy  8193   2441280       200     17000         0     81545    119000   1670739     48.58     51.40
2676.39/671.14	c  N dy  8245   2461320       200     17000         0    100961    119000   2749615     48.58     56.57
2702.71/677.74	c  N dy  8322   2481448       200     17000         0    120482    119000   3841218     48.58     51.25
2730.64/684.74	c  N dy  8393   2501860       200     17000         0     73395    119000   1167439     48.59     51.44
2752.17/690.14	c  N dy  8465   2523362       200     17000         0     94244    119000   2333363     48.59     51.36
2778.09/696.65	c  N dy  8529   2544786       200     17000         0    115004    119000   3496694     48.59     52.35
2810.84/704.89	c  N dy  8608   2566435       200     17000         0     68132    119000    832856     48.59     51.65
2830.73/709.83	c  N dy  8693   2586449       200     17000         0     87502    119000   1913266     48.60     51.54
2854.27/715.78	c  N dy  8776   2606556       200     17000         0    107014    119000   3004731     48.60     51.69
2883.78/723.17	c  N dy  8884   2626633       200     17000         0    126511    119000   4097738     48.61     51.57
2910.90/729.91	c  N dy  8963   2646754       200     17000         0     77187    119000   1293030     48.61     51.54
2932.43/735.40	c  N dy  9039   2667033       200     17000         0     96822    119000   2392282     48.61     51.26
2958.76/741.98	c  N dy  9113   2687560       200     17000         0    116741    119000   3506438     48.62     51.47
2989.86/749.70	c  N dy  9189   2707629       200     17000         0    136234    119000   4598656     48.62     51.21
2996.24/751.33	c  S st  9198   2711495       200     17000         0     70179    119000    854567     48.62     46.44
2997.04/751.52	c  S st  9198   2712001       200     17000         0     70674    119000    882171     48.62   no data
2997.04/751.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2997.04/751.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2997.04/751.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2997.04/751.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2997.04/751.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2997.04/751.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2997.04/751.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2997.04/751.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2997.44/751.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3002.22/752.83	c lits-rem:        14  cl-subs:       41  v-elim:      0  v-fix:    0  time:  1.20 s
3002.22/752.83	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
3002.22/752.84	c vivif2 --  cl tried    70633 cl shrink        0 lits rem          0 time: 0.01
3003.43/753.20	c asymm  cl-useful: 0/1887/17000 lits-rem:0 time: 0.35
3003.87/753.21	c calculated reachability. Time: 0.00
3003.87/753.21	c  N dy  9198   2712001       200     17000         0     70633    119000    879007     48.62   no data
3023.35/758.14	c  N dy  9270   2732055       200     17000         0     90092    119000   1966680     48.62     51.88
3051.68/765.22	c  N dy  9336   2754237       200     17000         0    111615    119000   3169054     48.62     51.65
3082.39/772.92	c  N dy  9403   2774438       200     17000         0    131190    119000   4259261     48.62     51.27
3110.69/780.01	c  N dy  9487   2794443       200     17000         0     79809    119000   1347156     48.63     52.14
3134.63/786.03	c  N dy  9573   2815865       200     17000         0    100642    119000   2521144     48.63     51.44
3167.33/794.26	c  N dy  9626   2842139       200     17000         0    126091    119000   3938604     48.62     51.36
3200.42/802.53	c  N dy  9699   2863274       200     17000         0     74820    119000   1017990     48.62     51.55
3221.57/807.82	c  N dy  9765   2883959       200     17000         0     94863    119000   2136123     48.62     51.74
3247.89/814.43	c  N dy  9861   2904112       200     17000         0    114394    119000   3229365     48.63     51.39
3277.40/821.89	c  N dy  9938   2924157       200     17000         0    133872    119000   4319935     48.63     51.55
3308.11/829.59	c  N dy 10029   2945136       200     17000         0     81494    119000   1347099     48.64     51.34
3332.04/835.51	c  N dy 10118   2965305       200     17000         0    101056    119000   2442203     48.64     51.35
3361.96/843.00	c  N dy 10194   2985326       200     17000         0    120469    119000   3530926     48.64     52.08
3404.62/853.72	c  N dy 10274   3005905       200     17000         0    140416    119000   4648722     48.65     51.30
3442.95/863.39	c  N dy 10359   3027659       200     17000         0     87772    119000   1647968     48.65     51.41
3470.82/870.35	c  N dy 10413   3047994       200     17000         0    107477    119000   2745419     48.65     51.43
3501.93/878.11	c  N dy 10489   3068766       200     17000         0    127653    119000   3878010     48.65     51.44
3537.83/887.12	c  N dy 10556   3090402       200     17000         0    148584    119000   5050113     48.65     51.55
3559.75/892.69	c  N dy 10617   3110783       200     17000         0     93660    119000   1936038     48.65     51.26
3585.67/899.15	c  N dy 10703   3131158       200     17000         0    113438    119000   3043853     48.66     51.39
3614.78/906.47	c  N dy 10767   3151236       200     17000         0    132910    119000   4129853     48.66     51.36
3645.89/914.23	c  N dy 10813   3171271       200     17000         0     76679    119000    944365     48.65     51.41
3667.43/919.69	c  N dy 10898   3191665       200     17000         0     96483    119000   2057479     48.66     51.52
3694.15/926.37	c  N dy 10988   3212003       200     17000         0    116213    119000   3165725     48.66     47.63
3694.15/926.37	c  S st 10988   3212003       200     17000         0    116213    119000   3165725     48.66     47.63
3695.35/926.67	c  S st 10988   3212507       200     17000         0    116709    119000   3192470     48.66   no data
3695.35/926.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3695.75/926.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3695.75/926.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3695.75/926.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3695.75/926.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3695.75/926.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3695.75/926.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3695.75/926.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3696.15/926.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3803.02/953.61	c lits-rem:       667  cl-subs:     3029  v-elim:      0  v-fix:    0  time: 26.41 s
3803.02/953.61	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
3803.02/953.65	c vivif2 --  cl tried   113680 cl shrink        0 lits rem          0 time: 0.04
3804.62/954.07	c asymm  cl-useful: 0/1263/17000 lits-rem:0 time: 0.41
3804.62/954.07	c calculated reachability. Time: 0.00
3804.62/954.07	c  N dy 10988   3212507       200     17000         0    113680    119000   2969446     48.66   no data
3836.93/962.16	c  N dy 11071   3232535       200     17000         0    133094    119000   4056375     48.67     51.59
3876.41/972.04	c  N dy 11138   3252595       200     17000         0    152564    119000   5146591     48.67     51.36
3901.54/978.33	c  N dy 11212   3272768       200     17000         0     95560    119000   1952410     48.67     51.59
3928.25/985.01	c  N dy 11292   3292867       200     17000         0    115020    119000   3041959     48.67     52.60
3960.59/993.18	c  N dy 11376   3313476       200     17000         0    134990    119000   4158904     48.67     51.52
3995.70/1001.92	c  N dy 11414   3335517       200     17000         0     78820    119000    970743     48.67     51.61
4016.39/1007.13	c  N dy 11480   3355628       200     17000         0     98316    119000   2061514     48.67     51.42
4041.91/1013.51	c  N dy 11543   3375742       200     17000         0    117843    119000   3153406     48.67     51.53
4071.03/1020.87	c  N dy 11608   3395801       200     17000         0    137311    119000   4242292     48.67     51.24
4106.11/1029.63	c  N dy 11683   3415930       200     17000         0    156839    119000   5339974     48.67     51.31
4128.84/1035.34	c  N dy 11770   3435978       200     17000         0     97721    119000   1985227     48.67     51.35
4155.57/1042.07	c  N dy 11846   3456237       200     17000         0    117322    119000   3081424     48.68     51.63
4185.88/1049.66	c  N dy 11915   3476300       200     17000         0    136767    119000   4162463     48.68     52.55
4222.58/1058.87	c  N dy 11994   3496453       200     17000         0    156298    119000   5256320     48.68     51.82
4246.90/1064.90	c  N dy 12052   3516634       200     17000         0     96401    119000   1865398     48.68     51.27
4275.21/1072.01	c  N dy 12140   3536647       200     17000         0    115819    119000   2952995     48.68     52.50
4315.54/1082.12	c  N dy 12218   3557440       200     17000         0    135979    119000   4076587     48.69     51.36
4362.16/1093.83	c  N dy 12255   3580652       200     17000         0    158405    119000   5321809     48.68     51.24
4390.52/1100.97	c  N dy 12304   3600830       200     17000         0     97518    119000   1878019     48.67     51.26
4422.77/1109.00	c  N dy 12383   3621766       200     17000         0    117865    119000   3013654     48.68     51.49
4456.67/1117.56	c  N dy 12469   3642978       200     17000         0    138459    119000   4165711     48.68     51.29
4492.95/1126.62	c  N dy 12537   3663619       200     17000         0    158464    119000   5287115     48.68     51.68
4519.68/1133.32	c  N dy 12610   3683678       200     17000         0     96451    119000   1778361     48.68     52.12
4545.60/1139.85	c  N dy 12696   3703932       200     17000         0    116136    119000   2880994     48.69     51.42
4558.36/1143.04	c  S st 12734   3712509       200     17000         0    124444    119000   3343404     48.69   no data
4559.57/1143.36	c  S st 12734   3713012       200     17000         0    124936    119000   3370076     48.69   no data
4559.57/1143.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4559.97/1143.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4559.97/1143.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4559.97/1143.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4559.97/1143.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4559.97/1143.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4559.97/1143.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4560.37/1143.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4560.37/1143.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4668.84/1170.79	c lits-rem:       778  cl-subs:     3238  v-elim:      0  v-fix:    0  time: 26.88 s
4668.84/1170.79	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
4669.24/1170.84	c vivif2 --  cl tried   121698 cl shrink        0 lits rem          0 time: 0.05
4670.88/1171.27	c asymm  cl-useful: 0/1194/17000 lits-rem:0 time: 0.42
4670.88/1171.28	c calculated reachability. Time: 0.00
4670.88/1171.28	c  N dy 12734   3713012       200     17000         0    121698    119000   3130913     48.69   no data
4703.13/1179.34	c  N dy 12807   3733342       200     17000         0    141394    119000   4233791     48.69     51.45
4736.68/1187.78	c  F st 12872   3751562       200     17000         0    159056    119000   5221682     48.69     48.34
4741.07/1188.87	c  N st 12876   3753597       200     17000         0    161014    119000   5331125     48.69   no data
4774.13/1197.10	c  N dy 12950   3774717       200     17000         0     99125    119000   1879138     48.69     51.83

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

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

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


[startup+0 s]
/proc/loadavg: 3.04 5.17 6.75 1/359 32276
/proc/meminfo: memFree=25764780/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=51168 CPUtime=0.03 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 411 0 0 0 3 0 0 0 23 0 4 0 631885486 52396032 352 33554432000 4194304 4580107 140734857263248 18446744073709551615 47131612182450 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32276/statm: 12792 352 302 95 0 7774 0
[pid=32276/tid=32277] ppid=32274 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 631885486 52396032 352 33554432000 4194304 4580107 140734857263248 18446744073709551615 47131612182041 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631885486 52396032 352 33554432000 4194304 4580107 140734857263248 18446744073709551615 47131612182032 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 631885486 52396032 352 33554432000 4194304 4580107 140734857263248 18446744073709551615 47131612182041 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.381981 s]
/proc/loadavg: 3.04 5.17 6.75 1/359 32276
/proc/meminfo: memFree=25764780/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=284484 CPUtime=1.5 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) D 32274 32276 31462 0 -1 4202496 4047 0 0 0 149 1 0 0 18 0 4 0 631885486 291311616 3513 33554432000 4194304 4580107 140734857263248 18446744073709551615 264726448311 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 71121 3613 364 95 0 66103 0
[pid=32276/tid=32277] ppid=32274 vsize=284484 CPUtime=0.37 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 727 0 0 0 37 0 0 0 18 0 4 0 631885486 291311616 3634 33554432000 4194304 4580107 140734857263248 18446744073709551615 264726448311 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=284484 CPUtime=0.37 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) D 32274 32276 31462 0 -1 4202560 561 0 0 0 37 0 0 0 25 0 4 0 631885486 291311616 3691 33554432000 4194304 4580107 140734857263248 18446744073709551615 264726066209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=284484 CPUtime=0.37 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 1315 0 0 0 37 0 0 0 18 0 4 0 631885486 291311616 3855 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 284484

[startup+1.01542 s]
/proc/loadavg: 3.04 5.17 6.75 1/359 32276
/proc/meminfo: memFree=25764780/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=260752 CPUtime=4.02 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 10634 0 0 0 400 2 0 0 19 0 4 0 631885486 267010048 7178 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 65188 7179 376 95 0 60170 0
[pid=32276/tid=32277] ppid=32274 vsize=260752 CPUtime=1 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 2618 0 0 0 99 1 0 0 19 0 4 0 631885486 267010048 7179 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=260752 CPUtime=1 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 2614 0 0 0 100 0 0 0 25 0 4 0 631885486 267010048 7179 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=260752 CPUtime=1 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 2357 0 0 0 100 0 0 0 19 0 4 0 631885486 267010048 7179 33554432000 4194304 4580107 140734857263248 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 260752

[startup+1.11541 s]
/proc/loadavg: 3.04 5.17 6.75 1/359 32276
/proc/meminfo: memFree=25764780/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=270628 CPUtime=4.43 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 12438 0 0 0 440 3 0 0 19 0 4 0 631885486 277123072 8271 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 67657 8271 376 95 0 62639 0
[pid=32276/tid=32277] ppid=32274 vsize=270628 CPUtime=1.1 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3065 0 0 0 109 1 0 0 19 0 4 0 631885486 277123072 8271 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=270628 CPUtime=1.1 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3064 0 0 0 110 0 0 0 25 0 4 0 631885486 277123072 8271 33554432000 4194304 4580107 140734857263248 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=270628 CPUtime=1.1 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 2813 0 0 0 110 0 0 0 19 0 4 0 631885486 277123072 8272 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 270628

[startup+1.21539 s]
/proc/loadavg: 3.04 5.17 6.75 1/359 32276
/proc/meminfo: memFree=25764780/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=270628 CPUtime=4.83 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 12827 0 0 0 480 3 0 0 19 0 4 0 631885486 277123072 8660 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 67657 8660 376 95 0 62639 0
[pid=32276/tid=32277] ppid=32274 vsize=270628 CPUtime=1.2 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3161 0 0 0 119 1 0 0 19 0 4 0 631885486 277123072 8660 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=270628 CPUtime=1.2 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3161 0 0 0 120 0 0 0 25 0 4 0 631885486 277123072 8660 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=270628 CPUtime=1.2 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 2907 0 0 0 120 0 0 0 19 0 4 0 631885486 277123072 8660 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 270628

[startup+1.50034 s]
/proc/loadavg: 3.04 5.17 6.75 1/359 32276
/proc/meminfo: memFree=25764780/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=280876 CPUtime=5.97 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 14522 0 0 0 594 3 0 0 20 0 4 0 631885486 287617024 8948 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 70219 8948 377 95 0 65201 0
[pid=32276/tid=32277] ppid=32274 vsize=280876 CPUtime=1.49 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3395 0 0 0 148 1 0 0 19 0 4 0 631885486 287617024 8948 33554432000 4194304 4580107 140734857263248 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=280876 CPUtime=1.48 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3756 0 0 0 148 0 0 0 25 0 4 0 631885486 287617024 8948 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=280876 CPUtime=1.49 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 3180 0 0 0 149 0 0 0 19 0 4 0 631885486 287617024 8948 33554432000 4194304 4580107 140734857263248 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 280876

[startup+3.11403 s]
/proc/loadavg: 3.04 5.17 6.75 9/371 32291
/proc/meminfo: memFree=25538040/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=291896 CPUtime=12.4 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 26152 0 0 0 1235 5 0 0 25 0 4 0 631885486 298901504 12936 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 72974 12936 378 95 0 67956 0
[pid=32276/tid=32277] ppid=32274 vsize=291896 CPUtime=3.1 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 7091 0 0 0 309 1 0 0 25 0 4 0 631885486 298901504 12936 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=291896 CPUtime=3.1 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 5827 0 0 0 310 0 0 0 25 0 4 0 631885486 298901504 12936 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=291896 CPUtime=3.1 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 5721 0 0 0 310 0 0 0 25 0 4 0 631885486 298901504 12936 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 291896

[startup+6.30043 s]
/proc/loadavg: 3.52 5.24 6.76 9/371 32291
/proc/meminfo: memFree=25458060/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=307704 CPUtime=25.15 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 46600 0 0 0 2506 9 0 0 25 0 4 0 631885486 315088896 25069 33554432000 4194304 4580107 140734857263248 18446744073709551615 4305551 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 76926 25069 378 95 0 71908 0
[pid=32276/tid=32277] ppid=32274 vsize=307704 CPUtime=6.29 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 12925 0 0 0 627 2 0 0 25 0 4 0 631885486 315088896 25069 33554432000 4194304 4580107 140734857263248 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=307704 CPUtime=6.3 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 11236 0 0 0 629 1 0 0 25 0 4 0 631885486 315088896 25070 33554432000 4194304 4580107 140734857263248 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=307704 CPUtime=6.29 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 11661 0 0 0 627 2 0 0 25 0 4 0 631885486 315088896 25070 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 307704

[startup+12.7002 s]
/proc/loadavg: 3.88 5.28 6.77 9/371 32291
/proc/meminfo: memFree=25452496/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=300200 CPUtime=50.63 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 71502 0 0 0 5049 14 0 0 25 0 4 0 631885486 307404800 33622 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 75050 33622 378 95 0 70032 0
[pid=32276/tid=32277] ppid=32274 vsize=300200 CPUtime=12.68 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 18395 0 0 0 1265 3 0 0 25 0 4 0 631885486 307404800 33622 33554432000 4194304 4580107 140734857263248 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=300200 CPUtime=12.68 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 16348 0 0 0 1265 3 0 0 25 0 4 0 631885486 307404800 33622 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=300200 CPUtime=12.68 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 18654 0 0 0 1265 3 0 0 25 0 4 0 631885486 307404800 33622 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 300200

[startup+25.5008 s]
/proc/loadavg: 4.79 5.41 6.79 9/371 32291
/proc/meminfo: memFree=25203256/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=311640 CPUtime=101.68 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 109608 0 0 0 10146 22 0 0 25 0 4 0 631885486 319119360 42276 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 77910 42276 378 95 0 72892 0
[pid=32276/tid=32277] ppid=32274 vsize=311640 CPUtime=25.48 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 28272 0 0 0 2543 5 0 0 25 0 4 0 631885486 319119360 42277 33554432000 4194304 4580107 140734857263248 18446744073709551615 4451774 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=311640 CPUtime=25.49 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 25731 0 0 0 2544 5 0 0 25 0 4 0 631885486 319119360 42277 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=311640 CPUtime=25.48 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 28105 0 0 0 2543 5 0 0 25 0 4 0 631885486 319119360 42277 33554432000 4194304 4580107 140734857263248 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 311640

[startup+51.101 s]
/proc/loadavg: 6.01 5.65 6.83 9/371 32292
/proc/meminfo: memFree=25042648/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=368280 CPUtime=203.77 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 160157 0 0 0 20343 34 0 0 25 0 4 0 631885486 377118720 53419 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416463 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 92070 53419 378 95 0 87052 0
[pid=32276/tid=32277] ppid=32274 vsize=368280 CPUtime=51.09 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 39366 0 0 0 5101 8 0 0 25 0 4 0 631885486 377118720 53419 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=368280 CPUtime=51.08 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 39858 0 0 0 5099 9 0 0 25 0 4 0 631885486 377118720 53419 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=368280 CPUtime=51.07 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 43094 0 0 0 5098 9 0 0 25 0 4 0 631885486 377118720 53419 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 368280

[startup+102.3 s]
/proc/loadavg: 7.20 6.03 6.89 9/371 32293
/proc/meminfo: memFree=24733200/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=442672 CPUtime=407.95 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 240719 0 0 0 40737 58 0 0 25 0 4 0 631885486 453296128 66438 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 110668 66438 378 95 0 105650 0
[pid=32276/tid=32277] ppid=32274 vsize=442672 CPUtime=102.29 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 56300 0 0 0 10216 13 0 0 25 0 4 0 631885486 453296128 66438 33554432000 4194304 4580107 140734857263248 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=442672 CPUtime=102.28 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 58884 0 0 0 10213 15 0 0 25 0 4 0 631885486 453296128 66438 33554432000 4194304 4580107 140734857263248 18446744073709551615 4324141 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=442672 CPUtime=102.26 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 70092 0 0 0 10211 15 0 0 25 0 4 0 631885486 453296128 66438 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 442672

[startup+162.301 s]

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

[pid=32276] ppid=32274 vsize=941456 CPUtime=2800.82 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 795232 0 0 0 279822 260 0 0 25 0 4 0 631885486 964050944 137302 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 235364 137302 394 95 0 230346 0
[pid=32276/tid=32277] ppid=32274 vsize=941456 CPUtime=702.31 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 208572 0 0 0 70160 71 0 0 25 0 4 0 631885486 964050944 137302 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=941456 CPUtime=702.3 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 204455 0 0 0 70162 68 0 0 25 0 4 0 631885486 964050944 137302 33554432000 4194304 4580107 140734857263248 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=941456 CPUtime=702.18 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 211998 0 0 0 70148 70 0 0 25 0 4 0 631885486 964050944 137302 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.82
Current children cumulated vsize (KiB) 941456

[startup+762.301 s]
/proc/loadavg: 8.14 7.87 7.48 9/371 32311
/proc/meminfo: memFree=23890060/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=719716 CPUtime=3040.1 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 844404 0 0 0 303735 275 0 0 25 0 4 0 631885486 736989184 129230 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 179929 129230 394 95 0 174911 0
[pid=32276/tid=32277] ppid=32274 vsize=719716 CPUtime=762.3 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 222551 0 0 0 76155 75 0 0 25 0 4 0 631885486 736989184 129230 33554432000 4194304 4580107 140734857263248 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=719716 CPUtime=762.3 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 214932 0 0 0 76158 72 0 0 25 0 4 0 631885486 736989184 129230 33554432000 4194304 4580107 140734857263248 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=719716 CPUtime=762.16 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 226033 0 0 0 76142 74 0 0 25 0 4 0 631885486 736989184 129230 33554432000 4194304 4580107 140734857263248 18446744073709551615 4321405 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.1
Current children cumulated vsize (KiB) 719716

[startup+822.301 s]
/proc/loadavg: 8.27 7.95 7.54 9/371 32313
/proc/meminfo: memFree=23917660/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=776000 CPUtime=3279.39 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 888470 0 0 0 327647 292 0 0 25 0 4 0 631885486 794624000 136003 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 194000 136003 394 95 0 188982 0
[pid=32276/tid=32277] ppid=32274 vsize=776000 CPUtime=822.31 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 235351 0 0 0 82151 80 0 0 25 0 4 0 631885486 794624000 136003 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=776000 CPUtime=822.31 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 221300 0 0 0 82156 75 0 0 25 0 4 0 631885486 794624000 136003 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294754 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=776000 CPUtime=822.15 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 238505 0 0 0 82137 78 0 0 25 0 4 0 631885486 794624000 136003 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.39
Current children cumulated vsize (KiB) 776000

[startup+882.3 s]
/proc/loadavg: 8.21 7.99 7.57 10/371 32314
/proc/meminfo: memFree=23683008/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=1029440 CPUtime=3518.68 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 925612 0 0 0 351561 307 0 0 25 0 4 0 631885486 1054146560 160205 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 257360 160205 394 95 0 252342 0
[pid=32276/tid=32277] ppid=32274 vsize=1029440 CPUtime=882.31 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 249758 0 0 0 88147 84 0 0 25 0 4 0 631885486 1054146560 160205 33554432000 4194304 4580107 140734857263248 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=1029440 CPUtime=882.31 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 231070 0 0 0 88150 81 0 0 25 0 4 0 631885486 1054146560 160205 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1029440 CPUtime=882.14 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 243977 0 0 0 88135 79 0 0 25 0 4 0 631885486 1054146560 160205 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.68
Current children cumulated vsize (KiB) 1029440

[startup+942.301 s]
/proc/loadavg: 8.25 8.03 7.61 9/371 32316
/proc/meminfo: memFree=23899588/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=922992 CPUtime=3757.96 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 964523 0 0 0 375473 323 0 0 25 0 4 0 631885486 945143808 139842 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 230748 139842 394 95 0 225730 0
[pid=32276/tid=32277] ppid=32274 vsize=922992 CPUtime=942.31 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 260358 0 0 0 94142 89 0 0 25 0 4 0 631885486 945143808 139842 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=922992 CPUtime=942.31 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 240979 0 0 0 94145 86 0 0 25 0 4 0 631885486 945143808 139842 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=922992 CPUtime=942.13 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 255956 0 0 0 94130 83 0 0 25 0 4 0 631885486 945143808 139842 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.96
Current children cumulated vsize (KiB) 922992

[startup+1002.3 s]
/proc/loadavg: 8.15 8.04 7.64 9/371 32317
/proc/meminfo: memFree=23770340/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=932332 CPUtime=3997.25 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 1003897 0 0 0 399389 336 0 0 25 0 4 0 631885486 954707968 150213 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 233083 150213 394 95 0 228065 0
[pid=32276/tid=32277] ppid=32274 vsize=932332 CPUtime=1002.32 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 272127 0 0 0 100138 94 0 0 25 0 4 0 631885486 954707968 150213 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=932332 CPUtime=1002.31 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 247561 0 0 0 100144 87 0 0 25 0 4 0 631885486 954707968 150213 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=932332 CPUtime=1002.12 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 267514 0 0 0 100125 87 0 0 25 0 4 0 631885486 954707968 150213 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.25
Current children cumulated vsize (KiB) 932332

[startup+1062.3 s]
/proc/loadavg: 8.18 8.06 7.67 9/371 32319
/proc/meminfo: memFree=23823500/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=877872 CPUtime=4236.57 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 1047648 0 0 0 423306 351 0 0 25 0 4 0 631885486 898940928 149574 33554432000 4194304 4580107 140734857263248 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 219468 149574 394 95 0 214450 0
[pid=32276/tid=32277] ppid=32274 vsize=877872 CPUtime=1062.33 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 284175 0 0 0 106135 98 0 0 25 0 4 0 631885486 898940928 149574 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=877872 CPUtime=1062.32 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 258653 0 0 0 106141 91 0 0 25 0 4 0 631885486 898940928 149574 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=877872 CPUtime=1062.13 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 279690 0 0 0 106122 91 0 0 25 0 4 0 631885486 898940928 149574 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.57
Current children cumulated vsize (KiB) 877872

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 7.69 10/371 32321
/proc/meminfo: memFree=23635860/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=1094996 CPUtime=4475.81 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 1077278 0 0 0 447218 363 0 0 25 0 4 0 631885486 1121275904 171917 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 273749 171917 394 95 0 268731 0
[pid=32276/tid=32277] ppid=32274 vsize=1094996 CPUtime=1122.32 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 290288 0 0 0 112132 100 0 0 25 0 4 0 631885486 1121275904 171917 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=1094996 CPUtime=1122.32 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 269679 0 0 0 112136 96 0 0 25 0 4 0 631885486 1121275904 171917 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=1094996 CPUtime=1122.1 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 282678 0 0 0 112118 92 0 0 25 0 4 0 631885486 1121275904 171917 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.81
Current children cumulated vsize (KiB) 1094996

[startup+1182.31 s]
/proc/loadavg: 8.18 8.09 7.72 9/371 32322
/proc/meminfo: memFree=23821184/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=914164 CPUtime=4715.15 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 1110260 0 0 0 471138 377 0 0 25 0 4 0 631885486 936103936 160185 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 228541 160185 394 95 0 223523 0
[pid=32276/tid=32277] ppid=32274 vsize=914164 CPUtime=1182.33 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 301200 0 0 0 118129 104 0 0 25 0 4 0 631885486 936103936 160185 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=914164 CPUtime=1182.33 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 281129 0 0 0 118132 101 0 0 25 0 4 0 631885486 936103936 160185 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=914164 CPUtime=1182.1 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 290767 0 0 0 118116 94 0 0 25 0 4 0 631885486 936103936 160185 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4715.15
Current children cumulated vsize (KiB) 914164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.13 8.08 7.73 9/371 32323
/proc/meminfo: memFree=23662816/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=914420 CPUtime=4800.09 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 1120291 0 0 0 479627 382 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 228605 157538 394 95 0 223587 0
[pid=32276/tid=32277] ppid=32274 vsize=914420 CPUtime=1203.64 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 303876 0 0 0 120258 106 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=914420 CPUtime=1203.63 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 283055 0 0 0 120262 101 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=914420 CPUtime=1203.41 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 291881 0 0 0 120246 95 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4489520 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 914420

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

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

[startup+1203.6 s]
/proc/loadavg: 8.13 8.08 7.73 9/371 32323
/proc/meminfo: memFree=23662816/32951124 swapFree=63083164/67111528
[pid=32276] ppid=32274 vsize=914420 CPUtime=4800.09 cores=0,2,4,6
/proc/32276/stat : 32276 (strangenight2-m) R 32274 32276 31462 0 -1 4202496 1120291 0 0 0 479627 382 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32276/statm: 228605 157538 394 95 0 223587 0
[pid=32276/tid=32277] ppid=32274 vsize=914420 CPUtime=1203.64 cores=0,2,4,6
/proc/32276/task/32277/stat : 32277 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 303876 0 0 0 120258 106 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32276/tid=32278] ppid=32274 vsize=914420 CPUtime=1203.63 cores=0,2,4,6
/proc/32276/task/32278/stat : 32278 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 283055 0 0 0 120262 101 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32276/tid=32279] ppid=32274 vsize=914420 CPUtime=1203.41 cores=0,2,4,6
/proc/32276/task/32279/stat : 32279 (strangenight2-m) R 32274 32276 31462 0 -1 4202560 291881 0 0 0 120246 95 0 0 25 0 4 0 631885486 936366080 157538 33554432000 4194304 4580107 140734857263248 18446744073709551615 4489520 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 914420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.65
CPU time (s): 4800.15
CPU user time (s): 4796.3
CPU system time (s): 3.85341
CPU usage (%): 398.8
Max. virtual memory (cumulated for all children) (KiB): 1094996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.3
system time used= 3.85341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1120292
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= 569
involuntary context switches= 21510

runsolver used 4.03339 second user time and 10.2314 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 19:38:19
IDJOB=3366098
IDBENCH=82507
IDSOLVER=1844
FILE ID=node141/3366098-1305394699
RUNJOBID= node141-1305394699-32264
PBS_JOBID= 13324432
Free space on /tmp= 73300 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S862393334-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366098-1305394699/watcher-3366098-1305394699 -o /tmp/evaluation-result-3366098-1305394699/solver-3366098-1305394699 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366098-1305394699.cnf

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

MD5SUM BENCH= 860d0404ebc2282cbe692f8828f81b2c
RANDOM SEED=390768102

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      25765184 kB
Buffers:        218932 kB
Cached:        4759840 kB
SwapCached:      15356 kB
Active:        1923792 kB
Inactive:      5022848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25765184 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            5832 kB
Writeback:           0 kB
AnonPages:     1959560 kB
Mapped:          12420 kB
Slab:           135812 kB
PageTables:      37592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86230868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73284 MiB
End job on node141 at 2011-05-14 19:58:24