Trace number 4387695

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
Fun-sCOP order+GlueMiniSat (2019-06-15)SAT 1437.31 1156.39

General information on the benchmark

NameMagicSequence/MagicSequence-card-s1/
MagicSequence-1000-ca.xml
MD5SUMd2780e3631970b53a6f91cd037f7d107
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.15721
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints3
Number of domains1
Minimum domain size1000
Maximum domain size1000
Distribution of domain sizes[{"size":1000,"count":1000}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":1000}]
Minimum constraint arity1000
Maximum constraint arity1000
Distribution of constraint arities[{"arity":1000,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/glueminisat-simp-2.2.10-193oa-n-release -solverOption -model:-verb=3:-elim-cl=5000000:-native-oa -tmp HOME -serialFile HOME/scop-6770-serial-file.bin HOME/instance-4387695-1568288646.xml
0.67/0.52	
0.67/0.52	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.67/0.52	
0.67/0.55	c BEGIN-Prog: Thu Sep 12 13:43:27 CEST 2019
0.67/0.55	c PID: 6773
0.67/0.55	c IP: 172.20.3.127
0.67/0.55	c HOST: node127.alineos.net
0.67/0.55	c (0,0) Parsing Begin
1.82/1.05	c (0,0) Parsing End
1.82/1.07	c (0,0) CSP: 1000 int (0 aux), 0 bool (0 aux), 3 ctr, max domain size 1000
1.82/1.07	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.82/1.07	c (0,0) Constraint Name Generate Begin
1.82/1.08	c (0,0) Ctr:HOME/instance-4387695-1568288646.xml,Cardinality:Num:Var:WeightedSum
1.82/1.08	c (0,0) Constraint Name Generate End
1.82/1.08	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.82/1.08	c (0,0) CSP to CSPinCNF Begin
2.12/1.11	c (0,0) translated 1 (10%) constraints
663.26/626.32	c (625,614) translated 2 (20%) constraints
664.04/627.07	c (626,615) translated 3 (30%) constraints
664.85/627.82	c (627,616) ===========================================
664.85/627.87	c (627,616) Order
664.85/627.87	c (627,616) ===========================================
853.83/801.95	c (801,786) translated 200101 (10%) constraints
862.84/810.98	c (810,795) translated 400201 (20%) constraints
874.92/821.37	c (820,805) translated 600301 (30%) constraints
885.90/830.89	c (830,814) translated 800401 (40%) constraints
897.39/840.53	c (840,823) translated 1000501 (50%) constraints
908.42/850.09	c (849,832) translated 1200602 (60%) constraints
919.54/859.64	c (859,841) translated 1400702 (70%) constraints
930.55/869.19	c (868,850) translated 1600802 (80%) constraints
941.68/878.78	c (878,859) translated 1800902 (90%) constraints
1054.15/914.29	c (913,869) translated 2001002 (100%) constraints
1054.47/914.51	c (913,869) CSP to CSPinCNF End
1055.01/915.08	c (914,869) CSP: 311068 int (310567 aux), 2003992 bool (2003493 aux), 4630124 ctr, max domain size 69750
1055.01/915.08	c (914,869) Heap : 7859 MiB used (max 10807 MiB), NonHeap : 27 MiB used (max 0 MiB)
1055.01/915.08	c (914,869) CSPinCNF Propagation Begin
1235.88/1005.61	c (1005,930) 10669457 values, 3965448 unsatisfiable literals, and 4525250 valid clauses are removed
1235.88/1005.61	c (1005,930) CSPinCNF Propagation End
1236.58/1006.39	c (1005,931) CSP: 16160 int (15659 aux), 2298900 bool (2298401 aux), 104874 ctr, max domain size 1083
1236.58/1006.39	c (1005,931) Heap : 8145 MiB used (max 10456 MiB), NonHeap : 26 MiB used (max 0 MiB)
1236.79/1006.51	c (1005,931) Simplify CSPinCNF Begin
1237.17/1006.76	c (1006,931) Simplify CSPinCNF End
1238.07/1007.55	c (1007,932) CSP: 16160 int (15659 aux), 2298900 bool (2298401 aux), 104874 ctr, max domain size 1083
1238.07/1007.55	c (1007,932) Heap : 8297 MiB used (max 10456 MiB), NonHeap : 26 MiB used (max 0 MiB)
1238.07/1007.55	c (1007,932) Calculate Precise Domain Begin
1247.66/1012.71	c (1012,936) 390661 values are removed by re-calculation
1247.66/1012.71	c (1012,936) Calculate Precise Domain End
1248.47/1013.51	c (1012,937) CSP: 16160 int (15659 aux), 2298900 bool (2298401 aux), 104874 ctr, max domain size 1083
1248.47/1013.51	c (1012,937) Heap : 8900 MiB used (max 10523 MiB), NonHeap : 27 MiB used (max 0 MiB)
1248.47/1013.51	c (1012,937) CSPinCNF to SatSolver Begin
1314.99/1035.61	c (1035,944) 10488 (10 %) CSP clauses are encoded (0 SAT variables, 3326413 SAT clauses)
1315.64/1035.98	c (1035,944) 20975 (20 %) CSP clauses are encoded (0 SAT variables, 3392385 SAT clauses)
1315.85/1036.19	c (1035,944) 31463 (30 %) CSP clauses are encoded (0 SAT variables, 3423559 SAT clauses)
1316.05/1036.38	c (1035,945) 41950 (40 %) CSP clauses are encoded (0 SAT variables, 3443594 SAT clauses)
1316.25/1036.55	c (1036,945) 52437 (50 %) CSP clauses are encoded (0 SAT variables, 3457757 SAT clauses)
1316.45/1036.71	c (1036,945) 62925 (60 %) CSP clauses are encoded (0 SAT variables, 3468793 SAT clauses)
1316.57/1036.89	c (1036,945) 73412 (70 %) CSP clauses are encoded (0 SAT variables, 3479538 SAT clauses)
1316.86/1036.98	c (1036,945) 83900 (80 %) CSP clauses are encoded (0 SAT variables, 3490026 SAT clauses)
1317.01/1037.07	c (1036,945) 94387 (90 %) CSP clauses are encoded (0 SAT variables, 3500513 SAT clauses)
1381.53/1101.43	c (1100,1001) 104874 (100 %) CSP clauses are encoded (0 SAT variables, 40923232 SAT clauses)
1381.53/1101.43	c (1100,1001) CSPinCNF to SatSolver End
1381.53/1101.43	c (1100,1001) Heap : 6203 MiB used (max 10843 MiB), NonHeap : 30 MiB used (max 0 MiB)
1381.56/1102.24	c (1101,1001) 377027 bool, 40923873 clause
1381.56/1102.24	c (1101,1001) Export Begin
1381.68/1102.39	c (1101,1001) Export to HOME/scop-6770-serial-file.bin
1381.68/1102.39	c (1101,1001) Export End
1381.68/1102.39	c (1101,1001) Export File Size: 0.15 MB
1381.68/1102.39	c (1101,1001) 0,0,914,1005,1007,1012,1100,STOP-AFTER(DIMACS)
1381.68/1102.39	c END-Prog: Thu Sep 12 14:01:48 CEST 2019
1381.91/1102.45	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-6770-serial-file.bin
1381.96/1102.91	c (0,0) Read Serial File Begin
1381.96/1102.91	c (0,0) HOME/scop-6770-serial-file.bin
1382.86/1103.17	c (0,0) Read Serial File End
1382.86/1103.18	
1382.86/1103.18	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
1382.86/1103.18	(Solving Process)
1382.86/1103.18	
1383.12/1103.21	c BEGIN-Prog: Thu Sep 12 14:01:49 CEST 2019
1383.12/1103.21	c PID: 7215
1383.12/1103.21	c IP: 172.20.3.127
1383.12/1103.21	c HOST: node127.alineos.net
1383.12/1103.21	c (0,0) SatSolver.solve Begin
1383.12/1103.21	c (0,0) HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4387695-1568288646.xml-scop-6773.cnf
1383.12/1103.24	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
1383.12/1103.24	c (0,0) c glueminisat-simp-2.2.10-193oa-n
1383.12/1103.24	c (0,0) c Command: HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4387695-1568288646.xml-scop-6773.cnf 
1383.12/1103.24	c (0,0) c Options:
1383.12/1103.24	c (0,0) c CORE
1383.12/1103.24	c (0,0) c  var_decay             = 0.950
1383.12/1103.24	c (0,0) c  clause_decay          = 0.999
1383.12/1103.24	c (0,0) c  random_var_freq       = 0.000
1383.12/1103.24	c (0,0) c  random_seed           = 91648253.000
1383.12/1103.24	c (0,0) c  luby_restart          = 1
1383.12/1103.24	c (0,0) c  ccmin_mode            = 2
1383.12/1103.24	c (0,0) c  phase_saving          = 2
1383.12/1103.24	c (0,0) c  rnd_pol               = 0
1383.12/1103.24	c (0,0) c  rnd_init_act          = 0
1383.12/1103.24	c (0,0) c  garbage_frac          = 0.200
1383.12/1103.24	c (0,0) c  restart_first         = 1000
1383.12/1103.24	c (0,0) c  restart_inc           = 2.000
1383.12/1103.24	c (0,0) c MODEL
1383.12/1103.24	c (0,0) c  partial_model         = 0
1383.12/1103.24	c (0,0) c PROPAGATION
1383.12/1103.24	c (0,0) c  bin_propagation       = 1
1383.12/1103.24	c (0,0) c SIMPLIFICATION
1383.12/1103.24	c (0,0) c  lrn_min_size          = 100
1383.12/1103.24	c (0,0) c  lazy_simp             = 1
1383.12/1103.24	c (0,0) c  lazy_interval         = 10
1383.12/1103.24	c (0,0) c  lazy_fld_probing      = 1
1383.12/1103.24	c (0,0) c  lazy_pol_probing      = 1
1383.12/1103.24	c (0,0) c  lazy_nec_probing      = 1
1383.12/1103.24	c (0,0) c  lazy_eqv_probing      = 1
1383.12/1103.24	c (0,0) c  lazy_cla_probing      = 1
1383.12/1103.24	c (0,0) c  lazy_lrn_min          = 2
1383.12/1103.24	c (0,0) c  lazy_uw_lit_elim      = 1
1383.12/1103.24	c (0,0) c  lazy_pr_lit_elim      = 0
1383.12/1103.24	c (0,0) c  lazy_bin_add          = 3
1383.12/1103.24	c (0,0) c  probed_lit_chain      = 1
1383.12/1103.24	c (0,0) c  pr_min_lits           = 0.00020
1383.12/1103.24	c (0,0) c  pr_min_starts         = 500
1383.12/1103.24	c (0,0) c  rw_min_lits           = 0.010
1383.12/1103.24	c (0,0) c  rw_min_starts         = 500
1383.12/1103.24	c (0,0) c  rand_attach           = 0
1383.12/1103.24	c (0,0) c  dec_elim              = 1
1383.12/1103.24	c (0,0) c  dec_elim_lim          = 25
1383.12/1103.24	c (0,0) c  dec_elim_len          = -1
1383.12/1103.24	c (0,0) c  amo                   = 0
1383.12/1103.24	c (0,0) c  amo_grp               = 1
1383.12/1103.24	c (0,0) c  amo_max_bins          = 1000000
1383.12/1103.24	c (0,0) c  amo_starts            = 50
1383.12/1103.24	c (0,0) c  mace_cmd              = mace
1383.12/1103.24	c (0,0) c DECISION
1383.12/1103.24	c (0,0) c  rand_rebuild          = 0
1383.12/1103.24	c (0,0) c  rand_rebuild_confs    = 10000
1383.12/1103.24	c (0,0) c  inc_var_decay         = 1
1383.12/1103.24	c (0,0) c  inc_var_decay_period  = 100000
1383.12/1103.24	c (0,0) c  inc_var_decay_init    = 0.600
1383.12/1103.24	c (0,0) c  var_decay_mode        = 0
1383.12/1103.24	c (0,0) c  var_decay_gain        = 0
1383.12/1103.24	c (0,0) c  sloped_var_decay      = 1
1383.12/1103.24	c (0,0) c  max_var_decay         = 0.990
1383.12/1103.24	c (0,0) c  min_var_decay         = 0.950
1383.12/1103.24	c (0,0) c  min_var_decay_vars    = 10000
1383.12/1103.24	c (0,0) c  max_var_decay_vars    = 500
1383.12/1103.24	c (0,0) c  uip_bumping           = 1
1383.12/1103.24	c (0,0) c  lbd_act_bumping       = 1
1383.12/1103.24	c (0,0) c  rand_tiebreak         = 0
1383.12/1103.24	c (0,0) c  simp_rebuild          = 1
1383.12/1103.24	c (0,0) c RESTART
1383.12/1103.24	c (0,0) c  restart_strategy      = 2
1383.12/1103.24	c (0,0) c  restart_blocking      = 0
1383.12/1103.24	c (0,0) c  agility_decay         = 0.99990
1383.12/1103.24	c (0,0) c  lbd_restart_rate      = 0.800
1383.12/1103.24	c (0,0) c  dec_restart_rate      = 0.950
1383.12/1103.24	c (0,0) c  blk_restart_rate      = 0.700
1383.12/1103.24	c (0,0) c  lbd_queue_size        = 50
1383.12/1103.24	c (0,0) c  dec_queue_size        = 50
1383.12/1103.24	c (0,0) c  trl_queue_size        = 5000
1383.12/1103.24	c (0,0) c  blk_restart_weight    = 1.000
1383.12/1103.24	c (0,0) c  inc_rst_rate          = 0
1383.12/1103.24	c (0,0) c  inc_rst_rate_period   = 500000
1383.12/1103.24	c (0,0) c  inc_lbd_rst_rate_init = 0.600
1383.12/1103.24	c (0,0) c  inc_dec_rst_rate_init = 0.750
1383.12/1103.24	c (0,0) c REDUCTION
1383.12/1103.24	c (0,0) c  closed_lbd            = 0
1383.12/1103.24	c (0,0) c  closed_lbd_rate       = 0.500
1383.12/1103.24	c (0,0) c  rm_simulate           = 0
1383.12/1103.24	c (0,0) c  rdb_eval              = 2
1383.12/1103.24	c (0,0) c  rdb_call              = 3
1383.12/1103.24	c (0,0) c  rdb_ub                = 0.500
1383.12/1103.24	c (0,0) c  core_lbd_cvr          = 0.800
1383.12/1103.24	c (0,0) c  supp_lbd_cvr          = 0.990
1383.12/1103.24	c (0,0) c  core_lbd_lb           = 2
1383.12/1103.24	c (0,0) c  supp_lbd_lb           = 2
1383.12/1103.24	c (0,0) c  core_lbd_prd          = 7
1383.12/1103.24	c (0,0) c  supp_lbd_prd          = 1
1383.12/1103.24	c (0,0) c  othr_lbd_prd          = 0
1383.12/1103.24	c (0,0) c  inc_lrn_limit         = 1000
1383.12/1103.24	c (0,0) c  frozen_lbd            = 30
1383.12/1103.24	c (0,0) c  simp_min_starts       = 100
1383.12/1103.24	c (0,0) c  rm_low_act_learnts    = 1
1383.12/1103.24	c (0,0) c  lv0_reduce_db         = 0
1383.12/1103.24	c (0,0) c  reduce_db_base        = 20000
1383.12/1103.24	c (0,0) c  reduce_db_inc         = 1000
1383.12/1103.24	c (0,0) c HARD
1383.12/1103.24	c (0,0) c  inst_check            = 200000
1383.12/1103.24	c (0,0) c  small_block           = 1.750
1383.12/1103.24	c (0,0) c  slow_restart_speed    = 400.000
1383.12/1103.24	c (0,0) c  slow_restart_strategy = 3
1383.12/1103.24	c (0,0) c  slow_lbd_restart_rate = 0.700
1383.12/1103.24	c (0,0) c  slow_dec_restart_rate = 1.000
1383.12/1103.24	c (0,0) c  slow_lbd_queue_size   = 50
1383.12/1103.24	c (0,0) c  slow_var_decay        = 0.950
1383.12/1103.24	c (0,0) c  slow_glue_threshold   = 2
1383.12/1103.24	c (0,0) c  slow_phase_saving     = 2
1383.12/1103.24	c (0,0) c  fast_restart_speed    = 125.000
1383.12/1103.24	c (0,0) c  fast_restart_strategy = 1
1383.12/1103.24	c (0,0) c  fast_lbd_restart_rate = 0.800
1383.12/1103.24	c (0,0) c  fast_dec_restart_rate = 0.950
1383.12/1103.24	c (0,0) c  fast_lbd_queue_size   = 50
1383.12/1103.24	c (0,0) c  fast_var_decay        = 1.000
1383.12/1103.24	c (0,0) c  fast_glue_threshold   = 2
1383.12/1103.24	c (0,0) c  fast_phase_saving     = 2
1383.12/1103.24	c (0,0) c STATS
1383.12/1103.24	c (0,0) c  stats_conf_size       = 10000
1383.12/1103.24	c (0,0) c  max_stats_size        = 30
1383.12/1103.24	c (0,0) c SOLVER
1383.12/1103.24	c (0,0) c  minisat               = 0
1394.96/1115.00	c (12,0) WARNING! DIMACS header mismatch: wrong number of variables.
1394.96/1115.01	c (12,0) c Problem: 377028 variables, 40923636 clauses, parsing 10.77 s
1396.17/1116.16	c (13,0) c  exclude 18662 (5.0%) variables from decision variables (last cost 6)
1398.18/1118.18	c (15,0) c Simplification: 19334 vars, 0 clauses are eliminated using 2.86 s
1398.18/1118.18	c (15,0) c
1398.18/1118.18	c (15,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
1398.18/1118.18	c (15,0) c
1398.18/1118.18	c (15,0) c   14         0         0   357694 40923636        0   -nan  -nan  -nan -nan%
1405.87/1125.87	c (23,0) c   22         2       100   357655 40923636      100  644.5  98.5 176.4 83.0%
1419.99/1139.99	c (37,0) c   36         3       220   357655 40923636      220  749.0 137.8 185.8 79.2%
1435.79/1155.76	c (52,0) c   52         4       329   357655 40923636      329  935.0 107.6 146.4 81.5%
1435.79/1155.78	c (52,0) c
1435.79/1155.78	c (52,0) c
1435.79/1155.78	c (52,0) c variables         : 357655      (init 377028, after simp 357694, 18662 non-decs, 11364 csp)
1435.79/1155.78	c (52,0) c clauses           : 40923636    (init 40923636, after simp 40923636)
1435.79/1155.78	c (52,0) c restarts          : 3           (82.25 confs/res, 51~125 confs, 0 blks, 0 last)
1435.79/1155.78	c (52,0) c conflicts         : 329         (6 /sec, 28.57% dconfs, 0.00% supp, trail 13409.83w x 146.43h, jmp 2.89h)
1435.79/1155.78	c (52,0) c decisions         : 1481        (0.6000 vdcy, 29 /sec, 0.00% bin, rs 0.000 s)
1435.79/1155.78	c (52,0) c propagations      : 33944378    (665830 /sec, 22919.90 lits/dec, 5.53% o.a.)
1435.79/1155.78	c (52,0) c conflict literals : 363147      (15.28% deleted; 0.01% by bin min, 0.001 s)
1435.79/1155.78	c (52,0) c len               : 935.018     (935.02 for all, max 3016, used 2036)
1435.79/1155.78	c (52,0) c lbd               : 107.611     (114.09 (107.61) for all, max 398, used 397, 69.914 stdev, 8.196 blk)
1435.79/1155.78	c (52,0) c amo               : 0           (0 max, -nan avg, 0.000 s)
1435.79/1155.78	c (52,0) c simp dbs          : 0           (0.000 s)
1435.79/1155.78	c (52,0) c reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
1435.79/1155.78	c (52,0) c learnts           : 329         (0 learnts removed, 0.00%)
1435.79/1155.78	c (52,0) c rewrite dbs       : 0           (0/921 vars, 0+0 taut, 0+0 unit, 0.000 s)
1435.79/1155.78	c (52,0) c assigned lits     : 0           (0/3 probed, 3 remains)
1435.79/1155.78	c (52,0) c premise updates   : 0           (0.00 /lit)
1435.79/1155.78	c (52,0) c probed variables  : 3           (0 pr, 0 eq, 0 fld, 0 pol, 0 nec, 3 cla, 0 amo)
1435.79/1155.78	c (52,0) c equiv variables   : 921         (640 bin, 7 trn, 21 quat, 5 quin, 25 othr; 0 amo)
1435.79/1155.78	c (52,0) c lazy added bins   : 1           (1 prop + 0 conf, 0.001s)
1435.79/1155.78	c (52,0) c unwatched lit elim: 149         (0.00+0.03%, 58+91 of 122621925+363147)
1435.79/1155.78	c (52,0) c classified type   : undef
1435.79/1155.78	c (52,0) c progress          : 0.198 %
1435.79/1155.78	c (52,0) c
1435.79/1155.78	c (52,0) c [Statistics]
1435.79/1155.78	c (52,0) c             learnts len        learnts lbd        lit blk size       eq vars size
1435.79/1155.78	c (52,0) c  tot         329                329              37534                698
1435.79/1155.78	c (52,0) c  avg     935.015            107.608              8.196              2.319
1435.79/1155.78	c (52,0) c   1            1 ( 0.3%)          4 ( 1.2%)      25441 (67.8%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c   2            2 ( 0.6%)         28 ( 8.5%)       5721 (15.2%)        640 (91.7%)
1435.79/1155.78	c (52,0) c   3            5 ( 1.5%)          8 ( 2.4%)       1319 ( 3.5%)          7 ( 1.0%)
1435.79/1155.78	c (52,0) c   4            4 ( 1.2%)          4 ( 1.2%)        662 ( 1.8%)         21 ( 3.0%)
1435.79/1155.78	c (52,0) c   5            0 ( 0.0%)         11 ( 3.3%)        503 ( 1.3%)          5 ( 0.7%)
1435.79/1155.78	c (52,0) c   6            4 ( 1.2%)          5 ( 1.5%)        394 ( 1.0%)          6 ( 0.9%)
1435.79/1155.78	c (52,0) c   7            0 ( 0.0%)          7 ( 2.1%)        385 ( 1.0%)          5 ( 0.7%)
1435.79/1155.78	c (52,0) c   8            0 ( 0.0%)          9 ( 2.7%)        303 ( 0.8%)          4 ( 0.6%)
1435.79/1155.78	c (52,0) c   9            1 ( 0.3%)         13 ( 4.0%)        169 ( 0.5%)          2 ( 0.3%)
1435.79/1155.78	c (52,0) c  10            3 ( 0.9%)         11 ( 3.3%)        218 ( 0.6%)          3 ( 0.4%)
1435.79/1155.78	c (52,0) c  11            1 ( 0.3%)         10 ( 3.0%)         88 ( 0.2%)          3 ( 0.4%)
1435.79/1155.78	c (52,0) c  12            6 ( 1.8%)          4 ( 1.2%)        128 ( 0.3%)          1 ( 0.1%)
1435.79/1155.78	c (52,0) c  13            1 ( 0.3%)          4 ( 1.2%)        117 ( 0.3%)          1 ( 0.1%)
1435.79/1155.78	c (52,0) c  14            2 ( 0.6%)          3 ( 0.9%)         67 ( 0.2%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  15            3 ( 0.9%)          4 ( 1.2%)         98 ( 0.3%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  16            3 ( 0.9%)          6 ( 1.8%)         43 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  17            0 ( 0.0%)          4 ( 1.2%)         98 ( 0.3%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  18            2 ( 0.6%)          6 ( 1.8%)        127 ( 0.3%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  19            0 ( 0.0%)          1 ( 0.3%)         51 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  20            1 ( 0.3%)          1 ( 0.3%)         22 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  21            2 ( 0.6%)          2 ( 0.6%)         85 ( 0.2%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  22            0 ( 0.0%)          5 ( 1.5%)         33 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  23            0 ( 0.0%)          2 ( 0.6%)          7 ( 0.0%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  24            0 ( 0.0%)          0 ( 0.0%)         21 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  25            0 ( 0.0%)          2 ( 0.6%)         22 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  26            0 ( 0.0%)          1 ( 0.3%)          8 ( 0.0%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  27            0 ( 0.0%)          0 ( 0.0%)         25 ( 0.1%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  28            0 ( 0.0%)          1 ( 0.3%)         87 ( 0.2%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  29            1 ( 0.3%)          1 ( 0.3%)         17 ( 0.0%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c  30          287 (87.2%)        172 (52.3%)       1275 ( 3.4%)          0 ( 0.0%)
1435.79/1155.78	c (52,0) c
1435.79/1155.78	c (52,0) c [LBD Statistics]
1435.79/1155.78	c (52,0) c LBD          used lbd               used clause lbd         unused clause lbd
1435.79/1155.78	c (52,0) c  tot          496                      92                     237
1435.79/1155.78	c (52,0) c  avg       22.464                  54.522                 128.219
1435.79/1155.78	c (52,0) c    1           10 ( 2.0/ 2.0%)          3 ( 3.3/ 3.3%)          0 ( 0.0/ 0.0%)
1435.79/1155.78	c (52,0) c    2          165 (33.3/35.3%)         19 (20.7/23.9%)         10 ( 4.2/ 4.2%)
1435.79/1155.78	c (52,0) c    3           33 ( 6.7/41.9%)          6 ( 6.5/30.4%)          2 ( 0.8/ 5.1%)
1435.79/1155.78	c (52,0) c    4           50 (10.1/52.0%)          1 ( 1.1/31.5%)          3 ( 1.3/ 6.3%)
1435.79/1155.78	c (52,0) c    5            9 ( 1.8/53.8%)          6 ( 6.5/38.0%)          5 ( 2.1/ 8.4%)
1435.79/1155.78	c (52,0) c    6           73 (14.7/68.5%)          2 ( 2.2/40.2%)          3 ( 1.3/ 9.7%)
1435.79/1155.78	c (52,0) c    7            1 ( 0.2/68.8%)          2 ( 2.2/42.4%)          5 ( 2.1/11.8%)
1435.79/1155.78	c (52,0) c    8           41 ( 8.3/77.0%)          3 ( 3.3/45.7%)          6 ( 2.5/14.3%)
1435.79/1155.78	c (52,0) c    9           24 ( 4.8/81.9%)          8 ( 8.7/54.3%)          5 ( 2.1/16.5%)
1435.79/1155.78	c (52,0) c   10           10 ( 2.0/83.9%)          5 ( 5.4/59.8%)          6 ( 2.5/19.0%)
1435.79/1155.78	c (52,0) c   11            1 ( 0.2/84.1%)          4 ( 4.3/64.1%)          6 ( 2.5/21.5%)
1435.79/1155.78	c (52,0) c   12            5 ( 1.0/85.1%)          1 ( 1.1/65.2%)          3 ( 1.3/22.8%)
1435.79/1155.78	c (52,0) c   13            3 ( 0.6/85.7%)          0 ( 0.0/65.2%)          4 ( 1.7/24.5%)
1435.79/1155.78	c (52,0) c   14            1 ( 0.2/85.9%)          0 ( 0.0/65.2%)          3 ( 1.3/25.7%)
1435.79/1155.78	c (52,0) c   15            6 ( 1.2/87.1%)          0 ( 0.0/65.2%)          4 ( 1.7/27.4%)
1435.79/1155.78	c (52,0) c   16            1 ( 0.2/87.3%)          3 ( 3.3/68.5%)          3 ( 1.3/28.7%)
1435.79/1155.78	c (52,0) c   17            2 ( 0.4/87.7%)          0 ( 0.0/68.5%)          4 ( 1.7/30.4%)
1435.79/1155.78	c (52,0) c   18            3 ( 0.6/88.3%)          2 ( 2.2/70.7%)          4 ( 1.7/32.1%)
1435.79/1155.78	c (52,0) c   19            0 ( 0.0/88.3%)          0 ( 0.0/70.7%)          1 ( 0.4/32.5%)
1435.79/1155.78	c (52,0) c   20            4 ( 0.8/89.1%)          1 ( 1.1/71.7%)          0 ( 0.0/32.5%)
1435.79/1155.78	c (52,0) c   21            1 ( 0.2/89.3%)          1 ( 1.1/72.8%)          1 ( 0.4/32.9%)
1435.79/1155.78	c (52,0) c   22            5 ( 1.0/90.3%)          3 ( 3.3/76.1%)          2 ( 0.8/33.8%)
1435.79/1155.78	c (52,0) c   23            2 ( 0.4/90.7%)          0 ( 0.0/76.1%)          2 ( 0.8/34.6%)
1435.79/1155.78	c (52,0) c   24            1 ( 0.2/90.9%)          0 ( 0.0/76.1%)          0 ( 0.0/34.6%)
1435.79/1155.78	c (52,0) c   25            4 ( 0.8/91.7%)          2 ( 2.2/78.3%)          0 ( 0.0/34.6%)
1435.79/1155.78	c (52,0) c   26            1 ( 0.2/91.9%)          0 ( 0.0/78.3%)          1 ( 0.4/35.0%)
1435.79/1155.78	c (52,0) c   27            0 ( 0.0/91.9%)          0 ( 0.0/78.3%)          0 ( 0.0/35.0%)
1435.79/1155.78	c (52,0) c   28            0 ( 0.0/91.9%)          0 ( 0.0/78.3%)          1 ( 0.4/35.4%)
1435.79/1155.78	c (52,0) c   29            0 ( 0.0/91.9%)          0 ( 0.0/78.3%)          1 ( 0.4/35.9%)
1435.79/1155.78	c (52,0) c   30            0 ( 0.0/91.9%)          0 ( 0.0/78.3%)          1 ( 0.4/36.3%)
1435.79/1155.78	c (52,0) c   31            0 ( 0.0/91.9%)          0 ( 0.0/78.3%)          3 ( 1.3/37.6%)
1435.79/1155.78	c (52,0) c   32            1 ( 0.2/92.1%)          0 ( 0.0/78.3%)          3 ( 1.3/38.8%)
1435.79/1155.78	c (52,0) c   33            0 ( 0.0/92.1%)          1 ( 1.1/79.3%)          1 ( 0.4/39.2%)
1435.79/1155.78	c (52,0) c   34            0 ( 0.0/92.1%)          0 ( 0.0/79.3%)          1 ( 0.4/39.7%)
1435.79/1155.78	c (52,0) c   35            1 ( 0.2/92.3%)          0 ( 0.0/79.3%)          1 ( 0.4/40.1%)
1435.79/1155.78	c (52,0) c   36            2 ( 0.4/92.7%)          1 ( 1.1/80.4%)          0 ( 0.0/40.1%)
1435.79/1155.78	c (52,0) c   37            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          1 ( 0.4/40.5%)
1435.79/1155.78	c (52,0) c   38            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          0 ( 0.0/40.5%)
1435.79/1155.78	c (52,0) c   39            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          0 ( 0.0/40.5%)
1435.79/1155.78	c (52,0) c   40            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          0 ( 0.0/40.5%)
1435.79/1155.78	c (52,0) c   41            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          1 ( 0.4/40.9%)
1435.79/1155.78	c (52,0) c   42            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          0 ( 0.0/40.9%)
1435.79/1155.78	c (52,0) c   43            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          1 ( 0.4/41.4%)
1435.79/1155.78	c (52,0) c   44            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          1 ( 0.4/41.8%)
1435.79/1155.78	c (52,0) c   45            0 ( 0.0/92.7%)          0 ( 0.0/80.4%)          0 ( 0.0/41.8%)
1435.79/1155.78	c (52,0) c   46            0 ( 0.0/92.7%)          1 ( 1.1/81.5%)          1 ( 0.4/42.2%)
1435.79/1155.78	c (52,0) c   47            1 ( 0.2/92.9%)          0 ( 0.0/81.5%)          1 ( 0.4/42.6%)
1435.79/1155.78	c (52,0) c   48            0 ( 0.0/92.9%)          0 ( 0.0/81.5%)          0 ( 0.0/42.6%)
1435.79/1155.78	c (52,0) c   49            0 ( 0.0/92.9%)          0 ( 0.0/81.5%)          0 ( 0.0/42.6%)
1435.79/1155.78	c (52,0) c   50            1 ( 0.2/93.1%)          1 ( 1.1/82.6%)          1 ( 0.4/43.0%)
1435.79/1155.78	c (52,0) c   51            0 ( 0.0/93.1%)          0 ( 0.0/82.6%)          1 ( 0.4/43.5%)
1435.79/1155.78	c (52,0) c   52            0 ( 0.0/93.1%)          0 ( 0.0/82.6%)          0 ( 0.0/43.5%)
1435.79/1155.78	c (52,0) c   53            0 ( 0.0/93.1%)          0 ( 0.0/82.6%)          0 ( 0.0/43.5%)
1435.79/1155.78	c (52,0) c   54            0 ( 0.0/93.1%)          0 ( 0.0/82.6%)          0 ( 0.0/43.5%)
1435.79/1155.78	c (52,0) c   55            0 ( 0.0/93.1%)          0 ( 0.0/82.6%)          2 ( 0.8/44.3%)
1435.79/1155.78	c (52,0) c   56            0 ( 0.0/93.1%)          0 ( 0.0/82.6%)          1 ( 0.4/44.7%)
1435.79/1155.78	c (52,0) c   57            0 ( 0.0/93.1%)          1 ( 1.1/83.7%)          0 ( 0.0/44.7%)
1435.79/1155.78	c (52,0) c   58            0 ( 0.0/93.1%)          0 ( 0.0/83.7%)          1 ( 0.4/45.1%)
1435.79/1155.78	c (52,0) c   59            0 ( 0.0/93.1%)          0 ( 0.0/83.7%)          1 ( 0.4/45.6%)
1435.79/1155.78	c (52,0) c   60            1 ( 0.2/93.3%)          0 ( 0.0/83.7%)          2 ( 0.8/46.4%)
1435.79/1155.78	c (52,0) c   61            0 ( 0.0/93.3%)          0 ( 0.0/83.7%)          1 ( 0.4/46.8%)
1435.79/1155.78	c (52,0) c   62            0 ( 0.0/93.3%)          1 ( 1.1/84.8%)          1 ( 0.4/47.3%)
1435.79/1155.78	c (52,0) c   63            1 ( 0.2/93.5%)          0 ( 0.0/84.8%)          0 ( 0.0/47.3%)
1435.79/1155.78	c (52,0) c   64            0 ( 0.0/93.5%)          0 ( 0.0/84.8%)          0 ( 0.0/47.3%)
1435.79/1155.78	c (52,0) c   65            0 ( 0.0/93.5%)          0 ( 0.0/84.8%)          0 ( 0.0/47.3%)
1435.79/1155.78	c (52,0) c   66            0 ( 0.0/93.5%)          0 ( 0.0/84.8%)          1 ( 0.4/47.7%)
1435.79/1155.78	c (52,0) c   67            1 ( 0.2/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/47.7%)
1435.79/1155.78	c (52,0) c   68            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/47.7%)
1435.79/1155.78	c (52,0) c   69            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/47.7%)
1435.79/1155.78	c (52,0) c   70            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/47.7%)
1435.79/1155.78	c (52,0) c   71            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/47.7%)
1435.79/1155.78	c (52,0) c   72            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          3 ( 1.3/48.9%)
1435.79/1155.78	c (52,0) c   73            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/48.9%)
1435.79/1155.78	c (52,0) c   74            0 ( 0.0/93.8%)          0 ( 0.0/84.8%)          0 ( 0.0/48.9%)
1435.79/1155.78	c (52,0) c   75            3 ( 0.6/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/48.9%)
1435.79/1155.78	c (52,0) c   76            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/48.9%)
1435.79/1155.79	c (52,0) c   77            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/49.4%)
1435.79/1155.79	c (52,0) c   78            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/49.4%)
1435.79/1155.79	c (52,0) c   79            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/49.8%)
1435.79/1155.79	c (52,0) c   80            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/50.2%)
1435.79/1155.79	c (52,0) c   81            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/50.2%)
1435.79/1155.79	c (52,0) c   82            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/50.6%)
1435.79/1155.79	c (52,0) c   83            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/51.1%)
1435.79/1155.79	c (52,0) c   84            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/51.5%)
1435.79/1155.79	c (52,0) c   85            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/51.9%)
1435.79/1155.79	c (52,0) c   86            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          5 ( 2.1/54.0%)
1435.79/1155.79	c (52,0) c   87            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/54.0%)
1435.79/1155.79	c (52,0) c   88            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          2 ( 0.8/54.9%)
1435.79/1155.79	c (52,0) c   89            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/54.9%)
1435.79/1155.79	c (52,0) c   90            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/54.9%)
1435.79/1155.79	c (52,0) c   91            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/55.3%)
1435.79/1155.79	c (52,0) c   92            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/55.3%)
1435.79/1155.79	c (52,0) c   93            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/55.3%)
1435.79/1155.79	c (52,0) c   94            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          0 ( 0.0/55.3%)
1435.79/1155.79	c (52,0) c   95            0 ( 0.0/94.4%)          0 ( 0.0/84.8%)          1 ( 0.4/55.7%)
1435.79/1155.79	c (52,0) c   96            5 ( 1.0/95.4%)          1 ( 1.1/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c   97            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c   98            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c   99            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  100            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  101            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  102            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  103            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  104            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  105            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  106            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  107            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  108            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  109            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  110            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  111            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  112            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  113            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  114            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  115            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  116            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  117            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  118            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  119            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  120            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  121            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  122            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  123            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  124            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  125            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  126            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  127            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  128            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  129            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  130            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  131            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  132            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  133            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  134            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  135            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  136            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  137            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  138            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/55.7%)
1435.79/1155.79	c (52,0) c  139            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          1 ( 0.4/56.1%)
1435.79/1155.79	c (52,0) c  140            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  141            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  142            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  143            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  144            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  145            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  146            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  147            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  148            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  149            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  150            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  151            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  152            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  153            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  154            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  155            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  156            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  157            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  158            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  159            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  160            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  161            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  162            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  163            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  164            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  165            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  166            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  167            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  168            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  169            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  170            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  171            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  172            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  173            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  174            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  175            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  176            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  177            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  178            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  179            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  180            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  181            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  182            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  183            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  184            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  185            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  186            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  187            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  188            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          0 ( 0.0/56.1%)
1435.79/1155.79	c (52,0) c  189            0 ( 0.0/95.4%)          0 ( 0.0/85.9%)          2 ( 0.8/57.0%)
1435.79/1155.79	c (52,0) c  190            0 ( 0.0/95.4%)          1 ( 1.1/87.0%)          0 ( 0.0/57.0%)
1435.79/1155.79	c (52,0) c  191            0 ( 0.0/95.4%)          0 ( 0.0/87.0%)          1 ( 0.4/57.4%)
1435.79/1155.79	c (52,0) c  192            1 ( 0.2/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/57.8%)
1435.79/1155.79	c (52,0) c  193            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/58.2%)
1435.79/1155.79	c (52,0) c  194            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          2 ( 0.8/59.1%)
1435.79/1155.79	c (52,0) c  195            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/59.5%)
1435.79/1155.79	c (52,0) c  196            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/59.9%)
1435.79/1155.79	c (52,0) c  197            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/60.3%)
1435.79/1155.79	c (52,0) c  198            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/60.8%)
1435.79/1155.79	c (52,0) c  199            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/61.2%)
1435.79/1155.79	c (52,0) c  200            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/61.6%)
1435.79/1155.79	c (52,0) c  201            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/62.0%)
1435.79/1155.79	c (52,0) c  202            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/62.4%)
1435.79/1155.79	c (52,0) c  203            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/62.9%)
1435.79/1155.79	c (52,0) c  204            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/63.3%)
1435.79/1155.79	c (52,0) c  205            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/63.7%)
1435.79/1155.79	c (52,0) c  206            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/64.1%)
1435.79/1155.79	c (52,0) c  207            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/64.6%)
1435.79/1155.79	c (52,0) c  208            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/65.0%)
1435.79/1155.79	c (52,0) c  209            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/65.4%)
1435.79/1155.79	c (52,0) c  210            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/65.8%)
1435.79/1155.79	c (52,0) c  211            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/66.2%)
1435.79/1155.79	c (52,0) c  212            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/66.7%)
1435.79/1155.79	c (52,0) c  213            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/67.1%)
1435.79/1155.79	c (52,0) c  214            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/67.5%)
1435.79/1155.79	c (52,0) c  215            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          2 ( 0.8/68.4%)
1435.79/1155.79	c (52,0) c  216            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/68.8%)
1435.79/1155.79	c (52,0) c  217            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          2 ( 0.8/69.6%)
1435.79/1155.79	c (52,0) c  218            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/70.0%)
1435.79/1155.79	c (52,0) c  219            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/70.5%)
1435.79/1155.79	c (52,0) c  220            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/70.9%)
1435.79/1155.79	c (52,0) c  221            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          2 ( 0.8/71.7%)
1435.79/1155.79	c (52,0) c  222            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/72.2%)
1435.79/1155.79	c (52,0) c  223            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/72.6%)
1435.79/1155.79	c (52,0) c  224            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          3 ( 1.3/73.8%)
1435.79/1155.79	c (52,0) c  225            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/74.3%)
1435.79/1155.79	c (52,0) c  226            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/74.7%)
1435.79/1155.79	c (52,0) c  227            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          2 ( 0.8/75.5%)
1435.79/1155.79	c (52,0) c  228            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/75.9%)
1435.79/1155.79	c (52,0) c  229            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/76.4%)
1435.79/1155.79	c (52,0) c  230            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/76.8%)
1435.79/1155.79	c (52,0) c  231            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/77.2%)
1435.79/1155.79	c (52,0) c  232            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/77.6%)
1435.79/1155.79	c (52,0) c  233            0 ( 0.0/95.6%)          0 ( 0.0/87.0%)          1 ( 0.4/78.1%)
1435.79/1155.79	c (52,0) c  234            1 ( 0.2/95.8%)          1 ( 1.1/88.0%)          1 ( 0.4/78.5%)
1435.79/1155.79	c (52,0) c  235            2 ( 0.4/96.2%)          1 ( 1.1/89.1%)          1 ( 0.4/78.9%)
1435.79/1155.79	c (52,0) c  236            0 ( 0.0/96.2%)          0 ( 0.0/89.1%)          1 ( 0.4/79.3%)
1435.79/1155.79	c (52,0) c  237            1 ( 0.2/96.4%)          1 ( 1.1/90.2%)          1 ( 0.4/79.7%)
1435.79/1155.79	c (52,0) c  238            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/80.2%)
1435.79/1155.79	c (52,0) c  239            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/80.6%)
1435.79/1155.79	c (52,0) c  240            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          2 ( 0.8/81.4%)
1435.79/1155.79	c (52,0) c  241            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/81.9%)
1435.79/1155.79	c (52,0) c  242            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/82.3%)
1435.79/1155.79	c (52,0) c  243            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/82.7%)
1435.79/1155.79	c (52,0) c  244            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/83.1%)
1435.79/1155.79	c (52,0) c  245            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/83.5%)
1435.79/1155.79	c (52,0) c  246            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/84.0%)
1435.79/1155.79	c (52,0) c  247            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/84.4%)
1435.79/1155.79	c (52,0) c  248            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/84.8%)
1435.79/1155.79	c (52,0) c  249            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/85.2%)
1435.92/1155.80	c (52,0) c  250            0 ( 0.0/96.4%)          0 ( 0.0/90.2%)          1 ( 0.4/85.7%)
1435.92/1155.80	c (52,0) c  251            1 ( 0.2/96.6%)          1 ( 1.1/91.3%)          2 ( 0.8/86.5%)
1435.92/1155.80	c (52,0) c  252            0 ( 0.0/96.6%)          0 ( 0.0/91.3%)          3 ( 1.3/87.8%)
1435.92/1155.80	c (52,0) c  253            0 ( 0.0/96.6%)          0 ( 0.0/91.3%)          4 ( 1.7/89.5%)
1435.92/1155.80	c (52,0) c  254            0 ( 0.0/96.6%)          0 ( 0.0/91.3%)          2 ( 0.8/90.3%)
1435.92/1155.80	c (52,0) c  255            1 ( 0.2/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  256            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  257            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  258            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  259            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  260            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  261            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  262            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  263            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  264            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  265            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  266            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  267            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  268            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  269            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  270            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  271            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  272            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  273            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  274            0 ( 0.0/96.8%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  275            1 ( 0.2/97.0%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  276            0 ( 0.0/97.0%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  277            1 ( 0.2/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  278            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  279            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  280            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  281            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  282            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  283            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  284            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  285            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  286            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  287            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  288            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  289            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  290            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  291            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  292            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  293            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  294            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  295            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  296            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  297            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.3%)
1435.92/1155.80	c (52,0) c  298            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          1 ( 0.4/90.7%)
1435.92/1155.80	c (52,0) c  299            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.7%)
1435.92/1155.80	c (52,0) c  300            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.7%)
1435.92/1155.80	c (52,0) c  301            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/90.7%)
1435.92/1155.80	c (52,0) c  302            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          1 ( 0.4/91.1%)
1435.92/1155.80	c (52,0) c  303            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.1%)
1435.92/1155.80	c (52,0) c  304            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.1%)
1435.92/1155.80	c (52,0) c  305            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.1%)
1435.92/1155.80	c (52,0) c  306            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.1%)
1435.92/1155.80	c (52,0) c  307            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.1%)
1435.92/1155.80	c (52,0) c  308            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          1 ( 0.4/91.6%)
1435.92/1155.80	c (52,0) c  309            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  310            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  311            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  312            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  313            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  314            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  315            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  316            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  317            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  318            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  319            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  320            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  321            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  322            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  323            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  324            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  325            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  326            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  327            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  328            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  329            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  330            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  331            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  332            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  333            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  334            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  335            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  336            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  337            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  338            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  339            0 ( 0.0/97.2%)          0 ( 0.0/91.3%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  340            0 ( 0.0/97.2%)          1 ( 1.1/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  341            1 ( 0.2/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  342            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  343            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  344            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  345            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  346            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  347            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  348            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  349            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  350            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  351            0 ( 0.0/97.4%)          0 ( 0.0/92.4%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  352            0 ( 0.0/97.4%)          1 ( 1.1/93.5%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  353            0 ( 0.0/97.4%)          0 ( 0.0/93.5%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  354            1 ( 0.2/97.6%)          0 ( 0.0/93.5%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  355            0 ( 0.0/97.6%)          0 ( 0.0/93.5%)          0 ( 0.0/91.6%)
1435.92/1155.80	c (52,0) c  356            0 ( 0.0/97.6%)          0 ( 0.0/93.5%)          2 ( 0.8/92.4%)
1435.92/1155.80	c (52,0) c  357            0 ( 0.0/97.6%)          0 ( 0.0/93.5%)          1 ( 0.4/92.8%)
1435.92/1155.80	c (52,0) c  358            0 ( 0.0/97.6%)          1 ( 1.1/94.6%)          1 ( 0.4/93.2%)
1435.92/1155.80	c (52,0) c  359            0 ( 0.0/97.6%)          0 ( 0.0/94.6%)          1 ( 0.4/93.7%)
1435.92/1155.80	c (52,0) c  360            0 ( 0.0/97.6%)          0 ( 0.0/94.6%)          1 ( 0.4/94.1%)
1435.92/1155.80	c (52,0) c  361            0 ( 0.0/97.6%)          0 ( 0.0/94.6%)          1 ( 0.4/94.5%)
1435.92/1155.80	c (52,0) c  362            0 ( 0.0/97.6%)          0 ( 0.0/94.6%)          1 ( 0.4/94.9%)
1435.92/1155.80	c (52,0) c  363            0 ( 0.0/97.6%)          0 ( 0.0/94.6%)          1 ( 0.4/95.4%)
1435.92/1155.80	c (52,0) c  364            1 ( 0.2/97.8%)          1 ( 1.1/95.7%)          0 ( 0.0/95.4%)
1435.92/1155.80	c (52,0) c  365            0 ( 0.0/97.8%)          0 ( 0.0/95.7%)          2 ( 0.8/96.2%)
1435.92/1155.80	c (52,0) c  366            1 ( 0.2/98.0%)          1 ( 1.1/96.7%)          1 ( 0.4/96.6%)
1435.92/1155.80	c (52,0) c  367            0 ( 0.0/98.0%)          0 ( 0.0/96.7%)          2 ( 0.8/97.5%)
1435.92/1155.80	c (52,0) c  368            1 ( 0.2/98.2%)          1 ( 1.1/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  369            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  370            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  371            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  372            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  373            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  374            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  375            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  376            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  377            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  378            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  379            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  380            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  381            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  382            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  383            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  384            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  385            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          0 ( 0.0/97.5%)
1435.92/1155.80	c (52,0) c  386            0 ( 0.0/98.2%)          0 ( 0.0/97.8%)          1 ( 0.4/97.9%)
1435.92/1155.80	c (52,0) c  387            0 ( 0.0/98.2%)          1 ( 1.1/98.9%)          0 ( 0.0/97.9%)
1435.92/1155.80	c (52,0) c  388            1 ( 0.2/98.4%)          0 ( 0.0/98.9%)          0 ( 0.0/97.9%)
1435.92/1155.80	c (52,0) c  389            0 ( 0.0/98.4%)          0 ( 0.0/98.9%)          0 ( 0.0/97.9%)
1435.92/1155.80	c (52,0) c  390            3 ( 0.6/99.0%)          0 ( 0.0/98.9%)          0 ( 0.0/97.9%)
1435.92/1155.80	c (52,0) c  391            0 ( 0.0/99.0%)          0 ( 0.0/98.9%)          1 ( 0.4/98.3%)
1435.92/1155.80	c (52,0) c  392            1 ( 0.2/99.2%)          1 ( 1.1/100.0%)          0 ( 0.0/98.3%)
1435.92/1155.80	c (52,0) c  393            1 ( 0.2/99.4%)          0 ( 0.0/100.0%)          0 ( 0.0/98.3%)
1435.92/1155.80	c (52,0) c  394            1 ( 0.2/99.6%)          0 ( 0.0/100.0%)          3 ( 1.3/99.6%)
1435.92/1155.80	c (52,0) c  395            1 ( 0.2/99.8%)          0 ( 0.0/100.0%)          0 ( 0.0/99.6%)
1435.92/1155.80	c (52,0) c  396            0 ( 0.0/99.8%)          0 ( 0.0/100.0%)          1 ( 0.4/100.0%)
1435.92/1155.80	c (52,0) c  397            1 ( 0.2/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
1435.92/1155.80	c (52,0) c
1435.92/1155.80	c (52,0) c Memory used       : 4550.00 MB
1435.92/1155.80	c (52,0) c CPU time          : 50.982 s
1435.92/1155.80	c (52,0) c Real time         : 52.548 s
1435.92/1155.80	c (52,0) c
1435.92/1155.81	c (52,0) s SATISFIABLE
1436.48/1156.03	c (53,0) SatSolver.solve End
1436.48/1156.03	c (53,0) Heap : 200 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
1436.48/1156.03	c (53,0) Show results Begin
1436.93/1156.24	c (53,0) x[0] = 996
1436.93/1156.24	c (53,0) x[1] = 2
1436.93/1156.24	c (53,0) x[2] = 1
1436.93/1156.24	c (53,0) x[3] = 0
1436.93/1156.24	c (53,0) x[4] = 0
1436.93/1156.24	c (53,0) x[5] = 0
1436.93/1156.24	c (53,0) x[6] = 0
1436.93/1156.24	c (53,0) x[7] = 0
1436.93/1156.24	c (53,0) x[8] = 0
1436.93/1156.24	c (53,0) x[9] = 0
1436.93/1156.24	c (53,0) x[10] = 0
1436.93/1156.24	c (53,0) x[11] = 0
1436.93/1156.24	c (53,0) x[12] = 0
1436.93/1156.24	c (53,0) x[13] = 0
1436.93/1156.24	c (53,0) x[14] = 0
1436.93/1156.24	c (53,0) x[15] = 0
1436.93/1156.24	c (53,0) x[16] = 0
1436.93/1156.24	c (53,0) x[17] = 0
1436.93/1156.24	c (53,0) x[18] = 0
1436.93/1156.24	c (53,0) x[19] = 0
1436.93/1156.24	c (53,0) x[20] = 0
1436.93/1156.24	c (53,0) x[21] = 0
1436.93/1156.24	c (53,0) x[22] = 0
1436.93/1156.24	c (53,0) x[23] = 0
1436.93/1156.24	c (53,0) x[24] = 0
1436.93/1156.24	c (53,0) x[25] = 0
1436.93/1156.24	c (53,0) x[26] = 0
1436.93/1156.24	c (53,0) x[27] = 0
1436.93/1156.24	c (53,0) x[28] = 0
1436.93/1156.24	c (53,0) x[29] = 0
1436.93/1156.24	c (53,0) x[30] = 0
1436.93/1156.24	c (53,0) x[31] = 0
1436.93/1156.24	c (53,0) x[32] = 0
1436.93/1156.24	c (53,0) x[33] = 0
1436.93/1156.24	c (53,0) x[34] = 0
1436.93/1156.24	c (53,0) x[35] = 0
1436.93/1156.24	c (53,0) x[36] = 0
1436.93/1156.24	c (53,0) x[37] = 0
1436.93/1156.24	c (53,0) x[38] = 0
1436.93/1156.24	c (53,0) x[39] = 0
1436.93/1156.24	c (53,0) x[40] = 0
1436.93/1156.24	c (53,0) x[41] = 0
1436.93/1156.24	c (53,0) x[42] = 0
1436.93/1156.24	c (53,0) x[43] = 0
1436.93/1156.24	c (53,0) x[44] = 0
1436.93/1156.24	c (53,0) x[45] = 0
1436.93/1156.24	c (53,0) x[46] = 0
1436.93/1156.24	c (53,0) x[47] = 0
1436.93/1156.24	c (53,0) x[48] = 0
1436.93/1156.24	c (53,0) x[49] = 0
1436.93/1156.24	c (53,0) x[50] = 0
1436.93/1156.24	c (53,0) x[51] = 0
1436.93/1156.24	c (53,0) x[52] = 0
1436.93/1156.24	c (53,0) x[53] = 0
1436.93/1156.24	c (53,0) x[54] = 0
1436.93/1156.24	c (53,0) x[55] = 0
1436.93/1156.24	c (53,0) x[56] = 0
1436.93/1156.24	c (53,0) x[57] = 0
1436.93/1156.24	c (53,0) x[58] = 0
1436.93/1156.24	c (53,0) x[59] = 0
1436.93/1156.24	c (53,0) x[60] = 0
1436.93/1156.24	c (53,0) x[61] = 0
1436.93/1156.24	c (53,0) x[62] = 0
1436.93/1156.24	c (53,0) x[63] = 0
1436.93/1156.24	c (53,0) x[64] = 0
1436.93/1156.24	c (53,0) x[65] = 0
1436.93/1156.24	c (53,0) x[66] = 0
1436.93/1156.24	c (53,0) x[67] = 0
1436.93/1156.24	c (53,0) x[68] = 0
1436.93/1156.24	c (53,0) x[69] = 0
1436.93/1156.24	c (53,0) x[70] = 0
1436.93/1156.24	c (53,0) x[71] = 0
1436.93/1156.24	c (53,0) x[72] = 0
1436.93/1156.24	c (53,0) x[73] = 0
1436.93/1156.24	c (53,0) x[74] = 0
1436.93/1156.24	c (53,0) x[75] = 0
1436.93/1156.24	c (53,0) x[76] = 0
1436.93/1156.24	c (53,0) x[77] = 0
1436.93/1156.24	c (53,0) x[78] = 0
1436.93/1156.24	c (53,0) x[79] = 0
1436.93/1156.24	c (53,0) x[80] = 0
1436.93/1156.24	c (53,0) x[81] = 0
1436.93/1156.24	c (53,0) x[82] = 0
1436.93/1156.24	c (53,0) x[83] = 0
1436.93/1156.24	c (53,0) x[84] = 0
1436.93/1156.24	c (53,0) x[85] = 0
1436.93/1156.24	c (53,0) x[86] = 0
1436.93/1156.24	c (53,0) x[87] = 0
1436.93/1156.24	c (53,0) x[88] = 0
1436.93/1156.24	c (53,0) x[89] = 0
1436.93/1156.24	c (53,0) x[90] = 0
1436.93/1156.24	c (53,0) x[91] = 0
1436.93/1156.24	c (53,0) x[92] = 0
1436.93/1156.24	c (53,0) x[93] = 0
1436.93/1156.24	c (53,0) x[94] = 0
1436.93/1156.24	c (53,0) x[95] = 0
1436.93/1156.24	c (53,0) x[96] = 0
1436.93/1156.24	c (53,0) x[97] = 0
1436.93/1156.24	c (53,0) x[98] = 0
1436.93/1156.24	c (53,0) x[99] = 0
1436.93/1156.24	c (53,0) x[100] = 0
1436.93/1156.24	c (53,0) x[101] = 0
1436.93/1156.24	c (53,0) x[102] = 0
1436.93/1156.24	c (53,0) x[103] = 0
1436.93/1156.24	c (53,0) x[104] = 0
1436.93/1156.24	c (53,0) x[105] = 0
1436.93/1156.24	c (53,0) x[106] = 0
1436.93/1156.24	c (53,0) x[107] = 0
1436.93/1156.24	c (53,0) x[108] = 0
1436.93/1156.24	c (53,0) x[109] = 0
1436.93/1156.24	c (53,0) x[110] = 0
1436.93/1156.24	c (53,0) x[111] = 0
1436.93/1156.24	c (53,0) x[112] = 0
1436.93/1156.24	c (53,0) x[113] = 0
1436.93/1156.24	c (53,0) x[114] = 0
1436.93/1156.24	c (53,0) x[115] = 0
1436.93/1156.24	c (53,0) x[116] = 0
1436.93/1156.24	c (53,0) x[117] = 0
1436.93/1156.24	c (53,0) x[118] = 0
1436.93/1156.24	c (53,0) x[119] = 0
1436.93/1156.24	c (53,0) x[120] = 0
1436.93/1156.24	c (53,0) x[121] = 0
1436.93/1156.24	c (53,0) x[122] = 0
1436.93/1156.24	c (53,0) x[123] = 0
1436.93/1156.24	c (53,0) x[124] = 0
1436.93/1156.24	c (53,0) x[125] = 0
1436.93/1156.24	c (53,0) x[126] = 0
1436.93/1156.24	c (53,0) x[127] = 0
1436.93/1156.24	c (53,0) x[128] = 0
1436.93/1156.24	c (53,0) x[129] = 0
1436.93/1156.24	c (53,0) x[130] = 0
1436.93/1156.24	c (53,0) x[131] = 0
1436.93/1156.24	c (53,0) x[132] = 0
1436.93/1156.24	c (53,0) x[133] = 0
1436.93/1156.24	c (53,0) x[134] = 0
1436.93/1156.24	c (53,0) x[135] = 0
1436.93/1156.24	c (53,0) x[136] = 0
1436.93/1156.24	c (53,0) x[137] = 0
1436.93/1156.24	c (53,0) x[138] = 0
1436.93/1156.24	c (53,0) x[139] = 0
1436.93/1156.24	c (53,0) x[140] = 0
1436.93/1156.24	c (53,0) x[141] = 0
1436.93/1156.24	c (53,0) x[142] = 0
1436.93/1156.24	c (53,0) x[143] = 0
1436.93/1156.24	c (53,0) x[144] = 0
1436.93/1156.24	c (53,0) x[145] = 0
1436.93/1156.24	c (53,0) x[146] = 0
1436.93/1156.24	c (53,0) x[147] = 0
1436.93/1156.24	c (53,0) x[148] = 0
1436.93/1156.24	c (53,0) x[149] = 0
1436.93/1156.24	c (53,0) x[150] = 0
1436.93/1156.24	c (53,0) x[151] = 0
1436.93/1156.24	c (53,0) x[152] = 0
1436.93/1156.24	c (53,0) x[153] = 0
1436.93/1156.25	c (53,0) x[154] = 0
1436.93/1156.25	c (53,0) x[155] = 0
1436.93/1156.25	c (53,0) x[156] = 0
1436.93/1156.25	c (53,0) x[157] = 0
1436.93/1156.25	c (53,0) x[158] = 0
1436.93/1156.25	c (53,0) x[159] = 0
1436.93/1156.25	c (53,0) x[160] = 0
1436.93/1156.25	c (53,0) x[161] = 0
1436.93/1156.25	c (53,0) x[162] = 0
1436.93/1156.25	c (53,0) x[163] = 0
1436.93/1156.25	c (53,0) x[164] = 0
1436.93/1156.25	c (53,0) x[165] = 0
1436.93/1156.25	c (53,0) x[166] = 0
1436.93/1156.25	c (53,0) x[167] = 0
1436.93/1156.25	c (53,0) x[168] = 0
1436.93/1156.25	c (53,0) x[169] = 0
1436.93/1156.25	c (53,0) x[170] = 0
1436.93/1156.25	c (53,0) x[171] = 0
1436.93/1156.25	c (53,0) x[172] = 0
1436.93/1156.25	c (53,0) x[173] = 0
1436.93/1156.25	c (53,0) x[174] = 0
1436.93/1156.25	c (53,0) x[175] = 0
1436.93/1156.25	c (53,0) x[176] = 0
1436.93/1156.25	c (53,0) x[177] = 0
1436.93/1156.25	c (53,0) x[178] = 0
1436.93/1156.25	c (53,0) x[179] = 0
1436.93/1156.25	c (53,0) x[180] = 0
1436.93/1156.25	c (53,0) x[181] = 0
1436.93/1156.25	c (53,0) x[182] = 0
1436.93/1156.25	c (53,0) x[183] = 0
1436.93/1156.25	c (53,0) x[184] = 0
1436.93/1156.25	c (53,0) x[185] = 0
1436.93/1156.25	c (53,0) x[186] = 0
1436.93/1156.25	c (53,0) x[187] = 0
1436.93/1156.25	c (53,0) x[188] = 0
1436.93/1156.25	c (53,0) x[189] = 0
1436.93/1156.25	c (53,0) x[190] = 0
1436.93/1156.25	c (53,0) x[191] = 0
1436.93/1156.25	c (53,0) x[192] = 0
1436.93/1156.25	c (53,0) x[193] = 0
1436.93/1156.25	c (53,0) x[194] = 0
1436.93/1156.25	c (53,0) x[195] = 0
1436.93/1156.25	c (53,0) x[196] = 0
1436.93/1156.25	c (53,0) x[197] = 0
1436.93/1156.25	c (53,0) x[198] = 0
1436.93/1156.25	c (53,0) x[199] = 0
1436.93/1156.25	c (53,0) x[200] = 0
1436.93/1156.25	c (53,0) x[201] = 0
1436.93/1156.25	c (53,0) x[202] = 0
1436.93/1156.25	c (53,0) x[203] = 0
1436.93/1156.25	c (53,0) x[204] = 0
1436.93/1156.25	c (53,0) x[205] = 0
1436.93/1156.25	c (53,0) x[206] = 0
1436.93/1156.25	c (53,0) x[207] = 0
1436.93/1156.25	c (53,0) x[208] = 0
1436.93/1156.25	c (53,0) x[209] = 0
1436.93/1156.25	c (53,0) x[210] = 0
1436.93/1156.25	c (53,0) x[211] = 0
1436.93/1156.25	c (53,0) x[212] = 0
1436.93/1156.25	c (53,0) x[213] = 0
1436.93/1156.25	c (53,0) x[214] = 0
1436.93/1156.25	c (53,0) x[215] = 0
1436.93/1156.25	c (53,0) x[216] = 0
1436.93/1156.25	c (53,0) x[217] = 0
1436.93/1156.25	c (53,0) x[218] = 0
1436.93/1156.25	c (53,0) x[219] = 0
1436.93/1156.25	c (53,0) x[220] = 0
1436.93/1156.25	c (53,0) x[221] = 0
1436.93/1156.25	c (53,0) x[222] = 0
1436.93/1156.25	c (53,0) x[223] = 0
1436.93/1156.25	c (53,0) x[224] = 0
1436.93/1156.25	c (53,0) x[225] = 0
1436.93/1156.25	c (53,0) x[226] = 0
1436.93/1156.25	c (53,0) x[227] = 0
1436.93/1156.25	c (53,0) x[228] = 0
1436.93/1156.25	c (53,0) x[229] = 0
1436.93/1156.25	c (53,0) x[230] = 0
1436.93/1156.25	c (53,0) x[231] = 0
1436.93/1156.25	c (53,0) x[232] = 0
1436.93/1156.25	c (53,0) x[233] = 0
1436.93/1156.25	c (53,0) x[234] = 0
1436.93/1156.25	c (53,0) x[235] = 0
1436.93/1156.25	c (53,0) x[236] = 0
1436.93/1156.25	c (53,0) x[237] = 0
1436.93/1156.25	c (53,0) x[238] = 0
1436.93/1156.25	c (53,0) x[239] = 0
1436.93/1156.25	c (53,0) x[240] = 0
1436.93/1156.25	c (53,0) x[241] = 0
1436.93/1156.25	c (53,0) x[242] = 0
1436.93/1156.25	c (53,0) x[243] = 0
1436.93/1156.25	c (53,0) x[244] = 0
1436.93/1156.25	c (53,0) x[245] = 0
1436.93/1156.25	c (53,0) x[246] = 0
1436.93/1156.25	c (53,0) x[247] = 0
1436.93/1156.25	c (53,0) x[248] = 0
1436.93/1156.25	c (53,0) x[249] = 0
1436.93/1156.25	c (53,0) x[250] = 0
1436.93/1156.25	c (53,0) x[251] = 0
1436.93/1156.25	c (53,0) x[252] = 0
1436.93/1156.25	c (53,0) x[253] = 0
1436.93/1156.25	c (53,0) x[254] = 0
1436.93/1156.25	c (53,0) x[255] = 0
1436.93/1156.25	c (53,0) x[256] = 0
1436.93/1156.25	c (53,0) x[257] = 0
1436.93/1156.25	c (53,0) x[258] = 0
1436.93/1156.25	c (53,0) x[259] = 0
1436.93/1156.25	c (53,0) x[260] = 0
1436.93/1156.25	c (53,0) x[261] = 0
1436.93/1156.25	c (53,0) x[262] = 0
1436.93/1156.25	c (53,0) x[263] = 0
1436.93/1156.25	c (53,0) x[264] = 0
1436.93/1156.25	c (53,0) x[265] = 0
1436.93/1156.25	c (53,0) x[266] = 0
1436.93/1156.25	c (53,0) x[267] = 0
1436.93/1156.25	c (53,0) x[268] = 0
1436.93/1156.25	c (53,0) x[269] = 0
1436.93/1156.25	c (53,0) x[270] = 0
1436.93/1156.25	c (53,0) x[271] = 0
1436.93/1156.25	c (53,0) x[272] = 0
1436.93/1156.25	c (53,0) x[273] = 0
1436.93/1156.25	c (53,0) x[274] = 0
1436.93/1156.25	c (53,0) x[275] = 0
1436.93/1156.25	c (53,0) x[276] = 0
1436.93/1156.25	c (53,0) x[277] = 0
1436.93/1156.25	c (53,0) x[278] = 0
1436.93/1156.25	c (53,0) x[279] = 0
1436.93/1156.25	c (53,0) x[280] = 0
1436.93/1156.25	c (53,0) x[281] = 0
1436.93/1156.25	c (53,0) x[282] = 0
1436.93/1156.25	c (53,0) x[283] = 0
1436.93/1156.25	c (53,0) x[284] = 0
1436.93/1156.25	c (53,0) x[285] = 0
1436.93/1156.25	c (53,0) x[286] = 0
1436.93/1156.25	c (53,0) x[287] = 0
1436.93/1156.25	c (53,0) x[288] = 0
1436.93/1156.25	c (53,0) x[289] = 0
1436.93/1156.25	c (53,0) x[290] = 0
1436.93/1156.25	c (53,0) x[291] = 0
1436.93/1156.25	c (53,0) x[292] = 0
1436.93/1156.25	c (53,0) x[293] = 0
1436.93/1156.25	c (53,0) x[294] = 0
1436.93/1156.25	c (53,0) x[295] = 0
1436.93/1156.25	c (53,0) x[296] = 0
1436.93/1156.25	c (53,0) x[297] = 0
1436.93/1156.25	c (53,0) x[298] = 0
1436.93/1156.25	c (53,0) x[299] = 0
1436.93/1156.25	c (53,0) x[300] = 0
1436.93/1156.25	c (53,0) x[301] = 0
1436.93/1156.25	c (53,0) x[302] = 0
1436.93/1156.25	c (53,0) x[303] = 0
1436.93/1156.25	c (53,0) x[304] = 0
1436.93/1156.25	c (53,0) x[305] = 0
1436.93/1156.25	c (53,0) x[306] = 0
1436.93/1156.25	c (53,0) x[307] = 0
1436.93/1156.25	c (53,0) x[308] = 0
1436.93/1156.25	c (53,0) x[309] = 0
1436.93/1156.25	c (53,0) x[310] = 0
1436.93/1156.25	c (53,0) x[311] = 0
1436.93/1156.25	c (53,0) x[312] = 0
1436.93/1156.25	c (53,0) x[313] = 0
1436.93/1156.25	c (53,0) x[314] = 0
1436.93/1156.25	c (53,0) x[315] = 0
1436.93/1156.25	c (53,0) x[316] = 0
1436.93/1156.25	c (53,0) x[317] = 0
1436.93/1156.25	c (53,0) x[318] = 0
1436.93/1156.25	c (53,0) x[319] = 0
1436.93/1156.25	c (53,0) x[320] = 0
1436.93/1156.25	c (53,0) x[321] = 0
1436.93/1156.25	c (53,0) x[322] = 0
1436.93/1156.25	c (53,0) x[323] = 0
1436.93/1156.25	c (53,0) x[324] = 0
1436.93/1156.25	c (53,0) x[325] = 0
1436.93/1156.25	c (53,0) x[326] = 0
1436.93/1156.25	c (53,0) x[327] = 0
1436.93/1156.25	c (53,0) x[328] = 0
1436.93/1156.25	c (53,0) x[329] = 0
1436.93/1156.25	c (53,0) x[330] = 0
1436.93/1156.25	c (53,0) x[331] = 0
1436.93/1156.25	c (53,0) x[332] = 0
1436.93/1156.25	c (53,0) x[333] = 0
1436.93/1156.25	c (53,0) x[334] = 0
1436.93/1156.25	c (53,0) x[335] = 0
1436.93/1156.25	c (53,0) x[336] = 0
1436.93/1156.25	c (53,0) x[337] = 0
1436.93/1156.25	c (53,0) x[338] = 0
1436.93/1156.25	c (53,0) x[339] = 0
1436.93/1156.25	c (53,0) x[340] = 0
1436.93/1156.25	c (53,0) x[341] = 0
1436.93/1156.25	c (53,0) x[342] = 0
1436.93/1156.25	c (53,0) x[343] = 0
1436.93/1156.25	c (53,0) x[344] = 0
1436.93/1156.25	c (53,0) x[345] = 0
1436.93/1156.25	c (53,0) x[346] = 0
1436.93/1156.25	c (53,0) x[347] = 0
1436.93/1156.25	c (53,0) x[348] = 0
1436.93/1156.25	c (53,0) x[349] = 0
1436.93/1156.25	c (53,0) x[350] = 0
1436.93/1156.25	c (53,0) x[351] = 0
1436.93/1156.25	c (53,0) x[352] = 0
1436.93/1156.25	c (53,0) x[353] = 0
1436.93/1156.25	c (53,0) x[354] = 0
1436.93/1156.25	c (53,0) x[355] = 0
1436.93/1156.25	c (53,0) x[356] = 0
1436.93/1156.25	c (53,0) x[357] = 0
1436.93/1156.25	c (53,0) x[358] = 0
1436.93/1156.25	c (53,0) x[359] = 0
1436.93/1156.25	c (53,0) x[360] = 0
1436.93/1156.25	c (53,0) x[361] = 0
1436.93/1156.25	c (53,0) x[362] = 0
1436.93/1156.25	c (53,0) x[363] = 0
1436.93/1156.25	c (53,0) x[364] = 0
1436.93/1156.25	c (53,0) x[365] = 0
1436.93/1156.25	c (53,0) x[366] = 0
1436.93/1156.25	c (53,0) x[367] = 0
1436.93/1156.25	c (53,0) x[368] = 0
1436.93/1156.25	c (53,0) x[369] = 0
1436.93/1156.25	c (53,0) x[370] = 0
1436.93/1156.25	c (53,0) x[371] = 0
1436.93/1156.25	c (53,0) x[372] = 0
1436.93/1156.25	c (53,0) x[373] = 0
1436.93/1156.25	c (53,0) x[374] = 0
1436.93/1156.25	c (53,0) x[375] = 0
1436.93/1156.25	c (53,0) x[376] = 0
1436.93/1156.25	c (53,0) x[377] = 0
1436.93/1156.25	c (53,0) x[378] = 0
1436.93/1156.25	c (53,0) x[379] = 0
1436.93/1156.25	c (53,0) x[380] = 0
1436.93/1156.25	c (53,0) x[381] = 0
1436.93/1156.25	c (53,0) x[382] = 0
1436.93/1156.25	c (53,0) x[383] = 0
1436.93/1156.25	c (53,0) x[384] = 0
1436.93/1156.25	c (53,0) x[385] = 0
1436.93/1156.25	c (53,0) x[386] = 0
1436.93/1156.25	c (53,0) x[387] = 0
1436.93/1156.25	c (53,0) x[388] = 0
1436.93/1156.25	c (53,0) x[389] = 0
1436.93/1156.25	c (53,0) x[390] = 0
1436.93/1156.25	c (53,0) x[391] = 0
1436.93/1156.25	c (53,0) x[392] = 0
1436.93/1156.25	c (53,0) x[393] = 0
1436.93/1156.25	c (53,0) x[394] = 0
1436.93/1156.25	c (53,0) x[395] = 0
1436.93/1156.25	c (53,0) x[396] = 0
1436.93/1156.25	c (53,0) x[397] = 0
1436.93/1156.25	c (53,0) x[398] = 0
1436.93/1156.25	c (53,0) x[399] = 0
1436.93/1156.25	c (53,0) x[400] = 0
1436.93/1156.25	c (53,0) x[401] = 0
1436.93/1156.25	c (53,0) x[402] = 0
1436.93/1156.25	c (53,0) x[403] = 0
1436.93/1156.25	c (53,0) x[404] = 0
1436.93/1156.25	c (53,0) x[405] = 0
1436.93/1156.25	c (53,0) x[406] = 0
1436.93/1156.25	c (53,0) x[407] = 0
1436.93/1156.25	c (53,0) x[408] = 0
1436.93/1156.25	c (53,0) x[409] = 0
1436.93/1156.25	c (53,0) x[410] = 0
1436.93/1156.25	c (53,0) x[411] = 0
1436.93/1156.25	c (53,0) x[412] = 0
1436.93/1156.25	c (53,0) x[413] = 0
1436.93/1156.25	c (53,0) x[414] = 0
1436.93/1156.25	c (53,0) x[415] = 0
1436.93/1156.25	c (53,0) x[416] = 0
1436.93/1156.25	c (53,0) x[417] = 0
1436.93/1156.25	c (53,0) x[418] = 0
1436.93/1156.25	c (53,0) x[419] = 0
1436.93/1156.25	c (53,0) x[420] = 0
1436.93/1156.25	c (53,0) x[421] = 0
1436.93/1156.25	c (53,0) x[422] = 0
1436.93/1156.25	c (53,0) x[423] = 0
1436.93/1156.25	c (53,0) x[424] = 0
1436.93/1156.25	c (53,0) x[425] = 0
1436.93/1156.25	c (53,0) x[426] = 0
1436.93/1156.25	c (53,0) x[427] = 0
1436.93/1156.25	c (53,0) x[428] = 0
1436.93/1156.25	c (53,0) x[429] = 0
1436.93/1156.25	c (53,0) x[430] = 0
1436.93/1156.25	c (53,0) x[431] = 0
1436.93/1156.25	c (53,0) x[432] = 0
1436.93/1156.25	c (53,0) x[433] = 0
1436.93/1156.25	c (53,0) x[434] = 0
1436.93/1156.25	c (53,0) x[435] = 0
1436.93/1156.25	c (53,0) x[436] = 0
1436.93/1156.25	c (53,0) x[437] = 0
1436.93/1156.25	c (53,0) x[438] = 0
1436.93/1156.25	c (53,0) x[439] = 0
1436.93/1156.25	c (53,0) x[440] = 0
1436.93/1156.25	c (53,0) x[441] = 0
1436.93/1156.25	c (53,0) x[442] = 0
1436.93/1156.25	c (53,0) x[443] = 0
1436.93/1156.25	c (53,0) x[444] = 0
1436.93/1156.25	c (53,0) x[445] = 0
1436.93/1156.25	c (53,0) x[446] = 0
1436.93/1156.25	c (53,0) x[447] = 0
1436.93/1156.25	c (53,0) x[448] = 0
1436.93/1156.25	c (53,0) x[449] = 0
1436.93/1156.25	c (53,0) x[450] = 0
1436.93/1156.25	c (53,0) x[451] = 0
1436.93/1156.25	c (53,0) x[452] = 0
1436.93/1156.25	c (53,0) x[453] = 0
1436.93/1156.25	c (53,0) x[454] = 0
1436.93/1156.25	c (53,0) x[455] = 0
1436.93/1156.25	c (53,0) x[456] = 0
1436.93/1156.25	c (53,0) x[457] = 0
1436.93/1156.25	c (53,0) x[458] = 0
1436.93/1156.25	c (53,0) x[459] = 0
1436.93/1156.25	c (53,0) x[460] = 0
1436.93/1156.25	c (53,0) x[461] = 0
1436.93/1156.25	c (53,0) x[462] = 0
1436.93/1156.25	c (53,0) x[463] = 0
1436.93/1156.25	c (53,0) x[464] = 0
1436.93/1156.25	c (53,0) x[465] = 0
1436.93/1156.25	c (53,0) x[466] = 0
1436.93/1156.25	c (53,0) x[467] = 0
1436.93/1156.25	c (53,0) x[468] = 0
1436.93/1156.25	c (53,0) x[469] = 0
1436.93/1156.25	c (53,0) x[470] = 0
1436.93/1156.25	c (53,0) x[471] = 0
1436.93/1156.25	c (53,0) x[472] = 0
1436.93/1156.25	c (53,0) x[473] = 0
1436.93/1156.25	c (53,0) x[474] = 0
1436.93/1156.25	c (53,0) x[475] = 0
1436.93/1156.25	c (53,0) x[476] = 0
1436.93/1156.25	c (53,0) x[477] = 0
1436.93/1156.25	c (53,0) x[478] = 0
1436.93/1156.25	c (53,0) x[479] = 0
1436.93/1156.25	c (53,0) x[480] = 0
1436.93/1156.25	c (53,0) x[481] = 0
1436.93/1156.25	c (53,0) x[482] = 0
1436.93/1156.25	c (53,0) x[483] = 0
1436.93/1156.25	c (53,0) x[484] = 0
1436.93/1156.25	c (53,0) x[485] = 0
1436.93/1156.25	c (53,0) x[486] = 0
1436.93/1156.25	c (53,0) x[487] = 0
1436.93/1156.25	c (53,0) x[488] = 0
1436.93/1156.25	c (53,0) x[489] = 0
1436.93/1156.25	c (53,0) x[490] = 0
1436.93/1156.25	c (53,0) x[491] = 0
1436.93/1156.25	c (53,0) x[492] = 0
1436.93/1156.25	c (53,0) x[493] = 0
1436.93/1156.25	c (53,0) x[494] = 0
1436.93/1156.25	c (53,0) x[495] = 0
1436.93/1156.25	c (53,0) x[496] = 0
1436.93/1156.25	c (53,0) x[497] = 0
1436.93/1156.25	c (53,0) x[498] = 0
1436.93/1156.25	c (53,0) x[499] = 0
1436.93/1156.25	c (53,0) x[500] = 0
1436.93/1156.25	c (53,0) x[501] = 0
1436.93/1156.25	c (53,0) x[502] = 0
1436.93/1156.25	c (53,0) x[503] = 0
1436.93/1156.25	c (53,0) x[504] = 0
1436.93/1156.25	c (53,0) x[505] = 0
1436.93/1156.25	c (53,0) x[506] = 0
1436.93/1156.25	c (53,0) x[507] = 0
1436.93/1156.25	c (53,0) x[508] = 0
1436.93/1156.25	c (53,0) x[509] = 0
1436.93/1156.25	c (53,0) x[510] = 0
1436.93/1156.25	c (53,0) x[511] = 0
1436.93/1156.25	c (53,0) x[512] = 0
1436.93/1156.25	c (53,0) x[513] = 0
1436.93/1156.25	c (53,0) x[514] = 0
1436.93/1156.25	c (53,0) x[515] = 0
1436.93/1156.25	c (53,0) x[516] = 0
1436.93/1156.25	c (53,0) x[517] = 0
1436.93/1156.25	c (53,0) x[518] = 0
1436.93/1156.25	c (53,0) x[519] = 0
1436.93/1156.25	c (53,0) x[520] = 0
1436.93/1156.25	c (53,0) x[521] = 0
1436.93/1156.25	c (53,0) x[522] = 0
1436.93/1156.25	c (53,0) x[523] = 0
1436.93/1156.25	c (53,0) x[524] = 0
1436.93/1156.25	c (53,0) x[525] = 0
1436.93/1156.25	c (53,0) x[526] = 0
1436.93/1156.25	c (53,0) x[527] = 0
1436.93/1156.25	c (53,0) x[528] = 0
1436.93/1156.25	c (53,0) x[529] = 0
1436.93/1156.25	c (53,0) x[530] = 0
1436.93/1156.25	c (53,0) x[531] = 0
1436.93/1156.25	c (53,0) x[532] = 0
1436.93/1156.25	c (53,0) x[533] = 0
1436.93/1156.25	c (53,0) x[534] = 0
1436.93/1156.25	c (53,0) x[535] = 0
1436.93/1156.25	c (53,0) x[536] = 0
1436.93/1156.25	c (53,0) x[537] = 0
1436.93/1156.25	c (53,0) x[538] = 0
1436.93/1156.25	c (53,0) x[539] = 0
1436.93/1156.25	c (53,0) x[540] = 0
1436.93/1156.25	c (53,0) x[541] = 0
1436.93/1156.25	c (53,0) x[542] = 0
1436.93/1156.25	c (53,0) x[543] = 0
1436.93/1156.25	c (53,0) x[544] = 0
1436.93/1156.25	c (53,0) x[545] = 0
1436.93/1156.25	c (53,0) x[546] = 0
1436.93/1156.25	c (53,0) x[547] = 0
1436.93/1156.25	c (53,0) x[548] = 0
1436.93/1156.25	c (53,0) x[549] = 0
1436.93/1156.25	c (53,0) x[550] = 0
1436.93/1156.25	c (53,0) x[551] = 0
1436.93/1156.25	c (53,0) x[552] = 0
1436.93/1156.25	c (53,0) x[553] = 0
1436.93/1156.25	c (53,0) x[554] = 0
1436.93/1156.25	c (53,0) x[555] = 0
1436.93/1156.25	c (53,0) x[556] = 0
1436.93/1156.25	c (53,0) x[557] = 0
1436.93/1156.25	c (53,0) x[558] = 0
1436.93/1156.25	c (53,0) x[559] = 0
1436.93/1156.25	c (53,0) x[560] = 0
1436.93/1156.25	c (53,0) x[561] = 0
1436.93/1156.25	c (53,0) x[562] = 0
1436.93/1156.25	c (53,0) x[563] = 0
1436.93/1156.25	c (53,0) x[564] = 0
1436.93/1156.25	c (53,0) x[565] = 0
1436.93/1156.25	c (53,0) x[566] = 0
1436.93/1156.25	c (53,0) x[567] = 0
1436.93/1156.25	c (53,0) x[568] = 0
1436.93/1156.25	c (53,0) x[569] = 0
1436.93/1156.25	c (53,0) x[570] = 0
1436.93/1156.25	c (53,0) x[571] = 0
1436.93/1156.25	c (53,0) x[572] = 0
1436.93/1156.25	c (53,0) x[573] = 0
1436.93/1156.25	c (53,0) x[574] = 0
1436.93/1156.25	c (53,0) x[575] = 0
1436.93/1156.25	c (53,0) x[576] = 0
1436.93/1156.25	c (53,0) x[577] = 0
1436.93/1156.25	c (53,0) x[578] = 0
1436.93/1156.25	c (53,0) x[579] = 0
1436.93/1156.25	c (53,0) x[580] = 0
1436.93/1156.25	c (53,0) x[581] = 0
1436.93/1156.25	c (53,0) x[582] = 0
1436.93/1156.25	c (53,0) x[583] = 0
1436.93/1156.25	c (53,0) x[584] = 0
1436.93/1156.25	c (53,0) x[585] = 0
1436.93/1156.25	c (53,0) x[586] = 0
1436.93/1156.25	c (53,0) x[587] = 0
1436.93/1156.25	c (53,0) x[588] = 0
1436.93/1156.25	c (53,0) x[589] = 0
1436.93/1156.25	c (53,0) x[590] = 0
1436.93/1156.25	c (53,0) x[591] = 0
1436.93/1156.25	c (53,0) x[592] = 0
1436.93/1156.25	c (53,0) x[593] = 0
1436.93/1156.25	c (53,0) x[594] = 0
1436.93/1156.25	c (53,0) x[595] = 0
1436.93/1156.25	c (53,0) x[596] = 0
1436.93/1156.25	c (53,0) x[597] = 0
1436.93/1156.25	c (53,0) x[598] = 0
1436.93/1156.25	c (53,0) x[599] = 0
1436.93/1156.25	c (53,0) x[600] = 0
1436.93/1156.25	c (53,0) x[601] = 0
1436.93/1156.25	c (53,0) x[602] = 0
1436.93/1156.25	c (53,0) x[603] = 0
1436.93/1156.25	c (53,0) x[604] = 0
1436.93/1156.25	c (53,0) x[605] = 0
1436.93/1156.25	c (53,0) x[606] = 0
1436.93/1156.25	c (53,0) x[607] = 0
1436.93/1156.25	c (53,0) x[608] = 0
1436.93/1156.25	c (53,0) x[609] = 0
1436.93/1156.25	c (53,0) x[610] = 0
1436.93/1156.25	c (53,0) x[611] = 0
1436.93/1156.25	c (53,0) x[612] = 0
1436.93/1156.25	c (53,0) x[613] = 0
1436.93/1156.25	c (53,0) x[614] = 0
1436.93/1156.25	c (53,0) x[615] = 0
1436.93/1156.25	c (53,0) x[616] = 0
1436.93/1156.25	c (53,0) x[617] = 0
1436.93/1156.25	c (53,0) x[618] = 0
1436.93/1156.25	c (53,0) x[619] = 0
1436.93/1156.25	c (53,0) x[620] = 0
1436.93/1156.25	c (53,0) x[621] = 0
1436.93/1156.25	c (53,0) x[622] = 0
1436.93/1156.25	c (53,0) x[623] = 0
1436.93/1156.25	c (53,0) x[624] = 0
1436.93/1156.25	c (53,0) x[625] = 0
1436.93/1156.25	c (53,0) x[626] = 0
1436.93/1156.25	c (53,0) x[627] = 0
1436.93/1156.25	c (53,0) x[628] = 0
1436.93/1156.25	c (53,0) x[629] = 0
1436.93/1156.25	c (53,0) x[630] = 0
1436.93/1156.25	c (53,0) x[631] = 0
1436.93/1156.25	c (53,0) x[632] = 0
1436.93/1156.25	c (53,0) x[633] = 0
1436.93/1156.25	c (53,0) x[634] = 0
1436.93/1156.25	c (53,0) x[635] = 0
1436.93/1156.25	c (53,0) x[636] = 0
1436.93/1156.25	c (53,0) x[637] = 0
1436.93/1156.25	c (53,0) x[638] = 0
1436.93/1156.25	c (53,0) x[639] = 0
1436.93/1156.25	c (53,0) x[640] = 0
1436.93/1156.25	c (53,0) x[641] = 0
1436.93/1156.25	c (53,0) x[642] = 0
1436.93/1156.25	c (53,0) x[643] = 0
1436.93/1156.25	c (53,0) x[644] = 0
1436.93/1156.25	c (53,0) x[645] = 0
1436.93/1156.25	c (53,0) x[646] = 0
1436.93/1156.25	c (53,0) x[647] = 0
1436.93/1156.25	c (53,0) x[648] = 0
1436.93/1156.25	c (53,0) x[649] = 0
1436.93/1156.25	c (53,0) x[650] = 0
1436.93/1156.25	c (53,0) x[651] = 0
1436.93/1156.25	c (53,0) x[652] = 0
1436.93/1156.25	c (53,0) x[653] = 0
1436.93/1156.25	c (53,0) x[654] = 0
1436.93/1156.25	c (53,0) x[655] = 0
1436.93/1156.25	c (53,0) x[656] = 0
1436.93/1156.25	c (53,0) x[657] = 0
1436.93/1156.25	c (53,0) x[658] = 0
1436.93/1156.25	c (53,0) x[659] = 0
1436.93/1156.25	c (53,0) x[660] = 0
1436.93/1156.25	c (53,0) x[661] = 0
1436.93/1156.25	c (53,0) x[662] = 0
1436.93/1156.25	c (53,0) x[663] = 0
1436.93/1156.25	c (53,0) x[664] = 0
1436.93/1156.25	c (53,0) x[665] = 0
1436.93/1156.25	c (53,0) x[666] = 0
1436.93/1156.25	c (53,0) x[667] = 0
1436.93/1156.25	c (53,0) x[668] = 0
1436.93/1156.25	c (53,0) x[669] = 0
1436.93/1156.25	c (53,0) x[670] = 0
1436.93/1156.25	c (53,0) x[671] = 0
1436.93/1156.25	c (53,0) x[672] = 0
1436.93/1156.25	c (53,0) x[673] = 0
1436.93/1156.25	c (53,0) x[674] = 0
1436.93/1156.25	c (53,0) x[675] = 0
1436.93/1156.25	c (53,0) x[676] = 0
1436.93/1156.25	c (53,0) x[677] = 0
1436.93/1156.25	c (53,0) x[678] = 0
1436.93/1156.25	c (53,0) x[679] = 0
1436.93/1156.25	c (53,0) x[680] = 0
1436.93/1156.25	c (53,0) x[681] = 0
1436.93/1156.25	c (53,0) x[682] = 0
1436.93/1156.25	c (53,0) x[683] = 0
1436.93/1156.25	c (53,0) x[684] = 0
1436.93/1156.25	c (53,0) x[685] = 0
1436.93/1156.25	c (53,0) x[686] = 0
1436.93/1156.25	c (53,0) x[687] = 0
1436.93/1156.25	c (53,0) x[688] = 0
1436.93/1156.25	c (53,0) x[689] = 0
1436.93/1156.25	c (53,0) x[690] = 0
1436.93/1156.25	c (53,0) x[691] = 0
1436.93/1156.25	c (53,0) x[692] = 0
1436.93/1156.25	c (53,0) x[693] = 0
1436.93/1156.25	c (53,0) x[694] = 0
1436.93/1156.25	c (53,0) x[695] = 0
1436.93/1156.25	c (53,0) x[696] = 0
1436.93/1156.25	c (53,0) x[697] = 0
1436.93/1156.25	c (53,0) x[698] = 0
1436.93/1156.25	c (53,0) x[699] = 0
1436.93/1156.25	c (53,0) x[700] = 0
1436.93/1156.25	c (53,0) x[701] = 0
1436.93/1156.25	c (53,0) x[702] = 0
1436.93/1156.25	c (53,0) x[703] = 0
1436.93/1156.25	c (53,0) x[704] = 0
1436.93/1156.25	c (53,0) x[705] = 0
1436.93/1156.25	c (53,0) x[706] = 0
1436.93/1156.25	c (53,0) x[707] = 0
1436.93/1156.25	c (53,0) x[708] = 0
1436.93/1156.25	c (53,0) x[709] = 0
1436.93/1156.25	c (53,0) x[710] = 0
1436.93/1156.25	c (53,0) x[711] = 0
1436.93/1156.25	c (53,0) x[712] = 0
1436.93/1156.25	c (53,0) x[713] = 0
1436.93/1156.25	c (53,0) x[714] = 0
1436.93/1156.25	c (53,0) x[715] = 0
1436.93/1156.25	c (53,0) x[716] = 0
1436.93/1156.25	c (53,0) x[717] = 0
1436.93/1156.25	c (53,0) x[718] = 0
1436.93/1156.25	c (53,0) x[719] = 0
1436.93/1156.25	c (53,0) x[720] = 0
1436.93/1156.25	c (53,0) x[721] = 0
1436.93/1156.25	c (53,0) x[722] = 0
1436.93/1156.25	c (53,0) x[723] = 0
1436.93/1156.25	c (53,0) x[724] = 0
1436.93/1156.25	c (53,0) x[725] = 0
1436.93/1156.25	c (53,0) x[726] = 0
1436.93/1156.25	c (53,0) x[727] = 0
1436.93/1156.25	c (53,0) x[728] = 0
1436.93/1156.25	c (53,0) x[729] = 0
1436.93/1156.25	c (53,0) x[730] = 0
1436.93/1156.25	c (53,0) x[731] = 0
1436.93/1156.25	c (53,0) x[732] = 0
1436.93/1156.25	c (53,0) x[733] = 0
1436.93/1156.25	c (53,0) x[734] = 0
1436.93/1156.25	c (53,0) x[735] = 0
1436.93/1156.25	c (53,0) x[736] = 0
1436.93/1156.25	c (53,0) x[737] = 0
1436.93/1156.25	c (53,0) x[738] = 0
1436.93/1156.25	c (53,0) x[739] = 0
1436.93/1156.25	c (53,0) x[740] = 0
1436.93/1156.25	c (53,0) x[741] = 0
1436.93/1156.25	c (53,0) x[742] = 0
1436.93/1156.25	c (53,0) x[743] = 0
1436.93/1156.25	c (53,0) x[744] = 0
1436.93/1156.25	c (53,0) x[745] = 0
1436.93/1156.25	c (53,0) x[746] = 0
1436.93/1156.25	c (53,0) x[747] = 0
1436.93/1156.25	c (53,0) x[748] = 0
1436.93/1156.25	c (53,0) x[749] = 0
1436.93/1156.25	c (53,0) x[750] = 0
1436.93/1156.25	c (53,0) x[751] = 0
1436.93/1156.25	c (53,0) x[752] = 0
1436.93/1156.25	c (53,0) x[753] = 0
1436.93/1156.25	c (53,0) x[754] = 0
1436.93/1156.25	c (53,0) x[755] = 0
1436.93/1156.25	c (53,0) x[756] = 0
1436.93/1156.25	c (53,0) x[757] = 0
1436.93/1156.25	c (53,0) x[758] = 0
1436.93/1156.25	c (53,0) x[759] = 0
1436.93/1156.25	c (53,0) x[760] = 0
1436.93/1156.25	c (53,0) x[761] = 0
1436.93/1156.25	c (53,0) x[762] = 0
1436.93/1156.25	c (53,0) x[763] = 0
1436.93/1156.25	c (53,0) x[764] = 0
1436.93/1156.25	c (53,0) x[765] = 0
1436.93/1156.25	c (53,0) x[766] = 0
1436.93/1156.25	c (53,0) x[767] = 0
1436.93/1156.25	c (53,0) x[768] = 0
1436.93/1156.25	c (53,0) x[769] = 0
1436.93/1156.25	c (53,0) x[770] = 0
1436.93/1156.25	c (53,0) x[771] = 0
1436.93/1156.25	c (53,0) x[772] = 0
1436.93/1156.25	c (53,0) x[773] = 0
1436.93/1156.25	c (53,0) x[774] = 0
1436.93/1156.25	c (53,0) x[775] = 0
1436.93/1156.25	c (53,0) x[776] = 0
1436.93/1156.25	c (53,0) x[777] = 0
1436.93/1156.25	c (53,0) x[778] = 0
1436.93/1156.25	c (53,0) x[779] = 0
1436.93/1156.25	c (53,0) x[780] = 0
1436.93/1156.25	c (53,0) x[781] = 0
1436.93/1156.25	c (53,0) x[782] = 0
1436.93/1156.25	c (53,0) x[783] = 0
1436.93/1156.25	c (53,0) x[784] = 0
1436.93/1156.25	c (53,0) x[785] = 0
1436.93/1156.25	c (53,0) x[786] = 0
1436.93/1156.25	c (53,0) x[787] = 0
1436.93/1156.25	c (53,0) x[788] = 0
1436.93/1156.25	c (53,0) x[789] = 0
1436.93/1156.25	c (53,0) x[790] = 0
1436.93/1156.25	c (53,0) x[791] = 0
1436.93/1156.25	c (53,0) x[792] = 0
1436.93/1156.25	c (53,0) x[793] = 0
1436.93/1156.25	c (53,0) x[794] = 0
1436.93/1156.25	c (53,0) x[795] = 0
1436.93/1156.25	c (53,0) x[796] = 0
1436.93/1156.25	c (53,0) x[797] = 0
1436.93/1156.25	c (53,0) x[798] = 0
1436.93/1156.25	c (53,0) x[799] = 0
1436.93/1156.25	c (53,0) x[800] = 0
1436.93/1156.25	c (53,0) x[801] = 0
1436.93/1156.25	c (53,0) x[802] = 0
1436.93/1156.25	c (53,0) x[803] = 0
1436.93/1156.25	c (53,0) x[804] = 0
1436.93/1156.25	c (53,0) x[805] = 0
1436.93/1156.25	c (53,0) x[806] = 0
1436.93/1156.25	c (53,0) x[807] = 0
1436.93/1156.25	c (53,0) x[808] = 0
1436.93/1156.25	c (53,0) x[809] = 0
1436.93/1156.25	c (53,0) x[810] = 0
1436.93/1156.25	c (53,0) x[811] = 0
1436.93/1156.25	c (53,0) x[812] = 0
1436.93/1156.25	c (53,0) x[813] = 0
1436.93/1156.25	c (53,0) x[814] = 0
1436.93/1156.25	c (53,0) x[815] = 0
1436.93/1156.25	c (53,0) x[816] = 0
1436.93/1156.25	c (53,0) x[817] = 0
1436.93/1156.25	c (53,0) x[818] = 0
1436.93/1156.25	c (53,0) x[819] = 0
1436.93/1156.25	c (53,0) x[820] = 0
1436.93/1156.25	c (53,0) x[821] = 0
1436.93/1156.25	c (53,0) x[822] = 0
1436.93/1156.25	c (53,0) x[823] = 0
1436.93/1156.25	c (53,0) x[824] = 0
1436.93/1156.25	c (53,0) x[825] = 0
1436.93/1156.25	c (53,0) x[826] = 0
1436.93/1156.25	c (53,0) x[827] = 0
1436.93/1156.25	c (53,0) x[828] = 0
1436.93/1156.25	c (53,0) x[829] = 0
1436.93/1156.25	c (53,0) x[830] = 0
1436.93/1156.25	c (53,0) x[831] = 0
1436.93/1156.25	c (53,0) x[832] = 0
1436.93/1156.25	c (53,0) x[833] = 0
1436.93/1156.25	c (53,0) x[834] = 0
1436.93/1156.25	c (53,0) x[835] = 0
1436.93/1156.25	c (53,0) x[836] = 0
1436.93/1156.25	c (53,0) x[837] = 0
1436.93/1156.25	c (53,0) x[838] = 0
1436.93/1156.25	c (53,0) x[839] = 0
1436.93/1156.25	c (53,0) x[840] = 0
1436.93/1156.25	c (53,0) x[841] = 0
1436.93/1156.25	c (53,0) x[842] = 0
1436.93/1156.25	c (53,0) x[843] = 0
1436.93/1156.25	c (53,0) x[844] = 0
1436.93/1156.25	c (53,0) x[845] = 0
1436.93/1156.25	c (53,0) x[846] = 0
1436.93/1156.25	c (53,0) x[847] = 0
1436.93/1156.25	c (53,0) x[848] = 0
1436.93/1156.25	c (53,0) x[849] = 0
1436.93/1156.25	c (53,0) x[850] = 0
1436.93/1156.25	c (53,0) x[851] = 0
1436.93/1156.25	c (53,0) x[852] = 0
1436.93/1156.25	c (53,0) x[853] = 0
1436.93/1156.25	c (53,0) x[854] = 0
1436.93/1156.25	c (53,0) x[855] = 0
1436.93/1156.25	c (53,0) x[856] = 0
1436.93/1156.25	c (53,0) x[857] = 0
1436.93/1156.25	c (53,0) x[858] = 0
1436.93/1156.25	c (53,0) x[859] = 0
1436.93/1156.25	c (53,0) x[860] = 0
1436.93/1156.25	c (53,0) x[861] = 0
1436.93/1156.25	c (53,0) x[862] = 0
1436.93/1156.25	c (53,0) x[863] = 0
1436.93/1156.25	c (53,0) x[864] = 0
1436.93/1156.25	c (53,0) x[865] = 0
1436.93/1156.25	c (53,0) x[866] = 0
1436.93/1156.25	c (53,0) x[867] = 0
1436.93/1156.25	c (53,0) x[868] = 0
1436.93/1156.25	c (53,0) x[869] = 0
1436.93/1156.25	c (53,0) x[870] = 0
1436.93/1156.25	c (53,0) x[871] = 0
1436.93/1156.25	c (53,0) x[872] = 0
1436.93/1156.25	c (53,0) x[873] = 0
1436.93/1156.25	c (53,0) x[874] = 0
1436.93/1156.25	c (53,0) x[875] = 0
1436.93/1156.25	c (53,0) x[876] = 0
1436.93/1156.25	c (53,0) x[877] = 0
1436.93/1156.25	c (53,0) x[878] = 0
1436.93/1156.25	c (53,0) x[879] = 0
1436.93/1156.25	c (53,0) x[880] = 0
1436.93/1156.25	c (53,0) x[881] = 0
1436.93/1156.25	c (53,0) x[882] = 0
1436.93/1156.25	c (53,0) x[883] = 0
1436.93/1156.25	c (53,0) x[884] = 0
1436.93/1156.25	c (53,0) x[885] = 0
1436.93/1156.25	c (53,0) x[886] = 0
1436.93/1156.25	c (53,0) x[887] = 0
1436.93/1156.25	c (53,0) x[888] = 0
1436.93/1156.25	c (53,0) x[889] = 0
1436.93/1156.25	c (53,0) x[890] = 0
1436.93/1156.25	c (53,0) x[891] = 0
1436.93/1156.25	c (53,0) x[892] = 0
1436.93/1156.25	c (53,0) x[893] = 0
1436.93/1156.25	c (53,0) x[894] = 0
1436.93/1156.25	c (53,0) x[895] = 0
1436.93/1156.25	c (53,0) x[896] = 0
1436.93/1156.25	c (53,0) x[897] = 0
1436.93/1156.25	c (53,0) x[898] = 0
1436.93/1156.25	c (53,0) x[899] = 0
1436.93/1156.25	c (53,0) x[900] = 0
1436.93/1156.25	c (53,0) x[901] = 0
1436.93/1156.25	c (53,0) x[902] = 0
1436.93/1156.25	c (53,0) x[903] = 0
1436.93/1156.25	c (53,0) x[904] = 0
1436.93/1156.25	c (53,0) x[905] = 0
1436.93/1156.25	c (53,0) x[906] = 0
1436.93/1156.25	c (53,0) x[907] = 0
1436.93/1156.25	c (53,0) x[908] = 0
1436.93/1156.25	c (53,0) x[909] = 0
1436.93/1156.25	c (53,0) x[910] = 0
1436.93/1156.25	c (53,0) x[911] = 0
1436.93/1156.25	c (53,0) x[912] = 0
1436.93/1156.25	c (53,0) x[913] = 0
1436.93/1156.25	c (53,0) x[914] = 0
1436.93/1156.25	c (53,0) x[915] = 0
1436.93/1156.25	c (53,0) x[916] = 0
1436.93/1156.25	c (53,0) x[917] = 0
1436.93/1156.25	c (53,0) x[918] = 0
1436.93/1156.25	c (53,0) x[919] = 0
1436.93/1156.25	c (53,0) x[920] = 0
1436.93/1156.25	c (53,0) x[921] = 0
1436.93/1156.25	c (53,0) x[922] = 0
1436.93/1156.25	c (53,0) x[923] = 0
1436.93/1156.25	c (53,0) x[924] = 0
1436.93/1156.25	c (53,0) x[925] = 0
1436.93/1156.25	c (53,0) x[926] = 0
1436.93/1156.25	c (53,0) x[927] = 0
1436.93/1156.25	c (53,0) x[928] = 0
1436.93/1156.25	c (53,0) x[929] = 0
1436.93/1156.25	c (53,0) x[930] = 0
1436.93/1156.25	c (53,0) x[931] = 0
1436.93/1156.25	c (53,0) x[932] = 0
1436.93/1156.25	c (53,0) x[933] = 0
1436.93/1156.25	c (53,0) x[934] = 0
1436.93/1156.25	c (53,0) x[935] = 0
1436.93/1156.25	c (53,0) x[936] = 0
1436.93/1156.25	c (53,0) x[937] = 0
1436.93/1156.25	c (53,0) x[938] = 0
1436.93/1156.25	c (53,0) x[939] = 0
1436.93/1156.25	c (53,0) x[940] = 0
1436.93/1156.25	c (53,0) x[941] = 0
1436.93/1156.25	c (53,0) x[942] = 0
1436.93/1156.25	c (53,0) x[943] = 0
1436.93/1156.25	c (53,0) x[944] = 0
1436.93/1156.25	c (53,0) x[945] = 0
1436.93/1156.25	c (53,0) x[946] = 0
1436.93/1156.25	c (53,0) x[947] = 0
1436.93/1156.25	c (53,0) x[948] = 0
1436.93/1156.25	c (53,0) x[949] = 0
1436.93/1156.25	c (53,0) x[950] = 0
1436.93/1156.25	c (53,0) x[951] = 0
1436.93/1156.25	c (53,0) x[952] = 0
1436.93/1156.25	c (53,0) x[953] = 0
1436.93/1156.25	c (53,0) x[954] = 0
1436.93/1156.25	c (53,0) x[955] = 0
1436.93/1156.25	c (53,0) x[956] = 0
1436.93/1156.25	c (53,0) x[957] = 0
1436.93/1156.25	c (53,0) x[958] = 0
1436.93/1156.25	c (53,0) x[959] = 0
1436.93/1156.25	c (53,0) x[960] = 0
1436.93/1156.25	c (53,0) x[961] = 0
1436.93/1156.25	c (53,0) x[962] = 0
1436.93/1156.25	c (53,0) x[963] = 0
1436.93/1156.25	c (53,0) x[964] = 0
1436.93/1156.25	c (53,0) x[965] = 0
1436.93/1156.25	c (53,0) x[966] = 0
1436.93/1156.25	c (53,0) x[967] = 0
1436.93/1156.25	c (53,0) x[968] = 0
1436.93/1156.25	c (53,0) x[969] = 0
1436.93/1156.25	c (53,0) x[970] = 0
1436.93/1156.25	c (53,0) x[971] = 0
1436.93/1156.25	c (53,0) x[972] = 0
1436.93/1156.25	c (53,0) x[973] = 0
1436.93/1156.25	c (53,0) x[974] = 0
1436.93/1156.25	c (53,0) x[975] = 0
1436.93/1156.25	c (53,0) x[976] = 0
1436.93/1156.25	c (53,0) x[977] = 0
1436.93/1156.25	c (53,0) x[978] = 0
1436.93/1156.25	c (53,0) x[979] = 0
1436.93/1156.25	c (53,0) x[980] = 0
1436.93/1156.25	c (53,0) x[981] = 0
1436.93/1156.25	c (53,0) x[982] = 0
1436.93/1156.25	c (53,0) x[983] = 0
1436.93/1156.25	c (53,0) x[984] = 0
1436.93/1156.25	c (53,0) x[985] = 0
1436.93/1156.25	c (53,0) x[986] = 0
1436.93/1156.25	c (53,0) x[987] = 0
1436.93/1156.25	c (53,0) x[988] = 0
1436.93/1156.25	c (53,0) x[989] = 0
1436.93/1156.25	c (53,0) x[990] = 0
1436.93/1156.25	c (53,0) x[991] = 0
1436.93/1156.25	c (53,0) x[992] = 0
1436.93/1156.25	c (53,0) x[993] = 0
1436.93/1156.25	c (53,0) x[994] = 0
1436.93/1156.25	c (53,0) x[995] = 0
1436.93/1156.25	c (53,0) x[996] = 1
1436.93/1156.25	c (53,0) x[997] = 0
1436.93/1156.25	c (53,0) x[998] = 0
1436.93/1156.25	c (53,0) x[999] = 0
1436.93/1156.25	s SATISFIABLE
1436.93/1156.25	v <instantiation>
1436.93/1156.25	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199] x[200] x[201] x[202] x[203] x[204] x[205] x[206] x[207] x[208] x[209] x[210] x[211] x[212] x[213] x[214] x[215] x[216] x[217] x[218] x[219] x[220] x[221] x[222] x[223] x[224] x[225] x[226] x[227] x[228] x[229] x[230] x[231] x[232] x[233] x[234] x[235] x[236] x[237] x[238] x[239] x[240] x[241] x[242] x[243] x[244] x[245] x[246] x[247] x[248] x[249] x[250] x[251] x[252] x[253] x[254] x[255] x[256] x[257] x[258] x[259] x[260] x[261] x[262] x[263] x[264] x[265] x[266] x[267] x[268] x[269] x[270] x[271] x[272] x[273] x[274] x[275] x[276] x[277] x[278] x[279] x[280] x[281] x[282] x[283] x[284] x[285] x[286] x[287] x[288] x[289] x[290] x[291] x[292] x[293] x[294] x[295] x[296] x[297] x[298] x[299] x[300] x[301] x[302] x[303] x[304] x[305] x[306] x[307] x[308] x[309] x[310] x[311] x[312] x[313] x[314] x[315] x[316] x[317] x[318] x[319] x[320] x[321] x[322] x[323] x[324] x[325] x[326] x[327] x[328] x[329] x[330] x[331] x[332] x[333] x[334] x[335] x[336] x[337] x[338] x[339] x[340] x[341] x[342] x[343] x[344] x[345] x[346] x[347] x[348] x[349] x[350] x[351] x[352] x[353] x[354] x[355] x[356] x[357] x[358] x[359] x[360] x[361] x[362] x[363] x[364] x[365] x[366] x[367] x[368] x[369] x[370] x[371] x[372] x[373] x[374] x[375] x[376] x[377] x[378] x[379] x[380] x[381] x[382] x[383] x[384] x[385] x[386] x[387] x[388] x[389] x[390] x[391] x[392] x[393] x[394] x[395] x[396] x[397] x[398] x[399] x[400] x[401] x[402] x[403] x[404] x[405] x[406] x[407] x[408] x[409] x[410] x[411] x[412] x[413] x[414] x[415] x[416] x[417] x[418] x[419] x[420] x[421] x[422] x[423] x[424] x[425] x[426] x[427] x[428] x[429] x[430] x[431] x[432] x[433] x[434] x[435] x[436] x[437] x[438] x[439] x[440] x[441] x[442] x[443] x[444] x[445] x[446] x[447] x[448] x[449] x[450] x[451] x[452] x[453] x[454] x[455] x[456] x[457] x[458] x[459] x[460] x[461] x[462] x[463] x[464] x[465] x[466] x[467] x[468] x[469] x[470] x[471] x[472] x[473] x[474] x[475] x[476] x[477] x[478] x[479] x[480] x[481] x[482] x[483] x[484] x[485] x[486] x[487] x[488] x[489] x[490] x[491] x[492] x[493] x[494] x[495] x[496] x[497] x[498] x[499] x[500] x[501] x[502] x[503] x[504] x[505] x[506] x[507] x[508] x[509] x[510] x[511] x[512] x[513] x[514] x[515] x[516] x[517] x[518] x[519] x[520] x[521] x[522] x[523] x[524] x[525] x[526] x[527] x[528] x[529] x[530] x[531] x[532] x[533] x[534] x[535] x[536] x[537] x[538] x[539] x[540] x[541] x[542] x[543] x[544] x[545] x[546] x[547] x[548] x[549] x[550] x[551] x[552] x[553] x[554] x[555] x[556] x[557] x[558] x[559] x[560] x[561] x[562] x[563] x[564] x[565] x[566] x[567] x[568] x[569] x[570] x[571] x[572] x[573] x[574] x[575] x[576] x[577] x[578] x[579] x[580] x[581] x[582] x[583] x[584] x[585] x[586] x[587] x[588] x[589] x[590] x[591] x[592] x[593] x[594] x[595] x[596] x[597] x[598] x[599] x[600] x[601] x[602] x[603] x[604] x[605] x[606] x[607] x[608] x[609] x[610] x[611] x[612] x[613] x[614] x[615] x[616] x[617] x[618] x[619] x[620] x[621] x[622] x[623] x[624] x[625] x[626] x[627] x[628] x[629] x[630] x[631] x[632] x[633] x[634] x[635] x[636] x[637] x[638] x[639] x[640] x[641] x[642] x[643] x[644] x[645] x[646] x[647] x[648] x[649] x[650] x[651] x[652] x[653] x[654] x[655] x[656] x[657] x[658] x[659] x[660] x[661] x[662] x[663] x[664] x[665] x[666] x[667] x[668] x[669] x[670] x[671] x[672] x[673] x[674] x[675] x[676] x[677] x[678] x[679] x[680] x[681] x[682] x[683] x[684] x[685] x[686] x[687] x[688] x[689] x[690] x[691] x[692] x[693] x[694] x[695] x[696] x[697] x[698] x[699] x[700] x[701] x[702] x[703] x[704] x[705] x[706] x[707] x[708] x[709] x[710] x[711] x[712] x[713] x[714] x[715] x[716] x[717] x[718] x[719] x[720] x[721] x[722] x[723] x[724] x[725] x[726] x[727] x[728] x[729] x[730] x[731] x[732] x[733] x[734] x[735] x[736] x[737] x[738] x[739] x[740] x[741] x[742] x[743] x[744] x[745] x[746] x[747] x[748] x[749] x[750] x[751] x[752] x[753] x[754] x[755] x[756] x[757] x[758] x[759] x[760] x[761] x[762] x[763] x[764] x[765] x[766] x[767] x[768] x[769] x[770] x[771] x[772] x[773] x[774] x[775] x[776] x[777] x[778] x[779] x[780] x[781] x[782] x[783] x[784] x[785] x[786] x[787] x[788] x[789] x[790] x[791] x[792] x[793] x[794] x[795] x[796] x[797] x[798] x[799] x[800] x[801] x[802] x[803] x[804] x[805] x[806] x[807] x[808] x[809] x[810] x[811] x[812] x[813] x[814] x[815] x[816] x[817] x[818] x[819] x[820] x[821] x[822] x[823] x[824] x[825] x[826] x[827] x[828] x[829] x[830] x[831] x[832] x[833] x[834] x[835] x[836] x[837] x[838] x[839] x[840] x[841] x[842] x[843] x[844] x[845] x[846] x[847] x[848] x[849] x[850] x[851] x[852] x[853] x[854] x[855] x[856] x[857] x[858] x[859] x[860] x[861] x[862] x[863] x[864] x[865] x[866] x[867] x[868] x[869] x[870] x[871] x[872] x[873] x[874] x[875] x[876] x[877] x[878] x[879] x[880] x[881] x[882] x[883] x[884] x[885] x[886] x[887] x[888] x[889] x[890] x[891] x[892] x[893] x[894] x[895] x[896] x[897] x[898] x[899] x[900] x[901] x[902] x[903] x[904] x[905] x[906] x[907] x[908] x[909] x[910] x[911] x[912] x[913] x[914] x[915] x[916] x[917] x[918] x[919] x[920] x[921] x[922] x[923] x[924] x[925] x[926] x[927] x[928] x[929] x[930] x[931] x[932] x[933] x[934] x[935] x[936] x[937] x[938] x[939] x[940] x[941] x[942] x[943] x[944] x[945] x[946] x[947] x[948] x[949] x[950] x[951] x[952] x[953] x[954] x[955] x[956] x[957] x[958] x[959] x[960] x[961] x[962] x[963] x[964] x[965] x[966] x[967] x[968] x[969] x[970] x[971] x[972] x[973] x[974] x[975] x[976] x[977] x[978] x[979] x[980] x[981] x[982] x[983] x[984] x[985] x[986] x[987] x[988] x[989] x[990] x[991] x[992] x[993] x[994] x[995] x[996] x[997] x[998] x[999]</list>
1436.93/1156.25	v     <values>996 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0</values>
1436.93/1156.25	v </instantiation>
1436.93/1156.25	c (53,0) Show results End
1436.93/1156.25	c (53,0) Heap : 200 MiB used (max 3925 MiB), NonHeap : 19 MiB used (max 0 MiB)
1436.93/1156.25	c (53,0) 53,53,STOP-AFTER(ALL)
1436.93/1156.25	c END-Prog: Thu Sep 12 14:02:42 CEST 2019

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9047 MiB free)
  memory of node 1: 16384 MiB (9254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387695-1568288646/watcher-4387695-1568288646 -o /tmp/evaluation-result-4387695-1568288646/solver-4387695-1568288646 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568286090-6277 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387695-1568288646.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6770, runsolver pid=6766
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 2.86 2.33 2.12 5/231 6793
/proc/meminfo: memFree=18664064/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 405133472 115843072 349 33554432000 4194304 5098028 140730807339104 140730807336360 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 349 296 221 0 87 0
[pid=6773] ppid=6770 vsize=15012696 memory=74244 CPUtime=0.12 cores=1,3,5,7
/proc/6773/stat : 6773 (java) S 6770 6770 4978 0 -1 1077944320 6299 0 0 0 10 2 0 0 20 0 15 0 405133472 15373000704 18561 33554432000 4194304 4196468 140735099374176 140735099356720 139770391363319 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
/proc/6773/statm: 3753174 18561 2921 1 0 3715579 0
[pid=6773/tid=6774] ppid=6770 vsize=15012696 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/6773/task/6774/stat : 6774 (java) R 6770 6770 4978 0 -1 4202560 4118 0 0 0 8 1 0 0 20 0 15 0 405133473 15373000704 18561 33554432000 4194304 4196468 140735099374176 139770363168128 139770375443806 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6775] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6775/stat : 6775 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 18561 33554432000 4194304 4196468 140735099374176 139770395605520 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6776] ppid=6770 vsize=15012696 memory=140418199675728 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6776/stat : 6776 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 18561 33554432000 4194304 4196468 140735099374176 139770186689168 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6777] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6777/stat : 6777 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 18561 33554432000 4194304 4196468 140735099374176 139770185636112 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6778] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6778/stat : 6778 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 18561 33554432000 4194304 4196468 140735099374176 139770184583568 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6785] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6785/stat : 6785 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 18561 33554432000 4194304 4196468 140735099374176 139769159973616 139770391374466 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6786] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6786/stat : 6786 (java) S 6770 6770 4978 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 18561 33554432000 4194304 4196468 140735099374176 139769040332448 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6787] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6787/stat : 6787 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 18561 33554432000 4194304 4196468 140735099374176 139768771896560 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6788] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6788/stat : 6788 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 18561 33554432000 4194304 4196468 140735099374176 139768397388240 139770391381915 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6789] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6789/stat : 6789 (java) S 6770 6770 4978 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 18561 33554432000 4194304 4196468 140735099374176 139769158920432 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6790] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6790/stat : 6790 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 18561 33554432000 4194304 4196468 140735099374176 139769157867888 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6791] ppid=6770 vsize=15012696 memory=140418199668352 CPUtime=0.01 cores=1,3,5,7
/proc/6773/task/6791/stat : 6791 (java) S 6770 6770 4978 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 15 0 405133479 15373000704 18561 33554432000 4194304 4196468 140735099374176 139769156814832 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6792] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6792/stat : 6792 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 18561 33554432000 4194304 4196468 140735099374176 139767899482464 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6793] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6793/stat : 6793 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 18561 33554432000 4194304 4196468 140735099374176 139769155763248 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 75640 KiB

[startup+0.210995 s]*
/proc/loadavg: 2.86 2.33 2.12 5/231 6793
/proc/meminfo: memFree=18629952/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 405133472 115843072 349 33554432000 4194304 5098028 140730807339104 140730807336360 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 349 296 221 0 87 0
[pid=6773] ppid=6770 vsize=15012696 memory=89096 CPUtime=0.25 cores=1,3,5,7
/proc/6773/stat : 6773 (java) S 6770 6770 4978 0 -1 1077944320 11355 0 0 0 22 3 0 0 20 0 15 0 405133472 15373000704 22274 33554432000 4194304 4196468 140735099374176 140735099356720 139770391363319 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
/proc/6773/statm: 3753174 22274 2924 1 0 3715579 0
[pid=6773/tid=6774] ppid=6770 vsize=15012696 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/6773/task/6774/stat : 6774 (java) R 6770 6770 4978 0 -1 4202560 9104 0 0 0 17 2 0 0 20 0 15 0 405133473 15373000704 22274 33554432000 4194304 4196468 140735099374176 139770363178560 139770375406949 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6775] ppid=6770 vsize=15012696 memory=1946935 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6775/stat : 6775 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 22274 33554432000 4194304 4196468 140735099374176 139770395605520 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6776] ppid=6770 vsize=15012696 memory=140418201615360 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6776/stat : 6776 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 22274 33554432000 4194304 4196468 140735099374176 139770186689168 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6777] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6777/stat : 6777 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 22274 33554432000 4194304 4196468 140735099374176 139770185636112 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6778] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6778/stat : 6778 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 22274 33554432000 4194304 4196468 140735099374176 139770184583568 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6785] ppid=6770 vsize=15012696 memory=140418199668352 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6785/stat : 6785 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 22274 33554432000 4194304 4196468 140735099374176 139769159973616 139770391374466 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6786] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6786/stat : 6786 (java) S 6770 6770 4978 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 22274 33554432000 4194304 4196468 140735099374176 139769040332448 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6787] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6787/stat : 6787 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 22274 33554432000 4194304 4196468 140735099374176 139768771896560 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6788] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6788/stat : 6788 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 22274 33554432000 4194304 4196468 140735099374176 139768397388240 139770391381915 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6789] ppid=6770 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6773/task/6789/stat : 6789 (java) S 6770 6770 4978 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 15 0 405133479 15373000704 22274 33554432000 4194304 4196468 140735099374176 139769158920432 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6790] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6790/stat : 6790 (java) S 6770 6770 4978 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 22274 33554432000 4194304 4196468 140735099374176 139769157867888 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6791] ppid=6770 vsize=15012696 memory=140418199668352 CPUtime=0.03 cores=1,3,5,7
/proc/6773/task/6791/stat : 6791 (java) S 6770 6770 4978 0 -1 1077944384 441 0 0 0 3 0 0 0 20 0 15 0 405133479 15373000704 22274 33554432000 4194304 4196468 140735099374176 139769156814832 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6792] ppid=6770 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6792/stat : 6792 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 22274 33554432000 4194304 4196468 140735099374176 139767899482464 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6793] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6793/stat : 6793 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 22274 33554432000 4194304 4196468 140735099374176 139769155763248 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90492 KiB

[startup+0.310773 s]*
/proc/loadavg: 2.86 2.33 2.12 3/231 6793
/proc/meminfo: memFree=18625720/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 405133472 115843072 349 33554432000 4194304 5098028 140730807339104 140730807336360 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 349 296 221 0 87 0
[pid=6773] ppid=6770 vsize=15012696 memory=92704 CPUtime=0.44 cores=1,3,5,7
/proc/6773/stat : 6773 (java) S 6770 6770 4978 0 -1 1077944320 11710 0 0 0 40 4 0 0 20 0 15 0 405133472 15373000704 23176 33554432000 4194304 4196468 140735099374176 140735099356720 139770391363319 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
/proc/6773/statm: 3753174 23176 3061 1 0 3715579 0
[pid=6773/tid=6774] ppid=6770 vsize=15012696 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/6773/task/6774/stat : 6774 (java) R 6770 6770 4978 0 -1 4202560 9288 0 0 0 27 3 0 0 20 0 15 0 405133473 15373000704 23176 33554432000 4194304 4196468 140735099374176 139770363157424 139770375443806 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6775] ppid=6770 vsize=15012696 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6775/stat : 6775 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 23176 33554432000 4194304 4196468 140735099374176 139770395605520 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6776] ppid=6770 vsize=15012696 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6776/stat : 6776 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 23176 33554432000 4194304 4196468 140735099374176 139770186689168 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6777] ppid=6770 vsize=15012696 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6777/stat : 6777 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 23176 33554432000 4194304 4196468 140735099374176 139770185636112 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6778] ppid=6770 vsize=15012696 memory=8562125494162282060 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6778/stat : 6778 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133474 15373000704 23176 33554432000 4194304 4196468 140735099374176 139770184583568 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6785] ppid=6770 vsize=15012696 memory=6933954179156714387 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6785/stat : 6785 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 23176 33554432000 4194304 4196468 140735099374176 139769159973616 139770391374466 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6786] ppid=6770 vsize=15012696 memory=7684433391216329786 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6786/stat : 6786 (java) S 6770 6770 4978 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 23176 33554432000 4194304 4196468 140735099374176 139769040332448 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6787] ppid=6770 vsize=15012696 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6787/stat : 6787 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133476 15373000704 23176 33554432000 4194304 4196468 140735099374176 139768771896560 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6788] ppid=6770 vsize=15012696 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6788/stat : 6788 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 23176 33554432000 4194304 4196468 140735099374176 139768397388240 139770391381915 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6789] ppid=6770 vsize=15012696 memory=-8412656567168561567 CPUtime=0.03 cores=1,3,5,7
/proc/6773/task/6789/stat : 6789 (java) S 6770 6770 4978 0 -1 1077944384 541 0 0 0 3 0 0 0 20 0 15 0 405133479 15373000704 23176 33554432000 4194304 4196468 140735099374176 139769158920432 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6790] ppid=6770 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6773/task/6790/stat : 6790 (java) S 6770 6770 4978 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 405133479 15373000704 23176 33554432000 4194304 4196468 140735099374176 139769157867888 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6791] ppid=6770 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6773/task/6791/stat : 6791 (java) S 6770 6770 4978 0 -1 1077944384 460 0 0 0 7 0 0 0 20 0 15 0 405133479 15373000704 23176 33554432000 4194304 4196468 140735099374176 139769156814832 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6792] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6792/stat : 6792 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 23176 33554432000 4194304 4196468 140735099374176 139767899482464 139770391373525 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6793] ppid=6770 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6793/stat : 6793 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133479 15373000704 23176 33554432000 4194304 4196468 140735099374176 139769155763248 139770391374466 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 94100 KiB

[startup+0.701325 s]
/proc/loadavg: 2.79 2.32 2.12 4/231 6793
/proc/meminfo: memFree=18582440/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 405133472 115843072 349 33554432000 4194304 5098028 140730807339104 140730807336360 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 349 296 221 0 87 0
[pid=6773] ppid=6770 vsize=15021092 memory=130192 CPUtime=1.03 cores=1,3,5,7
/proc/6773/stat : 6773 (java) S 6770 6770 4978 0 -1 1077944320 19506 0 0 0 97 6 0 0 20 0 15 0 405133472 15381598208 32548 33554432000 4194304 4196468 140735099374176 140735099356720 139770391363319 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
/proc/6773/statm: 3755273 32548 3201 1 0 3716603 0
[pid=6773/tid=6774] ppid=6770 vsize=15021092 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/6773/task/6774/stat : 6774 (java) R 6770 6770 4978 0 -1 4202560 16549 0 0 0 63 5 0 0 20 0 15 0 405133473 15381598208 32548 33554432000 4194304 4196468 140735099374176 139770363198976 139769862499464 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6775] ppid=6770 vsize=15021092 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6775/stat : 6775 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15381598208 32548 33554432000 4194304 4196468 140735099374176 139770395605520 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6776] ppid=6770 vsize=15021092 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6776/stat : 6776 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15381598208 32548 33554432000 4194304 4196468 140735099374176 139770186689168 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6777] ppid=6770 vsize=15021092 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6777/stat : 6777 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133474 15381598208 32548 33554432000 4194304 4196468 140735099374176 139770185636112 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6778] ppid=6770 vsize=15021092 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6778/stat : 6778 (java) S 6770 6770 4978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405133474 15381598208 32548 33554432000 4194304 4196468 140735099374176 139770184583568 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6785] ppid=6770 vsize=15021092 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6785/stat : 6785 (java) S 6770 6770 4978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405133476 15381598208 32548 33554432000 4194304 4196468 140735099374176 139769159973616 139770391374466 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6786] ppid=6770 vsize=15021092 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6786/stat : 6786 (java) S 6770 6770 4978 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405133476 15381598208 32548 33554432000 4194304 4196468 140735099374176 139769040332448 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6787] ppid=6770 vsize=15021092 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6787/stat : 6787 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133476 15381598208 32548 33554432000 4194304 4196468 140735099374176 139768771896560 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6788] ppid=6770 vsize=15021092 memory=780 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6788/stat : 6788 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15381598208 32548 33554432000 4194304 4196468 140735099374176 139768397388240 139770391381915 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6789] ppid=6770 vsize=15021092 memory=620 CPUtime=0.09 cores=1,3,5,7
/proc/6773/task/6789/stat : 6789 (java) S 6770 6770 4978 0 -1 1077944384 726 0 0 0 9 0 0 0 20 0 15 0 405133479 15381598208 32548 33554432000 4194304 4196468 140735099374176 139769158920432 139770391374466 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6790] ppid=6770 vsize=15021092 memory=1712 CPUtime=0.09 cores=1,3,5,7
/proc/6773/task/6790/stat : 6790 (java) R 6770 6770 4978 0 -1 4202560 326 0 0 0 9 0 0 0 20 0 15 0 405133479 15381598208 32548 33554432000 4194304 4196468 140735099374176 139769157856032 139770372888411 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6791] ppid=6770 vsize=15021092 memory=1052 CPUtime=0.15 cores=1,3,5,7
/proc/6773/task/6791/stat : 6791 (java) S 6770 6770 4978 0 -1 1077944384 570 0 0 0 15 0 0 0 20 0 15 0 405133479 15381598208 32548 33554432000 4194304 4196468 140735099374176 139769156814832 139770391374466 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6792] ppid=6770 vsize=15021092 memory=5900 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6792/stat : 6792 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405133479 15381598208 32548 33554432000 4194304 4196468 140735099374176 139767899482464 139770391373525 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
[pid=6773/tid=6793] ppid=6770 vsize=15021092 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/6773/task/6793/stat : 6793 (java) S 6770 6770 4978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405133479 15381598208 32548 33554432000 4194304 4196468 140735099374176 139769155763248 139770391374466 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31735808 140735099380463 140735099380890 140735099380890 140735099383759 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 131588 KiB

[startup+1.50082 s]
/proc/loadavg: 2.79 2.32 2.12 5/231 6793
/proc/meminfo: memFree=18523908/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 556 322 0 0 0 0 0 0 20 0 1 0 405133472 115843072 349 33554432000 4194304 5098028 140730807339104 140730807336360 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 349 296 221 0 87 0

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

/proc/7215/task/7224/stat : 7224 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405243724 8262082560 29742 33554432000 4194304 4196468 140736606718368 140474718182096 140476342794139 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7225] ppid=6770 vsize=8068440 memory=808 CPUtime=0.16 cores=1,3,5,7
/proc/7215/task/7225/stat : 7225 (java) S 6770 6770 4978 0 -1 1077944384 683 0 0 0 16 0 0 0 20 0 19 0 405243724 8262082560 29742 33554432000 4194304 4196468 140736606718368 140475788146672 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7226] ppid=6770 vsize=8068440 memory=1448 CPUtime=0.12 cores=1,3,5,7
/proc/7215/task/7226/stat : 7226 (java) S 6770 6770 4978 0 -1 1077944384 686 0 0 0 12 0 0 0 20 0 19 0 405243724 8262082560 29742 33554432000 4194304 4196468 140736606718368 140475787094128 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7227] ppid=6770 vsize=8068440 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/7215/task/7227/stat : 7227 (java) S 6770 6770 4978 0 -1 1077944384 611 0 0 0 22 0 0 0 20 0 19 0 405243724 8262082560 29742 33554432000 4194304 4196468 140736606718368 140475786041584 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7228] ppid=6770 vsize=8068440 memory=288289973990589175 CPUtime=0 cores=1,3,5,7
/proc/7215/task/7228/stat : 7228 (java) S 6770 6770 4978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405243724 8262082560 29742 33554432000 4194304 4196468 140736606718368 140474220276320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7229] ppid=6770 vsize=8068440 memory=3616450089993919715 CPUtime=0.02 cores=1,3,5,7
/proc/7215/task/7229/stat : 7229 (java) S 6770 6770 4978 0 -1 1077944384 5 0 0 0 1 1 0 0 20 0 19 0 405243725 8262082560 29742 33554432000 4194304 4196468 140736606718368 140475784989488 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7231] ppid=6770 vsize=8068440 memory=7594597771697979466 CPUtime=0 cores=1,3,5,7
/proc/7215/task/7231/stat : 7231 (java) S 6770 6770 4978 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405243796 8262082560 29742 33554432000 4194304 4196468 140736606718368 140475776955968 140476342800153 0 4 2 25189581 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7233] ppid=6770 vsize=8068440 memory=7306916055891837008 CPUtime=0 cores=1,3,5,7
/proc/7215/task/7233/stat : 7233 (java) S 6770 6770 4978 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 405243796 8262082560 29742 33554432000 4194304 4196468 140736606718368 140473683390640 140476342797469 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7234] ppid=6770 vsize=8068440 memory=288292181620556627 CPUtime=0 cores=1,3,5,7
/proc/7215/task/7234/stat : 7234 (java) S 6770 6770 4978 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 405243796 8262082560 29742 33554432000 4194304 4196468 140736606718368 140473817611568 140476342797469 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7235] ppid=6770 vsize=8068440 memory=1979036 CPUtime=0 cores=1,3,5,7
/proc/7215/task/7235/stat : 7235 (java) S 6770 6770 4978 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 405243799 8262082560 29742 33554432000 4194304 4196468 140736606718368 140473414966320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
Current children cumulated CPU time: 1435.29 s
Current children cumulated vsize: 11365648 KiB
Current children cumulated memory: 2560984 KiB

[startup+1156 s]*
/proc/loadavg: 2.11 2.42 2.57 5/240 7239
/proc/meminfo: memFree=17367436/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1476 CPUtime=1381.96 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 584 252702 0 0 0 0 137047 1149 20 0 1 0 405133472 115843072 369 33554432000 4194304 5098028 140730807339104 140730807335848 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 369 311 221 0 87 0
[pid=7215] ppid=6770 vsize=8068440 memory=195032 CPUtime=54.52 cores=1,3,5,7
/proc/7215/stat : 7215 (java) S 6770 6770 4978 0 -1 1077944320 23369 1266226 0 0 169 12 5106 165 20 0 18 0 405243717 8262082560 48758 33554432000 4194304 4196468 140736606718368 140736606700912 140476342775543 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
/proc/7215/statm: 2017110 48758 3230 1 0 1978454 0
[pid=7215/tid=7216] ppid=6770 vsize=8068440 memory=8317482817917895235 CPUtime=53.51 cores=1,3,5,7
/proc/7215/task/7216/stat : 7216 (java) S 6770 6770 4978 0 -1 1077944384 16843 1266226 0 0 74 6 5106 165 20 0 18 0 405243718 8262082560 48758 33554432000 4194304 4196468 140736606718368 140476314615712 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7217] ppid=6770 vsize=8068440 memory=800 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7217/stat : 7217 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 18 0 405243719 8262082560 48758 33554432000 4194304 4196468 140736606718368 140476347017488 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7218] ppid=6770 vsize=8068440 memory=1808 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7218/stat : 7218 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 18 0 405243719 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475827538320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7219] ppid=6770 vsize=8068440 memory=920 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7219/stat : 7219 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 18 0 405243719 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475826485776 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7220] ppid=6770 vsize=8068440 memory=3848 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7220/stat : 7220 (java) S 6770 6770 4978 0 -1 1077944384 2 1266226 0 0 0 0 5106 165 20 0 18 0 405243719 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475825433232 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7221] ppid=6770 vsize=8068440 memory=4100 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7221/stat : 7221 (java) S 6770 6770 4978 0 -1 1077944384 5 1266226 0 0 0 0 5106 165 20 0 18 0 405243721 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475789199856 140476342786690 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7222] ppid=6770 vsize=8068440 memory=2848 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7222/stat : 7222 (java) S 6770 6770 4978 0 -1 1077944384 13 1266226 0 0 0 0 5106 165 20 0 18 0 405243721 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475226908064 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7223] ppid=6770 vsize=8068440 memory=2584 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7223/stat : 7223 (java) S 6770 6770 4978 0 -1 1077944384 21 1266226 0 0 0 0 5106 165 20 0 18 0 405243721 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475092686320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7224] ppid=6770 vsize=8068440 memory=1412 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7224/stat : 7224 (java) S 6770 6770 4978 0 -1 1077944384 3 1266226 0 0 0 0 5106 165 20 0 18 0 405243724 8262082560 48758 33554432000 4194304 4196468 140736606718368 140474718182096 140476342794139 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7225] ppid=6770 vsize=8068440 memory=3396 CPUtime=52.97 cores=1,3,5,7
/proc/7215/task/7225/stat : 7225 (java) R 6770 6770 4978 0 -1 4202560 907 1266226 0 0 26 0 5106 165 20 0 18 0 405243724 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475788146672 140476326163409 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7226] ppid=6770 vsize=8068440 memory=1476 CPUtime=52.92 cores=1,3,5,7
/proc/7215/task/7226/stat : 7226 (java) S 6770 6770 4978 0 -1 1077944384 719 1266226 0 0 21 0 5106 165 20 0 18 0 405243724 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475787094128 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7227] ppid=6770 vsize=8068440 memory=1412 CPUtime=52.99 cores=1,3,5,7
/proc/7215/task/7227/stat : 7227 (java) S 6770 6770 4978 0 -1 1077944384 1209 1266226 0 0 28 0 5106 165 20 0 18 0 405243724 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475786041584 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7228] ppid=6770 vsize=8068440 memory=3420 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7228/stat : 7228 (java) S 6770 6770 4978 0 -1 1077944384 3 1266226 0 0 0 0 5106 165 20 0 18 0 405243724 8262082560 48758 33554432000 4194304 4196468 140736606718368 140474220276320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7229] ppid=6770 vsize=8068440 memory=1476 CPUtime=52.73 cores=1,3,5,7
/proc/7215/task/7229/stat : 7229 (java) S 6770 6770 4978 0 -1 1077944384 5 1266226 0 0 1 1 5106 165 20 0 18 0 405243725 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475784989488 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7231] ppid=6770 vsize=8068440 memory=147768 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7231/stat : 7231 (java) S 6770 6770 4978 0 -1 1077944384 25 1266226 0 0 0 0 5106 165 20 0 18 0 405243796 8262082560 48758 33554432000 4194304 4196468 140736606718368 140475776955152 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7233] ppid=6770 vsize=8068440 memory=95120 CPUtime=52.9 cores=1,3,5,7
/proc/7215/task/7233/stat : 7233 (java) R 6770 6770 4978 0 -1 4202560 2277 1266226 0 0 17 2 5106 165 20 0 18 0 405243796 8262082560 48758 33554432000 4194304 4196468 140736606718368 140473683395576 140475845497108 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7235] ppid=6770 vsize=8068440 memory=118968 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7235/stat : 7235 (java) S 6770 6770 4978 0 -1 1077944384 4 1266226 0 0 0 0 5106 165 20 0 18 0 405243799 8262082560 48758 33554432000 4194304 4196468 140736606718368 140473414966080 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
Current children cumulated CPU time: 1436.48 s
Current children cumulated vsize: 8181568 KiB
Current children cumulated memory: 196508 KiB

[startup+1156.2 s]
/proc/loadavg: 2.11 2.42 2.57 5/240 7239
/proc/meminfo: memFree=17367436/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1476 CPUtime=1381.96 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 584 252702 0 0 0 0 137047 1149 20 0 1 0 405133472 115843072 369 33554432000 4194304 5098028 140730807339104 140730807335848 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 369 311 221 0 87 0
[pid=7215] ppid=6770 vsize=7937364 memory=208824 CPUtime=54.97 cores=1,3,5,7
/proc/7215/stat : 7215 (java) S 6770 6770 4978 0 -1 1077944320 24325 1266226 0 0 214 12 5106 165 20 0 17 0 405243717 8127860736 52206 33554432000 4194304 4196468 140736606718368 140736606700912 140476342775543 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
/proc/7215/statm: 1984341 52206 3235 1 0 1945685 0
[pid=7215/tid=7216] ppid=6770 vsize=7937364 memory=1656 CPUtime=53.67 cores=1,3,5,7
/proc/7215/task/7216/stat : 7216 (java) R 6770 6770 4978 0 -1 4202560 17132 1266226 0 0 90 6 5106 165 20 0 17 0 405243718 8127860736 52206 33554432000 4194304 4196468 140736606718368 140476314614576 140475849418963 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7217] ppid=6770 vsize=7937364 memory=2408 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7217/stat : 7217 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 52206 33554432000 4194304 4196468 140736606718368 140476347017488 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7218] ppid=6770 vsize=7937364 memory=8112282956445269571 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7218/stat : 7218 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475827538320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7219] ppid=6770 vsize=7937364 memory=6944656592387989600 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7219/stat : 7219 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475826485776 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7220] ppid=6770 vsize=7937364 memory=6943526294502006880 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7220/stat : 7220 (java) S 6770 6770 4978 0 -1 1077944384 2 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475825433232 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7221] ppid=6770 vsize=7937364 memory=6943526294502006880 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7221/stat : 7221 (java) S 6770 6770 4978 0 -1 1077944384 5 1266226 0 0 0 0 5106 165 20 0 17 0 405243721 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475789199856 140476342786690 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7222] ppid=6770 vsize=7937364 memory=6655300316396806240 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7222/stat : 7222 (java) S 6770 6770 4978 0 -1 1077944384 13 1266226 0 0 0 0 5106 165 20 0 17 0 405243721 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475226908064 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7223] ppid=6770 vsize=7937364 memory=6943526294502006880 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7223/stat : 7223 (java) S 6770 6770 4978 0 -1 1077944384 21 1266226 0 0 0 0 5106 165 20 0 17 0 405243721 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475092686320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7224] ppid=6770 vsize=7937364 memory=6944656592455097440 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7224/stat : 7224 (java) S 6770 6770 4978 0 -1 1077944384 3 1266226 0 0 0 0 5106 165 20 0 17 0 405243724 8127860736 52206 33554432000 4194304 4196468 140736606718368 140474718182096 140476342794139 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7225] ppid=6770 vsize=7937364 memory=6655300316396806240 CPUtime=53.05 cores=1,3,5,7
/proc/7215/task/7225/stat : 7225 (java) S 6770 6770 4978 0 -1 1077944384 1189 1266226 0 0 34 0 5106 165 20 0 17 0 405243724 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475788146672 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7226] ppid=6770 vsize=7937364 memory=6943526294502006880 CPUtime=52.99 cores=1,3,5,7
/proc/7215/task/7226/stat : 7226 (java) S 6770 6770 4978 0 -1 1077944384 795 1266226 0 0 28 0 5106 165 20 0 17 0 405243724 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475787094128 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7227] ppid=6770 vsize=7937364 memory=6944656592387989600 CPUtime=53.09 cores=1,3,5,7
/proc/7215/task/7227/stat : 7227 (java) S 6770 6770 4978 0 -1 1077944384 1510 1266226 0 0 38 0 5106 165 20 0 17 0 405243724 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475786041584 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7228] ppid=6770 vsize=7937364 memory=6943526294502006880 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7228/stat : 7228 (java) S 6770 6770 4978 0 -1 1077944384 3 1266226 0 0 0 0 5106 165 20 0 17 0 405243724 8127860736 52206 33554432000 4194304 4196468 140736606718368 140474220276320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7229] ppid=6770 vsize=7937364 memory=6656426216303648864 CPUtime=52.73 cores=1,3,5,7
/proc/7215/task/7229/stat : 7229 (java) S 6770 6770 4978 0 -1 1077944384 5 1266226 0 0 1 1 5106 165 20 0 17 0 405243725 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475784989488 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7231] ppid=6770 vsize=7937364 memory=6944656575208382560 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7231/stat : 7231 (java) S 6770 6770 4978 0 -1 1077944384 25 1266226 0 0 0 0 5106 165 20 0 17 0 405243796 8127860736 52206 33554432000 4194304 4196468 140736606718368 140475776955152 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7235] ppid=6770 vsize=7937364 memory=8317482817917895235 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7235/stat : 7235 (java) S 6770 6770 4978 0 -1 1077944384 9 1266226 0 0 0 0 5106 165 20 0 17 0 405243799 8127860736 52206 33554432000 4194304 4196468 140736606718368 140473414968112 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
Current children cumulated CPU time: 1436.93 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 210300 KiB

[startup+1156.3 s]
/proc/loadavg: 2.11 2.42 2.57 5/240 7239
/proc/meminfo: memFree=17367436/32770624 swapFree=66998516/67108860
[pid=6770] ppid=6766 vsize=113128 memory=1476 CPUtime=1381.96 cores=1,3,5,7
/proc/6770/stat : 6770 (scop.sh) S 6766 6770 4978 0 -1 4202496 584 252702 0 0 0 0 137047 1149 20 0 1 0 405133472 115843072 369 33554432000 4194304 5098028 140730807339104 140730807335848 140346388210300 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14667776 140730807345960 140730807346288 140730807346288 140730807349197 0
/proc/6770/statm: 28282 369 311 221 0 87 0
[pid=7215] ppid=6770 vsize=7937364 memory=217908 CPUtime=55.23 cores=1,3,5,7
/proc/7215/stat : 7215 (java) S 6770 6770 4978 0 -1 1077944320 25077 1266226 0 0 235 17 5106 165 20 0 17 0 405243717 8127860736 54477 33554432000 4194304 4196468 140736606718368 140736606700912 140476342775543 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
/proc/7215/statm: 1984341 54477 3236 1 0 1945685 0
[pid=7215/tid=7216] ppid=6770 vsize=7937364 memory=1476 CPUtime=53.77 cores=1,3,5,7
/proc/7215/task/7216/stat : 7216 (java) R 6770 6770 4978 0 -1 4202560 17204 1266226 0 0 95 11 5106 165 20 0 17 0 405243718 8127860736 54477 33554432000 4194304 4196468 140736606718368 140476314602080 140476335461175 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7217] ppid=6770 vsize=7937364 memory=143292 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7217/stat : 7217 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 54477 33554432000 4194304 4196468 140736606718368 140476347017488 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7218] ppid=6770 vsize=7937364 memory=1476 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7218/stat : 7218 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475827538320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7219] ppid=6770 vsize=7937364 memory=118968 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7219/stat : 7219 (java) S 6770 6770 4978 0 -1 1077944384 1 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475826485776 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7220] ppid=6770 vsize=7937364 memory=118968 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7220/stat : 7220 (java) S 6770 6770 4978 0 -1 1077944384 2 1266226 0 0 0 0 5106 165 20 0 17 0 405243719 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475825433232 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7221] ppid=6770 vsize=7937364 memory=202156 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7221/stat : 7221 (java) S 6770 6770 4978 0 -1 1077944384 5 1266226 0 0 0 0 5106 165 20 0 17 0 405243721 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475789199856 140476342786690 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7222] ppid=6770 vsize=7937364 memory=1476 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7222/stat : 7222 (java) S 6770 6770 4978 0 -1 1077944384 13 1266226 0 0 0 0 5106 165 20 0 17 0 405243721 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475226908064 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7223] ppid=6770 vsize=7937364 memory=0 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7223/stat : 7223 (java) S 6770 6770 4978 0 -1 1077944384 21 1266226 0 0 0 0 5106 165 20 0 17 0 405243721 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475092686320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7224] ppid=6770 vsize=7937364 memory=2257 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7224/stat : 7224 (java) S 6770 6770 4978 0 -1 1077944384 3 1266226 0 0 0 0 5106 165 20 0 17 0 405243724 8127860736 54477 33554432000 4194304 4196468 140736606718368 140474718182096 140476342794139 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7225] ppid=6770 vsize=7937364 memory=0 CPUtime=53.15 cores=1,3,5,7
/proc/7215/task/7225/stat : 7225 (java) R 6770 6770 4978 0 -1 4202560 1722 1266226 0 0 44 0 5106 165 20 0 17 0 405243724 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475788132552 140476327704956 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7226] ppid=6770 vsize=7937364 memory=0 CPUtime=53.02 cores=1,3,5,7
/proc/7215/task/7226/stat : 7226 (java) S 6770 6770 4978 0 -1 1077944384 834 1266226 0 0 31 0 5106 165 20 0 17 0 405243724 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475787094128 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7227] ppid=6770 vsize=7937364 memory=118968 CPUtime=53.12 cores=1,3,5,7
/proc/7215/task/7227/stat : 7227 (java) S 6770 6770 4978 0 -1 1077944384 1618 1266226 0 0 41 0 5106 165 20 0 17 0 405243724 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475786041584 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7228] ppid=6770 vsize=7937364 memory=2440540 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7228/stat : 7228 (java) S 6770 6770 4978 0 -1 1077944384 3 1266226 0 0 0 0 5106 165 20 0 17 0 405243724 8127860736 54477 33554432000 4194304 4196468 140736606718368 140474220276320 140476342785749 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7229] ppid=6770 vsize=7937364 memory=1476 CPUtime=52.73 cores=1,3,5,7
/proc/7215/task/7229/stat : 7229 (java) S 6770 6770 4978 0 -1 1077944384 5 1266226 0 0 1 1 5106 165 20 0 17 0 405243725 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475784989488 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7231] ppid=6770 vsize=7937364 memory=118968 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7231/stat : 7231 (java) S 6770 6770 4978 0 -1 1077944384 25 1266226 0 0 0 0 5106 165 20 0 17 0 405243796 8127860736 54477 33554432000 4194304 4196468 140736606718368 140475776955152 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
[pid=7215/tid=7235] ppid=6770 vsize=7937364 memory=4156 CPUtime=52.71 cores=1,3,5,7
/proc/7215/task/7235/stat : 7235 (java) S 6770 6770 4978 0 -1 1077944384 9 1266226 0 0 0 0 5106 165 20 0 17 0 405243799 8127860736 54477 33554432000 4194304 4196468 140736606718368 140473414968112 140476342786690 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33038336 140736606721020 140736606721178 140736606721178 140736606724047 0
Current children cumulated CPU time: 1437.19 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 219384 KiB

Child status: 0
Real time (s): 1156.39
CPU time (s): 1437.31
CPU user time (s): 1423.9
CPU system time (s): 13.4165
CPU usage (%): 124.294
Max. virtual memory (cumulated for all children) (KiB): 15141472
Max. memory (cumulated for all children) (KiB): 11817888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1423.9
system time used= 13.4165
maximum resident set size= 11816492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1544842
page faults= 0
swaps= 0
block input operations= 64
block output operations= 1935680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39372
involuntary context switches= 6698


# summary of solver processes directly reported to runsolver:
#   pid: 6770
#   total CPU time (s): 1437.31
#   total CPU user time (s): 1423.9
#   total CPU system time (s): 13.4165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6397 second user time and 11.7848 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 13:43:26
IDJOB=4387695
IDBENCH=123183
IDSOLVER=2825
FILE ID=node127/4387695-1568288646
RUNJOBID= node127-1568286090-6277
PBS_JOBID= 21701077
Free space on /tmp= 54484 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/MagicSequence/MagicSequence-card-s1/MagicSequence-1000-ca.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -order DIR/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387695-1568288646/watcher-4387695-1568288646 -o /tmp/evaluation-result-4387695-1568288646/solver-4387695-1568288646 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568286090-6277 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387695-1568288646.xml

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

MD5SUM BENCH= d2780e3631970b53a6f91cd037f7d107
RANDOM SEED=672981021

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18744940 kB
MemAvailable:   31810056 kB
Buffers:          173640 kB
Cached:         13038508 kB
SwapCached:         6784 kB
Active:          2258076 kB
Inactive:       11010028 kB
Active(anon):      61128 kB
Inactive(anon):    36264 kB
Active(file):    2196948 kB
Inactive(file): 10973764 kB
Unevictable:      110596 kB
Mlocked:          110596 kB
SwapTotal:      67108860 kB
SwapFree:       66998516 kB
Dirty:             41132 kB
Writeback:             0 kB
AnonPages:        167500 kB
Mapped:            47180 kB
Shmem:             32692 kB
Slab:             350968 kB
SReclaimable:     322864 kB
SUnreclaim:        28104 kB
KernelStack:        3728 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12629116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 54456 MiB
End job on node127 at 2019-09-12 14:02:43