Trace number 3173798

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? (TO) 4800.49 1201.87

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.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173798-1307635892.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.00/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.00/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.13/0.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.13/0.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.13/0.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.13/0.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.13/0.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.13/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.13/0.83	c Finding binary XORs  T:     0.00 s  found:       0
0.13/0.83	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.13/0.83	c calculated reachability. Time: 0.00
0.13/0.83	c Calc default polars -  time:   0.00 s pos:     969 undec:      78 neg:     953
0.13/0.83	c =========================================================================================
0.13/0.83	c types(t): F = full restart, N = normal restart
0.13/0.83	c types(t): S = simplification begin/end, E = solution found
0.13/0.83	c restart types(rt): st = static, dy = dynamic
0.13/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.13/0.83	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
0.13/0.83	c  N dy    19      4038      2000     40000         0      4036    200000    762743    146.06    191.86
5.00/1.33	c  N dy    46      8115      2000     40000         0      4782    200000    510477    148.02    162.96
7.15/1.83	c  N dy    73     12133      2000     40000         0      8799    200000   1272066    149.11    158.07
9.14/2.35	c  N dy   103     16180      2000     40000         0      7351    200000    658988    149.74    159.52
11.15/2.87	c  N dy   128     20253      2000     40000         0     11422    200000   1413290    149.25    157.81
13.53/3.41	c  N dy   149     24415      2000     40000         0      8506    200000    599417    148.75    159.76
13.53/3.48	c  F st   154     25000      2000     40000         0      9091    200000    712215    148.89    150.22
16.33/4.15	c  N dy   160     30001      2000     40000         0     14082    200000   1757731    148.89   no data
16.33/4.15	c  S st   160     30001      2000     40000         0     14082    200000   1757731    148.89   no data
16.75/4.24	c  S st   160     30504      2000     40000         0     14585    200000   1837739    148.89   no data
16.75/4.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.75/4.27	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.75/4.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.75/4.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.75/4.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17.16/4.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.92/6.03	c lits-rem:       141  cl-subs:       25  v-elim:      0  v-fix:    0  time:  1.63 s
25.12/6.33	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.12/6.34	c calculated reachability. Time: 0.00
25.12/6.34	c  N dy   160     30504      2000     40000         0     14560    200000   1826490    148.89   no data
27.51/6.97	c  N dy   186     34782      2000     40000         0     10470    200000    733066    148.93    165.87
29.93/7.54	c  N dy   204     38889      2000     40000         0     14577    200000   1487235    147.95    155.78
32.31/8.18	c  N dy   230     43212      2000     40000         0     18898    200000   2302058    148.18    156.30
33.91/8.55	c  S st   245     45756      2000     40000         0     11922    200000    810872    148.31    144.40
34.32/8.63	c  S st   245     46257      2000     40000         0     12423    200000    884638    148.31   no data
34.32/8.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.32/8.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
34.32/8.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.32/8.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.32/8.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.32/8.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
34.32/8.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.32/8.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
34.72/8.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.90/9.06	c lits-rem:        34  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.34 s
35.90/9.06	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
35.90/9.07	c vivif2 --  cl tried    12422 cl shrink        0 lits rem          0 time: 0.01
37.10/9.35	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
37.10/9.35	c calculated reachability. Time: 0.00
37.10/9.35	c  N dy   245     46257      2000     40000         0     12422    200000    884099    148.31   no data
39.50/9.93	c  N dy   270     50292      2000     40000         0     16455    200000   1631039    148.25    157.69
41.90/10.53	c  N dy   293     54303      2000     40000         0     20466    200000   2360572    148.05    157.49
44.30/11.10	c  N dy   318     58389      2000     40000         0     13961    200000    977678    147.71    155.67
46.69/11.70	c  N dy   341     62496      2000     40000         0     18067    200000   1710534    147.25    157.62
49.49/12.41	c  N dy   368     66776      2000     40000         0     22346    200000   2512432    147.28    155.68
51.08/12.80	c  S st   384     69386      2000     40000         0     13331    200000    665404    147.15   no data
51.08/12.89	c  S st   384     69890      2000     40000         0     13835    200000    749192    147.15   no data
51.48/12.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.48/12.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.48/12.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.48/12.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.48/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.48/12.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.48/12.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.48/12.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.48/12.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.68/13.25	c lits-rem:        28  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
52.68/13.25	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
52.68/13.26	c vivif2 --  cl tried    13835 cl shrink        0 lits rem          0 time: 0.01
53.88/13.56	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.30
53.88/13.56	c calculated reachability. Time: 0.00
53.88/13.56	c  N dy   384     69890      2000     40000         0     13835    200000    749164    147.15   no data
56.70/14.22	c  N dy   411     74404      2000     40000         0     18348    200000   1574941    146.92    157.30
59.87/15.02	c  N dy   441     79244      2000     40000         0     23188    200000   2466043    146.80    156.05
63.07/15.87	c  N dy   474     84399      2000     40000         0     15696    200000    922756    146.78    157.22
65.08/16.34	c  F st   493     87500      2000     40000         0     18796    200000   1494594    146.70   no data
67.06/16.86	c  N st   498     90795      2000     40000         0     22089    200000   2162609    146.70   no data
71.05/17.88	c  N dy   523     96652      2000     40000         0     14290    200000    496603    146.78    159.30
75.04/18.84	c  N dy   563    102992      2000     40000         0     20626    200000   1665787    146.74    156.41
76.25/19.13	c  S st   575    104835      2000     40000         0     22468    200000   2000561    146.71   no data
76.64/19.24	c  S st   575    105340      2000     40000         0     22973    200000   2076056    146.71   no data
76.64/19.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.64/19.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
76.64/19.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.64/19.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.64/19.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.64/19.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
76.64/19.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
77.04/19.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
77.04/19.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.03/22.81	c lits-rem:        52  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.42 s
91.03/22.81	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
91.03/22.84	c vivif2 --  cl tried    22969 cl shrink        0 lits rem          0 time: 0.03
92.22/23.19	c asymm  cl-useful: 0/36065/40000 lits-rem:0 time: 0.35
92.22/23.19	c calculated reachability. Time: 0.00
92.22/23.19	c  N dy   575    105340      2000     40000         0     22969    200000   2074553    146.71   no data
97.01/24.32	c  N dy   610    112108      2000     40000         0     15084    200000    455307    146.49    163.87
101.41/25.42	c  N dy   657    119272      2000     40000         0     22247    200000   1786820    146.58    154.31
106.60/26.72	c  N dy   702    126942      2000     40000         0     29916    200000   3186832    146.38    155.72
111.80/28.03	c  N dy   746    135045      2000     40000         0     22358    200000   1579111    146.14    153.89
117.81/29.59	c  N dy   804    143900      2000     40000         0     31212    200000   3212474    146.18    154.27
124.18/31.14	c  N dy   861    153236      2000     40000         0     23880    200000   1728003    146.20    154.28
127.37/31.95	c  S st   891    158010      2000     40000         0     28653    200000   2597693    146.19    131.63
127.77/32.07	c  S st   891    158516      2000     40000         0     29159    200000   2684536    146.19   no data
127.77/32.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
128.18/32.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
128.18/32.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.18/32.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.18/32.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.18/32.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
128.18/32.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.18/32.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
128.57/32.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.74/39.08	c lits-rem:       116  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.83 s
155.74/39.09	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
156.14/39.12	c vivif2 --  cl tried    29151 cl shrink        0 lits rem          0 time: 0.03
156.14/39.18	c asymm  cl-useful: 0/3935/40000 lits-rem:0 time: 0.06
156.14/39.18	c calculated reachability. Time: 0.00
156.14/39.18	c  N dy   891    158516      2000     40000         0     29151    200000   2682204    146.19   no data
163.72/41.04	c  N dy   955    168688      2000     40000         0     21658    200000   1135573    146.22    165.73
171.32/42.91	c  N dy  1020    179453      2000     40000         0     32420    200000   3114982    146.14    154.49
179.32/44.91	c  N dy  1082    190983      2000     40000         0     25280    200000   1607624    145.92    158.99
188.11/47.14	c  N dy  1157    203245      2000     40000         0     37539    200000   3855755    145.93    153.89
196.90/49.39	c  N dy  1242    216298      2000     40000         0     30929    200000   2507956    146.10    156.66
207.66/52.03	c  N dy  1327    230272      2000     40000         0     24242    200000   1067212    146.12    157.31
213.25/53.43	c  S st  1377    237774      2000     40000         0     31743    200000   2454312    146.14   no data
213.65/53.56	c  S st  1377    238275      2000     40000         0     32244    200000   2527085    146.14   no data
213.65/53.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
214.05/53.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
214.05/53.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.05/53.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.05/53.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.05/53.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
214.05/53.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
214.05/53.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
214.48/53.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.81/60.86	c lits-rem:       161  cl-subs:        4  v-elim:      0  v-fix:    0  time:  7.14 s
242.81/60.87	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
243.21/60.90	c vivif2 --  cl tried    32240 cl shrink        0 lits rem          0 time: 0.03
244.81/61.33	c asymm  cl-useful: 0/31877/40000 lits-rem:0 time: 0.43
244.81/61.33	c calculated reachability. Time: 0.00
244.81/61.33	c  N dy  1377    238275      2000     40000         0     32240    200000   2525189    146.14   no data
257.19/64.48	c  N dy  1471    253507      2000     40000         0     25810    200000   1181358    146.14    155.29
269.98/67.63	c  N dy  1573    269808      2000     40000         0     42106    200000   4151639    146.04    155.85
282.75/70.87	c  N dy  1680    287251      2000     40000         0     36886    200000   3046942    146.03    153.91
297.13/74.49	c  N dy  1792    305900      2000     40000         0     31873    200000   1950611    146.00    158.35
297.53/74.56	c  F st  1795    306251      2000     40000         0     32224    200000   2013451    146.00   no data
313.12/78.40	c  N dy  1880    325458      2000     40000         0     26762    200000    838288    145.96    154.90
328.30/82.26	c  N dy  2012    345563      2000     40000         0     46861    200000   4551661    146.03    159.34
337.50/84.56	c  S st  2084    357412      2000     40000         0     33047    200000   1837279    146.03   no data
337.90/84.68	c  S st  2084    357914      2000     40000         0     33549    200000   1912380    146.03   no data
337.90/84.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
338.27/84.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
338.27/84.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
338.27/84.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
338.27/84.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
338.27/84.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
338.27/84.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
338.27/84.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
338.67/84.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
353.46/88.55	c lits-rem:        78  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.73 s
353.46/88.56	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
353.46/88.58	c vivif2 --  cl tried    33546 cl shrink        0 lits rem          0 time: 0.02
353.86/88.69	c asymm  cl-useful: 0/8123/40000 lits-rem:0 time: 0.11
353.86/88.69	c calculated reachability. Time: 0.00
353.86/88.69	c  N dy  2084    357914      2000     40000         0     33546    200000   1910931    146.03   no data
370.63/92.85	c  N dy  2203    377954      2000     40000         0     26918    200000    507062    145.98    155.74
386.23/96.74	c  N dy  2327    398045      2000     40000         0     47006    200000   4219614    145.99    171.25
403.81/101.15	c  N dy  2451    418132      2000     40000         0     39432    200000   2628072    145.98    156.87
421.76/105.64	c  N dy  2566    438167      2000     40000         0     30802    200000    868294    145.91    155.13
438.57/109.82	c  N dy  2694    458264      2000     40000         0     50894    200000   4599779    145.99    160.67
455.71/114.17	c  N dy  2812    478369      2000     40000         0     41337    200000   2607642    145.96    153.69
474.10/118.77	c  N dy  2938    498386      2000     40000         0     30689    200000    496647    146.00    163.50
490.47/122.82	c  N dy  3064    518479      2000     40000         0     50777    200000   4203929    146.02    154.59
506.44/126.89	c  S st  3166    536872      2000     40000         0     37511    200000   1555955    145.95   no data
507.24/127.03	c  S st  3166    537382      2000     40000         0     38021    200000   1636034    145.95   no data
507.24/127.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
507.24/127.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
507.24/127.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
507.24/127.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
507.24/127.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.24/127.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
507.24/127.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
507.64/127.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
507.64/127.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
519.61/130.15	c lits-rem:        69  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.99 s
519.61/130.16	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
519.61/130.18	c vivif2 --  cl tried    38017 cl shrink        0 lits rem          0 time: 0.02
521.21/130.56	c asymm  cl-useful: 0/29659/40000 lits-rem:0 time: 0.38
521.21/130.56	c calculated reachability. Time: 0.00
521.21/130.56	c  N dy  3166    537382      2000     40000         0     38017    200000   1633993    145.95   no data
538.79/134.96	c  N dy  3280    557695      2000     40000         0     58323    200000   5371190    145.87    154.26
555.97/139.25	c  N dy  3396    577696      2000     40000         0     45657    200000   2909494    145.81    153.75
575.16/144.04	c  N dy  3524    597743      2000     40000         0     65698    200000   6603367    145.86    154.01
592.33/148.34	c  N dy  3653    617964      2000     40000         0     52264    200000   3947178    145.88    153.63
611.88/153.24	c  N dy  3771    638148      2000     40000         0     37791    200000   1100271    145.87    156.38
629.46/157.69	c  N dy  3896    658288      2000     40000         0     57927    200000   4793745    145.87    155.97
649.03/162.53	c  N dy  4021    678363      2000     40000         0     42335    200000   1743227    145.85    153.99
667.03/167.10	c  N dy  4150    698369      2000     40000         0     62337    200000   5409662    145.87    156.84
686.97/172.00	c  N dy  4284    718547      2000     40000         0     45847    200000   2230521    145.92    153.86
705.74/176.79	c  N dy  4407    738656      2000     40000         0     65946    200000   5909060    145.89    154.42
725.32/181.65	c  N dy  4538    758822      2000     40000         0     48454    200000   2517631    145.92    153.94
744.90/186.56	c  N dy  4665    778997      2000     40000         0     68623    200000   6221968    145.91    154.17
765.27/191.66	c  N dy  4787    799223      2000     40000         0     50188    200000   2679392    145.93    162.85
771.66/193.26	c  S st  4831    806074      2000     40000         0     57039    200000   3938705    145.94   no data
772.48/193.44	c  S st  4831    806576      2000     40000         0     57541    200000   4017077    145.94   no data
772.48/193.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
772.88/193.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
772.88/193.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.88/193.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
772.88/193.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.88/193.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
772.88/193.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
772.88/193.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
773.66/193.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
830.77/208.08	c lits-rem:       119  cl-subs:        7  v-elim:      0  v-fix:    0  time: 14.37 s
830.77/208.09	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
831.17/208.14	c vivif2 --  cl tried    57534 cl shrink        0 lits rem          0 time: 0.05
831.97/208.34	c asymm  cl-useful: 0/10341/40000 lits-rem:0 time: 0.21
831.97/208.35	c calculated reachability. Time: 0.00
831.97/208.35	c  N dy  4831    806576      2000     40000         0     57534    200000   4013782    145.94   no data
852.74/213.58	c  N dy  4942    826661      2000     40000         0     77614    200000   7718617    145.93    154.81
871.51/218.25	c  N dy  5074    846758      2000     40000         0     58053    200000   3980012    145.97    164.77
893.09/223.63	c  N dy  5193    866827      2000     40000         0     78117    200000   7688091    145.99    156.40
912.26/228.49	c  N dy  5316    887688      2000     40000         0     58317    200000   3809740    145.96    155.66
933.83/233.86	c  N dy  5437    907771      2000     40000         0     78397    200000   7535412    145.96    172.32
953.40/238.76	c  N dy  5563    927898      2000     40000         0     56860    200000   3387951    145.98    158.66
974.99/244.15	c  N dy  5690    948200      2000     40000         0     77157    200000   7116206    145.97    154.51
995.34/249.26	c  N dy  5817    968217      2000     40000         0     54514    200000   2779107    146.01    170.77
1016.11/254.46	c  N dy  5938    988348      2000     40000         0     74641    200000   6488989    145.99    156.09
1037.67/259.83	c  N dy  6054   1008453      2000     40000         0     51084    200000   1955592    145.97    156.19
1057.25/264.74	c  N dy  6170   1028461      2000     40000         0     71087    200000   5649985    145.97    156.06
1080.43/270.55	c  N dy  6295   1048471      2000     40000         0     46437    200000    923753    145.97    153.66
1099.19/275.29	c  N dy  6412   1068573      2000     40000         0     66531    200000   4619658    145.96    158.30
1102.78/276.17	c  F st  6431   1071876      2000     40000         0     69834    200000   5231229    145.96    133.36
1122.76/281.18	c  N dy  6516   1089166      2000     40000         0     87116    200000   8525187    145.98    153.89
1143.12/286.23	c  N dy  6643   1109340      2000     40000         0     61633    200000   3534024    145.96    156.77
1165.89/291.94	c  N dy  6773   1129801      2000     40000         0     82089    200000   7307721    145.98    155.54
1187.86/297.45	c  N dy  6891   1149853      2000     40000         0     55479    200000   2247641    145.98    160.10
1209.43/302.88	c  N dy  7012   1169922      2000     40000         0     75545    200000   5936442    145.97    154.18
1235.39/309.34	c  N dy  7132   1190146      2000     40000         0     48114    200000    706496    145.95    154.21
1254.97/314.20	c  S st  7253   1209865      2000     40000         0     67828    200000   4333317    145.95   no data
1255.37/314.40	c  S st  7253   1210369      2000     40000         0     68332    200000   4420852    145.95   no data
1255.79/314.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1255.79/314.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1255.79/314.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.79/314.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1255.79/314.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1255.79/314.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1255.79/314.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1256.19/314.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1256.57/314.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1324.08/331.58	c lits-rem:       204  cl-subs:        7  v-elim:      0  v-fix:    0  time: 16.89 s
1324.08/331.58	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1324.48/331.64	c vivif2 --  cl tried    68325 cl shrink        0 lits rem          0 time: 0.06
1326.49/332.11	c asymm  cl-useful: 0/22044/40000 lits-rem:0 time: 0.47
1326.49/332.12	c calculated reachability. Time: 0.00
1326.49/332.12	c  N dy  7253   1210369      2000     40000         0     68325    200000   4418507    145.95   no data
1352.04/338.60	c  N dy  7382   1230379      2000     40000         0     88330    200000   8118166    145.96    155.97
1376.00/344.51	c  N dy  7506   1250459      2000     40000         0     59747    200000   2677485    145.96    156.66
1399.17/350.35	c  N dy  7635   1270513      2000     40000         0     79794    200000   6406595    145.97    154.66
1427.93/357.50	c  N dy  7763   1290653      2000     40000         0     50282    200000    751823    145.99    156.56
1448.30/362.64	c  N dy  7883   1310788      2000     40000         0     70410    200000   4457947    145.99    154.72
1472.67/368.78	c  N dy  8004   1331015      2000     40000         0     90634    200000   8184292    145.98    154.45
1496.64/374.76	c  N dy  8123   1351208      2000     40000         0     60172    200000   2396121    145.99    154.40
1519.01/380.38	c  N dy  8253   1371570      2000     40000         0     80527    200000   6154851    146.00    155.35
1544.97/386.80	c  N dy  8369   1391672      2000     40000         0    100626    200000   9889229    146.01    159.35
1565.74/392.07	c  N dy  8486   1411804      2000     40000         0     69098    200000   3876796    146.01    154.37
1589.72/398.06	c  N dy  8609   1432145      2000     40000         0     89435    200000   7618750    146.01    154.12
1615.67/404.54	c  N dy  8739   1452246      2000     40000         0     56879    200000   1455934    146.01    153.72
1636.83/409.85	c  N dy  8865   1472309      2000     40000         0     76934    200000   5163508    146.03    156.22
1662.40/416.20	c  N dy  8992   1492387      2000     40000         0     97007    200000   8913829    146.06    154.84
1686.38/422.28	c  N dy  9113   1512506      2000     40000         0     63468    200000   2463664    146.06    153.80
1708.35/427.80	c  N dy  9233   1532610      2000     40000         0     83564    200000   6175990    146.07    155.16
1734.72/434.30	c  N dy  9344   1552658      2000     40000         0    103604    200000   9849773    146.04    155.77
1757.46/440.00	c  N dy  9473   1572718      2000     40000         0     69009    200000   3327169    146.06    154.82
1780.63/445.87	c  N dy  9592   1592781      2000     40000         0     89067    200000   7011250    146.06    154.04
1808.18/452.77	c  N dy  9714   1612804      2000     40000         0    109083    200000  10702675    146.05    156.10
1830.15/458.28	c  N dy  9833   1633051      2000     40000         0     73673    200000   4012191    146.05    153.91
1854.91/464.46	c  N dy  9964   1653151      2000     40000         0     93771    200000   7730089    146.06    156.72
1883.28/471.55	c  N dy 10085   1673160      2000     40000         0     57121    200000    783125    146.07    154.15
1906.06/477.28	c  N dy 10217   1693272      2000     40000         0     77225    200000   4490433    146.08    155.05
1929.21/483.00	c  S st 10314   1710371      2000     40000         0     94321    200000   7647275    146.08   no data
1930.01/483.27	c  S st 10314   1710874      2000     40000         0     94824    200000   7730714    146.08   no data
1930.01/483.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1930.41/483.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1930.41/483.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1930.41/483.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1930.41/483.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1930.41/483.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1930.41/483.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1930.81/483.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1932.02/483.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2098.58/525.48	c lits-rem:       364  cl-subs:       26  v-elim:      0  v-fix:    0  time: 41.71 s
2098.58/525.49	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2098.98/525.58	c vivif2 --  cl tried    94798 cl shrink        0 lits rem          0 time: 0.10
2101.38/526.10	c asymm  cl-useful: 0/15721/40000 lits-rem:0 time: 0.52
2101.38/526.10	c calculated reachability. Time: 0.00
2101.38/526.10	c  N dy 10314   1710874      2000     40000         0     94798    200000   7719875    146.08   no data
2132.94/534.09	c  N dy 10451   1730882      2000     40000         0    114797    200000  11429486    146.11    155.64
2156.92/540.07	c  N dy 10564   1751007      2000     40000         0     77273    200000   4327226    146.10    154.81
2186.06/547.37	c  N dy 10689   1771284      2000     40000         0     97541    200000   8037303    146.09    155.26
2216.42/554.96	c  N dy 10804   1791418      2000     40000         0     59019    200000    777938    146.08    154.13
2238.79/560.56	c  N dy 10922   1811463      2000     40000         0     79056    200000   4478138    146.08    153.77
2264.75/567.05	c  N dy 11041   1831517      2000     40000         0     99106    200000   8211795    146.09    158.10
2294.31/574.40	c  N dy 11153   1851555      2000     40000         0    119137    200000  11893155    146.07    155.22
2316.28/579.97	c  N dy 11274   1872112      2000     40000         0     80043    200000   4446452    146.06    156.47
2341.84/586.35	c  N dy 11385   1892332      2000     40000         0    100261    200000   8171342    146.05    155.78
2371.83/593.86	c  N dy 11507   1912356      2000     40000         0    120277    200000  11865181    146.05    154.15
2394.19/599.44	c  N dy 11634   1932416      2000     40000         0     79685    200000   4245126    146.06    160.04
2419.34/605.73	c  N dy 11751   1952453      2000     40000         0     99713    200000   7930473    146.05    155.82
2448.89/613.16	c  N dy 11877   1972523      2000     40000         0    119779    200000  11667606    146.08    168.12
2472.87/619.19	c  N dy 12007   1992678      2000     40000         0     78280    200000   3824217    146.08    156.31
2498.42/625.54	c  N dy 12122   2012814      2000     40000         0     98413    200000   7526942    146.07    153.84
2528.37/633.06	c  N dy 12255   2032939      2000     40000         0    118531    200000  11226228    146.08    155.55
2554.73/639.60	c  N dy 12385   2053316      2000     40000         0     76251    200000   3267845    146.09    153.90
2579.90/645.91	c  N dy 12513   2073331      2000     40000         0     96260    200000   6960675    146.09    154.12
2609.09/653.30	c  N dy 12644   2093361      2000     40000         0    116283    200000  10680739    146.09    153.91
2637.02/660.26	c  N dy 12766   2113459      2000     40000         0     72732    200000   2414071    146.09    167.04
2660.59/666.17	c  N dy 12882   2133481      2000     40000         0     92751    200000   6117578    146.08    155.23
2688.95/673.27	c  N dy 13010   2153659      2000     40000         0    112923    200000   9874486    146.11    156.88
2720.51/681.10	c  N dy 13140   2173671      2000     40000         0     68282    200000   1423031    146.12    153.88
2743.67/686.95	c  N dy 13272   2193896      2000     40000         0     88503    200000   5167393    146.12    154.65
2766.43/692.64	c  S st 13370   2210874      2000     40000         0    105472    200000   8302831    146.12    130.86
2767.66/692.91	c  S st 13370   2211376      2000     40000         0    105974    200000   8379106    146.12   no data
2767.66/692.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2768.03/693.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
2768.03/693.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2768.03/693.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2768.03/693.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2768.03/693.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2768.03/693.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2768.43/693.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
2769.63/693.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2956.60/740.27	c lits-rem:       304  cl-subs:       22  v-elim:      0  v-fix:    0  time: 46.85 s
2956.60/740.27	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2956.97/740.38	c vivif2 --  cl tried   105952 cl shrink        0 lits rem          0 time: 0.10
2957.37/740.46	c asymm  cl-useful: 0/2235/40000 lits-rem:0 time: 0.09
2957.37/740.46	c calculated reachability. Time: 0.00
2957.37/740.46	c  N dy 13370   2211376      2000     40000         0    105952    200000   8370020    146.12   no data
2992.13/749.16	c  N dy 13497   2231414      2000     40000         0    125988    200000  12077216    146.13    167.70
3020.88/756.37	c  N dy 13629   2251461      2000     40000         0     80379    200000   3479093    146.14    156.65
3048.47/763.30	c  N dy 13742   2271536      2000     40000         0    100446    200000   7123005    146.11    154.85
3080.40/771.28	c  N dy 13873   2291538      2000     40000         0    120441    200000  10829589    146.12    155.34
3111.56/779.01	c  N dy 14011   2311648      2000     40000         0     73901    200000   2135656    146.14    154.33
3136.75/785.36	c  N dy 14142   2331650      2000     40000         0     93898    200000   5873474    146.17    155.43
3165.48/792.56	c  N dy 14268   2351789      2000     40000         0    114029    200000   9576367    146.17    154.92
3199.04/800.93	c  N dy 14405   2371972      2000     40000         0    134206    200000  13355755    146.19    154.38
3223.41/807.07	c  N dy 14541   2392022      2000     40000         0     86610    200000   4319641    146.21    154.56
3250.58/813.83	c  N dy 14660   2412260      2000     40000         0    106844    200000   8050169    146.21    154.91
3281.74/821.62	c  N dy 14788   2432325      2000     40000         0    126904    200000  11775739    146.23    167.73
3310.88/828.91	c  N dy 14919   2452518      2000     40000         0     78438    200000   2612067    146.24    154.11
3336.04/835.23	c  N dy 15046   2472558      2000     40000         0     98471    200000   6337432    146.26    154.17
3365.59/842.65	c  N dy 15174   2492584      2000     40000         0    118492    200000  10061638    146.27    181.47
3399.98/851.26	c  N dy 15307   2512820      2000     40000         0    138722    200000  13789232    146.27    153.98
3423.91/857.29	c  N dy 15433   2532885      2000     40000         0     89139    200000   4428000    146.28    163.74
3451.88/864.20	c  N dy 15555   2552968      2000     40000         0    109218    200000   8155444    146.29    156.21
3483.45/872.20	c  N dy 15687   2573035      2000     40000         0    129281    200000  11879488    146.30    157.72
3514.61/879.96	c  N dy 15812   2593512      2000     40000         0     79095    200000   2360905    146.30    156.34
3540.57/886.45	c  N dy 15945   2613739      2000     40000         0     99316    200000   6133743    146.32    154.76
3570.50/893.93	c  N dy 16080   2633787      2000     40000         0    119360    200000   9859484    146.34    158.99
3604.86/902.59	c  N dy 16213   2653951      2000     40000         0    139519    200000  13647770    146.36    154.82
3631.22/909.15	c  N dy 16340   2674082      2000     40000         0     88003    200000   3896390    146.37    154.10
3658.38/915.97	c  N dy 16469   2694126      2000     40000         0    108043    200000   7641377    146.40    157.78
3685.15/922.60	c  S st 16570   2711376      2000     40000         0    125287    200000  10844658    146.40   no data
3686.34/922.91	c  S st 16570   2711880      2000     40000         0    125791    200000  10927558    146.40   no data
3686.34/922.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3686.74/923.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
3686.74/923.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3686.74/923.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3686.74/923.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3686.74/923.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3686.74/923.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3687.14/923.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
3688.74/923.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3892.49/974.54	c lits-rem:       322  cl-subs:       33  v-elim:      0  v-fix:    0  time: 51.00 s
3892.49/974.55	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3892.86/974.69	c vivif2 --  cl tried   125758 cl shrink        0 lits rem          0 time: 0.14
3895.26/975.28	c asymm  cl-useful: 0/15011/40000 lits-rem:0 time: 0.59
3895.26/975.28	c calculated reachability. Time: 0.00
3895.26/975.28	c  N dy 16570   2711880      2000     40000         0    125758    200000  10914626    146.40   no data
3935.21/985.26	c  N dy 16693   2731905      2000     40000         0     73132    200000    916991    146.39    156.85
3961.57/991.80	c  N dy 16806   2751953      2000     40000         0     93175    200000   4627978    146.39    164.43
3993.55/999.86	c  N dy 16933   2772176      2000     40000         0    113394    200000   8380709    146.40    158.05
4029.47/1008.84	c  N dy 17054   2792261      2000     40000         0    133478    200000  12121077    146.40    154.45
4065.03/1017.78	c  N dy 17174   2812452      2000     40000         0     80013    200000   2011114    146.40    155.44
4093.39/1024.85	c  N dy 17303   2832576      2000     40000         0    100133    200000   5735535    146.40    161.21
4125.75/1032.95	c  N dy 17428   2852599      2000     40000         0    120147    200000   9425962    146.40    156.36
4160.90/1041.73	c  N dy 17564   2872718      2000     40000         0    140262    200000  13173597    146.42    155.47
4191.65/1049.44	c  N dy 17685   2892774      2000     40000         0     85660    200000   2870301    146.42    156.38
4218.82/1056.20	c  N dy 17806   2912807      2000     40000         0    105687    200000   6577080    146.42    157.65
4249.58/1063.93	c  N dy 17923   2933086      2000     40000         0    125959    200000  10305040    146.41    154.46
4285.13/1072.81	c  N dy 18050   2953152      2000     40000         0    146017    200000  14038548    146.42    163.72
4313.09/1079.87	c  N dy 18175   2973433      2000     40000         0     90650    200000   3639200    146.43    159.27
4341.04/1086.84	c  N dy 18305   2993514      2000     40000         0    110724    200000   7405065    146.44    154.57
4372.60/1094.77	c  N dy 18428   3013527      2000     40000         0    130736    200000  11107867    146.45    162.69
4409.35/1103.99	c  N dy 18556   3033608      2000     40000         0    150811    200000  14837358    146.46    156.30
4436.51/1110.78	c  N dy 18685   3053855      2000     40000         0     94407    200000   4163476    146.46    156.20
4465.66/1118.01	c  N dy 18822   3073989      2000     40000         0    114538    200000   7940941    146.48    155.77
4498.44/1126.23	c  N dy 18944   3094147      2000     40000         0    134693    200000  11653239    146.48    155.59
4535.96/1135.64	c  N dy 19077   3114362      2000     40000         0    154905    200000  15432553    146.49    154.28
4561.92/1142.15	c  N dy 19213   3134407      2000     40000         0     97297    200000   4517170    146.50    162.34
4591.11/1149.49	c  N dy 19341   3154575      2000     40000         0    117459    200000   8299696    146.52    155.57
4624.64/1157.82	c  N dy 19462   3174637      2000     40000         0    137516    200000  12043657    146.52    185.53
4662.98/1167.49	c  N dy 19591   3194726      2000     40000         0     78955    200000    934693    146.52    161.91
4684.54/1172.87	c  S st 19702   3211882      2000     40000         0     96107    200000   4108182    146.53   no data
4685.74/1173.12	c  S st 19702   3212388      2000     40000         0     96613    200000   4177662    146.53   no data
4685.74/1173.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4686.14/1173.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4686.14/1173.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4686.14/1173.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4686.14/1173.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4686.14/1173.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4686.14/1173.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4686.14/1173.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4686.95/1173.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4744.07/1187.76	c lits-rem:       134  cl-subs:       11  v-elim:      0  v-fix:    0  time: 14.34 s
4744.07/1187.77	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4744.49/1187.82	c vivif2 --  cl tried    96602 cl shrink        0 lits rem          0 time: 0.05
4746.06/1188.29	c asymm  cl-useful: 0/15910/40000 lits-rem:0 time: 0.47
4746.06/1188.29	c calculated reachability. Time: 0.00
4746.06/1188.29	c  N dy 19702   3212388      2000     40000         0     96602    200000   4173366    146.53   no data
4775.64/1195.67	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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 8.29 8.27 7.66 5/184 28449
/proc/meminfo: memFree=31329672/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 407 0 0 0 0 0 0 0 23 0 4 0 875187141 52441088 347 33554432000 4194304 4627427 140735724627968 18446744073709551615 47272040298418 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 12803 347 299 106 0 7774 0
[pid=28449/tid=28450] ppid=28447 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 875187141 52441088 347 33554432000 4194304 4627427 140735724627968 18446744073709551615 47272040298408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 875187141 52441088 347 33554432000 4194304 4627427 140735724627968 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 875187141 52441088 347 33554432000 4194304 4627427 140735724627968 18446744073709551615 47272040298418 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0391041 s]
/proc/loadavg: 8.29 8.27 7.66 5/184 28449
/proc/meminfo: memFree=31329672/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=285760 CPUtime=0.13 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 4909 0 0 0 11 2 0 0 18 0 4 0 875187141 292618240 4828 33554432000 4194304 4627427 140735724627968 18446744073709551615 271550642719 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 71473 5191 363 106 0 66444 0
[pid=28449/tid=28450] ppid=28447 vsize=289248 CPUtime=0.27 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 1661 0 0 0 27 0 0 0 18 0 4 0 875187141 296189952 6674 33554432000 4194304 4627427 140735724627968 18446744073709551615 271550580919 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=289248 CPUtime=0.27 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) D 28447 28449 28104 0 -1 4202560 1369 0 0 0 27 0 0 0 18 0 4 0 875187141 296189952 6842 33554432000 4194304 4627427 140735724627968 18446744073709551615 271550580919 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=289248 CPUtime=0.27 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 1708 0 0 0 27 0 0 0 18 0 4 0 875187141 296189952 6861 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 285760

[startup+0.357894 s]
/proc/loadavg: 8.29 8.27 7.66 5/184 28449
/proc/meminfo: memFree=31329672/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=316072 CPUtime=4.53 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 19370 0 0 0 447 6 0 0 19 0 4 0 875187141 323657728 15634 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 79018 15261 385 106 0 73989 0
[pid=28449/tid=28450] ppid=28447 vsize=316072 CPUtime=1.13 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 5530 0 0 0 111 2 0 0 19 0 4 0 875187141 323657728 15261 33554432000 4194304 4627427 140735724627968 18446744073709551615 271550580871 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=316072 CPUtime=1.12 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) D 28447 28449 28104 0 -1 4202560 4921 0 0 0 111 1 0 0 18 0 4 0 875187141 323657728 15261 33554432000 4194304 4627427 140735724627968 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=316072 CPUtime=1.12 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 3636 0 0 0 112 0 0 0 19 0 4 0 875187141 323657728 14749 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 316072

[startup+1.26373 s]
/proc/loadavg: 8.29 8.27 7.66 5/184 28449
/proc/meminfo: memFree=31329672/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=301576 CPUtime=5 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 21109 0 0 0 493 7 0 0 19 0 4 0 875187141 308813824 12576 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 75394 12576 385 106 0 70365 0
[pid=28449/tid=28450] ppid=28447 vsize=301576 CPUtime=1.25 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 5718 0 0 0 123 2 0 0 19 0 4 0 875187141 308813824 12576 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=301576 CPUtime=1.24 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 5557 0 0 0 122 2 0 0 19 0 4 0 875187141 308813824 12576 33554432000 4194304 4627427 140735724627968 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=301576 CPUtime=1.24 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 3812 0 0 0 124 0 0 0 19 0 4 0 875187141 308813824 12576 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 301576

[startup+1.36371 s]
/proc/loadavg: 8.29 8.27 7.66 5/184 28449
/proc/meminfo: memFree=31329672/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=301576 CPUtime=5.4 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 21728 0 0 0 533 7 0 0 19 0 4 0 875187141 308813824 13195 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 75394 13195 385 106 0 70365 0
[pid=28449/tid=28450] ppid=28447 vsize=301576 CPUtime=1.35 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 5871 0 0 0 133 2 0 0 19 0 4 0 875187141 308813824 13195 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=301576 CPUtime=1.34 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 5711 0 0 0 132 2 0 0 19 0 4 0 875187141 308813824 13195 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=301576 CPUtime=1.34 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 3965 0 0 0 134 0 0 0 19 0 4 0 875187141 308813824 13195 33554432000 4194304 4627427 140735724627968 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 301576

[startup+1.56368 s]
/proc/loadavg: 8.29 8.27 7.66 5/184 28449
/proc/meminfo: memFree=31329672/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=301576 CPUtime=6.2 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 22983 0 0 0 613 7 0 0 19 0 4 0 875187141 308813824 14450 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 75394 14450 385 106 0 70365 0
[pid=28449/tid=28450] ppid=28447 vsize=301576 CPUtime=1.55 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 6177 0 0 0 153 2 0 0 19 0 4 0 875187141 308813824 14451 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=301576 CPUtime=1.54 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 6028 0 0 0 152 2 0 0 19 0 4 0 875187141 308813824 14451 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=301576 CPUtime=1.54 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 4282 0 0 0 154 0 0 0 19 0 4 0 875187141 308813824 14451 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 301576

[startup+3.1004 s]
/proc/loadavg: 8.35 8.28 7.66 10/188 28453
/proc/meminfo: memFree=31250124/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=303724 CPUtime=12.36 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 35456 0 0 0 1227 9 0 0 23 0 4 0 875187141 311013376 16958 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 75931 16958 385 106 0 70902 0
[pid=28449/tid=28450] ppid=28447 vsize=303724 CPUtime=3.09 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 9158 0 0 0 307 2 0 0 23 0 4 0 875187141 311013376 16958 33554432000 4194304 4627427 140735724627968 18446744073709551615 271550196135 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=303724 CPUtime=3.07 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 8924 0 0 0 305 2 0 0 23 0 4 0 875187141 311013376 16958 33554432000 4194304 4627427 140735724627968 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=303724 CPUtime=3.09 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 7878 0 0 0 308 1 0 0 23 0 4 0 875187141 311013376 16959 33554432000 4194304 4627427 140735724627968 18446744073709551615 4305848 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303724

[startup+6.30082 s]
/proc/loadavg: 8.35 8.28 7.66 10/188 28453
/proc/meminfo: memFree=31177200/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=305556 CPUtime=25.12 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 69498 0 0 0 2495 17 0 0 25 0 4 0 875187141 312889344 31373 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 76389 31373 389 106 0 71360 0
[pid=28449/tid=28450] ppid=28447 vsize=305556 CPUtime=6.28 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 19366 0 0 0 623 5 0 0 25 0 4 0 875187141 312889344 31373 33554432000 4194304 4627427 140735724627968 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=305556 CPUtime=6.25 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 15087 0 0 0 622 3 0 0 25 0 4 0 875187141 312889344 31373 33554432000 4194304 4627427 140735724627968 18446744073709551615 4527234 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=305556 CPUtime=6.28 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 13666 0 0 0 626 2 0 0 25 0 4 0 875187141 312889344 31373 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 305556

[startup+12.7007 s]
/proc/loadavg: 8.29 8.27 7.67 10/188 28453
/proc/meminfo: memFree=31090048/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=407200 CPUtime=50.68 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 122524 0 0 0 5041 27 0 0 25 0 4 0 875187141 416972800 54480 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 101800 54480 389 106 0 96771 0
[pid=28449/tid=28450] ppid=28447 vsize=407200 CPUtime=12.68 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 35673 0 0 0 1261 7 0 0 25 0 4 0 875187141 416972800 54480 33554432000 4194304 4627427 140735724627968 18446744073709551615 4427403 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=407200 CPUtime=12.62 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 26656 0 0 0 1256 6 0 0 25 0 4 0 875187141 416972800 54480 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=407200 CPUtime=12.68 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 27987 0 0 0 1263 5 0 0 25 0 4 0 875187141 416972800 54480 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 407200

[startup+25.5003 s]
/proc/loadavg: 8.33 8.28 7.68 11/188 28453
/proc/meminfo: memFree=31040688/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=566184 CPUtime=101.81 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 179377 0 0 0 10142 39 0 0 19 0 4 0 875187141 579772416 82216 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 141546 82216 389 106 0 136517 0
[pid=28449/tid=28450] ppid=28447 vsize=566184 CPUtime=25.48 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 39905 0 0 0 2540 8 0 0 25 0 4 0 875187141 579772416 82216 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=566184 CPUtime=25.34 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 46665 0 0 0 2525 9 0 0 25 0 4 0 875187141 579772416 82216 33554432000 4194304 4627427 140735724627968 18446744073709551615 4333347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=566184 CPUtime=25.48 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 46710 0 0 0 2539 9 0 0 25 0 4 0 875187141 579772416 82216 33554432000 4194304 4627427 140735724627968 18446744073709551615 4427403 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 566184

[startup+51.1007 s]
/proc/loadavg: 8.38 8.29 7.69 9/188 28454
/proc/meminfo: memFree=30916368/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=717320 CPUtime=204.06 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 279330 0 0 0 20343 63 0 0 25 0 4 0 875187141 734535680 101664 33554432000 4194304 4627427 140735724627968 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 179330 101664 389 106 0 174301 0
[pid=28449/tid=28450] ppid=28447 vsize=717320 CPUtime=51.08 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 66309 0 0 0 5094 14 0 0 25 0 4 0 875187141 734535680 101664 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=717320 CPUtime=50.81 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 71332 0 0 0 5065 16 0 0 25 0 4 0 875187141 734535680 101664 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=717320 CPUtime=51.07 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 68429 0 0 0 5093 14 0 0 25 0 4 0 875187141 734535680 101664 33554432000 4194304 4627427 140735724627968 18446744073709551615 4299701 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 717320

[startup+102.3 s]
/proc/loadavg: 8.31 8.27 7.72 10/188 28456
/proc/meminfo: memFree=30738380/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=771784 CPUtime=408.57 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 440115 0 0 0 40754 103 0 0 25 0 4 0 875187141 790306816 135165 33554432000 4194304 4627427 140735724627968 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 192946 135165 389 106 0 187917 0
[pid=28449/tid=28450] ppid=28447 vsize=771784 CPUtime=102.27 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 104999 0 0 0 10205 22 0 0 25 0 4 0 875187141 790306816 135165 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=771784 CPUtime=101.72 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 115210 0 0 0 10144 28 0 0 25 0 4 0 875187141 790306816 135165 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=771784 CPUtime=102.28 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 107364 0 0 0 10205 23 0 0 25 0 4 0 875187141 790306816 135165 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 771784

[startup+162.3 s]

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

[pid=28449] ppid=28447 vsize=1284660 CPUtime=2565.55 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 1832228 0 0 0 256045 510 0 0 25 0 4 0 875187141 1315491840 229781 33554432000 4194304 4627427 140735724627968 18446744073709551615 4321603 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 321165 229781 389 106 0 316136 0
[pid=28449/tid=28450] ppid=28447 vsize=1284660 CPUtime=640.02 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 422646 0 0 0 63885 117 0 0 25 0 4 0 875187141 1315491840 229781 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1284660 CPUtime=641.59 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 476038 0 0 0 64023 136 0 0 25 0 4 0 875187141 1315491840 229781 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1284660 CPUtime=641.65 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 465390 0 0 0 64042 123 0 0 25 0 4 0 875187141 1315491840 229781 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.55
Current children cumulated vsize (KiB) 1284660

[startup+702.3 s]
/proc/loadavg: 8.30 8.22 7.93 9/188 28514
/proc/meminfo: memFree=30054004/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1381148 CPUtime=2805.18 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 1978339 0 0 0 279964 554 0 0 25 0 4 0 875187141 1414295552 267361 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 345287 267361 389 106 0 340258 0
[pid=28449/tid=28450] ppid=28447 vsize=1381148 CPUtime=700.01 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 455918 0 0 0 69873 128 0 0 25 0 4 0 875187141 1414295552 267361 33554432000 4194304 4627427 140735724627968 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1381148 CPUtime=701.58 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 510226 0 0 0 70009 149 0 0 25 0 4 0 875187141 1414295552 267361 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1381148 CPUtime=701.32 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 505569 0 0 0 69999 133 0 0 25 0 4 0 875187141 1414295552 267361 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 1381148

[startup+762.3 s]
/proc/loadavg: 8.21 8.21 7.94 9/188 28515
/proc/meminfo: memFree=30044028/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1362792 CPUtime=3044.85 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2049063 0 0 0 303900 585 0 0 25 0 4 0 875187141 1395499008 271912 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 340698 271912 389 106 0 335669 0
[pid=28449/tid=28450] ppid=28447 vsize=1362792 CPUtime=760.01 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 478295 0 0 0 75863 138 0 0 25 0 4 0 875187141 1395499008 271912 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1362792 CPUtime=761.58 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 540182 0 0 0 75995 163 0 0 25 0 4 0 875187141 1395499008 271912 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1362792 CPUtime=760.99 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 512206 0 0 0 75963 136 0 0 25 0 4 0 875187141 1395499008 271912 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.85
Current children cumulated vsize (KiB) 1362792

[startup+822.3 s]
/proc/loadavg: 8.36 8.25 7.97 10/188 28517
/proc/meminfo: memFree=29998596/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1449784 CPUtime=3284.51 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2163805 0 0 0 327828 623 0 0 25 0 4 0 875187141 1484578816 271163 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 362446 271164 389 106 0 357417 0
[pid=28449/tid=28450] ppid=28447 vsize=1449784 CPUtime=820 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 495337 0 0 0 81857 143 0 0 25 0 4 0 875187141 1484578816 271164 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1449784 CPUtime=821.57 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 574853 0 0 0 81984 173 0 0 25 0 4 0 875187141 1484578816 271164 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1449784 CPUtime=820.67 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 545894 0 0 0 81919 148 0 0 25 0 4 0 875187141 1484578816 271164 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 1449784

[startup+882.3 s]
/proc/loadavg: 8.30 8.24 7.98 10/188 28518
/proc/meminfo: memFree=29939272/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1474460 CPUtime=3524.17 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2295262 0 0 0 351752 665 0 0 25 0 4 0 875187141 1509847040 288268 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 368615 288268 389 106 0 363586 0
[pid=28449/tid=28450] ppid=28447 vsize=1474460 CPUtime=879.99 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 525849 0 0 0 87847 152 0 0 25 0 4 0 875187141 1509847040 288268 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1474460 CPUtime=881.57 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 607658 0 0 0 87971 186 0 0 25 0 4 0 875187141 1509847040 288268 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1474460 CPUtime=880.33 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 579069 0 0 0 87875 158 0 0 25 0 4 0 875187141 1509847040 288268 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 1474460

[startup+942.301 s]
/proc/loadavg: 8.22 8.23 8.00 9/188 28520
/proc/meminfo: memFree=29686388/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1740456 CPUtime=3763.84 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2439394 0 0 0 375677 707 0 0 25 0 4 0 875187141 1782226944 355232 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 435114 355232 389 106 0 430085 0
[pid=28449/tid=28450] ppid=28447 vsize=1740456 CPUtime=940 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 553580 0 0 0 93836 164 0 0 25 0 4 0 875187141 1782226944 355232 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1740456 CPUtime=941.57 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 660425 0 0 0 93960 197 0 0 25 0 4 0 875187141 1782226944 355232 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1740456 CPUtime=940 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 616777 0 0 0 93830 170 0 0 25 0 4 0 875187141 1782226944 355232 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.84
Current children cumulated vsize (KiB) 1740456

[startup+1002.3 s]
/proc/loadavg: 8.13 8.20 8.00 9/188 28522
/proc/meminfo: memFree=29466232/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1836652 CPUtime=4003.51 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2482840 0 0 0 399621 730 0 0 25 0 4 0 875187141 1880731648 375260 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 459163 375260 389 106 0 454134 0
[pid=28449/tid=28450] ppid=28447 vsize=1836652 CPUtime=1000 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 582608 0 0 0 99822 178 0 0 25 0 4 0 875187141 1880731648 375260 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468007 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1836652 CPUtime=1001.57 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 660425 0 0 0 99960 197 0 0 25 0 4 0 875187141 1880731648 375260 33554432000 4194304 4627427 140735724627968 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1836652 CPUtime=999.67 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 617705 0 0 0 99796 171 0 0 25 0 4 0 875187141 1880731648 375261 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.51
Current children cumulated vsize (KiB) 1836652

[startup+1062.3 s]
/proc/loadavg: 8.15 8.19 8.01 9/188 28523
/proc/meminfo: memFree=29539448/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1809184 CPUtime=4243.19 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2566350 0 0 0 423551 768 0 0 25 0 4 0 875187141 1852604416 369254 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 452296 369254 389 106 0 447267 0
[pid=28449/tid=28450] ppid=28447 vsize=1809184 CPUtime=1060 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 583651 0 0 0 105821 179 0 0 25 0 4 0 875187141 1852604416 369254 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1809184 CPUtime=1061.56 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 685760 0 0 0 105948 208 0 0 25 0 4 0 875187141 1852604416 369254 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1809184 CPUtime=1059.36 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 648019 0 0 0 105750 186 0 0 25 0 4 0 875187141 1852604416 369255 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 1809184

[startup+1122.3 s]
/proc/loadavg: 8.15 8.18 8.01 9/188 28525
/proc/meminfo: memFree=29585160/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1826232 CPUtime=4482.84 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2682021 0 0 0 447476 808 0 0 25 0 4 0 875187141 1870061568 364382 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 456558 364382 389 106 0 451529 0
[pid=28449/tid=28450] ppid=28447 vsize=1826232 CPUtime=1119.99 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 612736 0 0 0 111810 189 0 0 25 0 4 0 875187141 1870061568 364382 33554432000 4194304 4627427 140735724627968 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1826232 CPUtime=1121.56 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 713255 0 0 0 111937 219 0 0 25 0 4 0 875187141 1870061568 364382 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1826232 CPUtime=1119.02 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 679252 0 0 0 111706 196 0 0 25 0 4 0 875187141 1870061568 364382 33554432000 4194304 4627427 140735724627968 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.84
Current children cumulated vsize (KiB) 1826232

[startup+1182.3 s]
/proc/loadavg: 8.26 8.22 8.03 9/188 28526
/proc/meminfo: memFree=29411012/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1858780 CPUtime=4722.52 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2797634 0 0 0 471405 847 0 0 25 0 4 0 875187141 1903390720 360367 33554432000 4194304 4627427 140735724627968 18446744073709551615 4427421 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 464695 360367 389 106 0 459666 0
[pid=28449/tid=28450] ppid=28447 vsize=1858780 CPUtime=1179.98 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 644392 0 0 0 117799 199 0 0 25 0 4 0 875187141 1903390720 360368 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1858780 CPUtime=1181.56 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 743862 0 0 0 117927 229 0 0 25 0 4 0 875187141 1903390720 360368 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1858780 CPUtime=1178.69 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 709991 0 0 0 117663 206 0 0 25 0 4 0 875187141 1903390720 360368 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 1858780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.25 8.22 8.04 9/188 28527
/proc/meminfo: memFree=29497792/32951124 swapFree=67054536/67111528
[pid=28449] ppid=28447 vsize=1859280 CPUtime=4800.4 cores=1,3,5,7
/proc/28449/stat : 28449 (strangenight2-m) R 28447 28449 28104 0 -1 4202496 2831438 0 0 0 479182 858 0 0 25 0 4 0 875187141 1903902720 361688 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28449/statm: 464820 361688 389 106 0 459791 0
[pid=28449/tid=28450] ppid=28447 vsize=1859280 CPUtime=1199.48 cores=1,3,5,7
/proc/28449/task/28450/stat : 28450 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 653097 0 0 0 119746 202 0 0 25 0 4 0 875187141 1903902720 361689 33554432000 4194304 4627427 140735724627968 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28449/tid=28451] ppid=28447 vsize=1859280 CPUtime=1201.07 cores=1,3,5,7
/proc/28449/task/28451/stat : 28451 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 753651 0 0 0 119874 233 0 0 25 0 4 0 875187141 1903902720 361689 33554432000 4194304 4627427 140735724627968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28449/tid=28452] ppid=28447 vsize=1859280 CPUtime=1198.08 cores=1,3,5,7
/proc/28449/task/28452/stat : 28452 (strangenight2-m) R 28447 28449 28104 0 -1 4202560 718987 0 0 0 119598 210 0 0 25 0 4 0 875187141 1903902720 361689 33554432000 4194304 4627427 140735724627968 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1859280

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): 1201.87
CPU time (s): 4800.49
CPU user time (s): 4791.84
CPU system time (s): 8.64668
CPU usage (%): 399.418
Max. virtual memory (cumulated for all children) (KiB): 1872240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.84
system time used= 8.64668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2831444
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= 5687
involuntary context switches= 32222

runsolver used 1.73574 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-09 18:11:33
IDJOB=3173798
IDBENCH=82616
IDSOLVER=1586
FILE ID=node133/3173798-1307635892
RUNJOBID= node133-1307633326-28123
PBS_JOBID= 13549393
Free space on /tmp= 74164 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173798-1307635892/watcher-3173798-1307635892 -o /tmp/evaluation-result-3173798-1307635892/solver-3173798-1307635892 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173798-1307635892.cnf

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

MD5SUM BENCH= 3b045b7b4cbac0d258a07eda037c4299
RANDOM SEED=1418014334

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31330348 kB
Buffers:        179952 kB
Cached:         359152 kB
SwapCached:      10420 kB
Active:        1158676 kB
Inactive:       264168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31330348 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:      880264 kB
Mapped:          13332 kB
Slab:           132064 kB
PageTables:       6692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1299680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74156 MiB
End job on node133 at 2011-06-09 18:31:36