Trace number 3366207

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.37 1202.98

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366207-1305398606.cnf'
0.00/0.01	c -- header says num vars:           2000
0.00/0.01	c -- header says num clauses:       40000
0.00/0.04	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.04	c -- vars added       2000
0.00/0.04	c Parsing time:  0.02 s
0.00/0.04	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.30	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.24
0.00/0.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.17/1.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/1.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/1.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/1.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1.17/1.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.17/1.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1.17/1.11	c Finding binary XORs  T:     0.00 s  found:       0
1.17/1.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.17/1.11	c calculated reachability. Time: 0.00
1.17/1.11	c Calc default polars -  time:   0.00 s pos:     969 undec:      78 neg:     953
1.17/1.11	c =========================================================================================
1.17/1.11	c types(t): F = full restart, N = normal restart
1.17/1.11	c types(t): S = simplification begin/end, E = solution found
1.17/1.11	c restart types(rt): st = static, dy = dynamic
1.17/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/1.11	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
1.17/1.11	c  N dy    19      4038      2000     40000         0      4036    200000    762743    146.06    191.86
5.11/1.34	c  N dy    46      8115      2000     40000         0      4782    200000    510477    148.02    162.96
7.11/1.84	c  N dy    73     12133      2000     40000         0      8799    200000   1272066    149.11    158.07
9.10/2.36	c  N dy   103     16180      2000     40000         0      7351    200000    658988    149.74    159.52
11.09/2.87	c  N dy   128     20253      2000     40000         0     11422    200000   1413290    149.25    157.81
13.47/3.41	c  N dy   149     24415      2000     40000         0      8506    200000    599417    148.75    159.76
13.47/3.48	c  F st   154     25000      2000     40000         0      9091    200000    712215    148.89    150.22
16.29/4.15	c  N dy   160     30001      2000     40000         0     14082    200000   1757731    148.89   no data
16.29/4.15	c  S st   160     30001      2000     40000         0     14082    200000   1757731    148.89   no data
16.71/4.24	c  S st   160     30504      2000     40000         0     14585    200000   1837739    148.89   no data
16.71/4.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.71/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.71/4.27	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.71/4.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.71/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.71/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.71/4.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.71/4.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
17.07/4.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.86/6.01	c lits-rem:       141  cl-subs:       25  v-elim:      0  v-fix:    0  time:  1.63 s
25.07/6.33	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.07/6.33	c calculated reachability. Time: 0.00
25.07/6.33	c  N dy   160     30504      2000     40000         0     14560    200000   1826490    148.89   no data
27.44/6.96	c  N dy   186     34782      2000     40000         0     10470    200000    733066    148.93    165.87
29.87/7.52	c  N dy   204     38889      2000     40000         0     14577    200000   1487235    147.95    155.78
32.23/8.16	c  N dy   230     43212      2000     40000         0     18898    200000   2302058    148.18    156.30
33.85/8.52	c  S st   245     45756      2000     40000         0     11922    200000    810872    148.31    144.40
33.85/8.61	c  S st   245     46257      2000     40000         0     12423    200000    884638    148.31   no data
34.27/8.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.27/8.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
34.27/8.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.27/8.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.27/8.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.27/8.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
34.27/8.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.27/8.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.27/8.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.82/9.03	c lits-rem:        34  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.34 s
35.82/9.03	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.82/9.04	c vivif2 --  cl tried    12422 cl shrink        0 lits rem          0 time: 0.01
37.02/9.32	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
37.02/9.32	c calculated reachability. Time: 0.00
37.02/9.32	c  N dy   245     46257      2000     40000         0     12422    200000    884099    148.31   no data
39.41/9.90	c  N dy   270     50292      2000     40000         0     16455    200000   1631039    148.25    157.69
41.41/10.49	c  N dy   293     54303      2000     40000         0     20466    200000   2360572    148.05    157.49
43.81/11.06	c  N dy   318     58389      2000     40000         0     13961    200000    977678    147.71    155.67
46.20/11.66	c  N dy   341     62496      2000     40000         0     18067    200000   1710534    147.25    157.62
49.00/12.37	c  N dy   368     66776      2000     40000         0     22346    200000   2512432    147.28    155.68
50.59/12.76	c  S st   384     69386      2000     40000         0     13331    200000    665404    147.15   no data
50.99/12.85	c  S st   384     69890      2000     40000         0     13835    200000    749192    147.15   no data
50.99/12.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.99/12.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
50.99/12.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.99/12.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.99/12.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.99/12.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
50.99/12.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.99/12.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.40/12.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.58/13.20	c lits-rem:        28  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
52.58/13.20	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.58/13.21	c vivif2 --  cl tried    13835 cl shrink        0 lits rem          0 time: 0.01
53.78/13.51	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
53.78/13.51	c calculated reachability. Time: 0.00
53.78/13.51	c  N dy   384     69890      2000     40000         0     13835    200000    749164    147.15   no data
56.21/14.18	c  N dy   411     74404      2000     40000         0     18348    200000   1574941    146.92    157.30
59.37/14.98	c  N dy   441     79244      2000     40000         0     23188    200000   2466043    146.80    156.05
62.97/15.82	c  N dy   474     84399      2000     40000         0     15696    200000    922756    146.78    157.22
64.58/16.29	c  F st   493     87500      2000     40000         0     18796    200000   1494594    146.70   no data
66.95/16.80	c  N st   498     90795      2000     40000         0     22089    200000   2162609    146.70   no data
70.94/17.81	c  N dy   523     96652      2000     40000         0     14290    200000    496603    146.78    159.30
74.52/18.78	c  N dy   563    102992      2000     40000         0     20626    200000   1665787    146.74    156.41
75.73/19.07	c  S st   575    104835      2000     40000         0     22468    200000   2000561    146.71   no data
76.13/19.18	c  S st   575    105340      2000     40000         0     22973    200000   2076056    146.71   no data
76.13/19.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.53/19.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
76.53/19.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.53/19.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.53/19.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.53/19.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.53/19.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
76.53/19.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
76.93/19.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.50/22.73	c lits-rem:        52  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.40 s
90.50/22.73	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
90.50/22.76	c vivif2 --  cl tried    22969 cl shrink        0 lits rem          0 time: 0.02
92.09/23.11	c asymm  cl-useful: 0/36065/40000 lits-rem:0 time: 0.35
92.09/23.11	c calculated reachability. Time: 0.00
92.09/23.11	c  N dy   575    105340      2000     40000         0     22969    200000   2074553    146.71   no data
96.48/24.23	c  N dy   610    112108      2000     40000         0     15084    200000    455307    146.49    163.87
100.87/25.33	c  N dy   657    119272      2000     40000         0     22247    200000   1786820    146.58    154.31
106.06/26.63	c  N dy   702    126942      2000     40000         0     29916    200000   3186832    146.38    155.72
111.25/27.93	c  N dy   746    135045      2000     40000         0     22358    200000   1579111    146.14    153.89
117.26/29.48	c  N dy   804    143900      2000     40000         0     31212    200000   3212474    146.18    154.27
123.62/31.03	c  N dy   861    153236      2000     40000         0     23880    200000   1728003    146.20    154.28
126.81/31.84	c  S st   891    158010      2000     40000         0     28653    200000   2597693    146.19    131.63
127.21/31.97	c  S st   891    158516      2000     40000         0     29159    200000   2684536    146.19   no data
127.21/31.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
127.61/32.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
127.61/32.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.61/32.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.61/32.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.61/32.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
127.61/32.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
127.61/32.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
128.01/32.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.55/39.01	c lits-rem:       116  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.86 s
155.55/39.01	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
155.55/39.04	c vivif2 --  cl tried    29151 cl shrink        0 lits rem          0 time: 0.03
155.95/39.10	c asymm  cl-useful: 0/3935/40000 lits-rem:0 time: 0.06
155.95/39.10	c calculated reachability. Time: 0.00
155.95/39.10	c  N dy   891    158516      2000     40000         0     29151    200000   2682204    146.19   no data
163.12/40.94	c  N dy   955    168688      2000     40000         0     21658    200000   1135573    146.22    165.73
170.70/42.81	c  N dy  1020    179453      2000     40000         0     32420    200000   3114982    146.14    154.49
178.29/44.80	c  N dy  1082    190983      2000     40000         0     25280    200000   1607624    145.92    158.99
187.49/47.03	c  N dy  1157    203245      2000     40000         0     37539    200000   3855755    145.93    153.89
196.26/49.26	c  N dy  1242    216298      2000     40000         0     30929    200000   2507956    146.10    156.66
206.62/51.89	c  N dy  1327    230272      2000     40000         0     24242    200000   1067212    146.12    157.31
212.21/53.29	c  S st  1377    237774      2000     40000         0     31743    200000   2454312    146.14   no data
213.01/53.42	c  S st  1377    238275      2000     40000         0     32244    200000   2527085    146.14   no data
213.01/53.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.01/53.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
213.01/53.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
213.01/53.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.01/53.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.01/53.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
213.01/53.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
213.41/53.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
213.41/53.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.14/60.73	c lits-rem:       161  cl-subs:        4  v-elim:      0  v-fix:    0  time:  7.15 s
242.14/60.73	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
242.14/60.77	c vivif2 --  cl tried    32240 cl shrink        0 lits rem          0 time: 0.03
243.74/61.19	c asymm  cl-useful: 0/31877/40000 lits-rem:0 time: 0.42
243.74/61.19	c calculated reachability. Time: 0.00
243.74/61.19	c  N dy  1377    238275      2000     40000         0     32240    200000   2525189    146.14   no data
256.51/64.33	c  N dy  1471    253507      2000     40000         0     25810    200000   1181358    146.14    155.29
268.88/67.46	c  N dy  1573    269808      2000     40000         0     42106    200000   4151639    146.04    155.85
282.05/70.72	c  N dy  1680    287251      2000     40000         0     36886    200000   3046942    146.03    153.91
296.42/74.34	c  N dy  1792    305900      2000     40000         0     31873    200000   1950611    146.00    158.35
296.82/74.40	c  F st  1795    306251      2000     40000         0     32224    200000   2013451    146.00   no data
311.98/78.22	c  N dy  1880    325458      2000     40000         0     26762    200000    838288    145.96    154.90
327.15/82.05	c  N dy  2012    345563      2000     40000         0     46861    200000   4551661    146.03    159.34
336.33/84.35	c  S st  2084    357412      2000     40000         0     33047    200000   1837279    146.03   no data
336.75/84.47	c  S st  2084    357914      2000     40000         0     33549    200000   1912380    146.03   no data
336.75/84.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.16/84.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
337.16/84.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.16/84.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.16/84.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.16/84.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
337.16/84.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
337.16/84.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
337.52/84.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
352.68/88.43	c lits-rem:        78  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.82 s
352.68/88.44	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
352.68/88.46	c vivif2 --  cl tried    33546 cl shrink        0 lits rem          0 time: 0.02
353.08/88.57	c asymm  cl-useful: 0/8123/40000 lits-rem:0 time: 0.11
353.08/88.57	c calculated reachability. Time: 0.00
353.08/88.57	c  N dy  2084    357914      2000     40000         0     33546    200000   1910931    146.03   no data
369.83/92.73	c  N dy  2203    377954      2000     40000         0     26918    200000    507062    145.98    155.74
385.44/96.63	c  N dy  2327    398045      2000     40000         0     47006    200000   4219614    145.99    171.25
403.00/101.01	c  N dy  2451    418132      2000     40000         0     39432    200000   2628072    145.98    156.87
420.92/105.52	c  N dy  2566    438167      2000     40000         0     30802    200000    868294    145.91    155.13
437.29/109.67	c  N dy  2694    458264      2000     40000         0     50894    200000   4599779    145.99    160.67
454.84/114.01	c  N dy  2812    478369      2000     40000         0     41337    200000   2607642    145.96    153.69
473.24/118.64	c  N dy  2938    498386      2000     40000         0     30689    200000    496647    146.00    163.50
489.17/122.67	c  N dy  3064    518479      2000     40000         0     50777    200000   4203929    146.02    154.59
505.53/126.73	c  S st  3166    536872      2000     40000         0     37511    200000   1555955    145.95   no data
505.93/126.87	c  S st  3166    537382      2000     40000         0     38021    200000   1636034    145.95   no data
505.93/126.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
506.33/126.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
506.33/126.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
506.33/126.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
506.33/126.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
506.33/126.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
506.33/126.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
506.33/126.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
506.33/126.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.29/129.99	c lits-rem:        69  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.99 s
518.29/129.99	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
518.69/130.01	c vivif2 --  cl tried    38017 cl shrink        0 lits rem          0 time: 0.02
519.89/130.39	c asymm  cl-useful: 0/29659/40000 lits-rem:0 time: 0.38
519.89/130.39	c calculated reachability. Time: 0.00
519.89/130.39	c  N dy  3166    537382      2000     40000         0     38017    200000   1633993    145.95   no data
537.45/134.76	c  N dy  3280    557695      2000     40000         0     58323    200000   5371190    145.87    154.26
554.61/139.05	c  N dy  3396    577696      2000     40000         0     45657    200000   2909494    145.81    153.75
573.78/143.84	c  N dy  3524    597743      2000     40000         0     65698    200000   6603367    145.86    154.01
590.93/148.14	c  N dy  3653    617964      2000     40000         0     52264    200000   3947178    145.88    153.63
610.48/153.04	c  N dy  3771    638148      2000     40000         0     37791    200000   1100271    145.87    156.38
628.03/157.48	c  N dy  3896    658288      2000     40000         0     57927    200000   4793745    145.87    155.97
647.60/162.30	c  N dy  4021    678363      2000     40000         0     42335    200000   1743227    145.85    153.99
665.55/166.86	c  N dy  4150    698369      2000     40000         0     62337    200000   5409662    145.87    156.84
685.10/171.75	c  N dy  4284    718547      2000     40000         0     45847    200000   2230521    145.92    153.86
704.26/176.56	c  N dy  4407    738656      2000     40000         0     65946    200000   5909060    145.89    154.42
723.81/181.42	c  N dy  4538    758822      2000     40000         0     48454    200000   2517631    145.92    153.94
743.37/186.32	c  N dy  4665    778997      2000     40000         0     68623    200000   6221968    145.91    154.17
763.72/191.43	c  N dy  4787    799223      2000     40000         0     50188    200000   2679392    145.93    162.85
770.11/193.03	c  S st  4831    806074      2000     40000         0     57039    200000   3938705    145.94   no data
770.91/193.21	c  S st  4831    806576      2000     40000         0     57541    200000   4017077    145.94   no data
770.91/193.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
770.91/193.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
770.91/193.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.91/193.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.91/193.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.91/193.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
770.91/193.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
771.33/193.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
771.74/193.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
829.57/208.00	c lits-rem:       119  cl-subs:        7  v-elim:      0  v-fix:    0  time: 14.53 s
829.97/208.00	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
829.97/208.05	c vivif2 --  cl tried    57534 cl shrink        0 lits rem          0 time: 0.05
830.77/208.26	c asymm  cl-useful: 0/10341/40000 lits-rem:0 time: 0.21
830.77/208.27	c calculated reachability. Time: 0.00
830.77/208.27	c  N dy  4831    806576      2000     40000         0     57534    200000   4013782    145.94   no data
851.93/213.51	c  N dy  4942    826661      2000     40000         0     77614    200000   7718617    145.93    154.81
870.28/218.17	c  N dy  5074    846758      2000     40000         0     58053    200000   3980012    145.97    164.77
891.82/223.53	c  N dy  5193    866827      2000     40000         0     78117    200000   7688091    145.99    156.40
910.98/228.37	c  N dy  5316    887688      2000     40000         0     58317    200000   3809740    145.96    155.66
932.53/233.72	c  N dy  5437    907771      2000     40000         0     78397    200000   7535412    145.96    172.32
952.08/238.60	c  N dy  5563    927898      2000     40000         0     56860    200000   3387951    145.98    158.66
973.25/243.98	c  N dy  5690    948200      2000     40000         0     77157    200000   7116206    145.97    154.51
993.58/249.07	c  N dy  5817    968217      2000     40000         0     54514    200000   2779107    146.01    170.77
1014.33/254.28	c  N dy  5938    988348      2000     40000         0     74641    200000   6488989    145.99    156.09
1035.89/259.66	c  N dy  6054   1008453      2000     40000         0     51084    200000   1955592    145.97    156.19
1055.84/264.62	c  N dy  6170   1028461      2000     40000         0     71087    200000   5649985    145.97    156.06
1079.01/270.45	c  N dy  6295   1048471      2000     40000         0     46437    200000    923753    145.97    153.66
1097.74/275.19	c  N dy  6412   1068573      2000     40000         0     66531    200000   4619658    145.96    158.30
1101.32/276.06	c  F st  6431   1071876      2000     40000         0     69834    200000   5231229    145.96    133.36
1121.28/281.05	c  N dy  6516   1089166      2000     40000         0     87116    200000   8525187    145.98    153.89
1141.63/286.10	c  N dy  6643   1109340      2000     40000         0     61633    200000   3534024    145.96    156.77
1164.38/291.84	c  N dy  6773   1129801      2000     40000         0     82089    200000   7307721    145.98    155.54
1186.33/297.34	c  N dy  6891   1149853      2000     40000         0     55479    200000   2247641    145.98    160.10
1208.68/302.97	c  N dy  7012   1169922      2000     40000         0     75545    200000   5936442    145.97    154.18
1233.81/309.29	c  N dy  7132   1190146      2000     40000         0     48114    200000    706496    145.95    154.21
1253.37/314.14	c  S st  7253   1209865      2000     40000         0     67828    200000   4333317    145.95   no data
1254.19/314.34	c  S st  7253   1210369      2000     40000         0     68332    200000   4420852    145.95   no data
1254.19/314.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1254.60/314.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1254.60/314.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1254.60/314.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1254.60/314.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1254.60/314.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1254.60/314.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1254.60/314.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1255.36/314.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1322.41/331.43	c lits-rem:       204  cl-subs:        7  v-elim:      0  v-fix:    0  time: 16.81 s
1322.41/331.43	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1322.41/331.49	c vivif2 --  cl tried    68325 cl shrink        0 lits rem          0 time: 0.06
1324.42/331.96	c asymm  cl-useful: 0/22044/40000 lits-rem:0 time: 0.48
1324.42/331.97	c calculated reachability. Time: 0.00
1324.42/331.97	c  N dy  7253   1210369      2000     40000         0     68325    200000   4418507    145.95   no data
1350.35/338.46	c  N dy  7382   1230379      2000     40000         0     88330    200000   8118166    145.96    155.97
1373.89/344.31	c  N dy  7506   1250459      2000     40000         0     59747    200000   2677485    145.96    156.66
1397.44/350.24	c  N dy  7635   1270513      2000     40000         0     79794    200000   6406595    145.97    154.66
1425.80/357.38	c  N dy  7763   1290653      2000     40000         0     50282    200000    751823    145.99    156.56
1446.52/362.51	c  N dy  7883   1310788      2000     40000         0     70410    200000   4457947    145.99    154.72
1470.85/368.67	c  N dy  8004   1331015      2000     40000         0     90634    200000   8184292    145.98    154.45
1494.81/374.64	c  N dy  8123   1351208      2000     40000         0     60172    200000   2396121    145.99    154.40
1517.15/380.25	c  N dy  8253   1371570      2000     40000         0     80527    200000   6154851    146.00    155.35
1543.09/386.70	c  N dy  8369   1391672      2000     40000         0    100626    200000   9889229    146.01    159.35
1563.85/391.97	c  N dy  8486   1411804      2000     40000         0     69098    200000   3876796    146.01    154.37
1587.81/398.00	c  N dy  8609   1432145      2000     40000         0     89435    200000   7618750    146.01    154.12
1613.73/404.50	c  N dy  8739   1452246      2000     40000         0     56879    200000   1455934    146.01    153.72
1634.88/409.79	c  N dy  8865   1472309      2000     40000         0     76934    200000   5163508    146.03    156.22
1660.41/416.13	c  N dy  8992   1492387      2000     40000         0     97007    200000   8913829    146.06    154.84
1684.39/422.19	c  N dy  9113   1512506      2000     40000         0     63468    200000   2463664    146.06    153.80
1706.74/427.72	c  N dy  9233   1532610      2000     40000         0     83564    200000   6175990    146.07    155.16
1732.67/434.27	c  N dy  9344   1552658      2000     40000         0    103604    200000   9849773    146.04    155.77
1755.79/440.00	c  N dy  9473   1572718      2000     40000         0     69009    200000   3327169    146.06    154.82
1778.94/445.88	c  N dy  9592   1592781      2000     40000         0     89067    200000   7011250    146.06    154.04
1806.87/452.82	c  N dy  9714   1612804      2000     40000         0    109083    200000  10702675    146.05    156.10
1828.82/458.33	c  N dy  9833   1633051      2000     40000         0     73673    200000   4012191    146.05    153.91
1853.55/464.50	c  N dy  9964   1653151      2000     40000         0     93771    200000   7730089    146.06    156.72
1882.68/471.81	c  N dy 10085   1673160      2000     40000         0     57121    200000    783125    146.07    154.15
1905.84/477.67	c  N dy 10217   1693272      2000     40000         0     77225    200000   4490433    146.08    155.05
1928.99/483.41	c  S st 10314   1710371      2000     40000         0     94321    200000   7647275    146.08   no data
1929.79/483.68	c  S st 10314   1710874      2000     40000         0     94824    200000   7730714    146.08   no data
1929.79/483.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1930.21/483.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1930.21/483.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1930.21/483.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1930.21/483.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1930.21/483.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1930.21/483.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1930.62/483.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1931.77/484.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2099.39/526.19	c lits-rem:       364  cl-subs:       26  v-elim:      0  v-fix:    0  time: 42.02 s
2099.39/526.19	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2099.79/526.29	c vivif2 --  cl tried    94798 cl shrink        0 lits rem          0 time: 0.10
2102.18/526.81	c asymm  cl-useful: 0/15721/40000 lits-rem:0 time: 0.52
2102.18/526.81	c calculated reachability. Time: 0.00
2102.18/526.81	c  N dy 10314   1710874      2000     40000         0     94798    200000   7719875    146.08   no data
2134.11/534.83	c  N dy 10451   1730882      2000     40000         0    114797    200000  11429486    146.11    155.64
2158.47/540.91	c  N dy 10564   1751007      2000     40000         0     77273    200000   4327226    146.10    154.81
2186.78/548.06	c  N dy 10689   1771284      2000     40000         0     97541    200000   8037303    146.09    155.26
2217.11/555.61	c  N dy 10804   1791418      2000     40000         0     59019    200000    777938    146.08    154.13
2239.07/561.18	c  N dy 10922   1811463      2000     40000         0     79056    200000   4478138    146.08    153.77
2265.01/567.64	c  N dy 11041   1831517      2000     40000         0     99106    200000   8211795    146.09    158.10
2294.14/574.98	c  N dy 11153   1851555      2000     40000         0    119137    200000  11893155    146.07    155.22
2316.50/580.55	c  N dy 11274   1872112      2000     40000         0     80043    200000   4446452    146.06    156.47
2342.02/586.96	c  N dy 11385   1892332      2000     40000         0    100261    200000   8171342    146.05    155.78
2371.95/594.45	c  N dy 11507   1912356      2000     40000         0    120277    200000  11865181    146.05    154.15
2394.29/600.04	c  N dy 11634   1932416      2000     40000         0     79685    200000   4245126    146.06    160.04
2419.44/606.36	c  N dy 11751   1952453      2000     40000         0     99713    200000   7930473    146.05    155.82
2449.36/613.83	c  N dy 11877   1972523      2000     40000         0    119779    200000  11667606    146.08    168.12
2473.31/619.86	c  N dy 12007   1992678      2000     40000         0     78280    200000   3824217    146.08    156.31
2498.85/626.22	c  N dy 12122   2012814      2000     40000         0     98413    200000   7526942    146.07    153.84
2528.77/633.72	c  N dy 12255   2032939      2000     40000         0    118531    200000  11226228    146.08    155.55
2554.70/640.23	c  N dy 12385   2053316      2000     40000         0     76251    200000   3267845    146.09    153.90
2579.87/646.54	c  N dy 12513   2073331      2000     40000         0     96260    200000   6960675    146.09    154.12
2609.39/653.90	c  N dy 12644   2093361      2000     40000         0    116283    200000  10680739    146.09    153.91
2636.93/660.82	c  N dy 12766   2113459      2000     40000         0     72732    200000   2414071    146.09    167.04
2660.45/666.73	c  N dy 12882   2133481      2000     40000         0     92751    200000   6117578    146.08    155.23
2688.79/673.87	c  N dy 13010   2153659      2000     40000         0    112923    200000   9874486    146.11    156.88
2719.92/681.68	c  N dy 13140   2173671      2000     40000         0     68282    200000   1423031    146.12    153.88
2743.46/687.54	c  N dy 13272   2193896      2000     40000         0     88503    200000   5167393    146.12    154.65
2768.21/693.70	c  S st 13370   2210874      2000     40000         0    105472    200000   8302831    146.12    130.86
2769.40/694.00	c  S st 13370   2211376      2000     40000         0    105974    200000   8379106    146.12   no data
2769.40/694.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2769.80/694.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
2769.80/694.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2769.80/694.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2769.80/694.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2769.80/694.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2769.80/694.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2770.20/694.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2771.40/694.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2958.97/741.60	c lits-rem:       304  cl-subs:       22  v-elim:      0  v-fix:    0  time: 47.09 s
2959.37/741.60	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2959.77/741.71	c vivif2 --  cl tried   105952 cl shrink        0 lits rem          0 time: 0.11
2959.77/741.79	c asymm  cl-useful: 0/2235/40000 lits-rem:0 time: 0.09
2960.16/741.80	c calculated reachability. Time: 0.00
2960.16/741.80	c  N dy 13370   2211376      2000     40000         0    105952    200000   8370020    146.12   no data
2994.49/750.45	c  N dy 13497   2231414      2000     40000         0    125988    200000  12077216    146.13    167.70
3022.83/757.59	c  N dy 13629   2251461      2000     40000         0     80379    200000   3479093    146.14    156.65
3050.35/764.43	c  N dy 13742   2271536      2000     40000         0    100446    200000   7123005    146.11    154.85
3083.07/772.62	c  N dy 13873   2291538      2000     40000         0    120441    200000  10829589    146.12    155.34
3113.81/780.30	c  N dy 14011   2311648      2000     40000         0     73901    200000   2135656    146.14    154.33
3138.94/786.63	c  N dy 14142   2331650      2000     40000         0     93898    200000   5873474    146.17    155.43
3168.11/793.91	c  N dy 14268   2351789      2000     40000         0    114029    200000   9576367    146.17    154.92
3201.61/802.33	c  N dy 14405   2371972      2000     40000         0    134206    200000  13355755    146.19    154.38
3225.94/808.47	c  N dy 14541   2392022      2000     40000         0     86610    200000   4319641    146.21    154.56
3253.08/815.26	c  N dy 14660   2412260      2000     40000         0    106844    200000   8050169    146.21    154.91
3284.61/823.13	c  N dy 14788   2432325      2000     40000         0    126904    200000  11775739    146.23    167.73
3313.74/830.41	c  N dy 14919   2452518      2000     40000         0     78438    200000   2612067    146.24    154.11
3338.49/836.69	c  N dy 15046   2472558      2000     40000         0     98471    200000   6337432    146.26    154.17
3368.41/844.10	c  N dy 15174   2492584      2000     40000         0    118492    200000  10061638    146.27    181.47
3402.73/852.73	c  N dy 15307   2512820      2000     40000         0    138722    200000  13789232    146.27    153.98
3426.27/858.69	c  N dy 15433   2532885      2000     40000         0     89139    200000   4428000    146.28    163.74
3454.20/865.60	c  N dy 15555   2552968      2000     40000         0    109218    200000   8155444    146.29    156.21
3486.12/873.61	c  N dy 15687   2573035      2000     40000         0    129281    200000  11879488    146.30    157.72
3516.86/881.34	c  N dy 15812   2593512      2000     40000         0     79095    200000   2360905    146.30    156.34
3542.40/887.75	c  N dy 15945   2613739      2000     40000         0     99316    200000   6133743    146.32    154.76
3572.36/895.21	c  N dy 16080   2633787      2000     40000         0    119360    200000   9859484    146.34    158.99
3606.65/903.81	c  N dy 16213   2653951      2000     40000         0    139519    200000  13647770    146.36    154.82
3632.59/910.30	c  N dy 16340   2674082      2000     40000         0     88003    200000   3896390    146.37    154.10
3659.32/917.08	c  N dy 16469   2694126      2000     40000         0    108043    200000   7641377    146.40    157.78
3686.50/923.86	c  S st 16570   2711376      2000     40000         0    125287    200000  10844658    146.40   no data
3688.05/924.20	c  S st 16570   2711880      2000     40000         0    125791    200000  10927558    146.40   no data
3688.05/924.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3688.46/924.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3688.46/924.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3688.46/924.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3688.46/924.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3688.46/924.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3688.46/924.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3688.86/924.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3690.47/924.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3896.39/976.44	c lits-rem:       322  cl-subs:       33  v-elim:      0  v-fix:    0  time: 51.61 s
3896.39/976.44	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3896.80/976.58	c vivif2 --  cl tried   125758 cl shrink        0 lits rem          0 time: 0.14
3898.78/977.09	c asymm  cl-useful: 0/15011/40000 lits-rem:0 time: 0.51
3899.18/977.10	c calculated reachability. Time: 0.00
3899.18/977.10	c  N dy 16570   2711880      2000     40000         0    125758    200000  10914626    146.40   no data
3935.49/986.26	c  N dy 16693   2731905      2000     40000         0     73132    200000    916991    146.39    156.85
3961.42/992.79	c  N dy 16806   2751953      2000     40000         0     93175    200000   4627978    146.39    164.43
3993.37/1000.77	c  N dy 16933   2772176      2000     40000         0    113394    200000   8380709    146.40    158.05
4028.91/1009.68	c  N dy 17054   2792261      2000     40000         0    133478    200000  12121077    146.40    154.45
4064.78/1018.64	c  N dy 17174   2812452      2000     40000         0     80013    200000   2011114    146.40    155.44
4093.12/1025.71	c  N dy 17303   2832576      2000     40000         0    100133    200000   5735535    146.40    161.21
4125.84/1033.92	c  N dy 17428   2852599      2000     40000         0    120147    200000   9425962    146.40    156.36
4162.95/1043.27	c  N dy 17564   2872718      2000     40000         0    140262    200000  13173597    146.42    155.47
4194.09/1051.00	c  N dy 17685   2892774      2000     40000         0     85660    200000   2870301    146.42    156.38
4220.82/1057.78	c  N dy 17806   2912807      2000     40000         0    105687    200000   6577080    146.42    157.65
4252.36/1065.65	c  N dy 17923   2933086      2000     40000         0    125959    200000  10305040    146.41    154.46
4287.90/1074.53	c  N dy 18050   2953152      2000     40000         0    146017    200000  14038548    146.42    163.72
4316.19/1081.62	c  N dy 18175   2973433      2000     40000         0     90650    200000   3639200    146.43    159.27
4344.13/1088.60	c  N dy 18305   2993514      2000     40000         0    110724    200000   7405065    146.44    154.57
4375.68/1096.56	c  N dy 18428   3013527      2000     40000         0    130736    200000  11107867    146.45    162.69
4412.36/1105.77	c  N dy 18556   3033608      2000     40000         0    150811    200000  14837358    146.46    156.30
4439.51/1112.57	c  N dy 18685   3053855      2000     40000         0     94407    200000   4163476    146.46    156.20
4468.63/1119.81	c  N dy 18822   3073989      2000     40000         0    114538    200000   7940941    146.48    155.77
4501.35/1128.05	c  N dy 18944   3094147      2000     40000         0    134693    200000  11653239    146.48    155.59
4539.26/1137.50	c  N dy 19077   3114362      2000     40000         0    154905    200000  15432553    146.49    154.28
4565.19/1144.01	c  N dy 19213   3134407      2000     40000         0     97297    200000   4517170    146.50    162.34
4594.34/1151.37	c  N dy 19341   3154575      2000     40000         0    117459    200000   8299696    146.52    155.57
4627.44/1159.70	c  N dy 19462   3174637      2000     40000         0    137516    200000  12043657    146.52    185.53
4666.15/1169.33	c  N dy 19591   3194726      2000     40000         0     78955    200000    934693    146.52    161.91
4687.34/1174.68	c  S st 19702   3211882      2000     40000         0     96107    200000   4108182    146.53   no data
4688.50/1174.93	c  S st 19702   3212388      2000     40000         0     96613    200000   4177662    146.53   no data
4688.50/1174.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4688.90/1175.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4688.90/1175.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4688.90/1175.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4688.90/1175.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4688.90/1175.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4688.90/1175.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4688.90/1175.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4689.70/1175.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4747.57/1189.76	c lits-rem:       134  cl-subs:       11  v-elim:      0  v-fix:    0  time: 14.53 s
4747.57/1189.76	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4747.97/1189.82	c vivif2 --  cl tried    96602 cl shrink        0 lits rem          0 time: 0.06
4749.96/1190.32	c asymm  cl-useful: 0/15910/40000 lits-rem:0 time: 0.50
4749.96/1190.32	c calculated reachability. Time: 0.00
4749.96/1190.32	c  N dy 19702   3212388      2000     40000         0     96602    200000   4173366    146.53   no data
4780.69/1198.01	c  N dy 19834   3232482      2000     40000         0    116693    200000   7920065    146.54    174.26

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

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.09 7.99 2/288 4540
/proc/meminfo: memFree=16817580/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 651463379 52396032 351 33554432000 4194304 4580107 140735368697568 18446744073709551615 47862245893657 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4540/statm: 12792 351 302 95 0 7774 0
[pid=4540/tid=4541] ppid=4538 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651463379 52396032 351 33554432000 4194304 4580107 140735368697568 18446744073709551615 47862245893648 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651463379 52396032 351 33554432000 4194304 4580107 140735368697568 18446744073709551615 47862245894066 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651463379 52396032 351 33554432000 4194304 4580107 140735368697568 18446744073709551615 47862245893657 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.097629 s]
/proc/loadavg: 8.13 8.09 7.99 2/288 4540
/proc/meminfo: memFree=16817580/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=287884 CPUtime=1.13 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 6649 0 0 0 110 3 0 0 18 0 4 0 651463379 294793216 6565 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 72240 6859 364 95 0 67222 0
[pid=4540/tid=4541] ppid=4538 vsize=289056 CPUtime=0.28 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 1999 0 0 0 27 1 0 0 18 0 4 0 651463379 295993344 7092 33554432000 4194304 4580107 140735368697568 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=289336 CPUtime=0.27 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) D 4538 4540 4414 0 -1 4202560 1828 0 0 0 26 1 0 0 18 0 4 0 651463379 296280064 7263 33554432000 4194304 4580107 140735368697568 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=289336 CPUtime=0.28 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 1746 0 0 0 28 0 0 0 18 0 4 0 651463379 296280064 7337 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 287884

[startup+0.311913 s]
/proc/loadavg: 8.13 8.09 7.99 2/288 4540
/proc/meminfo: memFree=16817580/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=290316 CPUtime=1.17 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 8438 0 0 0 113 4 0 0 18 0 4 0 651463379 297283584 8354 33554432000 4194304 4580107 140735368697568 18446744073709551615 218370618401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 72612 8420 364 95 0 67594 0
[pid=4540/tid=4541] ppid=4538 vsize=290664 CPUtime=0.29 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) S 4538 4540 4414 0 -1 4202560 2490 0 0 0 28 1 0 0 18 0 4 0 651463379 297639936 8473 33554432000 4194304 4580107 140735368697568 18446744073709551615 218371062254 0 0 4096 2 18446604453939753152 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=290664 CPUtime=0.28 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) D 4538 4540 4414 0 -1 4202560 2343 0 0 0 27 1 0 0 18 0 4 0 651463379 297639936 8541 33554432000 4194304 4580107 140735368697568 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=290664 CPUtime=0.28 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 1754 0 0 0 28 0 0 0 18 0 4 0 651463379 297639936 8586 33554432000 4194304 4580107 140735368697568 18446744073709551615 218371062254 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 290316

[startup+1.12877 s]
/proc/loadavg: 8.13 8.09 7.99 2/288 4540
/proc/meminfo: memFree=16817580/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=296520 CPUtime=4.42 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 18440 0 0 0 436 6 0 0 19 0 4 0 651463379 303636480 14855 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 74130 14855 377 95 0 69112 0
[pid=4540/tid=4541] ppid=4538 vsize=296520 CPUtime=1.1 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 4910 0 0 0 108 2 0 0 18 0 4 0 651463379 303636480 14856 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=296520 CPUtime=1.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 4768 0 0 0 108 1 0 0 19 0 4 0 651463379 303636480 14856 33554432000 4194304 4580107 140735368697568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=296520 CPUtime=1.1 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 3588 0 0 0 109 1 0 0 19 0 4 0 651463379 303636480 14856 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 296520

[startup+1.20076 s]
/proc/loadavg: 8.13 8.09 7.99 2/288 4540
/proc/meminfo: memFree=16817580/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=303964 CPUtime=4.71 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 20570 0 0 0 464 7 0 0 19 0 4 0 651463379 311259136 12233 33554432000 4194304 4580107 140735368697568 18446744073709551615 4321248 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 75991 12233 377 95 0 70973 0
[pid=4540/tid=4541] ppid=4538 vsize=303964 CPUtime=1.17 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 5614 0 0 0 115 2 0 0 19 0 4 0 651463379 311259136 12233 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=303964 CPUtime=1.16 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 5426 0 0 0 115 1 0 0 19 0 4 0 651463379 311259136 12234 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=303964 CPUtime=1.17 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 3702 0 0 0 116 1 0 0 19 0 4 0 651463379 311259136 12234 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 303964

[startup+1.5007 s]
/proc/loadavg: 8.13 8.09 7.99 2/288 4540
/proc/meminfo: memFree=16817580/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=303964 CPUtime=5.91 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 22449 0 0 0 584 7 0 0 19 0 4 0 651463379 311259136 14112 33554432000 4194304 4580107 140735368697568 18446744073709551615 4292944 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 75991 14113 377 95 0 70973 0
[pid=4540/tid=4541] ppid=4538 vsize=303964 CPUtime=1.47 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 6073 0 0 0 145 2 0 0 19 0 4 0 651463379 311259136 14114 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=303964 CPUtime=1.46 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 5896 0 0 0 145 1 0 0 19 0 4 0 651463379 311259136 14114 33554432000 4194304 4580107 140735368697568 18446744073709551615 4321304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=303964 CPUtime=1.47 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 4169 0 0 0 146 1 0 0 19 0 4 0 651463379 311259136 14114 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 303964

[startup+3.11042 s]
/proc/loadavg: 8.12 8.09 7.99 9/298 4553
/proc/meminfo: memFree=16600192/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=306000 CPUtime=12.32 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 35307 0 0 0 1222 10 0 0 23 0 4 0 651463379 313344000 17006 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 76500 17006 377 95 0 71482 0
[pid=4540/tid=4541] ppid=4538 vsize=306000 CPUtime=3.08 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 9152 0 0 0 306 2 0 0 23 0 4 0 651463379 313344000 17006 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=306000 CPUtime=3.05 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 8898 0 0 0 303 2 0 0 23 0 4 0 651463379 313344000 17006 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=306000 CPUtime=3.08 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 7873 0 0 0 306 2 0 0 25 0 4 0 651463379 313344000 17006 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 306000

[startup+6.30085 s]
/proc/loadavg: 8.12 8.09 7.99 9/298 4553
/proc/meminfo: memFree=16499628/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=332272 CPUtime=25.07 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 71365 0 0 0 2491 16 0 0 25 0 4 0 651463379 340246528 33657 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 83068 33657 379 95 0 78050 0
[pid=4540/tid=4541] ppid=4538 vsize=332272 CPUtime=6.28 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 19020 0 0 0 624 4 0 0 25 0 4 0 651463379 340246528 33661 33554432000 4194304 4580107 140735368697568 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=332272 CPUtime=6.22 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 17302 0 0 0 618 4 0 0 25 0 4 0 651463379 340246528 33661 33554432000 4194304 4580107 140735368697568 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=332272 CPUtime=6.28 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 13668 0 0 0 624 4 0 0 25 0 4 0 651463379 340246528 33661 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 332272

[startup+12.7007 s]
/proc/loadavg: 8.10 8.09 7.99 9/298 4553
/proc/meminfo: memFree=16422780/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=473896 CPUtime=50.59 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 120956 0 0 0 5035 24 0 0 25 0 4 0 651463379 485269504 54719 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 118474 54719 379 95 0 113456 0
[pid=4540/tid=4541] ppid=4538 vsize=473896 CPUtime=12.67 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 34757 0 0 0 1260 7 0 0 25 0 4 0 651463379 485269504 54719 33554432000 4194304 4580107 140735368697568 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=473896 CPUtime=12.56 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 26855 0 0 0 1250 6 0 0 25 0 4 0 651463379 485269504 54719 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=473896 CPUtime=12.67 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 27136 0 0 0 1261 6 0 0 19 0 4 0 651463379 485269504 54719 33554432000 4194304 4580107 140735368697568 18446744073709551615 4324356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 473896

[startup+25.5004 s]
/proc/loadavg: 8.09 8.08 7.99 9/298 4554
/proc/meminfo: memFree=16063076/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=509396 CPUtime=101.67 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 184150 0 0 0 10129 38 0 0 25 0 4 0 651463379 521621504 82381 33554432000 4194304 4580107 140735368697568 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 127349 82381 379 95 0 122331 0
[pid=4540/tid=4541] ppid=4538 vsize=509396 CPUtime=25.47 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 44876 0 0 0 2537 10 0 0 25 0 4 0 651463379 521621504 82381 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=509396 CPUtime=25.24 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 44481 0 0 0 2515 9 0 0 25 0 4 0 651463379 521621504 82381 33554432000 4194304 4580107 140735368697568 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=509396 CPUtime=25.46 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 45704 0 0 0 2537 9 0 0 25 0 4 0 651463379 521621504 82382 33554432000 4194304 4580107 140735368697568 18446744073709551615 4416320 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 509396

[startup+51.1009 s]
/proc/loadavg: 8.06 8.08 7.99 9/298 4554
/proc/meminfo: memFree=15878396/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=622016 CPUtime=203.83 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 291559 0 0 0 20320 63 0 0 25 0 4 0 651463379 636944384 98915 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 155504 98915 379 95 0 150486 0
[pid=4540/tid=4541] ppid=4538 vsize=622016 CPUtime=51.07 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 71381 0 0 0 5091 16 0 0 25 0 4 0 651463379 636944384 98916 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=622016 CPUtime=50.61 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 69847 0 0 0 5047 14 0 0 25 0 4 0 651463379 636944384 98916 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=622016 CPUtime=51.06 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 74352 0 0 0 5088 18 0 0 25 0 4 0 651463379 636944384 98917 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 622016

[startup+102.301 s]
/proc/loadavg: 8.12 8.09 8.00 9/298 4556
/proc/meminfo: memFree=15557808/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=827176 CPUtime=408.15 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 465280 0 0 0 40709 106 0 0 25 0 4 0 651463379 847028224 132278 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 206794 132278 379 95 0 201776 0
[pid=4540/tid=4541] ppid=4538 vsize=827176 CPUtime=102.27 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 110488 0 0 0 10202 25 0 0 25 0 4 0 651463379 847028224 132278 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=827176 CPUtime=101.34 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 114491 0 0 0 10108 26 0 0 25 0 4 0 651463379 847028224 132278 33554432000 4194304 4580107 140735368697568 18446744073709551615 4292985 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=827176 CPUtime=102.25 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 120859 0 0 0 10196 29 0 0 25 0 4 0 651463379 847028224 132279 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 827176

[startup+162.301 s]

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

[pid=4540] ppid=4538 vsize=1250476 CPUtime=2563.09 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 1827895 0 0 0 255837 472 0 0 25 0 4 0 651463379 1280487424 236676 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 312619 236676 379 95 0 307601 0
[pid=4540/tid=4541] ppid=4538 vsize=1250476 CPUtime=640.57 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 442196 0 0 0 63949 108 0 0 25 0 4 0 651463379 1280487424 236676 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1250476 CPUtime=638.1 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 465482 0 0 0 63688 122 0 0 25 0 4 0 651463379 1280487424 236676 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1250476 CPUtime=642.16 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 471322 0 0 0 64097 119 0 0 25 0 4 0 651463379 1280487424 236676 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2563.09
Current children cumulated vsize (KiB) 1250476

[startup+702.301 s]
/proc/loadavg: 8.22 8.15 8.05 9/298 4572
/proc/meminfo: memFree=14544200/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1366264 CPUtime=2802.53 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 1952775 0 0 0 279745 508 0 0 25 0 4 0 651463379 1399054336 260560 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 341566 260560 379 95 0 336548 0
[pid=4540/tid=4541] ppid=4538 vsize=1366264 CPUtime=700.04 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 474392 0 0 0 69886 118 0 0 25 0 4 0 651463379 1399054336 260560 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1366264 CPUtime=698.1 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 495890 0 0 0 69679 131 0 0 25 0 4 0 651463379 1399054336 260560 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1366264 CPUtime=702.14 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 502429 0 0 0 70086 128 0 0 25 0 4 0 651463379 1399054336 260560 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.53
Current children cumulated vsize (KiB) 1366264

[startup+762.301 s]
/proc/loadavg: 8.19 8.15 8.05 9/298 4573
/proc/meminfo: memFree=14390152/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1438704 CPUtime=3041.97 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2031959 0 0 0 303659 538 0 0 25 0 4 0 651463379 1473232896 274987 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 359676 274987 379 95 0 354658 0
[pid=4540/tid=4541] ppid=4538 vsize=1438704 CPUtime=759.48 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 501896 0 0 0 75822 126 0 0 25 0 4 0 651463379 1473232896 274987 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1438704 CPUtime=758.1 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 526170 0 0 0 75666 144 0 0 25 0 4 0 651463379 1473232896 274987 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1438704 CPUtime=762.13 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 512667 0 0 0 76081 132 0 0 25 0 4 0 651463379 1473232896 274987 33554432000 4194304 4580107 140735368697568 18446744073709551615 4324367 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.97
Current children cumulated vsize (KiB) 1438704

[startup+822.301 s]
/proc/loadavg: 8.13 8.14 8.05 9/298 4575
/proc/meminfo: memFree=14428680/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1451692 CPUtime=3281.42 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2140993 0 0 0 327570 572 0 0 25 0 4 0 651463379 1486532608 285708 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 362923 285708 379 95 0 357905 0
[pid=4540/tid=4541] ppid=4538 vsize=1451692 CPUtime=818.95 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 514180 0 0 0 81765 130 0 0 25 0 4 0 651463379 1486532608 285708 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1451692 CPUtime=818.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 561146 0 0 0 81655 154 0 0 25 0 4 0 651463379 1486532608 285708 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1451692 CPUtime=822.12 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 542335 0 0 0 82072 140 0 0 25 0 4 0 651463379 1486532608 285708 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.42
Current children cumulated vsize (KiB) 1451692

[startup+882.301 s]
/proc/loadavg: 8.14 8.14 8.06 9/298 4576
/proc/meminfo: memFree=14512356/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1412496 CPUtime=3520.84 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2264974 0 0 0 351476 608 0 0 25 0 4 0 651463379 1446395904 270863 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 353124 270863 379 95 0 348106 0
[pid=4540/tid=4541] ppid=4538 vsize=1412496 CPUtime=878.39 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 549925 0 0 0 87698 141 0 0 25 0 4 0 651463379 1446395904 270863 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1412496 CPUtime=878.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 594153 0 0 0 87645 164 0 0 25 0 4 0 651463379 1446395904 270863 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1412496 CPUtime=882.11 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 566508 0 0 0 88063 148 0 0 25 0 4 0 651463379 1446395904 270863 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.84
Current children cumulated vsize (KiB) 1412496

[startup+942.301 s]
/proc/loadavg: 8.10 8.13 8.06 9/298 4578
/proc/meminfo: memFree=14127172/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1784724 CPUtime=3760.3 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2419974 0 0 0 375380 650 0 0 25 0 4 0 651463379 1827557376 356228 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 446181 356228 379 95 0 441163 0
[pid=4540/tid=4541] ppid=4538 vsize=1784724 CPUtime=937.85 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 577476 0 0 0 93633 152 0 0 25 0 4 0 651463379 1827557376 356228 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1784724 CPUtime=938.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 656260 0 0 0 93631 178 0 0 25 0 4 0 651463379 1827557376 356228 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1784724 CPUtime=942.1 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 599858 0 0 0 94054 156 0 0 25 0 4 0 651463379 1827557376 356228 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.3
Current children cumulated vsize (KiB) 1784724

[startup+1002.3 s]
/proc/loadavg: 8.07 8.11 8.06 9/298 4580
/proc/meminfo: memFree=14170276/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1815664 CPUtime=3999.74 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2466863 0 0 0 399302 672 0 0 25 0 4 0 651463379 1859239936 365052 33554432000 4194304 4580107 140735368697568 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 453916 365053 379 95 0 448898 0
[pid=4540/tid=4541] ppid=4538 vsize=1815664 CPUtime=997.3 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 603514 0 0 0 99565 165 0 0 25 0 4 0 651463379 1859239936 365053 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1815664 CPUtime=998.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 656721 0 0 0 99631 178 0 0 25 0 4 0 651463379 1859239936 365053 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1815664 CPUtime=1002.09 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 606895 0 0 0 100050 159 0 0 25 0 4 0 651463379 1859239936 365053 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.74
Current children cumulated vsize (KiB) 1815664

[startup+1062.3 s]
/proc/loadavg: 8.11 8.12 8.06 9/298 4590
/proc/meminfo: memFree=13976244/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1817148 CPUtime=4239.19 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2554027 0 0 0 423214 705 0 0 25 0 4 0 651463379 1860759552 364551 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 454287 364551 379 95 0 449269 0
[pid=4540/tid=4541] ppid=4538 vsize=1817148 CPUtime=1056.76 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 603514 0 0 0 105511 165 0 0 25 0 4 0 651463379 1860759552 364559 33554432000 4194304 4580107 140735368697568 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1817148 CPUtime=1058.1 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 687015 0 0 0 105620 190 0 0 25 0 4 0 651463379 1860759552 364559 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1817148 CPUtime=1062.09 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 633616 0 0 0 106041 168 0 0 25 0 4 0 651463379 1860759552 364559 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.19
Current children cumulated vsize (KiB) 1817148

[startup+1122.3 s]
/proc/loadavg: 8.15 8.14 8.07 9/298 4592
/proc/meminfo: memFree=14066584/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1833252 CPUtime=4478.61 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2674590 0 0 0 447116 745 0 0 25 0 4 0 651463379 1877250048 363652 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 458313 363652 379 95 0 453295 0
[pid=4540/tid=4541] ppid=4538 vsize=1833252 CPUtime=1116.21 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 629523 0 0 0 111448 173 0 0 25 0 4 0 651463379 1877250048 363652 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1833252 CPUtime=1118.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 718361 0 0 0 111607 202 0 0 25 0 4 0 651463379 1877250048 363652 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1833252 CPUtime=1122.07 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 665346 0 0 0 112029 178 0 0 25 0 4 0 651463379 1877250048 363652 33554432000 4194304 4580107 140735368697568 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.61
Current children cumulated vsize (KiB) 1833252

[startup+1182.31 s]
/proc/loadavg: 8.09 8.12 8.07 9/298 4593
/proc/meminfo: memFree=13938468/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1820316 CPUtime=4718.07 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2791748 0 0 0 471026 781 0 0 25 0 4 0 651463379 1864003584 360990 33554432000 4194304 4580107 140735368697568 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 455079 360990 379 95 0 450061 0
[pid=4540/tid=4541] ppid=4538 vsize=1820316 CPUtime=1175.66 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 660774 0 0 0 117384 182 0 0 25 0 4 0 651463379 1864003584 360990 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1820316 CPUtime=1178.09 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 749613 0 0 0 117598 211 0 0 25 0 4 0 651463379 1864003584 360990 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1820316 CPUtime=1182.06 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 696161 0 0 0 118019 187 0 0 25 0 4 0 651463379 1864003584 360990 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.07
Current children cumulated vsize (KiB) 1820316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.14 8.13 8.07 9/298 4596
/proc/meminfo: memFree=14040624/32951124 swapFree=52307768/67111528
[pid=4540] ppid=4538 vsize=1820812 CPUtime=4800.26 cores=0,2,4,6
/proc/4540/stat : 4540 (strangenight2-m) R 4538 4540 4414 0 -1 4202496 2819745 0 0 0 479234 792 0 0 25 0 4 0 651463379 1864511488 356048 33554432000 4194304 4580107 140735368697568 18446744073709551615 4489273 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4540/statm: 455203 356048 379 95 0 450185 0
[pid=4540/tid=4541] ppid=4538 vsize=1820812 CPUtime=1196.06 cores=0,2,4,6
/proc/4540/task/4541/stat : 4541 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 671857 0 0 0 119420 186 0 0 25 0 4 0 651463379 1864511488 356050 33554432000 4194304 4580107 140735368697568 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4540/tid=4542] ppid=4538 vsize=1820812 CPUtime=1198.7 cores=0,2,4,6
/proc/4540/task/4542/stat : 4542 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 758667 0 0 0 119655 215 0 0 25 0 4 0 651463379 1864511488 356050 33554432000 4194304 4580107 140735368697568 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4540/tid=4543] ppid=4538 vsize=1820812 CPUtime=1202.66 cores=0,2,4,6
/proc/4540/task/4543/stat : 4543 (strangenight2-m) R 4538 4540 4414 0 -1 4202560 698239 0 0 0 120078 188 0 0 25 0 4 0 651463379 1864511488 356050 33554432000 4194304 4580107 140735368697568 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1820812

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.98
CPU time (s): 4800.37
CPU user time (s): 4792.39
CPU system time (s): 7.98879
CPU usage (%): 399.041
Max. virtual memory (cumulated for all children) (KiB): 1848816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.39
system time used= 7.98879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2819750
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= 5309
involuntary context switches= 20164

runsolver used 3.18651 second user time and 7.77782 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 20:43:26
IDJOB=3366207
IDBENCH=82616
IDSOLVER=1844
FILE ID=node101/3366207-1305398606
RUNJOBID= node101-1305397401-4432
PBS_JOBID= 13324459
Free space on /tmp= 73736 MiB

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

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

MD5SUM BENCH= 3b045b7b4cbac0d258a07eda037c4299
RANDOM SEED=1540644723

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16817736 kB
Buffers:        320052 kB
Cached:        5880816 kB
SwapCached:      14848 kB
Active:       10828308 kB
Inactive:      5030916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16817736 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            8180 kB
Writeback:           0 kB
AnonPages:     9655672 kB
Mapped:          14116 kB
Slab:           149232 kB
PageTables:      62128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41982864 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= 73724 MiB
End job on node101 at 2011-05-14 21:03:31