Trace number 3173875

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.51 1201.78

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
MD5SUM1d861e510861ad58190eb0b3053bc657
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark340.927
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3173875-1304072190.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.00/0.20	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.16
0.00/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.76/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.76/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.76/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.76/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.76/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.76/0.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.76/0.33	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.33	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.76/0.33	c calculated reachability. Time: 0.00
0.76/0.33	c Calc default polars -  time:   0.00 s pos:     692 undec:      65 neg:     743
0.76/0.33	c =========================================================================================
0.76/0.33	c types(t): F = full restart, N = normal restart
0.76/0.33	c types(t): S = simplification begin/end, E = solution found
0.76/0.33	c restart types(rt): st = static, dy = dynamic
0.76/0.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.33	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.76/0.61	c  N dy    14      4126      1500     30000         0      4121    150000    662551    128.64    135.58
3.56/0.99	c  N dy    38      8164      1500     30000         0      5661    150000    650893    125.74    132.63
5.16/1.39	c  N dy    59     12168      1500     30000         0      5421    150000    398287    125.39    133.36
6.78/1.80	c  N dy    81     16282      1500     30000         0      9530    150000   1036275    125.12    131.96
8.75/2.22	c  N dy   104     20360      1500     30000         0      7980    150000    603464    124.71    134.25
10.35/2.67	c  N dy   132     24466      1500     30000         0     12082    150000   1251132    125.39    133.01
10.77/2.72	c  F st   135     25000      1500     30000         0     12616    150000   1329017    125.30    121.57
12.75/3.26	c  N dy   141     30000      1500     30000         0     10796    150000    932658    125.30   no data
12.75/3.26	c  S st   141     30000      1500     30000         0     10796    150000    932658    125.30   no data
13.15/3.33	c  S st   141     30502      1500     30000         0     11298    150000    998187    125.30   no data
13.15/3.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.15/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
13.15/3.36	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
13.15/3.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.15/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.15/3.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.15/3.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.55/3.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.91	c lits-rem:       133  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.49 s
16.34/4.10	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
16.34/4.10	c calculated reachability. Time: 0.00
16.34/4.10	c  N dy   141     30502      1500     30000         0     11285    150000    993187    125.30   no data
17.94/4.56	c  N dy   161     34595      1500     30000         0     15378    150000   1626209    125.12    135.85
19.95/5.02	c  N dy   188     38684      1500     30000         0     11570    150000    854412    125.39    132.59
21.93/5.51	c  N dy   210     42755      1500     30000         0     15640    150000   1483026    125.21    144.68
23.53/5.91	c  S st   229     45756      1500     30000         0      9695    150000    395696    125.41    119.34
23.53/5.98	c  S st   229     46257      1500     30000         0     10196    150000    458528    125.41   no data
23.53/5.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.94/6.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.94/6.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.94/6.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.94/6.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.94/6.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.94/6.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.94/6.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.94/6.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.34/6.14	c lits-rem:        24  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.10 s
24.34/6.14	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
24.34/6.15	c vivif2 --  cl tried    10195 cl shrink        0 lits rem          0 time: 0.01
25.12/6.34	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
25.12/6.34	c calculated reachability. Time: 0.00
25.12/6.34	c  N dy   229     46257      1500     30000         0     10195    150000    458162    125.41   no data
27.13/6.83	c  N dy   250     50415      1500     30000         0     14352    150000   1105533    125.32    133.76
29.12/7.35	c  N dy   270     54732      1500     30000         0     18668    150000   1771416    125.02    136.73
31.12/7.85	c  N dy   291     58825      1500     30000         0     12788    150000    733648    124.82    137.64
33.14/8.35	c  N dy   316     62886      1500     30000         0     16849    150000   1355245    124.63    132.14
35.11/8.88	c  N dy   341     66947      1500     30000         0     20908    150000   1987829    124.74    151.58
36.71/9.22	c  S st   354     69385      1500     30000         0     12360    150000    510259    124.62    121.22
36.71/9.30	c  S st   354     69890      1500     30000         0     12865    150000    578706    124.62   no data
36.71/9.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.13/9.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
37.13/9.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.13/9.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.13/9.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.13/9.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
37.13/9.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.13/9.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.13/9.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.91/9.57	c lits-rem:        22  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.21 s
37.91/9.57	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.91/9.58	c vivif2 --  cl tried    12864 cl shrink        0 lits rem          0 time: 0.01
38.70/9.79	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.70/9.79	c calculated reachability. Time: 0.00
38.70/9.79	c  N dy   354     69890      1500     30000         0     12864    150000    578312    124.62   no data
41.10/10.34	c  N dy   381     74405      1500     30000         0     17377    150000   1288292    124.72    138.44
43.50/10.97	c  N dy   411     79165      1500     30000         0     22133    150000   2034234    124.77    133.53
46.31/11.64	c  N dy   446     84288      1500     30000         0     15269    150000    820495    124.80    132.70
47.89/12.03	c  F st   459     87501      1500     30000         0     18479    150000   1308494    124.56    108.28
49.49/12.46	c  N st   464     90799      1500     30000         0     21766    150000   1864165    124.56   no data
52.69/13.29	c  N dy   488     96891      1500     30000         0     14865    150000    610973    124.46    136.19
55.89/14.06	c  N dy   519    103091      1500     30000         0     21064    150000   1545829    124.14    130.97
57.08/14.30	c  S st   530    104835      1500     30000         0     22807    150000   1819192    124.15   no data
57.08/14.39	c  S st   530    105342      1500     30000         0     23314    150000   1889982    124.15   no data
57.08/14.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.48/14.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
57.48/14.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.48/14.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.48/14.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.48/14.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
57.48/14.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.48/14.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
57.88/14.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.68/18.21	c lits-rem:       155  cl-subs:       17  v-elim:      0  v-fix:    0  time:  3.70 s
72.68/18.21	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.68/18.24	c vivif2 --  cl tried    23297 cl shrink        0 lits rem          0 time: 0.02
73.85/18.58	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.34
73.85/18.58	c calculated reachability. Time: 0.00
73.85/18.58	c  N dy   530    105342      1500     30000         0     23297    150000   1884614    124.15   no data
77.85/19.55	c  N dy   567    112065      1500     30000         0     16032    150000    635978    124.09    131.66
81.85/20.54	c  N dy   612    119313      1500     30000         0     23275    150000   1758438    124.08    132.17
86.24/21.68	c  N dy   655    127012      1500     30000         0     15978    150000    496356    123.96    133.14
91.03/22.87	c  N dy   705    135350      1500     30000         0     24310    150000   1792425    124.04    131.81
96.62/24.25	c  N dy   759    144216      1500     30000         0     17180    150000    539022    124.05    131.00
101.82/25.56	c  N dy   810    153679      1500     30000         0     26640    150000   2006835    123.96    131.10
104.61/26.23	c  S st   840    158016      1500     30000         0     30976    150000   2686134    124.04    113.96
105.01/26.34	c  S st   840    158522      1500     30000         0     31482    150000   2751679    124.04   no data
105.01/26.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
105.01/26.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
105.01/26.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.01/26.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.01/26.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.01/26.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
105.01/26.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.41/26.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
105.82/26.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.77/36.01	c lits-rem:       147  cl-subs:       18  v-elim:      0  v-fix:    0  time:  9.49 s
143.77/36.01	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
143.77/36.04	c vivif2 --  cl tried    31464 cl shrink        0 lits rem          0 time: 0.03
144.97/36.39	c asymm  cl-useful: 0/27583/30000 lits-rem:0 time: 0.35
144.97/36.39	c calculated reachability. Time: 0.00
144.97/36.39	c  N dy   840    158522      1500     30000         0     31464    150000   2745272    124.04   no data
151.37/37.96	c  N dy   899    168863      1500     30000         0     24810    150000   1558177    123.91    131.02
158.94/39.83	c  N dy   963    180373      1500     30000         0     18322    150000    413556    123.87    131.06
165.33/41.49	c  N dy  1033    192074      1500     30000         0     30017    150000   2226538    123.90    130.45
173.34/43.45	c  N dy  1108    204564      1500     30000         0     23509    150000   1068509    123.94    133.07
181.71/45.52	c  N dy  1192    217635      1500     30000         0     36575    150000   3083622    123.94    131.16
190.10/47.69	c  N dy  1280    231841      1500     30000         0     30778    150000   2059171    124.00    133.04
194.09/48.66	c  S st  1318    237783      1500     30000         0     36719    150000   2988954    124.07   no data
194.49/48.78	c  S st  1318    238285      1500     30000         0     37221    150000   3056719    124.07   no data
194.49/48.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
194.89/48.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
194.89/48.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
194.89/48.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
194.89/48.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.89/48.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
194.89/48.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
194.89/48.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
195.31/48.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
233.25/58.48	c lits-rem:       289  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.52 s
233.25/58.48	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
233.65/58.52	c vivif2 --  cl tried    37204 cl shrink        0 lits rem          0 time: 0.04
233.65/58.56	c asymm  cl-useful: 0/2417/30000 lits-rem:0 time: 0.04
233.65/58.56	c calculated reachability. Time: 0.00
233.65/58.56	c  N dy  1318    238285      1500     30000         0     37204    150000   3050508    124.07   no data
243.23/60.92	c  N dy  1415    253528      1500     30000         0     31451    150000   2021180    124.09    134.98
253.61/63.57	c  N dy  1509    269715      1500     30000         0     25641    150000    954707    124.13    133.98
264.81/66.32	c  N dy  1590    287130      1500     30000         0     43052    150000   3609729    123.91    131.38
276.79/69.32	c  N dy  1697    305922      1500     30000         0     38845    150000   2837233    123.82    132.01
276.79/69.38	c  F st  1700    306251      1500     30000         0     39174    150000   2888134    123.82   no data
289.57/72.55	c  N dy  1786    325623      1500     30000         0     34542    150000   2027615    123.79    132.13
303.55/76.01	c  N dy  1893    345656      1500     30000         0     29579    150000   1125316    123.71    133.33
311.15/77.98	c  S st  1963    357427      1500     30000         0     41346    150000   2928842    123.68   no data
311.95/78.10	c  S st  1963    357929      1500     30000         0     41848    150000   2989958    123.68   no data
311.95/78.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
311.95/78.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
311.95/78.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
311.95/78.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
311.95/78.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.95/78.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
311.95/78.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
311.95/78.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
312.35/78.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.51/87.52	c lits-rem:       189  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.24 s
349.51/87.52	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
349.51/87.56	c vivif2 --  cl tried    41834 cl shrink        0 lits rem          0 time: 0.04
351.09/87.95	c asymm  cl-useful: 0/23957/30000 lits-rem:0 time: 0.39
351.09/87.96	c calculated reachability. Time: 0.00
351.09/87.96	c  N dy  1963    357929      1500     30000         0     41834    150000   2984886    123.68   no data
365.47/91.54	c  N dy  2071    378086      1500     30000         0     35988    150000   1970400    123.61    131.24
381.04/95.41	c  N dy  2195    398178      1500     30000         0     29086    150000    768864    123.60    132.75
395.03/98.96	c  N dy  2310    418672      1500     30000         0     49566    150000   3925989    123.56    130.52
409.41/102.59	c  N dy  2427    438699      1500     30000         0     41595    150000   2535429    123.55    137.26
425.39/106.56	c  N dy  2559    458863      1500     30000         0     32767    150000   1045088    123.72    131.69
440.18/110.26	c  N dy  2675    478954      1500     30000         0     52851    150000   4131961    123.69    130.63
455.35/114.03	c  N dy  2796    499211      1500     30000         0     43114    150000   2504592    123.72    131.28
471.74/118.19	c  N dy  2917    519224      1500     30000         0     32136    150000    647175    123.74    135.33
484.53/121.35	c  S st  3026    536894      1500     30000         0     49793    150000   3375093    123.75    116.58
485.34/121.50	c  S st  3026    537402      1500     30000         0     50301    150000   3443985    123.75   no data
485.34/121.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
485.34/121.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
485.34/121.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
485.34/121.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
485.34/121.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.34/121.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
485.34/121.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
485.74/121.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
486.12/121.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
536.45/134.31	c lits-rem:       251  cl-subs:       17  v-elim:      0  v-fix:    0  time: 12.61 s
536.45/134.32	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
536.45/134.36	c vivif2 --  cl tried    50284 cl shrink        0 lits rem          0 time: 0.04
536.85/134.49	c asymm  cl-useful: 0/6043/30000 lits-rem:0 time: 0.13
536.85/134.49	c calculated reachability. Time: 0.00
536.85/134.49	c  N dy  3026    537402      1500     30000         0     50284    150000   3437971    123.75   no data
554.03/138.75	c  N dy  3147    557441      1500     30000         0     38324    150000   1447369    123.75    132.36
570.40/142.82	c  N dy  3261    577472      1500     30000         0     58345    150000   4567038    123.75    134.03
587.98/147.25	c  N dy  3391    597859      1500     30000         0     45734    150000   2490892    123.83    130.74
607.16/152.06	c  N dy  3509    617889      1500     30000         0     65754    150000   5592945    123.84    133.78
623.15/156.03	c  N dy  3626    638133      1500     30000         0     52012    150000   3257638    123.82    131.50
641.92/160.76	c  N dy  3762    658161      1500     30000         0     37048    150000    816353    123.87    133.03
658.30/164.81	c  N dy  3873    678477      1500     30000         0     57350    150000   3956475    123.87    133.16
676.67/169.40	c  N dy  3986    698849      1500     30000         0     41728    150000   1404505    123.90    132.81
693.05/173.54	c  N dy  4096    718993      1500     30000         0     61864    150000   4499141    123.86    133.02
710.63/177.97	c  N dy  4211    739016      1500     30000         0     44898    150000   1750805    123.89    131.06
727.42/182.19	c  N dy  4323    759058      1500     30000         0     64928    150000   4817742    123.86    130.77
745.39/186.69	c  N dy  4440    779130      1500     30000         0     47011    150000   1924416    123.88    137.36
762.96/191.04	c  N dy  4561    799142      1500     30000         0     67015    150000   5023624    123.89    137.49
770.15/192.81	c  S st  4601    806104      1500     30000         0     73974    150000   6103731    123.88   no data
770.96/193.01	c  S st  4601    806607      1500     30000         0     74477    150000   6169607    123.88   no data
770.96/193.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
770.96/193.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
770.96/193.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.96/193.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.96/193.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.96/193.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
770.96/193.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
771.37/193.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
772.15/193.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
903.19/226.17	c lits-rem:       486  cl-subs:       40  v-elim:      0  v-fix:    0  time: 32.81 s
903.19/226.17	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
903.57/226.25	c vivif2 --  cl tried    74437 cl shrink        0 lits rem          0 time: 0.08
905.18/226.69	c asymm  cl-useful: 0/17090/30000 lits-rem:0 time: 0.44
905.18/226.69	c calculated reachability. Time: 0.00
905.18/226.69	c  N dy  4601    806607      1500     30000         0     74437    150000   6154810    123.88   no data
922.35/230.94	c  N dy  4717    827169      1500     30000         0     56004    150000   3160719    123.86    130.46
941.93/235.84	c  N dy  4840    847207      1500     30000         0     76032    150000   6269660    123.88    135.59
958.71/240.09	c  N dy  4957    867397      1500     30000         0     56240    150000   3063571    123.88    132.03
978.28/244.92	c  N dy  5071    887461      1500     30000         0     76290    150000   6167887    123.87    130.42
995.48/249.29	c  N dy  5178    907611      1500     30000         0     55456    150000   2798594    123.87    132.79
1014.63/254.05	c  N dy  5290    927673      1500     30000         0     75504    150000   5913353    123.88    131.91
1033.01/258.61	c  N dy  5403    947751      1500     30000         0     53589    150000   2316692    123.86    130.72
1052.20/263.42	c  N dy  5527    967961      1500     30000         0     73788    150000   5454987    123.87    131.33
1071.76/268.37	c  N dy  5644    988169      1500     30000         0     51010    150000   1808723    123.86    130.89
1091.33/273.26	c  N dy  5769   1008928      1500     30000         0     71753    150000   5018034    123.87    131.19
1114.12/278.97	c  N dy  5877   1028994      1500     30000         0     47836    150000   1167665    123.89    131.21
1133.28/283.74	c  N dy  5997   1049079      1500     30000         0     67914    150000   4292369    123.89    137.07
1157.25/289.79	c  N dy  6122   1069229      1500     30000         0     88053    150000   7425173    123.91    133.33
1160.84/290.64	c  F st  6137   1071875      1500     30000         0     45726    150000    690414    123.90   no data
1176.82/294.69	c  N dy  6212   1089293      1500     30000         0     63124    150000   3506001    123.91    148.00
1198.79/300.10	c  N dy  6335   1109435      1500     30000         0     83254    150000   6635916    123.91    130.83
1219.18/305.20	c  N dy  6444   1129631      1500     30000         0     57467    150000   2368072    123.90    132.17
1239.14/310.25	c  N dy  6562   1149673      1500     30000         0     77500    150000   5471197    123.90    132.24
1262.31/316.00	c  N dy  6669   1170165      1500     30000         0     51003    150000   1225600    123.89    133.65
1281.10/320.79	c  N dy  6792   1190209      1500     30000         0     71038    150000   4327476    123.89    130.65
1303.85/326.42	c  S st  6910   1209912      1500     30000         0     90731    150000   7387640    123.91    127.43
1304.66/326.66	c  S st  6910   1210417      1500     30000         0     91236    150000   7449986    123.91   no data
1304.66/326.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1305.05/326.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1305.05/326.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1305.05/326.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1305.05/326.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1305.05/326.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1305.05/326.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1305.45/326.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1306.25/327.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1487.23/372.39	c lits-rem:       588  cl-subs:       56  v-elim:      0  v-fix:    0  time: 45.32 s
1487.23/372.40	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1487.64/372.49	c vivif2 --  cl tried    91180 cl shrink        0 lits rem          0 time: 0.09
1489.60/372.95	c asymm  cl-useful: 0/12910/30000 lits-rem:0 time: 0.46
1489.60/372.96	c calculated reachability. Time: 0.00
1489.60/372.96	c  N dy  6910   1210417      1500     30000         0     91180    150000   7431550    123.91   no data
1509.20/377.80	c  N dy  7023   1230519      1500     30000         0     63299    150000   2976278    123.89    130.91
1529.96/383.08	c  N dy  7146   1250686      1500     30000         0     83460    150000   6137831    123.92    134.01
1552.73/388.77	c  N dy  7270   1270729      1500     30000         0     54516    150000   1480327    123.94    130.55
1571.91/393.54	c  N dy  7395   1290792      1500     30000         0     74566    150000   4602811    123.96    134.16
1595.07/399.35	c  N dy  7509   1310848      1500     30000         0     94610    150000   7703878    123.96    130.77
1615.44/404.41	c  N dy  7621   1331201      1500     30000         0     64979    150000   2920393    123.93    131.43
1636.22/409.68	c  N dy  7733   1351259      1500     30000         0     85018    150000   6035897    123.93    131.23
1660.58/415.77	c  N dy  7849   1371274      1500     30000         0     54068    150000   1090559    123.93    130.85
1679.76/420.56	c  N dy  7970   1391301      1500     30000         0     74082    150000   4191667    123.94    130.85
1702.96/426.31	c  N dy  8084   1411400      1500     30000         0     94168    150000   7285658    123.94    135.69
1724.93/431.83	c  N dy  8210   1431506      1500     30000         0     62294    150000   2234444    123.95    133.74
1746.50/437.24	c  N dy  8345   1452088      1500     30000         0     82869    150000   5452986    123.97    130.55
1771.24/443.49	c  N dy  8464   1472165      1500     30000         0    102935    150000   8569515    123.98    140.63
1792.82/448.86	c  N dy  8579   1492233      1500     30000         0     70020    150000   3284175    123.98    130.93
1815.59/454.54	c  N dy  8690   1512365      1500     30000         0     90143    150000   6391068    123.97    134.03
1841.56/461.05	c  N dy  8801   1532378      1500     30000         0     56170    150000    989940    123.96    132.79
1861.53/466.04	c  N dy  8928   1552891      1500     30000         0     76672    150000   4198225    123.97    131.80
1886.30/472.28	c  N dy  9062   1572928      1500     30000         0     96702    150000   7331070    124.00    148.37
1911.87/478.60	c  N dy  9187   1593149      1500     30000         0     61937    150000   1760779    124.01    130.64
1932.23/483.78	c  N dy  9301   1613237      1500     30000         0     82015    150000   4855859    124.00    161.49
1957.82/490.11	c  N dy  9424   1633375      1500     30000         0    102136    150000   8000799    124.02    132.03
1982.18/496.29	c  N dy  9552   1653651      1500     30000         0     66438    150000   2311544    124.03    131.24
2005.35/502.09	c  N dy  9671   1673687      1500     30000         0     86464    150000   5451303    124.05    164.19
2033.70/509.11	c  N dy  9783   1693792      1500     30000         0    106559    150000   8564308    124.05    131.12
2055.27/514.53	c  S st  9891   1710417      1500     30000         0     66201    150000   2103703    124.06   no data
2056.07/514.72	c  S st  9891   1710919      1500     30000         0     66703    150000   2167291    124.06   no data
2056.07/514.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2056.07/514.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2056.47/514.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2056.47/514.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2056.47/514.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2056.47/514.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2056.47/514.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2056.47/514.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2056.88/514.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2091.63/523.68	c lits-rem:       153  cl-subs:        5  v-elim:      0  v-fix:    0  time:  8.78 s
2091.63/523.69	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2092.02/523.71	c vivif2 --  cl tried    66698 cl shrink        0 lits rem          0 time: 0.03
2093.64/524.13	c asymm  cl-useful: 0/18394/30000 lits-rem:0 time: 0.42
2093.64/524.13	c calculated reachability. Time: 0.00
2093.64/524.13	c  N dy  9891   1710919      1500     30000         0     66698    150000   2165636    124.06   no data
2115.61/529.61	c  N dy  9997   1731009      1500     30000         0     86775    150000   5269998    124.05    134.27
2142.38/536.33	c  N dy 10119   1751111      1500     30000         0    106866    150000   8379602    124.04    134.00
2165.93/542.28	c  N dy 10228   1771182      1500     30000         0     68957    150000   2372816    124.03    132.86
2188.70/547.95	c  N dy 10355   1791260      1500     30000         0     89028    150000   5500487    124.05    158.87
2215.07/554.58	c  N dy 10460   1811274      1500     30000         0    109032    150000   8593040    124.04    131.34
2239.43/560.62	c  N dy 10576   1831278      1500     30000         0     70048    150000   2426605    124.04    131.03
2261.40/566.14	c  N dy 10691   1851393      1500     30000         0     90144    150000   5525418    124.03    130.92
2288.57/572.90	c  N dy 10812   1871611      1500     30000         0    110349    150000   8685622    124.05    131.24
2313.35/579.16	c  N dy 10941   1891702      1500     30000         0     70461    150000   2359136    124.06    131.16
2335.72/584.71	c  N dy 11051   1911773      1500     30000         0     90518    150000   5457906    124.05    132.19
2362.09/591.38	c  N dy 11170   1931834      1500     30000         0    110565    150000   8588886    124.05    131.90
2388.05/597.88	c  N dy 11300   1951876      1500     30000         0     69643    150000   2051655    124.06    131.35
2410.03/603.36	c  N dy 11418   1971899      1500     30000         0     89651    150000   5157731    124.06    130.74
2436.40/609.98	c  N dy 11539   1991995      1500     30000         0    109734    150000   8267021    124.05    132.30
2463.94/616.89	c  N dy 11664   2012380      1500     30000         0     68146    150000   1698936    124.06    130.62
2485.90/622.34	c  N dy 11785   2032623      1500     30000         0     88377    150000   4843967    124.07    130.88
2513.87/629.30	c  N dy 11919   2052734      1500     30000         0    108477    150000   7968782    124.07    131.57
2543.83/636.88	c  N dy 12038   2072736      1500     30000         0     65507    150000   1122432    124.07    138.25
2565.80/642.39	c  N dy 12159   2092803      1500     30000         0     85565    150000   4230616    124.07    130.62
2592.57/649.05	c  N dy 12286   2112920      1500     30000         0    105671    150000   7358754    124.08    132.49
2622.93/656.67	c  N dy 12406   2133112      1500     30000         0    125857    150000  10488495    124.07    130.80
2645.71/662.30	c  N dy 12530   2153198      1500     30000         0     81966    150000   3537783    124.08    132.41
2670.07/668.46	c  N dy 12650   2173216      1500     30000         0    101975    150000   6648399    124.08    130.67
2700.05/675.92	c  N dy 12782   2193442      1500     30000         0    122187    150000   9811221    124.10    132.02
2722.79/681.64	c  S st 12889   2210920      1500     30000         0     74696    150000   2254222    124.10   no data
2723.59/681.83	c  S st 12889   2211423      1500     30000         0     75199    150000   2329856    124.10   no data
2723.59/681.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2723.99/681.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2723.99/681.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2723.99/681.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2723.99/681.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2723.99/681.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2723.99/681.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2723.99/681.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2724.39/682.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2757.58/690.31	c lits-rem:       194  cl-subs:        7  v-elim:      0  v-fix:    0  time:  8.29 s
2757.58/690.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2757.58/690.34	c vivif2 --  cl tried    75192 cl shrink        0 lits rem          0 time: 0.03
2758.76/690.68	c asymm  cl-useful: 0/11606/30000 lits-rem:0 time: 0.33
2758.76/690.68	c calculated reachability. Time: 0.00
2758.76/690.68	c  N dy 12889   2211423      1500     30000         0     75192    150000   2327435    124.10   no data
2782.72/696.60	c  N dy 13021   2231546      1500     30000         0     95305    150000   5456189    124.11    135.33
2810.31/703.52	c  N dy 13149   2251592      1500     30000         0    115344    150000   8588386    124.12    131.49
2840.25/711.07	c  N dy 13273   2271620      1500     30000         0     69396    150000   1271992    124.13    155.00
2862.22/716.60	c  N dy 13393   2291651      1500     30000         0     89414    150000   4400801    124.14    131.38
2890.17/723.53	c  N dy 13518   2311761      1500     30000         0    109517    150000   7543133    124.15    131.74
2924.15/732.02	c  N dy 13638   2331909      1500     30000         0    129653    150000  10670511    124.15    131.99
2949.70/738.43	c  N dy 13764   2351910      1500     30000         0     82677    150000   3209667    124.16    138.47
2974.86/744.77	c  N dy 13884   2372028      1500     30000         0    102788    150000   6350148    124.17    130.97
3004.82/752.25	c  N dy 14009   2392120      1500     30000         0    122868    150000   9517707    124.19    144.64
3034.78/759.71	c  N dy 14134   2412186      1500     30000         0     74953    150000   1852245    124.19    132.77
3057.95/765.55	c  N dy 14260   2432287      1500     30000         0     95045    150000   4979482    124.20    132.29
3085.12/772.36	c  N dy 14372   2452291      1500     30000         0    115037    150000   8074503    124.20    134.28
3117.07/780.40	c  N dy 14499   2472328      1500     30000         0    135062    150000  11210737    124.21    137.59
3141.83/786.53	c  N dy 14622   2492871      1500     30000         0     86624    150000   3527308    124.21    131.40
3167.40/792.94	c  N dy 14732   2512983      1500     30000         0    106724    150000   6639142    124.21    131.16
3197.76/800.51	c  N dy 14852   2533113      1500     30000         0    126844    150000   9765878    124.21    131.96
3227.74/808.07	c  N dy 14980   2553195      1500     30000         0     76947    150000   1861188    124.23    132.93
3250.88/813.89	c  N dy 15090   2573293      1500     30000         0     97034    150000   4952966    124.22    131.71
3279.24/820.98	c  N dy 15215   2593345      1500     30000         0    117075    150000   8085828    124.22    132.72
3314.80/829.86	c  N dy 15343   2613358      1500     30000         0    137077    150000  11206044    124.23    135.03
3343.16/836.94	c  N dy 15468   2633390      1500     30000         0     86141    150000   3155732    124.24    130.85
3369.92/843.60	c  N dy 15593   2653552      1500     30000         0    106295    150000   6288384    124.24    131.13
3401.07/851.45	c  N dy 15711   2673762      1500     30000         0    126498    150000   9433022    124.24    131.32
3434.63/859.84	c  N dy 15834   2693858      1500     30000         0     74620    150000   1208301    124.26    131.36
3455.01/864.92	c  S st 15945   2711423      1500     30000         0     92177    150000   3965118    124.27    112.51
3455.82/865.14	c  S st 15945   2711926      1500     30000         0     92680    150000   4032876    124.27   no data
3455.82/865.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3456.22/865.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3456.22/865.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3456.22/865.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3456.22/865.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3456.22/865.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3456.22/865.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3456.22/865.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3457.00/865.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3520.52/881.31	c lits-rem:       228  cl-subs:       20  v-elim:      0  v-fix:    0  time: 15.90 s
3520.52/881.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3520.52/881.37	c vivif2 --  cl tried    92660 cl shrink        0 lits rem          0 time: 0.05
3522.51/881.80	c asymm  cl-useful: 0/14763/30000 lits-rem:0 time: 0.44
3522.51/881.81	c calculated reachability. Time: 0.00
3522.51/881.81	c  N dy 15945   2711926      1500     30000         0     92660    150000   4025545    124.27   no data
3549.28/888.59	c  N dy 16061   2731986      1500     30000         0    112714    150000   7156623    124.27    142.97
3581.24/896.59	c  N dy 16184   2752011      1500     30000         0    132726    150000  10270370    124.28    131.21
3611.99/904.20	c  N dy 16295   2772036      1500     30000         0     79774    150000   1892206    124.29    133.73
3635.98/910.23	c  N dy 16421   2792121      1500     30000         0     99849    150000   5014421    124.30    134.67
3664.72/917.48	c  N dy 16543   2812424      1500     30000         0    120141    150000   8149548    124.29    130.93
3698.28/925.86	c  N dy 16668   2832491      1500     30000         0    140197    150000  11278333    124.30    151.86
3726.24/932.83	c  N dy 16791   2852565      1500     30000         0     86305    150000   2735580    124.31    132.77
3751.81/939.26	c  N dy 16917   2872635      1500     30000         0    106366    150000   5861105    124.31    131.92
3784.16/947.38	c  N dy 17042   2892739      1500     30000         0    126462    150000   8994354    124.32    133.37
3820.93/956.58	c  N dy 17159   2912807      1500     30000         0    146519    150000  12127489    124.32    131.10
3846.48/962.94	c  N dy 17270   2932820      1500     30000         0     91562    150000   3423672    124.32    147.97
3873.66/969.72	c  N dy 17390   2952863      1500     30000         0    111599    150000   6559630    124.32    145.92
3906.00/977.81	c  N dy 17522   2972890      1500     30000         0    131613    150000   9704628    124.33    132.37
3942.35/986.92	c  N dy 17644   2992949      1500     30000         0    151661    150000  12830138    124.33    133.82
3965.52/992.74	c  N dy 17756   3012959      1500     30000         0     95704    150000   3929233    124.34    149.52
3993.47/999.74	c  N dy 17885   3033016      1500     30000         0    115749    150000   7058427    124.35    132.77
4026.23/1007.99	c  N dy 18015   3053118      1500     30000         0    135835    150000  10194026    124.36    133.82
4062.98/1017.14	c  N dy 18146   3073468      1500     30000         0     79218    150000   1190054    124.36    131.29
4086.95/1023.12	c  N dy 18270   3093484      1500     30000         0     99224    150000   4323020    124.37    136.19
4114.93/1030.17	c  N dy 18391   3113550      1500     30000         0    119274    150000   7474663    124.38    150.14
4146.87/1038.10	c  N dy 18491   3133578      1500     30000         0    139296    150000  10593868    124.37    130.92
4183.62/1047.38	c  N dy 18612   3153667      1500     30000         0     81403    150000   1395499    124.38    131.24
4212.00/1054.50	c  N dy 18726   3173740      1500     30000         0    101468    150000   4529486    124.38    139.69
4246.33/1063.04	c  N dy 18853   3193835      1500     30000         0    121558    150000   7669025    124.39    131.33
4281.49/1071.82	c  S st 18965   3211926      1500     30000         0    139645    150000  10480685    124.39    121.71
4283.08/1072.22	c  S st 18965   3212433      1500     30000         0    140152    150000  10548742    124.39   no data
4283.08/1072.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4283.48/1072.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4283.48/1072.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4283.48/1072.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4283.48/1072.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4283.48/1072.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4283.48/1072.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4284.28/1072.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
4285.48/1072.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4507.57/1128.43	c lits-rem:       422  cl-subs:       75  v-elim:      0  v-fix:    0  time: 55.55 s
4507.57/1128.44	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4507.98/1128.57	c vivif2 --  cl tried   140077 cl shrink        0 lits rem          0 time: 0.13
4509.97/1129.07	c asymm  cl-useful: 0/9372/30000 lits-rem:0 time: 0.50
4509.97/1129.08	c calculated reachability. Time: 0.00
4509.97/1129.08	c  N dy 18965   3212433      1500     30000         0    140077    150000  10522795    124.39   no data
4547.52/1138.41	c  N dy 19091   3232991      1500     30000         0     81661    150000   1284009    124.39    131.02
4571.91/1144.54	c  N dy 19203   3253080      1500     30000         0    101740    150000   4407706    124.39    134.15
4601.45/1151.92	c  N dy 19336   3273127      1500     30000         0    121770    150000   7556726    124.40    131.34
4635.00/1160.37	c  N dy 19459   3293241      1500     30000         0    141872    150000  10687700    124.41    130.96
4672.97/1169.81	c  N dy 19590   3313341      1500     30000         0     81999    150000   1200791    124.41    142.89
4697.31/1175.94	c  N dy 19710   3333347      1500     30000         0    101989    150000   4313497    124.41    132.06
4728.88/1183.82	c  N dy 19839   3353664      1500     30000         0    122295    150000   7496383    124.42    131.63
4766.03/1193.14	c  N dy 19968   3373670      1500     30000         0    142290    150000  10652210    124.43    133.41

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: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 6.60 7.76 7.58 4/176 17158
/proc/meminfo: memFree=17898764/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 409 0 0 0 0 0 0 0 20 0 4 0 518821638 52441088 348 33554432000 4194304 4627427 140736126775984 18446744073709551615 47911532967852 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 12803 348 299 106 0 7774 0
[pid=17156/tid=17159] ppid=17153 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 518821639 52441088 348 33554432000 4194304 4627427 140736126775984 18446744073709551615 47911532967858 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 518821639 52441088 348 33554432000 4194304 4627427 140736126775984 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 518821639 52441088 348 33554432000 4194304 4627427 140736126775984 18446744073709551615 47911532967856 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.040827 s]
/proc/loadavg: 6.60 7.76 7.58 4/176 17158
/proc/meminfo: memFree=17898764/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=288268 CPUtime=0.76 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 4990 0 0 0 74 2 0 0 18 0 4 0 518821638 295186432 4909 33554432000 4194304 4627427 140736126775984 18446744073709551615 216634176197 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 72214 5267 370 106 0 67185 0
[pid=17156/tid=17159] ppid=17153 vsize=289084 CPUtime=0.18 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 1078 0 0 0 18 0 0 0 18 0 4 0 518821639 296022016 5392 33554432000 4194304 4627427 140736126775984 18446744073709551615 4415910 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=289408 CPUtime=0.18 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) D 17153 17156 17121 0 -1 4202560 1272 0 0 0 18 0 0 0 18 0 4 0 518821639 296353792 5505 33554432000 4194304 4627427 140736126775984 18446744073709551615 216634212560 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=289804 CPUtime=0.18 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 1284 0 0 0 18 0 0 0 18 0 4 0 518821639 296759296 5758 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 288268

[startup+0.715247 s]
/proc/loadavg: 6.60 7.76 7.58 4/176 17158
/proc/meminfo: memFree=17898764/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=308912 CPUtime=2.82 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) D 17153 17156 17121 0 -1 4202496 14467 0 0 0 277 5 0 0 18 0 4 0 518821638 316325888 9869 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 77187 9834 385 106 0 72158 0
[pid=17156/tid=17159] ppid=17153 vsize=308748 CPUtime=0.7 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 3591 0 0 0 69 1 0 0 18 0 4 0 518821639 316157952 9835 33554432000 4194304 4627427 140736126775984 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=308748 CPUtime=0.69 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 3912 0 0 0 68 1 0 0 18 0 4 0 518821639 316157952 9835 33554432000 4194304 4627427 140736126775984 18446744073709551615 4305493 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=308748 CPUtime=0.7 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 2605 0 0 0 70 0 0 0 18 0 4 0 518821639 316157952 9835 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 308912

[startup+0.800312 s]
/proc/loadavg: 6.60 7.76 7.58 4/176 17158
/proc/meminfo: memFree=17898764/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=300380 CPUtime=3.16 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 15334 0 0 0 311 5 0 0 18 0 4 0 518821638 307589120 9664 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 75095 9664 385 106 0 70066 0
[pid=17156/tid=17159] ppid=17153 vsize=300380 CPUtime=0.78 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 4035 0 0 0 77 1 0 0 18 0 4 0 518821639 307589120 9665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=300380 CPUtime=0.78 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 4056 0 0 0 77 1 0 0 18 0 4 0 518821639 307589120 9665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4332830 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=300380 CPUtime=0.78 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 2744 0 0 0 78 0 0 0 18 0 4 0 518821639 307589120 9665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 300380

[startup+0.900294 s]
/proc/loadavg: 6.60 7.76 7.58 4/176 17158
/proc/meminfo: memFree=17898764/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=300380 CPUtime=3.56 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 15998 0 0 0 351 5 0 0 18 0 4 0 518821638 307589120 10328 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 75095 10328 385 106 0 70066 0
[pid=17156/tid=17159] ppid=17153 vsize=300380 CPUtime=0.88 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 4204 0 0 0 87 1 0 0 18 0 4 0 518821639 307589120 10328 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=300380 CPUtime=0.88 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 4223 0 0 0 87 1 0 0 18 0 4 0 518821639 307589120 10328 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=300380 CPUtime=0.88 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 2902 0 0 0 88 0 0 0 19 0 4 0 518821639 307589120 10328 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 300380

[startup+1.50019 s]
/proc/loadavg: 6.60 7.76 7.58 4/176 17158
/proc/meminfo: memFree=17898764/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=301888 CPUtime=5.96 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 21747 0 0 0 590 6 0 0 19 0 4 0 518821638 309133312 10845 33554432000 4194304 4627427 140736126775984 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 75472 10845 385 106 0 70443 0
[pid=17156/tid=17159] ppid=17153 vsize=301888 CPUtime=1.48 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 5617 0 0 0 147 1 0 0 19 0 4 0 518821639 309133312 10845 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=301888 CPUtime=1.47 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 5683 0 0 0 146 1 0 0 19 0 4 0 518821639 309133312 10846 33554432000 4194304 4627427 140736126775984 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=301888 CPUtime=1.48 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 4334 0 0 0 148 0 0 0 20 0 4 0 518821639 309133312 10846 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 301888

[startup+3.10091 s]
/proc/loadavg: 6.71 7.76 7.58 10/184 17166
/proc/meminfo: memFree=17784384/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=303532 CPUtime=12.35 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 35689 0 0 0 1226 9 0 0 24 0 4 0 518821638 310816768 11787 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 75883 11787 386 106 0 70854 0
[pid=17156/tid=17159] ppid=17153 vsize=303532 CPUtime=3.07 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 9045 0 0 0 305 2 0 0 24 0 4 0 518821639 310816768 11787 33554432000 4194304 4627427 140736126775984 18446744073709551615 4332176 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=303532 CPUtime=3.08 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 9155 0 0 0 306 2 0 0 24 0 4 0 518821639 310816768 11787 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=303532 CPUtime=3.08 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 7867 0 0 0 307 1 0 0 25 0 4 0 518821639 310816768 11788 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303532

[startup+6.30034 s]
/proc/loadavg: 6.71 7.76 7.58 10/184 17166
/proc/meminfo: memFree=17656192/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=327512 CPUtime=25.12 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 75193 0 0 0 2496 16 0 0 25 0 4 0 518821638 335372288 36563 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 81878 36563 389 106 0 76849 0
[pid=17156/tid=17159] ppid=17153 vsize=327512 CPUtime=6.25 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 16464 0 0 0 622 3 0 0 25 0 4 0 518821639 335372288 36563 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309525 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=327512 CPUtime=6.28 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 20550 0 0 0 623 5 0 0 25 0 4 0 518821639 335372288 36563 33554432000 4194304 4627427 140736126775984 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=327512 CPUtime=6.28 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 19064 0 0 0 625 3 0 0 25 0 4 0 518821639 335372288 36563 33554432000 4194304 4627427 140736126775984 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 327512

[startup+12.7062 s]
/proc/loadavg: 6.91 7.77 7.58 9/184 17166
/proc/meminfo: memFree=17523636/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=320720 CPUtime=50.71 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 110691 0 0 0 5047 24 0 0 25 0 4 0 518821638 328417280 48483 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 80180 48484 389 106 0 75151 0
[pid=17156/tid=17159] ppid=17153 vsize=320720 CPUtime=12.63 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 28507 0 0 0 1257 6 0 0 25 0 4 0 518821639 328417280 48484 33554432000 4194304 4627427 140736126775984 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=320720 CPUtime=12.68 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 26434 0 0 0 1262 6 0 0 25 0 4 0 518821639 328417280 48484 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=320720 CPUtime=12.68 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 26895 0 0 0 1263 5 0 0 25 0 4 0 518821639 328417280 48484 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 320720

[startup+25.501 s]
/proc/loadavg: 7.08 7.78 7.59 10/184 17167
/proc/meminfo: memFree=17325976/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=475268 CPUtime=101.82 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 164428 0 0 0 10148 34 0 0 25 0 4 0 518821638 486674432 72439 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 118817 72440 389 106 0 113788 0
[pid=17156/tid=17159] ppid=17153 vsize=475268 CPUtime=25.35 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 40264 0 0 0 2527 8 0 0 25 0 4 0 518821639 486674432 72440 33554432000 4194304 4627427 140736126775984 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=475268 CPUtime=25.47 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 36427 0 0 0 2539 8 0 0 25 0 4 0 518821639 486674432 72440 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=475268 CPUtime=25.48 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 41522 0 0 0 2541 7 0 0 25 0 4 0 518821639 486674432 72440 33554432000 4194304 4627427 140736126775984 18446744073709551615 4306330 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 475268

[startup+51.1005 s]
/proc/loadavg: 7.53 7.82 7.61 10/184 17167
/proc/meminfo: memFree=17218316/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=597996 CPUtime=204.1 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 246349 0 0 0 20358 52 0 0 25 0 4 0 518821638 612347904 92745 33554432000 4194304 4627427 140736126775984 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 149499 92746 392 106 0 144470 0
[pid=17156/tid=17159] ppid=17153 vsize=597996 CPUtime=50.83 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 62740 0 0 0 5068 15 0 0 25 0 4 0 518821639 612347904 92746 33554432000 4194304 4627427 140736126775984 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=597996 CPUtime=51.08 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 49667 0 0 0 5097 11 0 0 25 0 4 0 518821639 612347904 92746 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=597996 CPUtime=51.08 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 71084 0 0 0 5094 14 0 0 25 0 4 0 518821639 612347904 92746 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 597996

[startup+102.3 s]
/proc/loadavg: 7.94 7.88 7.64 10/184 17169
/proc/meminfo: memFree=17125800/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=567668 CPUtime=408.61 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 390451 0 0 0 40772 89 0 0 25 0 4 0 518821638 581292032 101735 33554432000 4194304 4627427 140736126775984 18446744073709551615 4328862 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 141917 101735 392 106 0 136888 0
[pid=17156/tid=17159] ppid=17153 vsize=567668 CPUtime=101.76 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 103833 0 0 0 10151 25 0 0 25 0 4 0 518821639 581292032 101735 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=567668 CPUtime=102.26 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 80733 0 0 0 10208 18 0 0 25 0 4 0 518821639 581292032 101735 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=567668 CPUtime=102.27 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 118318 0 0 0 10200 27 0 0 25 0 4 0 518821639 581292032 101735 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 567668

[startup+162.307 s]

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

[pid=17156] ppid=17153 vsize=1287840 CPUtime=2805.51 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 1631954 0 0 0 280114 437 0 0 25 0 4 0 518821638 1318748160 234348 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 321960 234348 395 106 0 316931 0
[pid=17156/tid=17159] ppid=17153 vsize=1287840 CPUtime=698.74 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 421770 0 0 0 69758 116 0 0 25 0 4 0 518821639 1318748160 234348 33554432000 4194304 4627427 140736126775984 18446744073709551615 4330994 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1287840 CPUtime=702.21 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 412501 0 0 0 70114 107 0 0 25 0 4 0 518821639 1318748160 234348 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1287840 CPUtime=702.26 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 433039 0 0 0 70108 118 0 0 25 0 4 0 518821639 1318748160 234348 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.51
Current children cumulated vsize (KiB) 1287840

[startup+762.3 s]
/proc/loadavg: 8.24 8.13 7.88 10/184 17186
/proc/meminfo: memFree=16274528/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1178828 CPUtime=3045.16 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 1723491 0 0 0 304048 468 0 0 25 0 4 0 518821638 1207119872 221325 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 294707 221325 395 106 0 289678 0
[pid=17156/tid=17159] ppid=17153 vsize=1178828 CPUtime=758.41 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 448388 0 0 0 75714 127 0 0 25 0 4 0 518821639 1207119872 221325 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1178828 CPUtime=762.2 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 424773 0 0 0 76110 110 0 0 25 0 4 0 518821639 1207119872 221325 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1178828 CPUtime=762.26 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 458400 0 0 0 76099 127 0 0 25 0 4 0 518821639 1207119872 221325 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.16
Current children cumulated vsize (KiB) 1178828

[startup+822.307 s]
/proc/loadavg: 8.12 8.12 7.89 10/184 17188
/proc/meminfo: memFree=16217096/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1140976 CPUtime=3284.85 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 1845725 0 0 0 327983 502 0 0 25 0 4 0 518821638 1168359424 224434 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 285244 224434 392 106 0 280215 0
[pid=17156/tid=17159] ppid=17153 vsize=1140976 CPUtime=818.1 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 480367 0 0 0 81675 135 0 0 25 0 4 0 518821639 1168359424 224435 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1140976 CPUtime=822.19 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 455128 0 0 0 82101 118 0 0 25 0 4 0 518821639 1168359424 224435 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1140976 CPUtime=822.25 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 488438 0 0 0 82089 136 0 0 25 0 4 0 518821639 1168359424 224435 33554432000 4194304 4627427 140736126775984 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.85
Current children cumulated vsize (KiB) 1140976

[startup+882.301 s]
/proc/loadavg: 8.04 8.10 7.89 10/184 17189
/proc/meminfo: memFree=16143920/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1284752 CPUtime=3524.51 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 1925891 0 0 0 351919 532 0 0 25 0 4 0 518821638 1315586048 232394 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 321188 232394 392 106 0 316159 0
[pid=17156/tid=17159] ppid=17153 vsize=1284752 CPUtime=877.78 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 493716 0 0 0 87638 140 0 0 25 0 4 0 518821639 1315586048 232394 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1284752 CPUtime=882.19 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 483717 0 0 0 88089 130 0 0 25 0 4 0 518821639 1315586048 232394 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1284752 CPUtime=882.25 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 505660 0 0 0 88083 142 0 0 25 0 4 0 518821639 1315586048 232394 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.51
Current children cumulated vsize (KiB) 1284752

[startup+942.301 s]
/proc/loadavg: 8.01 8.08 7.90 10/184 17191
/proc/meminfo: memFree=16102232/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1273048 CPUtime=3764.18 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2030876 0 0 0 375855 563 0 0 25 0 4 0 518821638 1303601152 237480 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 318262 237480 392 106 0 313233 0
[pid=17156/tid=17159] ppid=17153 vsize=1273048 CPUtime=937.46 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 521331 0 0 0 93599 147 0 0 25 0 4 0 518821639 1303601152 237480 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1273048 CPUtime=942.18 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 511824 0 0 0 94080 138 0 0 25 0 4 0 518821639 1303601152 237480 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1273048 CPUtime=942.25 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 530014 0 0 0 94076 149 0 0 25 0 4 0 518821639 1303601152 237480 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.18
Current children cumulated vsize (KiB) 1273048

[startup+1002.3 s]
/proc/loadavg: 8.00 8.06 7.91 10/184 17193
/proc/meminfo: memFree=16026084/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1260776 CPUtime=4003.86 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2120891 0 0 0 399790 596 0 0 25 0 4 0 518821638 1291034624 237368 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 315194 237368 392 106 0 310165 0
[pid=17156/tid=17159] ppid=17153 vsize=1260776 CPUtime=997.15 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 544550 0 0 0 99557 158 0 0 25 0 4 0 518821639 1291034624 237368 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1260776 CPUtime=1002.17 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 524226 0 0 0 100076 141 0 0 25 0 4 0 518821639 1291034624 237369 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1260776 CPUtime=1002.24 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 557042 0 0 0 100064 160 0 0 25 0 4 0 518821639 1291034624 237369 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.86
Current children cumulated vsize (KiB) 1260776

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 7.91 10/184 17194
/proc/meminfo: memFree=15799276/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1460264 CPUtime=4243.53 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2252039 0 0 0 423724 629 0 0 25 0 4 0 518821638 1495310336 298665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 365066 298665 389 106 0 360037 0
[pid=17156/tid=17159] ppid=17153 vsize=1460264 CPUtime=1056.82 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 597850 0 0 0 105514 168 0 0 25 0 4 0 518821639 1495310336 298665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1460264 CPUtime=1062.16 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 547120 0 0 0 106067 149 0 0 25 0 4 0 518821639 1495310336 298665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1460264 CPUtime=1062.25 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 589229 0 0 0 106059 166 0 0 25 0 4 0 518821639 1495310336 298665 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.53
Current children cumulated vsize (KiB) 1460264

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 7.92 10/184 17196
/proc/meminfo: memFree=15647972/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1507940 CPUtime=4483.21 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2301130 0 0 0 447671 650 0 0 25 0 4 0 518821638 1544130560 312907 33554432000 4194304 4627427 140736126775984 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 376985 312907 389 106 0 371956 0
[pid=17156/tid=17159] ppid=17153 vsize=1507940 CPUtime=1116.51 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 597850 0 0 0 111482 169 0 0 25 0 4 0 518821639 1544130560 312907 33554432000 4194304 4627427 140736126775984 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1507940 CPUtime=1122.16 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 570277 0 0 0 112054 162 0 0 25 0 4 0 518821639 1544130560 312907 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1507940 CPUtime=1122.25 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 594843 0 0 0 112056 169 0 0 25 0 4 0 518821639 1544130560 312907 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.21
Current children cumulated vsize (KiB) 1507940

[startup+1182.3 s]
/proc/loadavg: 8.08 8.06 7.93 10/184 17197
/proc/meminfo: memFree=15498288/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1575688 CPUtime=4722.88 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2414918 0 0 0 471602 686 0 0 25 0 4 0 518821638 1613504512 325048 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 393922 325048 389 106 0 388893 0
[pid=17156/tid=17159] ppid=17153 vsize=1575688 CPUtime=1176.2 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 623171 0 0 0 117442 178 0 0 25 0 4 0 518821639 1613504512 325048 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1575688 CPUtime=1182.15 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 608419 0 0 0 118043 172 0 0 25 0 4 0 518821639 1613504512 325048 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1575688 CPUtime=1182.25 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 621022 0 0 0 118046 179 0 0 25 0 4 0 518821639 1613504512 325049 33554432000 4194304 4627427 140736126775984 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 1575688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.06 7.93 10/184 17198
/proc/meminfo: memFree=15446204/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1634524 CPUtime=4800.42 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2437367 0 0 0 479346 696 0 0 25 0 4 0 518821638 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 408631 333389 389 106 0 403602 0
[pid=17156/tid=17159] ppid=17153 vsize=1634524 CPUtime=1195.49 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 631610 0 0 0 119368 181 0 0 25 0 4 0 518821639 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1634524 CPUtime=1201.56 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 608419 0 0 0 119984 172 0 0 25 0 4 0 518821639 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1634524 CPUtime=1201.65 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 628756 0 0 0 119982 183 0 0 25 0 4 0 518821639 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1634524

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

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

[startup+1201.7 s]
/proc/loadavg: 8.06 8.06 7.93 10/184 17198
/proc/meminfo: memFree=15446204/32951124 swapFree=67111528/67111528
[pid=17156] ppid=17153 vsize=1634524 CPUtime=4800.42 cores=0,2,4,6
/proc/17156/stat : 17156 (strangenight2-m) R 17153 17156 17121 0 -1 4202496 2437367 0 0 0 479346 696 0 0 25 0 4 0 518821638 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17156/statm: 408631 333389 389 106 0 403602 0
[pid=17156/tid=17159] ppid=17153 vsize=1634524 CPUtime=1195.49 cores=0,2,4,6
/proc/17156/task/17159/stat : 17159 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 631610 0 0 0 119368 181 0 0 25 0 4 0 518821639 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=1634524 CPUtime=1201.56 cores=0,2,4,6
/proc/17156/task/17163/stat : 17163 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 608419 0 0 0 119984 172 0 0 25 0 4 0 518821639 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=1634524 CPUtime=1201.65 cores=0,2,4,6
/proc/17156/task/17164/stat : 17164 (strangenight2-m) R 17153 17156 17121 0 -1 4202560 628756 0 0 0 119982 183 0 0 25 0 4 0 518821639 1673752576 333389 33554432000 4194304 4627427 140736126775984 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1634524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.51
CPU user time (s): 4793.49
CPU system time (s): 7.02393
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 1634524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.49
system time used= 7.02393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2437371
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= 4101
involuntary context switches= 30150

runsolver used 1.86372 second user time and 4.33734 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 12:16:30
IDJOB=3173875
IDBENCH=82693
IDSOLVER=1586
FILE ID=node103/3173875-1304072190
RUNJOBID= node103-1304072190-17139
PBS_JOBID= 13170491
Free space on /tmp= 71516 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173875-1304072190/watcher-3173875-1304072190 -o /tmp/evaluation-result-3173875-1304072190/solver-3173875-1304072190 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173875-1304072190.cnf

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

MD5SUM BENCH= 1d861e510861ad58190eb0b3053bc657
RANDOM SEED=1696983240

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      17899324 kB
Buffers:       2147552 kB
Cached:       12256404 kB
SwapCached:          0 kB
Active:        5580992 kB
Inactive:      8886484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17899324 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12696 kB
Writeback:          20 kB
AnonPages:       63200 kB
Mapped:          14272 kB
Slab:           519652 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71504 MiB
End job on node103 at 2011-04-29 12:36:34