Trace number 3366120

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.24 1203.79

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366120-1305395906.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.02	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.02	c -- vars added       2000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.25	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.22
0.00/0.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.00/0.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.11/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.11/0.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.11/0.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.11/0.40	c Finding binary XORs  T:     0.00 s  found:       0
0.11/0.40	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.11/0.40	c calculated reachability. Time: 0.00
0.11/0.40	c Calc default polars -  time:   0.00 s pos:     975 undec:      71 neg:     954
0.11/0.40	c =========================================================================================
0.11/0.40	c types(t): F = full restart, N = normal restart
0.11/0.40	c types(t): S = simplification begin/end, E = solution found
0.11/0.40	c restart types(rt): st = static, dy = dynamic
0.11/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.11/0.40	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
0.11/0.80	c  N dy    18      4134      2000     40000         0      4131    200000    786020    144.02    152.25
4.81/1.28	c  N dy    42      8222      2000     40000         0      4886    200000    517257    147.95    156.19
6.76/1.75	c  N dy    65     12277      2000     40000         0      8941    200000   1247841    145.70    154.08
8.80/2.26	c  N dy    87     16380      2000     40000         0      7548    200000    680583    145.78    155.44
10.75/2.77	c  N dy   107     20461      2000     40000         0     11627    200000   1431228    145.42    154.51
12.79/3.30	c  N dy   133     24521      2000     40000         0      8611    200000    604986    145.33    154.95
13.19/3.36	c  F st   136     25000      2000     40000         0      9088    200000    691009    145.36   no data
15.94/4.02	c  N dy   142     30001      2000     40000         0     14080    200000   1706650    145.36   no data
15.94/4.02	c  S st   142     30001      2000     40000         0     14080    200000   1706650    145.36   no data
16.34/4.11	c  S st   142     30504      2000     40000         0     14583    200000   1789724    145.36   no data
16.34/4.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.34/4.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.34/4.14	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.34/4.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.34/4.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.34/4.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.34/4.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
16.73/4.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.71/5.79	c lits-rem:        35  cl-subs:       14  v-elim:      0  v-fix:    0  time:  1.55 s
24.31/6.10	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
24.31/6.10	c calculated reachability. Time: 0.00
24.31/6.10	c  N dy   142     30504      2000     40000         0     14569    200000   1783587    145.36   no data
26.35/6.66	c  N dy   167     34525      2000     40000         0     10220    200000    680854    144.96    157.78
28.70/7.23	c  N dy   190     38572      2000     40000         0     14267    200000   1418751    144.81    152.81
31.09/7.84	c  N dy   217     42731      2000     40000         0     18424    200000   2181184    144.81    156.17
32.69/8.25	c  S st   232     45756      2000     40000         0     11934    200000    782047    144.58    123.03
33.09/8.33	c  S st   232     46262      2000     40000         0     12440    200000    859859    144.58   no data
33.09/8.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.09/8.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
33.09/8.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.09/8.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.09/8.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/8.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
33.09/8.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.09/8.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.48/8.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.72/8.72	c lits-rem:        32  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.31 s
34.72/8.73	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
34.72/8.74	c vivif2 --  cl tried    12438 cl shrink        0 lits rem          0 time: 0.01
35.88/9.02	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
35.88/9.02	c calculated reachability. Time: 0.00
35.88/9.02	c  N dy   232     46262      2000     40000         0     12438    200000    859249    144.58   no data
37.87/9.59	c  N dy   261     50276      2000     40000         0     16451    200000   1598262    144.84    152.82
40.66/10.23	c  N dy   289     54552      2000     40000         0     20727    200000   2367618    144.63    154.70
43.06/10.80	c  N dy   317     58661      2000     40000         0     14244    200000   1034567    144.99    152.81
45.05/11.37	c  N dy   344     62670      2000     40000         0     18252    200000   1766290    145.08    155.87
47.88/12.05	c  N dy   371     66862      2000     40000         0     22443    200000   2530663    145.14    156.95
49.43/12.45	c  S st   388     69393      2000     40000         0     13350    200000    670450    145.21    126.61
49.83/12.54	c  S st   388     69898      2000     40000         0     13855    200000    744868    145.21   no data
49.83/12.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.83/12.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
49.83/12.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.83/12.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.83/12.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.83/12.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
49.83/12.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.83/12.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.23/12.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.04/12.90	c lits-rem:        11  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.28 s
51.44/12.90	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
51.44/12.91	c vivif2 --  cl tried    13853 cl shrink        0 lits rem          0 time: 0.01
52.28/13.21	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
52.28/13.21	c calculated reachability. Time: 0.00
52.28/13.21	c  N dy   388     69898      2000     40000         0     13853    200000    744176    145.21   no data
55.02/13.89	c  N dy   419     74491      2000     40000         0     18446    200000   1583170    145.15    153.10
58.21/14.69	c  N dy   452     79313      2000     40000         0     23267    200000   2485937    145.46    153.15
61.79/15.50	c  N dy   482     84578      2000     40000         0     15885    200000    951975    145.46    153.81
63.39/15.94	c  F st   500     87501      2000     40000         0     18807    200000   1490731    145.50    130.81
65.43/16.44	c  N st   505     90801      2000     40000         0     22101    200000   2146137    145.50   no data
69.38/17.45	c  N dy   528     96686      2000     40000         0     14331    200000    495281    145.39    153.10
72.97/18.38	c  N dy   563    102895      2000     40000         0     20537    200000   1627991    145.29    155.03
74.20/18.70	c  S st   576    104847      2000     40000         0     22489    200000   1985895    145.23    126.10
74.95/18.81	c  S st   576    105350      2000     40000         0     22992    200000   2060239    145.23   no data
74.95/18.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
74.95/18.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
74.95/18.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.95/18.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.95/18.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.95/18.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
74.95/18.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
74.95/18.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
75.35/18.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.31/22.41	c lits-rem:        35  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.47 s
89.31/22.42	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
89.31/22.44	c vivif2 --  cl tried    22985 cl shrink        0 lits rem          0 time: 0.02
90.51/22.78	c asymm  cl-useful: 0/35894/40000 lits-rem:0 time: 0.34
90.51/22.79	c calculated reachability. Time: 0.00
90.51/22.79	c  N dy   576    105350      2000     40000         0     22985    200000   2057628    145.23   no data
95.30/23.92	c  N dy   621    112107      2000     40000         0     15082    200000    455726    145.43    154.95
99.68/25.01	c  N dy   662    119366      2000     40000         0     22341    200000   1773372    145.29    153.99
104.91/26.32	c  N dy   714    127247      2000     40000         0     30220    200000   3208850    145.37    155.37
109.69/27.58	c  N dy   757    135439      2000     40000         0     22749    200000   1673524    145.24    153.81
116.03/29.14	c  N dy   818    144169      2000     40000         0     31472    200000   3275159    145.33    155.56
122.02/30.64	c  N dy   871    153504      2000     40000         0     24149    200000   1766707    145.24    152.91
125.21/31.40	c  S st   903    158026      2000     40000         0     28669    200000   2586699    145.24   no data
125.60/31.52	c  S st   903    158528      2000     40000         0     29171    200000   2665379    145.24   no data
125.60/31.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
125.60/31.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
125.60/31.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.60/31.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.60/31.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.60/31.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
125.60/31.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
126.00/31.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
126.00/31.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.91/38.64	c lits-rem:        93  cl-subs:        6  v-elim:      0  v-fix:    0  time:  6.95 s
153.91/38.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
153.91/38.68	c vivif2 --  cl tried    29165 cl shrink        0 lits rem          0 time: 0.03
154.31/38.73	c asymm  cl-useful: 0/4106/40000 lits-rem:0 time: 0.05
154.31/38.74	c calculated reachability. Time: 0.00
154.31/38.74	c  N dy   903    158528      2000     40000         0     29165    200000   2662844    145.24   no data
161.10/40.48	c  N dy   963    168653      2000     40000         0     21630    200000   1123746    145.05    153.38
168.66/42.33	c  N dy  1025    179742      2000     40000         0     32717    200000   3158275    144.97    152.88
176.64/44.32	c  N dy  1092    191416      2000     40000         0     25727    200000   1684649    144.95    156.40
185.42/46.56	c  N dy  1163    203838      2000     40000         0     38147    200000   3944015    144.85    154.72
194.19/48.74	c  N dy  1241    216982      2000     40000         0     31625    200000   2617011    144.99    153.60
204.16/51.25	c  N dy  1330    230907      2000     40000         0     24888    200000   1196179    145.13    160.84
209.35/52.52	c  S st  1377    237792      2000     40000         0     31769    200000   2469933    145.21   no data
209.75/52.65	c  S st  1377    238295      2000     40000         0     32272    200000   2545363    145.21   no data
209.75/52.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
209.75/52.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
209.75/52.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
209.75/52.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
209.75/52.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.75/52.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
209.75/52.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
210.19/52.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
210.59/52.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.66/60.10	c lits-rem:       150  cl-subs:       12  v-elim:      0  v-fix:    0  time:  7.28 s
239.66/60.10	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
239.66/60.13	c vivif2 --  cl tried    32260 cl shrink        0 lits rem          0 time: 0.03
241.30/60.55	c asymm  cl-useful: 0/31813/40000 lits-rem:0 time: 0.42
241.30/60.55	c calculated reachability. Time: 0.00
241.30/60.55	c  N dy  1377    238295      2000     40000         0     32260    200000   2539729    145.21   no data
253.61/63.70	c  N dy  1474    253544      2000     40000         0     25846    200000   1190725    145.22    160.33
265.98/66.77	c  N dy  1577    269954      2000     40000         0     42252    200000   4205371    145.26    155.32
278.73/69.96	c  N dy  1678    287270      2000     40000         0     36910    200000   3010879    145.15    153.19
293.09/73.53	c  N dy  1787    305956      2000     40000         0     31930    200000   1936977    145.08    157.27
293.09/73.58	c  F st  1790    306251      2000     40000         0     32224    200000   1987244    145.08   no data
308.24/77.31	c  N dy  1881    325535      2000     40000         0     26837    200000    868008    145.09    167.97
322.99/81.05	c  N dy  2000    345603      2000     40000         0     46902    200000   4525416    145.07    158.29
332.18/83.31	c  S st  2081    357443      2000     40000         0     33085    200000   1835986    145.14    127.78
332.58/83.42	c  S st  2081    357946      2000     40000         0     33588    200000   1911683    145.14   no data
332.58/83.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
332.58/83.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
332.58/83.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
332.58/83.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
332.58/83.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
332.58/83.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
332.58/83.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
332.58/83.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
333.01/83.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.56/87.92	c lits-rem:        60  cl-subs:        2  v-elim:      0  v-fix:    0  time:  4.36 s
350.56/87.92	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
350.56/87.95	c vivif2 --  cl tried    33586 cl shrink        0 lits rem          0 time: 0.02
350.96/88.06	c asymm  cl-useful: 0/8187/40000 lits-rem:0 time: 0.11
350.96/88.06	c calculated reachability. Time: 0.00
350.96/88.06	c  N dy  2081    357946      2000     40000         0     33586    200000   1910938    145.14   no data
367.27/92.19	c  N dy  2201    378003      2000     40000         0     26973    200000    516459    145.10    158.54
382.82/96.03	c  N dy  2326    398044      2000     40000         0     47009    200000   4181176    145.11    154.72
399.56/100.29	c  N dy  2453    418057      2000     40000         0     39354    200000   2613681    145.14    153.70
418.31/104.92	c  N dy  2587    438131      2000     40000         0     30768    200000    862957    145.26    153.16
434.66/109.02	c  N dy  2710    458218      2000     40000         0     50848    200000   4550760    145.26    158.02
451.45/113.30	c  N dy  2835    478254      2000     40000         0     41223    200000   2617533    145.29    153.12
470.15/117.90	c  N dy  2958    498426      2000     40000         0     30732    200000    504273    145.30    155.45
485.71/121.86	c  N dy  3078    518685      2000     40000         0     50985    200000   4199382    145.25    155.68
501.66/125.86	c  S st  3185    536919      2000     40000         0     37556    200000   1582160    145.25   no data
502.06/125.99	c  S st  3185    537422      2000     40000         0     38059    200000   1663226    145.25   no data
502.46/126.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
502.46/126.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
502.46/126.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.46/126.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
502.46/126.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
502.46/126.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
502.46/126.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
502.46/126.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
502.86/126.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
515.62/129.32	c lits-rem:        69  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.19 s
515.62/129.32	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
515.62/129.34	c vivif2 --  cl tried    38055 cl shrink        0 lits rem          0 time: 0.02
516.82/129.71	c asymm  cl-useful: 0/29727/40000 lits-rem:0 time: 0.36
516.82/129.71	c calculated reachability. Time: 0.00
516.82/129.71	c  N dy  3185    537422      2000     40000         0     38055    200000   1661300    145.25   no data
534.36/134.00	c  N dy  3306    557444      2000     40000         0     58073    200000   5314565    145.22    154.89
551.10/138.29	c  N dy  3427    577541      2000     40000         0     45506    200000   2866874    145.20    154.85
570.30/143.02	c  N dy  3555    597626      2000     40000         0     65589    200000   6575271    145.25    153.25
586.61/147.19	c  N dy  3676    617828      2000     40000         0     52131    200000   3865894    145.19    153.16
606.14/152.04	c  N dy  3798    638205      2000     40000         0     37849    200000   1109973    145.20    156.30
623.29/156.33	c  N dy  3915    658507      2000     40000         0     58148    200000   4835239    145.19    153.58
642.42/161.15	c  N dy  4055    678606      2000     40000         0     42580    200000   1796434    145.26    157.96
660.37/165.68	c  N dy  4182    698700      2000     40000         0     62672    200000   5504562    145.27    153.55
679.56/170.48	c  N dy  4317    718702      2000     40000         0     46009    200000   2287011    145.38    179.74
698.25/175.17	c  N dy  4446    738715      2000     40000         0     66017    200000   5984666    145.42    158.96
717.40/179.93	c  N dy  4579    758767      2000     40000         0     48408    200000   2545677    145.48    155.43
736.14/184.70	c  N dy  4699    778854      2000     40000         0     68488    200000   6200346    145.46    154.34
755.68/189.53	c  N dy  4823    799020      2000     40000         0     49989    200000   2659933    145.50    153.27
762.47/191.26	c  S st  4875    806133      2000     40000         0     57102    200000   3984933    145.52   no data
763.30/191.43	c  S st  4875    806634      2000     40000         0     57603    200000   4067143    145.52   no data
763.30/191.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
763.65/191.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
763.65/191.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
763.65/191.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
763.65/191.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
763.65/191.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
763.65/191.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
763.65/191.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
764.05/191.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.08/206.41	c lits-rem:       204  cl-subs:       15  v-elim:      0  v-fix:    0  time: 14.73 s
823.08/206.42	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
823.08/206.47	c vivif2 --  cl tried    57588 cl shrink        0 lits rem          0 time: 0.05
823.88/206.68	c asymm  cl-useful: 0/10273/40000 lits-rem:0 time: 0.21
823.88/206.68	c calculated reachability. Time: 0.00
823.88/206.68	c  N dy  4875    806634      2000     40000         0     57588    200000   4061100    145.52   no data
845.01/211.90	c  N dy  4992    826733      2000     40000         0     77681    200000   7739400    145.51    153.79
862.17/216.26	c  N dy  5102    846738      2000     40000         0     58022    200000   3907659    145.47    158.31
883.29/221.55	c  N dy  5236    866758      2000     40000         0     78032    200000   7628897    145.53    157.25
901.64/226.19	c  N dy  5362    886838      2000     40000         0     57452    200000   3659937    145.54    163.46
922.77/231.45	c  N dy  5492    906841      2000     40000         0     77450    200000   7369021    145.58    154.33
942.31/236.31	c  N dy  5624    926854      2000     40000         0     55805    200000   3194011    145.63    156.08
963.05/241.54	c  N dy  5753    947031      2000     40000         0     75975    200000   6929022    145.63    159.27
983.38/246.63	c  N dy  5876    967163      2000     40000         0     53449    200000   2566618    145.63    155.10
1003.33/251.66	c  N dy  5999    987429      2000     40000         0     73710    200000   6291903    145.61    153.99
1024.86/257.04	c  N dy  6129   1007451      2000     40000         0     50070    200000   1774817    145.66    157.61
1044.40/261.95	c  N dy  6258   1027524      2000     40000         0     70141    200000   5469670    145.67    158.10
1067.52/267.76	c  N dy  6382   1047620      2000     40000         0     45576    200000    776887    145.66    156.19
1085.87/272.39	c  N dy  6497   1067741      2000     40000         0     65692    200000   4464482    145.65    153.95
1090.26/273.46	c  F st  6519   1071875      2000     40000         0     69826    200000   5218340    145.65    134.65
1108.20/277.92	c  N dy  6596   1087823      2000     40000         0     85764    200000   8259165    145.67    159.93
1128.54/283.07	c  N dy  6728   1108153      2000     40000         0     60436    200000   3326916    145.68    156.02
1150.47/288.51	c  N dy  6860   1128341      2000     40000         0     80619    200000   7044368    145.70    160.71
1172.41/294.03	c  N dy  6976   1148426      2000     40000         0     54050    200000   1980134    145.69    159.39
1193.94/299.45	c  N dy  7104   1168442      2000     40000         0     74062    200000   5683032    145.71    153.38
1219.52/305.88	c  N dy  7231   1188562      2000     40000         0     94177    200000   9405643    145.73    155.04
1239.81/310.91	c  N dy  7351   1209021      2000     40000         0     66976    200000   4156564    145.71    154.64
1240.61/311.17	c  S st  7359   1209952      2000     40000         0     67907    200000   4331518    145.72   no data
1241.45/311.37	c  S st  7359   1210455      2000     40000         0     68410    200000   4417850    145.72   no data
1241.45/311.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1241.79/311.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1241.79/311.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1241.79/311.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1241.79/311.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1241.79/311.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1241.79/311.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1242.19/311.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1242.59/311.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1311.99/329.01	c lits-rem:       231  cl-subs:       14  v-elim:      0  v-fix:    0  time: 17.37 s
1311.99/329.01	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1311.99/329.07	c vivif2 --  cl tried    68396 cl shrink        0 lits rem          0 time: 0.06
1313.58/329.49	c asymm  cl-useful: 0/22120/40000 lits-rem:0 time: 0.42
1313.58/329.50	c calculated reachability. Time: 0.00
1313.58/329.50	c  N dy  7359   1210455      2000     40000         0     68396    200000   4412440    145.72   no data
1336.72/335.29	c  N dy  7495   1230457      2000     40000         0     88392    200000   8131230    145.76    153.81
1362.64/341.70	c  N dy  7628   1250592      2000     40000         0     59870    200000   2687524    145.79    154.45
1387.77/348.05	c  N dy  7762   1270717      2000     40000         0     79993    200000   6390904    145.81    155.02
1414.08/354.61	c  N dy  7880   1290732      2000     40000         0     50345    200000    761251    145.81    174.89
1434.47/359.75	c  N dy  8005   1311012      2000     40000         0     70622    200000   4509097    145.82    154.42
1459.15/365.91	c  N dy  8132   1331121      2000     40000         0     90726    200000   8232542    145.84    155.83
1482.33/371.79	c  N dy  8254   1351131      2000     40000         0     60078    200000   2367770    145.83    165.01
1503.81/377.14	c  N dy  8377   1371144      2000     40000         0     80086    200000   6066709    145.86    156.16
1529.34/383.58	c  N dy  8511   1391208      2000     40000         0    100144    200000   9803378    145.90    186.42
1550.47/388.89	c  N dy  8637   1411268      2000     40000         0     68544    200000   3783340    145.91    155.21
1574.01/394.70	c  N dy  8766   1431369      2000     40000         0     88642    200000   7492190    145.91    153.93
1599.52/401.10	c  N dy  8889   1451431      2000     40000         0     56042    200000   1296479    145.91    156.58
1619.86/406.26	c  N dy  9013   1471573      2000     40000         0     76179    200000   5031422    145.92    154.95
1644.64/412.46	c  N dy  9140   1491770      2000     40000         0     96367    200000   8746570    145.92    154.10
1668.91/418.58	c  N dy  9267   1511874      2000     40000         0     62823    200000   2376067    145.93    156.50
1691.24/424.14	c  N dy  9389   1532007      2000     40000         0     82953    200000   6055183    145.92    156.28
1717.57/430.78	c  N dy  9519   1552117      2000     40000         0    103056    200000   9793060    145.94    155.26
1740.30/436.48	c  N dy  9641   1572224      2000     40000         0     68502    200000   3227721    145.93    153.98
1763.82/442.37	c  N dy  9765   1592403      2000     40000         0     88677    200000   6925046    145.93    153.72
1791.74/449.35	c  N dy  9897   1612534      2000     40000         0    108802    200000  10658358    145.95    154.20
1814.08/454.91	c  N dy 10021   1632617      2000     40000         0     73231    200000   3971474    145.98    177.80
1838.79/461.10	c  N dy 10150   1652652      2000     40000         0     93260    200000   7677764    146.00    154.01
1867.91/468.43	c  N dy 10269   1672937      2000     40000         0     56885    200000    737613    145.99    155.75
1890.69/474.18	c  N dy 10379   1693178      2000     40000         0     77121    200000   4458289    145.97    154.72
1914.57/480.12	c  S st 10492   1710456      2000     40000         0     94397    200000   7640995    145.98   no data
1915.37/480.39	c  S st 10492   1710962      2000     40000         0     94903    200000   7720397    145.98   no data
1915.76/480.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1915.76/480.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1916.16/480.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1916.16/480.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1916.16/480.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1916.16/480.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1916.16/480.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1916.16/480.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1917.35/480.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2087.26/523.45	c lits-rem:       358  cl-subs:       14  v-elim:      0  v-fix:    0  time: 42.08 s
2087.26/523.46	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2087.70/523.57	c vivif2 --  cl tried    94889 cl shrink        0 lits rem          0 time: 0.10
2089.64/524.04	c asymm  cl-useful: 0/15630/40000 lits-rem:0 time: 0.47
2089.64/524.05	c calculated reachability. Time: 0.00
2089.64/524.05	c  N dy 10492   1710962      2000     40000         0     94889    200000   7713722    145.98   no data
2123.54/532.57	c  N dy 10629   1731005      2000     40000         0    114931    200000  11434851    146.00    173.14
2147.48/538.53	c  N dy 10756   1751126      2000     40000         0     77386    200000   4343319    146.01    157.35
2175.43/545.54	c  N dy 10882   1771218      2000     40000         0     97473    200000   8093221    146.03    154.47
2207.68/553.61	c  N dy 11008   1791324      2000     40000         0     58926    200000    759898    146.04    154.72
2229.62/559.18	c  N dy 11134   1811360      2000     40000         0     78954    200000   4473527    146.05    153.99
2255.94/565.74	c  N dy 11256   1831446      2000     40000         0     99038    200000   8217562    146.06    153.98
2286.25/573.33	c  N dy 11388   1851517      2000     40000         0    119107    200000  11915795    146.07    171.70
2308.18/578.87	c  N dy 11517   1871634      2000     40000         0     79568    200000   4398876    146.09    153.99
2334.10/585.37	c  N dy 11646   1891702      2000     40000         0     99627    200000   8090995    146.09    154.72
2364.06/592.86	c  N dy 11768   1911783      2000     40000         0    119706    200000  11774257    146.09    155.33
2387.14/598.63	c  N dy 11894   1932035      2000     40000         0     79299    200000   4188597    146.11    156.29
2413.05/605.11	c  N dy 12025   1952133      2000     40000         0     99392    200000   7861341    146.11    154.29
2443.02/612.68	c  N dy 12160   1972149      2000     40000         0    119403    200000  11565146    146.12    163.15
2466.90/618.69	c  N dy 12286   1992152      2000     40000         0     77753    200000   3706980    146.12    155.58
2493.22/625.22	c  N dy 12424   2012298      2000     40000         0     97894    200000   7491969    146.15    156.19
2523.12/632.74	c  N dy 12551   2032414      2000     40000         0    118007    200000  11200663    146.15    154.24
2548.70/639.11	c  N dy 12674   2052421      2000     40000         0     75357    200000   3092546    146.15    155.09
2573.38/645.31	c  N dy 12800   2072453      2000     40000         0     95386    200000   6797938    146.16    156.14
2602.48/652.67	c  N dy 12929   2092596      2000     40000         0    115524    200000  10552606    146.18    160.18
2630.00/659.52	c  N dy 13041   2112606      2000     40000         0     71878    200000   2261453    146.17    155.32
2653.98/665.55	c  N dy 13169   2132704      2000     40000         0     91975    200000   5974756    146.18    156.06
2681.84/672.53	c  N dy 13287   2152742      2000     40000         0    112009    200000   9679230    146.17    155.25
2712.94/680.39	c  N dy 13421   2172897      2000     40000         0     67506    200000   1269187    146.18    159.85
2737.32/686.46	c  N dy 13554   2192935      2000     40000         0     87539    200000   4978589    146.20    155.07
2764.38/693.20	c  S st 13668   2210962      2000     40000         0    105561    200000   8308248    146.20    155.75
2765.18/693.49	c  S st 13668   2211466      2000     40000         0    106065    200000   8389851    146.20   no data
2765.58/693.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2765.98/693.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2765.98/693.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2765.98/693.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2765.98/693.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2765.98/693.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2765.98/693.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2766.38/693.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2767.18/693.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2954.61/740.92	c lits-rem:       278  cl-subs:       24  v-elim:      0  v-fix:    0  time: 46.36 s
2954.61/740.93	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2955.01/741.04	c vivif2 --  cl tried   106041 cl shrink        0 lits rem          0 time: 0.11
2955.41/741.12	c asymm  cl-useful: 0/2250/40000 lits-rem:0 time: 0.08
2955.41/741.13	c calculated reachability. Time: 0.00
2955.41/741.13	c  N dy 13668   2211466      2000     40000         0    106041    200000   8379676    146.20   no data
2990.10/749.88	c  N dy 13796   2231556      2000     40000         0    126127    200000  12115438    146.21    155.70
3018.06/756.82	c  N dy 13921   2251570      2000     40000         0     80480    200000   3513765    146.21    156.00
3046.32/763.90	c  N dy 14049   2271615      2000     40000         0    100518    200000   7236511    146.22    154.09
3079.82/772.35	c  N dy 14178   2291700      2000     40000         0    120599    200000  10949331    146.23    155.50
3110.53/780.07	c  N dy 14305   2311784      2000     40000         0     74028    200000   2151505    146.24    154.05
3136.10/786.43	c  N dy 14436   2331823      2000     40000         0     94060    200000   5878664    146.26    155.72
3165.57/793.82	c  N dy 14559   2351927      2000     40000         0    114159    200000   9600267    146.27    153.98
3199.05/802.20	c  N dy 14683   2372060      2000     40000         0    134289    200000  13328692    146.27    160.36
3222.59/808.19	c  N dy 14807   2392178      2000     40000         0     86752    200000   4325542    146.28    154.39
3250.55/815.13	c  N dy 14938   2412523      2000     40000         0    107095    200000   8122401    146.30    156.13
3282.41/823.12	c  N dy 15063   2432650      2000     40000         0    127220    200000  11872931    146.31    154.06
3311.57/830.43	c  N dy 15187   2452741      2000     40000         0     78659    200000   2659143    146.32    162.09
3336.65/836.71	c  N dy 15304   2472833      2000     40000         0     98740    200000   6378856    146.32    155.47
3365.75/844.09	c  N dy 15424   2492834      2000     40000         0    118736    200000  10056888    146.32    157.06
3399.70/852.54	c  N dy 15543   2512899      2000     40000         0    138799    200000  13771563    146.32    156.17
3423.58/858.52	c  N dy 15656   2532997      2000     40000         0     89243    200000   4423415    146.32    155.58
3451.50/865.55	c  N dy 15780   2553408      2000     40000         0    109650    200000   8207379    146.32    154.34
3484.59/873.83	c  N dy 15922   2573504      2000     40000         0    129737    200000  11953442    146.34    156.71
3514.89/881.40	c  N dy 16039   2593573      2000     40000         0     79153    200000   2379208    146.33    163.08
3540.41/887.82	c  N dy 16163   2613677      2000     40000         0     99252    200000   6110863    146.34    159.09
3570.36/895.41	c  N dy 16291   2633787      2000     40000         0    119354    200000   9847155    146.35    155.37
3605.01/904.09	c  N dy 16415   2653832      2000     40000         0    139396    200000  13568180    146.35    162.48
3632.51/910.98	c  N dy 16540   2673863      2000     40000         0     87773    200000   3804804    146.35    160.04
3662.46/918.48	c  N dy 16671   2693871      2000     40000         0    107778    200000   7526712    146.37    156.29
3692.73/926.06	c  S st 16781   2711469      2000     40000         0    125374    200000  10764546    146.36   no data
3694.31/926.43	c  S st 16781   2711971      2000     40000         0    125876    200000  10842670    146.36   no data
3694.31/926.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3694.71/926.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.12
3694.71/926.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3694.71/926.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3694.71/926.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3694.71/926.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3694.71/926.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3695.51/926.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3696.71/927.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3906.06/979.51	c lits-rem:       260  cl-subs:       38  v-elim:      0  v-fix:    0  time: 51.78 s
3906.06/979.52	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3906.46/979.65	c vivif2 --  cl tried   125838 cl shrink        0 lits rem          0 time: 0.13
3908.50/980.17	c asymm  cl-useful: 0/15006/40000 lits-rem:0 time: 0.50
3908.50/980.17	c calculated reachability. Time: 0.00
3908.50/980.17	c  N dy 16781   2711971      2000     40000         0    125838    200000  10826690    146.36   no data
3947.14/989.81	c  N dy 16916   2732017      2000     40000         0     73235    200000    934679    146.38    157.54
3973.90/996.55	c  N dy 17051   2752109      2000     40000         0     93321    200000   4705425    146.40    162.23
4005.01/1004.37	c  N dy 17177   2772200      2000     40000         0    113408    200000   8471818    146.42    154.18
4041.24/1013.48	c  N dy 17310   2792371      2000     40000         0    133576    200000  12239470    146.43    155.12
4077.13/1022.44	c  N dy 17427   2812498      2000     40000         0     80041    200000   1998541    146.43    154.45
4105.49/1029.56	c  N dy 17556   2832534      2000     40000         0    100072    200000   5721331    146.43    164.07
4138.95/1037.96	c  N dy 17695   2852609      2000     40000         0    120144    200000   9431392    146.44    154.97
4174.45/1046.85	c  N dy 17814   2872643      2000     40000         0    140173    200000  13117734    146.44    155.62
4205.55/1054.64	c  N dy 17945   2892881      2000     40000         0     85760    200000   2920349    146.45    154.27
4233.12/1061.53	c  N dy 18074   2912953      2000     40000         0    105826    200000   6678114    146.47    159.15
4264.17/1069.36	c  N dy 18192   2933006      2000     40000         0    125875    200000  10389223    146.47    154.18
4299.26/1078.19	c  N dy 18313   2953085      2000     40000         0    145949    200000  14131807    146.47    154.23
4327.58/1085.24	c  N dy 18432   2973153      2000     40000         0     90360    200000   3575074    146.47    157.61
4355.54/1092.24	c  N dy 18574   2993197      2000     40000         0    110398    200000   7344560    146.49    158.04
4387.40/1100.25	c  N dy 18694   3013231      2000     40000         0    130425    200000  11062731    146.49    163.02
4424.09/1109.47	c  N dy 18815   3033499      2000     40000         0    150683    200000  14789900    146.49    156.23
4451.21/1116.28	c  N dy 18947   3053564      2000     40000         0     94105    200000   4085587    146.50    193.12
4479.92/1123.41	c  N dy 19066   3073619      2000     40000         0    114153    200000   7786258    146.50    154.24
4513.02/1131.75	c  N dy 19195   3093751      2000     40000         0    134280    200000  11501355    146.50    161.32
4550.90/1141.28	c  N dy 19315   3113956      2000     40000         0    154481    200000  15202441    146.49    154.33
4577.21/1147.84	c  N dy 19443   3134129      2000     40000         0     97014    200000   4452735    146.50    154.35
4606.31/1155.16	c  N dy 19568   3154160      2000     40000         0    117036    200000   8160516    146.50    159.83
4639.41/1163.49	c  N dy 19687   3174263      2000     40000         0    137132    200000  11883817    146.50    157.74
4678.08/1173.17	c  N dy 19820   3194285      2000     40000         0    157153    200000  15612176    146.52    167.29
4701.20/1178.90	c  S st 19943   3211972      2000     40000         0     96187    200000   4170720    146.54   no data
4702.05/1179.16	c  S st 19943   3212477      2000     40000         0     96692    200000   4257350    146.54   no data
4702.05/1179.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4702.46/1179.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4702.46/1179.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4702.46/1179.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4702.46/1179.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4702.46/1179.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4702.46/1179.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4702.80/1179.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4703.20/1179.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4766.21/1195.28	c lits-rem:        83  cl-subs:        8  v-elim:      0  v-fix:    0  time: 15.64 s
4766.21/1195.29	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4766.61/1195.34	c vivif2 --  cl tried    96684 cl shrink        0 lits rem          0 time: 0.05
4768.59/1195.83	c asymm  cl-useful: 0/15768/40000 lits-rem:0 time: 0.47
4768.59/1195.83	c calculated reachability. Time: 0.00
4768.59/1195.84	c  N dy 19943   3212477      2000     40000         0     96684    200000   4254412    146.54   no data
4798.56/1203.33	c  N dy 20074   3232533      2000     40000         0    116733    200000   7998562    146.55    162.00

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

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

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


[startup+0 s]
/proc/loadavg: 7.47 7.95 7.69 7/366 32382
/proc/meminfo: memFree=25754280/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=218280 CPUtime=0.02 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2817 0 0 0 2 0 0 0 22 0 4 0 632006221 223518720 2738 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 54570 2738 336 95 0 49552 0
[pid=32382/tid=32383] ppid=32380 vsize=218280 CPUtime=0 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 414 0 0 0 0 0 0 0 22 0 4 0 632006221 223518720 2741 33554432000 4194304 4580107 140734835873168 18446744073709551615 264726510111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=218280 CPUtime=0 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 692 0 0 0 0 0 0 0 23 0 4 0 632006221 223518720 2745 33554432000 4194304 4580107 140734835873168 18446744073709551615 264726063891 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=218280 CPUtime=0 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 624 0 0 0 0 0 0 0 23 0 4 0 632006221 223518720 2751 33554432000 4194304 4580107 140734835873168 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.034636 s]
/proc/loadavg: 7.47 7.95 7.69 7/366 32382
/proc/meminfo: memFree=25754280/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=285996 CPUtime=0.11 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 4857 0 0 0 10 1 0 0 22 0 4 0 632006221 292859904 4778 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 71498 4842 358 95 0 66480 0
[pid=32382/tid=32383] ppid=32380 vsize=285992 CPUtime=0.02 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) S 32380 32382 31462 0 -1 4202560 1064 0 0 0 2 0 0 0 18 0 4 0 632006221 292855808 4862 33554432000 4194304 4580107 140734835873168 18446744073709551615 264726510062 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=286124 CPUtime=0.04 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 1184 0 0 0 4 0 0 0 23 0 4 0 632006221 292990976 4981 33554432000 4194304 4580107 140734835873168 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=292380 CPUtime=0.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 1681 0 0 0 25 0 0 0 18 0 4 0 632006221 299397120 7890 33554432000 4194304 4580107 140734835873168 18446744073709551615 4316546 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 285996

[startup+1.21237 s]
/proc/loadavg: 7.47 7.95 7.69 7/366 32382
/proc/meminfo: memFree=25754280/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=306664 CPUtime=4.81 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 21083 0 0 0 477 4 0 0 19 0 4 0 632006221 314023936 12705 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 76666 12705 377 95 0 71648 0
[pid=32382/tid=32383] ppid=32380 vsize=306664 CPUtime=1.19 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 5614 0 0 0 118 1 0 0 19 0 4 0 632006221 314023936 12705 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=306664 CPUtime=1.2 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 5574 0 0 0 119 1 0 0 19 0 4 0 632006221 314023936 12705 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=306664 CPUtime=1.19 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 3848 0 0 0 118 1 0 0 19 0 4 0 632006221 314023936 12705 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 306664

[startup+1.31235 s]
/proc/loadavg: 7.47 7.95 7.69 7/366 32382
/proc/meminfo: memFree=25754280/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=306664 CPUtime=5.21 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 21741 0 0 0 516 5 0 0 19 0 4 0 632006221 314023936 13363 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 76666 13363 377 95 0 71648 0
[pid=32382/tid=32383] ppid=32380 vsize=306664 CPUtime=1.29 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 5783 0 0 0 128 1 0 0 19 0 4 0 632006221 314023936 13363 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=306664 CPUtime=1.3 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 5736 0 0 0 129 1 0 0 19 0 4 0 632006221 314023936 13364 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=306664 CPUtime=1.29 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 4013 0 0 0 128 1 0 0 19 0 4 0 632006221 314023936 13364 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 306664

[startup+1.41233 s]
/proc/loadavg: 7.47 7.95 7.69 7/366 32382
/proc/meminfo: memFree=25754280/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=306664 CPUtime=5.61 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 22388 0 0 0 556 5 0 0 19 0 4 0 632006221 314023936 14010 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 76666 14010 377 95 0 71648 0
[pid=32382/tid=32383] ppid=32380 vsize=306664 CPUtime=1.39 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 5941 0 0 0 138 1 0 0 19 0 4 0 632006221 314023936 14011 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=306664 CPUtime=1.4 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 5890 0 0 0 139 1 0 0 19 0 4 0 632006221 314023936 14011 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=306664 CPUtime=1.39 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 4192 0 0 0 138 1 0 0 19 0 4 0 632006221 314023936 14011 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 306664

[startup+1.50031 s]
/proc/loadavg: 7.47 7.95 7.69 7/366 32382
/proc/meminfo: memFree=25754280/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=306664 CPUtime=5.96 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 22934 0 0 0 591 5 0 0 19 0 4 0 632006221 314023936 14556 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 76666 14556 377 95 0 71648 0
[pid=32382/tid=32383] ppid=32380 vsize=306664 CPUtime=1.48 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 6072 0 0 0 147 1 0 0 19 0 4 0 632006221 314023936 14556 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=306664 CPUtime=1.49 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 6031 0 0 0 148 1 0 0 19 0 4 0 632006221 314023936 14556 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294767 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=306664 CPUtime=1.48 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 4332 0 0 0 147 1 0 0 19 0 4 0 632006221 314023936 14556 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 306664

[startup+3.10101 s]
/proc/loadavg: 7.47 7.95 7.69 10/371 32387
/proc/meminfo: memFree=25661680/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=308196 CPUtime=12.35 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 35788 0 0 0 1228 7 0 0 23 0 4 0 632006221 315592704 17396 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 77049 17396 378 95 0 72031 0
[pid=32382/tid=32383] ppid=32380 vsize=308196 CPUtime=3.07 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 9116 0 0 0 305 2 0 0 23 0 4 0 632006221 315592704 17396 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=308196 CPUtime=3.08 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 9131 0 0 0 307 1 0 0 23 0 4 0 632006221 315592704 17397 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=308196 CPUtime=3.08 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 8092 0 0 0 306 2 0 0 23 0 4 0 632006221 315592704 17397 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 308196

[startup+6.30041 s]
/proc/loadavg: 7.52 7.95 7.69 10/371 32387
/proc/meminfo: memFree=25531248/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=331720 CPUtime=25.11 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 71589 0 0 0 2496 15 0 0 25 0 4 0 632006221 339681280 33534 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 82930 33534 379 95 0 77912 0
[pid=32382/tid=32383] ppid=32380 vsize=331720 CPUtime=6.23 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 19154 0 0 0 619 4 0 0 25 0 4 0 632006221 339681280 33534 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=331720 CPUtime=6.28 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 17380 0 0 0 625 3 0 0 25 0 4 0 632006221 339681280 33534 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=331720 CPUtime=6.28 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 13952 0 0 0 625 3 0 0 19 0 4 0 632006221 339681280 33534 33554432000 4194304 4580107 140734835873168 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 331720

[startup+12.7002 s]
/proc/loadavg: 7.56 7.95 7.69 10/371 32387
/proc/meminfo: memFree=25355420/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=512736 CPUtime=50.63 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 119867 0 0 0 5038 25 0 0 25 0 4 0 632006221 525041664 64069 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 128184 64069 379 95 0 123166 0
[pid=32382/tid=32383] ppid=32380 vsize=512736 CPUtime=12.55 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 34644 0 0 0 1248 7 0 0 25 0 4 0 632006221 525041664 64069 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=512736 CPUtime=12.69 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 27311 0 0 0 1263 6 0 0 25 0 4 0 632006221 525041664 64069 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=512736 CPUtime=12.68 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 27992 0 0 0 1261 7 0 0 25 0 4 0 632006221 525041664 64069 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 512736

[startup+25.5008 s]
/proc/loadavg: 7.65 7.95 7.69 10/371 32388
/proc/meminfo: memFree=25249792/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=527460 CPUtime=101.68 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 162833 0 0 0 10130 38 0 0 25 0 4 0 632006221 540119040 80681 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 131865 80681 379 95 0 126847 0
[pid=32382/tid=32383] ppid=32380 vsize=527460 CPUtime=25.19 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 44476 0 0 0 2510 9 0 0 25 0 4 0 632006221 540119040 80681 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=527460 CPUtime=25.48 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 42342 0 0 0 2539 9 0 0 25 0 4 0 632006221 540119040 80681 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=527460 CPUtime=25.48 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 40837 0 0 0 2537 11 0 0 25 0 4 0 632006221 540119040 80681 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 527460

[startup+51.101 s]
/proc/loadavg: 7.77 7.95 7.70 10/371 32388
/proc/meminfo: memFree=25115112/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=698380 CPUtime=203.77 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 268423 0 0 0 20312 65 0 0 25 0 4 0 632006221 715141120 99599 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 174595 99599 379 95 0 169577 0
[pid=32382/tid=32383] ppid=32380 vsize=698380 CPUtime=50.48 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 71677 0 0 0 5034 14 0 0 25 0 4 0 632006221 715141120 99599 33554432000 4194304 4580107 140734835873168 18446744073709551615 264726101771 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=698380 CPUtime=51.08 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 68399 0 0 0 5092 16 0 0 25 0 4 0 632006221 715141120 99599 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=698380 CPUtime=51.07 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 68714 0 0 0 5088 19 0 0 25 0 4 0 632006221 715141120 99599 33554432000 4194304 4580107 140734835873168 18446744073709551615 4318383 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 698380

[startup+102.314 s]
/proc/loadavg: 8.05 7.99 7.73 10/371 32390
/proc/meminfo: memFree=24965284/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=843392 CPUtime=407.99 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 436414 0 0 0 40687 112 0 0 25 0 4 0 632006221 863633408 133041 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32382/statm: 210848 133041 379 95 0 205830 0
[pid=32382/tid=32383] ppid=32380 vsize=843392 CPUtime=101.09 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 114934 0 0 0 10084 25 0 0 25 0 4 0 632006221 863633408 133041 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=843392 CPUtime=102.3 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 116983 0 0 0 10196 34 0 0 25 0 4 0 632006221 863633408 133041 33554432000 4194304 4580107 140734835873168 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=843392 CPUtime=102.29 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 115182 0 0 0 10199 30 0 0 25 0 4 0 632006221 863633408 133041 33554432000 4194304 4580107 140734835873168 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.99
Current children cumulated vsize (KiB) 843392

[startup+162.301 s]

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

[pid=32382] ppid=32380 vsize=1337780 CPUtime=2561.46 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 1750398 0 0 0 255623 523 0 0 25 0 4 0 632006221 1369886720 254544 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 334445 254544 379 95 0 329427 0
[pid=32382/tid=32383] ppid=32380 vsize=1337780 CPUtime=637.53 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 419971 0 0 0 63635 118 0 0 25 0 4 0 632006221 1369886720 254544 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1337780 CPUtime=641.82 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 491007 0 0 0 64033 149 0 0 25 0 4 0 632006221 1369886720 254544 33554432000 4194304 4580107 140734835873168 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1337780 CPUtime=642.27 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 439795 0 0 0 64097 130 0 0 25 0 4 0 632006221 1369886720 254544 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.46
Current children cumulated vsize (KiB) 1337780

[startup+702.301 s]
/proc/loadavg: 8.03 8.06 7.88 10/371 32415
/proc/meminfo: memFree=24252232/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1411744 CPUtime=2800.68 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 1871815 0 0 0 279503 565 0 0 25 0 4 0 632006221 1445625856 257655 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451903 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 352936 257655 379 95 0 347918 0
[pid=32382/tid=32383] ppid=32380 vsize=1411744 CPUtime=697.52 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 451988 0 0 0 69623 129 0 0 25 0 4 0 632006221 1445625856 257655 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1411744 CPUtime=701.81 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 526742 0 0 0 70017 164 0 0 25 0 4 0 632006221 1445625856 257655 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1411744 CPUtime=702.26 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 468079 0 0 0 70088 138 0 0 25 0 4 0 632006221 1445625856 257655 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.68
Current children cumulated vsize (KiB) 1411744

[startup+762.315 s]
/proc/loadavg: 8.08 8.08 7.90 10/371 32416
/proc/meminfo: memFree=24117028/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1415608 CPUtime=3040 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 1949615 0 0 0 303399 601 0 0 25 0 4 0 632006221 1449582592 273631 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 353902 273631 379 95 0 348884 0
[pid=32382/tid=32383] ppid=32380 vsize=1415608 CPUtime=757.53 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 474962 0 0 0 75614 139 0 0 25 0 4 0 632006221 1449582592 273631 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1415608 CPUtime=761.82 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 558030 0 0 0 76003 179 0 0 25 0 4 0 632006221 1449582592 273631 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1415608 CPUtime=762.27 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 480079 0 0 0 76084 143 0 0 25 0 4 0 632006221 1449582592 273631 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040
Current children cumulated vsize (KiB) 1415608

[startup+822.301 s]
/proc/loadavg: 8.25 8.12 7.92 10/371 32418
/proc/meminfo: memFree=24040356/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1445792 CPUtime=3279.22 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2059277 0 0 0 327282 640 0 0 25 0 4 0 632006221 1480491008 299254 33554432000 4194304 4580107 140734835873168 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 361448 299254 379 95 0 356430 0
[pid=32382/tid=32383] ppid=32380 vsize=1445792 CPUtime=817.51 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 490383 0 0 0 81607 144 0 0 25 0 4 0 632006221 1480491008 299254 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1445792 CPUtime=821.8 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 590551 0 0 0 81989 191 0 0 25 0 4 0 632006221 1480491008 299254 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1445792 CPUtime=822.26 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 509151 0 0 0 82073 153 0 0 25 0 4 0 632006221 1480491008 299254 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.22
Current children cumulated vsize (KiB) 1445792

[startup+882.301 s]
/proc/loadavg: 8.24 8.13 7.93 10/371 32419
/proc/meminfo: memFree=24036564/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1397932 CPUtime=3518.48 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2177118 0 0 0 351167 681 0 0 25 0 4 0 632006221 1431482368 270363 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 349483 270363 379 95 0 344465 0
[pid=32382/tid=32383] ppid=32380 vsize=1397932 CPUtime=877.5 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 522653 0 0 0 87596 154 0 0 25 0 4 0 632006221 1431482368 270363 33554432000 4194304 4580107 140734835873168 18446744073709551615 4324249 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1397932 CPUtime=881.8 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 624519 0 0 0 87977 203 0 0 25 0 4 0 632006221 1431482368 270363 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1397932 CPUtime=882.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 536987 0 0 0 88063 162 0 0 25 0 4 0 632006221 1431482368 270363 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.48
Current children cumulated vsize (KiB) 1397932

[startup+942.301 s]
/proc/loadavg: 8.22 8.14 7.94 10/371 32421
/proc/meminfo: memFree=23680752/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1719024 CPUtime=3757.72 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2306608 0 0 0 375050 722 0 0 25 0 4 0 632006221 1760280576 352549 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 429756 352549 379 95 0 424738 0
[pid=32382/tid=32383] ppid=32380 vsize=1719024 CPUtime=937.51 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 546038 0 0 0 93587 164 0 0 25 0 4 0 632006221 1760280576 352549 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1719024 CPUtime=941.8 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 678594 0 0 0 93966 214 0 0 25 0 4 0 632006221 1760280576 352549 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1719024 CPUtime=942.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 567064 0 0 0 94052 173 0 0 25 0 4 0 632006221 1760280576 352549 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.72
Current children cumulated vsize (KiB) 1719024

[startup+1002.3 s]
/proc/loadavg: 8.08 8.11 7.94 10/371 32423
/proc/meminfo: memFree=23700792/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1816380 CPUtime=3996.98 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2364519 0 0 0 398948 750 0 0 25 0 4 0 632006221 1859973120 360766 33554432000 4194304 4580107 140734835873168 18446744073709551615 4321874 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 454095 360766 379 95 0 449077 0
[pid=32382/tid=32383] ppid=32380 vsize=1816380 CPUtime=997.51 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 574396 0 0 0 99573 178 0 0 25 0 4 0 632006221 1859973120 360766 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1816380 CPUtime=1001.79 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 688413 0 0 0 99960 219 0 0 25 0 4 0 632006221 1859973120 360767 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1816380 CPUtime=1002.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 575110 0 0 0 100049 176 0 0 25 0 4 0 632006221 1859973120 360767 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.98
Current children cumulated vsize (KiB) 1816380

[startup+1062.3 s]
/proc/loadavg: 8.10 8.10 7.95 10/371 32424
/proc/meminfo: memFree=23715492/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1832336 CPUtime=4236.26 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2443489 0 0 0 422840 786 0 0 25 0 4 0 632006221 1876312064 362416 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 458084 362416 379 95 0 453066 0
[pid=32382/tid=32383] ppid=32380 vsize=1832336 CPUtime=1057.51 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 574396 0 0 0 105573 178 0 0 25 0 4 0 632006221 1876312064 362416 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1832336 CPUtime=1061.78 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 718481 0 0 0 105948 230 0 0 25 0 4 0 632006221 1876312064 362416 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1832336 CPUtime=1062.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 597711 0 0 0 106036 189 0 0 25 0 4 0 632006221 1876312064 362417 33554432000 4194304 4580107 140734835873168 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.26
Current children cumulated vsize (KiB) 1832336

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 7.95 10/371 32426
/proc/meminfo: memFree=23580152/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1878120 CPUtime=4475.53 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2556594 0 0 0 446729 824 0 0 25 0 4 0 632006221 1923194880 372058 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 469530 372058 379 95 0 464512 0
[pid=32382/tid=32383] ppid=32380 vsize=1878120 CPUtime=1117.51 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 596860 0 0 0 111566 185 0 0 25 0 4 0 632006221 1923194880 372058 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1878120 CPUtime=1121.78 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 749975 0 0 0 111937 241 0 0 25 0 4 0 632006221 1923194880 372058 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1878120 CPUtime=1122.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 629270 0 0 0 112026 199 0 0 25 0 4 0 632006221 1923194880 372058 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.53
Current children cumulated vsize (KiB) 1878120

[startup+1182.3 s]
/proc/loadavg: 8.15 8.11 7.96 10/371 32427
/proc/meminfo: memFree=23583812/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1879816 CPUtime=4714.77 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2656258 0 0 0 470614 863 0 0 25 0 4 0 632006221 1924931584 366257 33554432000 4194304 4580107 140734835873168 18446744073709551615 4451813 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 469954 366257 379 95 0 464936 0
[pid=32382/tid=32383] ppid=32380 vsize=1879816 CPUtime=1177.5 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 620905 0 0 0 117556 194 0 0 25 0 4 0 632006221 1924931584 366257 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1879816 CPUtime=1181.78 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 780736 0 0 0 117924 254 0 0 25 0 4 0 632006221 1924931584 366257 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1879816 CPUtime=1182.25 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 652705 0 0 0 118016 209 0 0 25 0 4 0 632006221 1924931584 366257 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.77
Current children cumulated vsize (KiB) 1879816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.10 8.10 7.96 10/371 32428
/proc/meminfo: memFree=23594332/32951124 swapFree=63083164/67111528
[pid=32382] ppid=32380 vsize=1880016 CPUtime=4800.15 cores=1,3,5,7
/proc/32382/stat : 32382 (strangenight2-m) R 32380 32382 31462 0 -1 4202496 2670802 0 0 0 479144 871 0 0 25 0 4 0 632006221 1925136384 368818 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32382/statm: 470004 368818 379 95 0 464986 0
[pid=32382/tid=32383] ppid=32380 vsize=1880016 CPUtime=1198.91 cores=1,3,5,7
/proc/32382/task/32383/stat : 32383 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 628613 0 0 0 119693 198 0 0 25 0 4 0 632006221 1925136384 368819 33554432000 4194304 4580107 140734835873168 18446744073709551615 4294883 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32382/tid=32384] ppid=32380 vsize=1880016 CPUtime=1203.19 cores=1,3,5,7
/proc/32382/task/32384/stat : 32384 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 782119 0 0 0 120065 254 0 0 25 0 4 0 632006221 1925136384 368819 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32382/tid=32385] ppid=32380 vsize=1880016 CPUtime=1203.67 cores=1,3,5,7
/proc/32382/task/32385/stat : 32385 (strangenight2-m) R 32380 32382 31462 0 -1 4202560 654280 0 0 0 120157 210 0 0 25 0 4 0 632006221 1925136384 368819 33554432000 4194304 4580107 140734835873168 18446744073709551615 4416732 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1880016

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.79
CPU time (s): 4800.24
CPU user time (s): 4791.47
CPU system time (s): 8.77767
CPU usage (%): 398.762
Max. virtual memory (cumulated for all children) (KiB): 1880016

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

runsolver used 3.9594 second user time and 10.5404 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 19:58:26
IDJOB=3366120
IDBENCH=82529
IDSOLVER=1844
FILE ID=node141/3366120-1305395906
RUNJOBID= node141-1305395906-32361
PBS_JOBID= 13324432
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=1606094126

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:      25754584 kB
Buffers:        220192 kB
Cached:        4767652 kB
SwapCached:      15356 kB
Active:        1931952 kB
Inactive:      5024956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25754584 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           12820 kB
Writeback:           0 kB
AnonPages:     1960720 kB
Mapped:          12804 kB
Slab:           135836 kB
PageTables:      37736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86238892 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= 73288 MiB
End job on node141 at 2011-05-14 20:18:32