Trace number 4388283

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 134.119 123.406

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-19.xml
MD5SUM3875648f967e99deb98809a056dae84c
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 benchmark32.512
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":374},{"degree":2,"count":526}]
Minimum constraint arity526
Maximum constraint arity900
Distribution of constraint arities[{"arity":526,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","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-10783-serial-file.bin HOME/instance-4388283-1568297883.xml
0.66/0.53	
0.66/0.53	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Thu Sep 12 16:17:19 CEST 2019
0.66/0.56	c PID: 10786
0.66/0.56	c IP: 172.20.3.102
0.66/0.56	c HOST: node102.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.63/1.06	c (0,0) Parsing End
1.63/1.07	c (0,0) CSP: 863 int (0 aux), 37 bool (0 aux), 2 ctr, max domain size 30
1.63/1.07	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.63/1.07	c (0,0) Constraint Name Generate Begin
1.63/1.08	c (0,0) Ctr:HOME/instance-4388283-1568297883.xml,AllDifferentMatrix:Instantiation:Var
1.63/1.08	c (0,0) Constraint Name Generate End
1.63/1.08	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.63/1.08	c (0,0) CSP to CSPinCNF Begin
1.88/1.11	c (0,0) translated 1 (10%) constraints
5.43/2.89	c (2,2) translated 2 (20%) constraints
5.62/2.92	c (2,2) ===========================================
5.62/2.93	c (2,2) Order
5.62/2.93	c (2,2) ===========================================
7.50/3.50	c (2,2) translated 2855 (10%) constraints
8.31/3.87	c (3,3) translated 5710 (20%) constraints
8.73/4.20	c (3,3) translated 8564 (30%) constraints
9.12/4.51	c (3,3) translated 11419 (40%) constraints
9.42/4.84	c (4,4) translated 14273 (50%) constraints
10.02/5.44	c (4,4) translated 17128 (60%) constraints
10.24/5.56	c (5,5) translated 19983 (70%) constraints
10.78/5.83	c (5,5) translated 22837 (80%) constraints
11.12/6.14	c (5,5) translated 25692 (90%) constraints
11.30/6.38	c (5,5) translated 28546 (100%) constraints
11.30/6.38	c (5,5) CSP to CSPinCNF End
11.30/6.39	c (5,5) CSP: 863 int (0 aux), 27037 bool (27000 aux), 137072 ctr, max domain size 30
11.30/6.39	c (5,5) Heap : 1802 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
11.30/6.39	c (5,5) CSPinCNF Propagation Begin
15.70/8.74	c (8,8) 20232 values, 87628 unsatisfiable literals, and 90932 valid clauses are removed
15.70/8.74	c (8,8) CSPinCNF Propagation End
15.70/8.75	c (8,8) CSP: 863 int (0 aux), 27037 bool (27000 aux), 46140 ctr, max domain size 30
15.70/8.75	c (8,8) Heap : 317 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
15.70/8.76	c (8,8) Simplify CSPinCNF Begin
16.98/9.29	c (8,8) Simplify CSPinCNF End
17.08/9.30	c (8,8) CSP: 863 int (0 aux), 53333 bool (53296 aux), 72436 ctr, max domain size 30
17.08/9.30	c (8,8) Heap : 535 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
17.08/9.30	c (8,8) Calculate Precise Domain Begin
17.08/9.31	c (8,8) 0 values are removed by re-calculation
17.08/9.31	c (8,8) Calculate Precise Domain End
17.08/9.32	c (8,8) CSP: 863 int (0 aux), 53333 bool (53296 aux), 72436 ctr, max domain size 30
17.08/9.32	c (8,8) Heap : 535 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
17.08/9.32	c (8,8) CSPinCNF to SatSolver Begin
18.85/9.92	c (9,9) 7244 (10 %) CSP clauses are encoded (0 SAT variables, 30858 SAT clauses)
19.18/10.08	c (9,9) 14488 (20 %) CSP clauses are encoded (0 SAT variables, 52636 SAT clauses)
19.44/10.24	c (9,9) 21731 (30 %) CSP clauses are encoded (0 SAT variables, 76403 SAT clauses)
19.56/10.38	c (9,9) 28975 (40 %) CSP clauses are encoded (0 SAT variables, 99485 SAT clauses)
19.76/10.51	c (9,9) 36218 (50 %) CSP clauses are encoded (0 SAT variables, 119230 SAT clauses)
19.86/10.65	c (10,9) 43462 (60 %) CSP clauses are encoded (0 SAT variables, 141198 SAT clauses)
19.98/10.78	c (10,10) 50706 (70 %) CSP clauses are encoded (0 SAT variables, 162854 SAT clauses)
20.25/10.92	c (10,10) 57949 (80 %) CSP clauses are encoded (0 SAT variables, 185623 SAT clauses)
20.36/11.05	c (10,10) 65193 (90 %) CSP clauses are encoded (0 SAT variables, 207239 SAT clauses)
20.46/11.18	c (10,10) 72436 (100 %) CSP clauses are encoded (0 SAT variables, 229242 SAT clauses)
20.46/11.18	c (10,10) CSPinCNF to SatSolver End
20.46/11.18	c (10,10) Heap : 1628 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
20.46/11.18	c (10,10) 42757 bool, 229243 clause
20.46/11.18	c (10,10) Export Begin
20.80/11.32	c (10,10) Export to HOME/scop-10783-serial-file.bin
20.80/11.32	c (10,10) Export End
20.80/11.32	c (10,10) Export File Size: 0.15 MB
20.80/11.32	c (10,10) 0,0,5,8,8,8,10,STOP-AFTER(DIMACS)
20.80/11.32	c END-Prog: Thu Sep 12 16:17:30 CEST 2019
20.80/11.35	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-10783-serial-file.bin
20.90/11.81	c (0,0) Read Serial File Begin
20.90/11.81	c (0,0) HOME/scop-10783-serial-file.bin
21.79/12.07	c (0,0) Read Serial File End
21.79/12.09	
21.79/12.09	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
21.79/12.09	(Solving Process)
21.79/12.09	
22.04/12.11	c BEGIN-Prog: Thu Sep 12 16:17:30 CEST 2019
22.04/12.11	c PID: 10801
22.04/12.11	c IP: 172.20.3.102
22.04/12.11	c HOST: node102.alineos.net
22.04/12.11	c (0,0) SatSolver.solve Begin
22.04/12.11	c (0,0) HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4388283-1568297883.xml-scop-10786.cnf
22.04/12.14	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
22.04/12.14	c (0,0) c glueminisat-simp-2.2.10-193oa-n
22.04/12.14	c (0,0) c Command: HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4388283-1568297883.xml-scop-10786.cnf 
22.04/12.14	c (0,0) c Options:
22.04/12.14	c (0,0) c CORE
22.04/12.14	c (0,0) c  var_decay             = 0.950
22.04/12.14	c (0,0) c  clause_decay          = 0.999
22.04/12.14	c (0,0) c  random_var_freq       = 0.000
22.04/12.14	c (0,0) c  random_seed           = 91648253.000
22.04/12.14	c (0,0) c  luby_restart          = 1
22.04/12.14	c (0,0) c  ccmin_mode            = 2
22.04/12.14	c (0,0) c  phase_saving          = 2
22.04/12.14	c (0,0) c  rnd_pol               = 0
22.04/12.14	c (0,0) c  rnd_init_act          = 0
22.04/12.14	c (0,0) c  garbage_frac          = 0.200
22.04/12.14	c (0,0) c  restart_first         = 1000
22.04/12.14	c (0,0) c  restart_inc           = 2.000
22.04/12.14	c (0,0) c MODEL
22.04/12.14	c (0,0) c  partial_model         = 0
22.04/12.14	c (0,0) c PROPAGATION
22.04/12.14	c (0,0) c  bin_propagation       = 1
22.04/12.14	c (0,0) c SIMPLIFICATION
22.04/12.14	c (0,0) c  lrn_min_size          = 100
22.04/12.14	c (0,0) c  lazy_simp             = 1
22.04/12.14	c (0,0) c  lazy_interval         = 10
22.04/12.14	c (0,0) c  lazy_fld_probing      = 1
22.04/12.14	c (0,0) c  lazy_pol_probing      = 1
22.04/12.14	c (0,0) c  lazy_nec_probing      = 1
22.04/12.14	c (0,0) c  lazy_eqv_probing      = 1
22.04/12.14	c (0,0) c  lazy_cla_probing      = 1
22.04/12.14	c (0,0) c  lazy_lrn_min          = 2
22.04/12.14	c (0,0) c  lazy_uw_lit_elim      = 1
22.04/12.14	c (0,0) c  lazy_pr_lit_elim      = 0
22.04/12.14	c (0,0) c  lazy_bin_add          = 3
22.04/12.14	c (0,0) c  probed_lit_chain      = 1
22.04/12.14	c (0,0) c  pr_min_lits           = 0.00020
22.04/12.14	c (0,0) c  pr_min_starts         = 500
22.04/12.14	c (0,0) c  rw_min_lits           = 0.010
22.04/12.14	c (0,0) c  rw_min_starts         = 500
22.04/12.14	c (0,0) c  rand_attach           = 0
22.04/12.14	c (0,0) c  dec_elim              = 1
22.04/12.14	c (0,0) c  dec_elim_lim          = 25
22.04/12.14	c (0,0) c  dec_elim_len          = -1
22.04/12.14	c (0,0) c  amo                   = 0
22.04/12.14	c (0,0) c  amo_grp               = 1
22.04/12.14	c (0,0) c  amo_max_bins          = 1000000
22.04/12.14	c (0,0) c  amo_starts            = 50
22.04/12.14	c (0,0) c  mace_cmd              = mace
22.04/12.14	c (0,0) c DECISION
22.04/12.14	c (0,0) c  rand_rebuild          = 0
22.04/12.14	c (0,0) c  rand_rebuild_confs    = 10000
22.04/12.14	c (0,0) c  inc_var_decay         = 1
22.04/12.14	c (0,0) c  inc_var_decay_period  = 100000
22.04/12.14	c (0,0) c  inc_var_decay_init    = 0.600
22.04/12.14	c (0,0) c  var_decay_mode        = 0
22.04/12.14	c (0,0) c  var_decay_gain        = 0
22.04/12.14	c (0,0) c  sloped_var_decay      = 1
22.04/12.14	c (0,0) c  max_var_decay         = 0.990
22.04/12.14	c (0,0) c  min_var_decay         = 0.950
22.04/12.14	c (0,0) c  min_var_decay_vars    = 10000
22.04/12.14	c (0,0) c  max_var_decay_vars    = 500
22.04/12.14	c (0,0) c  uip_bumping           = 1
22.04/12.14	c (0,0) c  lbd_act_bumping       = 1
22.04/12.14	c (0,0) c  rand_tiebreak         = 0
22.04/12.14	c (0,0) c  simp_rebuild          = 1
22.04/12.14	c (0,0) c RESTART
22.04/12.14	c (0,0) c  restart_strategy      = 2
22.04/12.14	c (0,0) c  restart_blocking      = 0
22.04/12.14	c (0,0) c  agility_decay         = 0.99990
22.04/12.14	c (0,0) c  lbd_restart_rate      = 0.800
22.04/12.14	c (0,0) c  dec_restart_rate      = 0.950
22.04/12.14	c (0,0) c  blk_restart_rate      = 0.700
22.04/12.14	c (0,0) c  lbd_queue_size        = 50
22.04/12.14	c (0,0) c  dec_queue_size        = 50
22.04/12.14	c (0,0) c  trl_queue_size        = 5000
22.04/12.14	c (0,0) c  blk_restart_weight    = 1.000
22.04/12.14	c (0,0) c  inc_rst_rate          = 0
22.04/12.14	c (0,0) c  inc_rst_rate_period   = 500000
22.04/12.14	c (0,0) c  inc_lbd_rst_rate_init = 0.600
22.04/12.14	c (0,0) c  inc_dec_rst_rate_init = 0.750
22.04/12.14	c (0,0) c REDUCTION
22.04/12.14	c (0,0) c  closed_lbd            = 0
22.04/12.14	c (0,0) c  closed_lbd_rate       = 0.500
22.04/12.14	c (0,0) c  rm_simulate           = 0
22.04/12.14	c (0,0) c  rdb_eval              = 2
22.04/12.14	c (0,0) c  rdb_call              = 3
22.04/12.14	c (0,0) c  rdb_ub                = 0.500
22.04/12.14	c (0,0) c  core_lbd_cvr          = 0.800
22.04/12.14	c (0,0) c  supp_lbd_cvr          = 0.990
22.04/12.14	c (0,0) c  core_lbd_lb           = 2
22.04/12.14	c (0,0) c  supp_lbd_lb           = 2
22.04/12.14	c (0,0) c  core_lbd_prd          = 7
22.04/12.14	c (0,0) c  supp_lbd_prd          = 1
22.04/12.14	c (0,0) c  othr_lbd_prd          = 0
22.04/12.14	c (0,0) c  inc_lrn_limit         = 1000
22.04/12.14	c (0,0) c  frozen_lbd            = 30
22.04/12.15	c (0,0) c  simp_min_starts       = 100
22.04/12.15	c (0,0) c  rm_low_act_learnts    = 1
22.04/12.15	c (0,0) c  lv0_reduce_db         = 0
22.04/12.15	c (0,0) c  reduce_db_base        = 20000
22.04/12.15	c (0,0) c  reduce_db_inc         = 1000
22.04/12.15	c (0,0) c HARD
22.04/12.15	c (0,0) c  inst_check            = 200000
22.04/12.15	c (0,0) c  small_block           = 1.750
22.04/12.15	c (0,0) c  slow_restart_speed    = 400.000
22.04/12.15	c (0,0) c  slow_restart_strategy = 3
22.04/12.15	c (0,0) c  slow_lbd_restart_rate = 0.700
22.04/12.15	c (0,0) c  slow_dec_restart_rate = 1.000
22.04/12.15	c (0,0) c  slow_lbd_queue_size   = 50
22.04/12.15	c (0,0) c  slow_var_decay        = 0.950
22.04/12.15	c (0,0) c  slow_glue_threshold   = 2
22.04/12.15	c (0,0) c  slow_phase_saving     = 2
22.04/12.15	c (0,0) c  fast_restart_speed    = 125.000
22.04/12.15	c (0,0) c  fast_restart_strategy = 1
22.04/12.15	c (0,0) c  fast_lbd_restart_rate = 0.800
22.04/12.15	c (0,0) c  fast_dec_restart_rate = 0.950
22.04/12.15	c (0,0) c  fast_lbd_queue_size   = 50
22.04/12.15	c (0,0) c  fast_var_decay        = 1.000
22.04/12.15	c (0,0) c  fast_glue_threshold   = 2
22.04/12.15	c (0,0) c  fast_phase_saving     = 2
22.04/12.15	c (0,0) c STATS
22.04/12.15	c (0,0) c  stats_conf_size       = 10000
22.04/12.15	c (0,0) c  max_stats_size        = 30
22.04/12.15	c (0,0) c SOLVER
22.04/12.15	c (0,0) c  minisat               = 0
22.24/12.23	c (0,0) c Problem: 42757 variables, 229243 clauses, parsing 0.08 s
22.24/12.47	c (0,0) c  reduced to 15611 variables, 181151 clauses (grow = 0)
22.24/12.48	c (0,0) c  exclude 656 (4.2%) variables from decision variables (last cost 25)
22.25/12.50	c (0,0) c Simplification: 27802 vars, 48092 clauses are eliminated using 0.27 s
22.25/12.50	c (0,0) c
22.25/12.50	c (0,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
22.25/12.50	c (0,0) c
22.25/12.50	c (0,0) c    0         0         0    14955   181151        0   -nan  -nan  -nan -nan%
22.25/12.54	c (0,0) c    0         1       100    14947   181151       83   17.2  10.7 103.9 13.3%
22.25/12.60	c (0,0) c    0         1       220    14947   181151      184   18.9  11.7 110.7 14.4%
22.25/12.60	c (0,0) c    0 p       2       224    14935   181151      187   18.8  11.7 110.2 14.3%
22.25/12.64	c (0,0) c    0         2       364    14923   181151      305   17.6  10.7 103.5 13.8%
22.25/12.70	c (0,0) c    0         2       536    14901   181151      450   16.3  10.0  97.9 12.9%
22.25/12.74	c (1,0) c    0 p       3       631    14894   181151      534   17.1  10.2 102.3 13.3%
22.25/12.79	c (1,0) c    0         3       743    14887   181151      627   16.6   9.9 102.1 13.4%
22.25/12.85	c (1,0) c    0 p       4       908    14860   181151      772   17.4   9.9 101.1 13.6%
22.25/12.88	c (1,0) c    0         4       991    14860   181151      848   17.5  10.0 101.9 13.6%
22.25/12.93	c (1,0) c    0 p       5      1116    14823   181151      941   17.8   9.9 100.5 13.4%
22.25/12.97	c (1,0) c    0 p       6      1250    14811   181151     1058   17.5   9.8  99.7 13.4%
22.25/12.99	c (1,0) c    0         6      1289    14808   181151     1093   17.4   9.8  99.3 13.4%
23.12/13.03	c (1,0) c    0 p       7      1397    14744   181151     1173   17.6   9.8  98.0 13.3%
23.12/13.05	c (1,0) c    0 p       8      1475    14739   181151     1250   17.5   9.8  99.0 13.4%
23.12/13.09	c (1,0) c    0 p       9      1632    14723   181151     1390   17.1   9.6  97.1 13.2%
23.12/13.10	c (1,0) c
23.12/13.10	c (1,0) c   variables         : 14721       (init 42757, after simp 14955, 498 non-decs, 374 csp)
23.12/13.10	c (1,0) c   clauses           : 181151      (init 229243, after simp 181151)
23.12/13.10	c (1,0) c   restarts          : 8           (183.00 confs/res, 78~407 confs, 0 blks, 0 last)
23.12/13.10	c (1,0) c   conflicts         : 1647        (1791 /sec, 70.07% dconfs, 0.00% supp, trail 52.52w x 96.99h, jmp 19.46h)
23.12/13.10	c (1,0) c   decisions         : 33126       (0.6000 vdcy, 36027 /sec, 0.00% bin, rs 0.000 s)
23.12/13.10	c (1,0) c   propagations      : 2347699     (2553265 /sec, 70.87 lits/dec, 16.54% o.a.)
23.12/13.10	c (1,0) c   conflict literals : 26956       (9.76% deleted; 0.68% by bin min, 0.001 s)
23.12/13.10	c (1,0) c   len               : 17.059      (14.66 for all, max 232, used 89)
23.12/13.10	c (1,0) c   lbd               : 9.590       (8.79 (8.29) for all, max 67, used 42, 3.161 stdev, 1.667 blk)
23.12/13.10	c (1,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
23.12/13.10	c (1,0) c   simp dbs          : 1           (0.000 s)
23.12/13.10	c (1,0) c   reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
23.12/13.10	c (1,0) c   learnts           : 1404        (0 learnts removed, 0.00%)
23.12/13.10	c (1,0) c   rewrite dbs       : 0           (0/2 vars, 0+0 taut, 0+0 unit, 0.000 s)
23.12/13.10	c (1,0) c   assigned lits     : 8           (63/106 probed, 1 remains)
23.12/13.10	c (1,0) c   premise updates   : 0           (0.00 /lit)
23.12/13.10	c (1,0) c   probed variables  : 106         (0 pr, 0 eq, 0 fld, 0 pol, 0 nec, 106 cla, 0 amo)
23.12/13.10	c (1,0) c   equiv variables   : 2           (2 bin, 0 trn, 0 quat, 0 quin, 0 othr; 0 amo)
23.12/13.10	c (1,0) c   lazy added bins   : 52          (52 prop + 0 conf, 0.008s)
23.12/13.10	c (1,0) c   unwatched lit elim: 21          (0.00+0.05%, 8+13 of 531884+26956)
23.12/13.10	c (1,0) c   classified type   : undef
23.12/13.10	c (1,0) c   progress          : 2.594 %
23.12/13.10	c (1,0) c
23.12/13.10	c (1,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
23.12/13.10	c (1,0) c
23.12/13.10	c (1,0) c    0         9      1647    14721   181151     1404   17.1   9.6  97.0 13.2%
23.22/13.14	c (1,0) c    1 p      10      1732    14705   181151     1473   17.5   9.7  96.8 13.3%
23.22/13.18	c (1,0) c    1 p      11      1840    14405   181151     1578   17.6   9.7  98.0 13.5%
23.31/13.26	c (1,0) c    1 p      12      2001    14396   181151     1727   17.5   9.7  98.7 13.8%
23.31/13.28	c (1,0) c    1        12      2076    14384   181151     1794   17.3   9.5  98.4 13.7%
23.42/13.33	c (1,0) c    1 p      13      2188    14370   181151     1895   17.4   9.6  98.3 13.8%
23.52/13.47	c (1,0) c    1 p      14      2542    14315   181151     2198   17.2   9.5  98.1 14.0%
23.61/13.50	c (1,0) c    1        14      2591    14314   181151     2241   17.4   9.6  98.7 14.1%
23.61/13.59	c (1,0) c    1 p      17      2815    14294   181151     2447   17.5   9.6  99.1 14.3%
23.72/13.65	c (1,0) c    1 p      18      2961    14263   181151     2572   17.5   9.6  98.6 14.3%
23.81/13.77	c (2,0) c    1 p      19      3200    14221   181151     2786   17.3   9.5  99.1 14.5%
23.81/13.78	c (2,0) c    1        19      3210    14221   181151     2796   17.3   9.5  99.2 14.5%
23.91/13.90	c (2,0) c    1 p      20      3482    14195   181151     3058   17.3   9.4  99.1 14.7%
24.01/13.93	c (2,0) c    1 p      21      3533    14100   181151     3113   17.3   9.4  99.3 14.8%
24.01/13.99	c (2,0) c    1 p      23      3637    14091   181151     3211   17.6   9.5  99.1 14.9%
24.12/14.03	c (2,0) c    1 p      24      3741    14083   181151     3313   17.6   9.5  99.3 15.0%
24.12/14.10	c (2,0) c
24.12/14.10	c (2,0) c   variables         : 14062       (init 42757, after simp 14955, 388 non-decs, 374 csp)
24.12/14.10	c (2,0) c   clauses           : 181151      (init 229243, after simp 181151)
24.23/14.11	c (2,0) c   restarts          : 25          (149.00 confs/res, 50~407 confs, 0 blks, 0 last)
24.23/14.11	c (2,0) c   conflicts         : 3874        (2045 /sec, 71.73% dconfs, 0.00% supp, trail 55.51w x 99.94h, jmp 19.34h)
24.23/14.11	c (2,0) c   decisions         : 77517       (0.6100 vdcy, 40918 /sec, 0.00% bin, rs 0.001 s)
24.23/14.11	c (2,0) c   propagations      : 6043873     (3190288 /sec, 77.97 lits/dec, 18.21% o.a.)
24.23/14.11	c (2,0) c   conflict literals : 67948       (9.93% deleted; 0.66% by bin min, 0.002 s)
24.23/14.11	c (2,0) c   len               : 17.640      (15.68 for all, max 232, used 125)
24.23/14.11	c (2,0) c   lbd               : 9.588       (9.11 (8.56) for all, max 71, used 45, 2.279 stdev, 1.722 blk)
24.23/14.11	c (2,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
24.23/14.11	c (2,0) c   simp dbs          : 1           (0.000 s)
24.23/14.11	c (2,0) c   reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
24.23/14.11	c (2,0) c   learnts           : 3429        (0 learnts removed, 0.00%)
24.23/14.12	c (2,0) c   rewrite dbs       : 0           (0/8 vars, 0+0 taut, 0+0 unit, 0.000 s)
24.23/14.12	c (2,0) c   assigned lits     : 21          (505/585 probed, 0 remains)
24.23/14.12	c (2,0) c   premise updates   : 88833       (2.97 /lit)
24.23/14.12	c (2,0) c   probed variables  : 585         (0 pr, 0 eq, 213 fld, 175 pol, 2 nec, 195 cla, 0 amo)
24.23/14.12	c (2,0) c   equiv variables   : 8           (4 bin, 2 trn, 0 quat, 0 quin, 0 othr; 0 amo)
24.23/14.12	c (2,0) c   lazy added bins   : 177         (177 prop + 0 conf, 0.018s)
24.23/14.12	c (2,0) c   unwatched lit elim: 41          (0.00+0.03%, 22+19 of 531884+67948)
24.23/14.12	c (2,0) c   classified type   : undef
24.23/14.12	c (2,0) c   progress          : 7.627 %
24.23/14.12	c (2,0) c
24.23/14.12	c (2,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
24.23/14.12	c (2,0) c
24.23/14.12	c (2,0) c    1 p      26      3874    14062   181151     3429   17.6   9.6  99.9 15.1%
24.23/14.15	c (2,0) c    2        27      3953    14056   181151     3508   17.7   9.6 100.0 15.2%
24.44/14.32	c (2,0) c    2 p      30      4302    14018   181151     3838   17.7   9.6 100.2 15.3%
24.44/14.38	c (2,0) c    2 p      31      4438    13872   181151     3970   17.6   9.6 100.1 15.3%
24.65/14.57	c (2,0) c    2        34      4844    13846   181151     4361   17.5   9.5 100.1 15.5%
24.65/14.58	c (2,0) c    2 p      35      4866    13844   181151     4383   17.6   9.6 100.1 15.6%
24.74/14.67	c (2,0) c    2 p      37      5029    13824   181151     4531   17.8   9.6 100.4 15.7%
24.84/14.70	c (2,0) c    2 p      38      5106    13813   181151     4605   17.8   9.6 100.4 15.7%
24.84/14.80	c (3,0) c    2 p      41      5278    13752   181151     4774   18.0   9.7 100.6 15.8%
24.95/14.86	c (3,0) c    2 p      42      5432    13735   181151     4920   17.9   9.6 100.2 15.8%
25.05/14.97	c (3,0) c    2 p      44      5624    13711   181151     5096   18.1   9.7 100.4 15.9%
25.15/15.10	c (3,0) c    2        45      5913    13681   181151     5378   17.9   9.7 100.5 16.0%
25.26/15.15	c (3,0) c    3 p      47      6005    13675   181151     5474   18.0   9.7 100.5 16.1%
25.26/15.19	c (3,0) c    3 p      48      6082    13665   181151     5548   18.1   9.7 100.6 16.1%
25.44/15.35	c (3,0) c    3 p      50      6391    13637   181151     5849   17.9   9.7 100.5 16.2%
25.44/15.38	c (3,0) c    3 p      51      6455    13589   181151     5910   18.0   9.7 100.4 16.2%
25.76/15.68	c (3,0) c
25.76/15.68	c (3,0) c   variables         : 13552       (init 42757, after simp 14955, 342 non-decs, 374 csp)
25.76/15.68	c (3,0) c   clauses           : 181151      (init 229243, after simp 181151)
25.76/15.68	c (3,0) c   restarts          : 59          (117.78 confs/res, 50~407 confs, 0 blks, 0 last)
25.76/15.68	c (3,0) c   conflicts         : 7067        (2061 /sec, 72.32% dconfs, 0.00% supp, trail 57.92w x 100.93h, jmp 18.48h)
25.76/15.68	c (3,0) c   decisions         : 136725      (0.6200 vdcy, 39870 /sec, 0.00% bin, rs 0.002 s)
25.76/15.68	c (3,0) c   propagations      : 11599782    (3382607 /sec, 84.84 lits/dec, 20.40% o.a.)
25.76/15.68	c (3,0) c   conflict literals : 135159      (9.47% deleted; 0.54% by bin min, 0.003 s)
25.76/15.68	c (3,0) c   len               : 18.615      (17.21 for all, max 232, used 188)
25.76/15.68	c (3,0) c   lbd               : 9.884       (9.79 (9.15) for all, max 79, used 58, 1.952 stdev, 1.758 blk)
25.76/15.68	c (3,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
25.76/15.68	c (3,0) c   simp dbs          : 1           (0.000 s)
25.76/15.68	c (3,0) c   reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
25.76/15.68	c (3,0) c   learnts           : 6525        (0 learnts removed, 0.00%)
25.76/15.68	c (3,0) c   rewrite dbs       : 0           (0/22 vars, 0+0 taut, 0+0 unit, 0.000 s)
25.76/15.68	c (3,0) c   assigned lits     : 34          (755/858 probed, 0 remains)
25.76/15.68	c (3,0) c   premise updates   : 221752      (7.41 /lit)
25.76/15.68	c (3,0) c   probed variables  : 858         (0 pr, 0 eq, 337 fld, 276 pol, 5 nec, 240 cla, 0 amo)
25.76/15.68	c (3,0) c   equiv variables   : 22          (9 bin, 2 trn, 1 quat, 0 quin, 1 othr; 0 amo)
25.76/15.68	c (3,0) c   lazy added bins   : 386         (386 prop + 0 conf, 0.031s)
25.76/15.68	c (3,0) c   unwatched lit elim: 87          (0.01+0.04%, 35+52 of 531884+135159)
25.76/15.69	c (3,0) c   classified type   : undef
25.76/15.69	c (3,0) c   progress          : 11.245%
25.76/15.69	c (3,0) c
25.76/15.69	c (3,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
25.76/15.69	c (3,0) c
25.76/15.69	c (3,0) c    3 p      60      7067    13552   181151     6525   18.6   9.9 100.9 16.5%
25.86/15.75	c (4,0) c    3        60      7196    13544   181151     6653   18.6   9.9 100.9 16.6%
25.86/15.76	c (4,0) c    3 p      61      7198    13508   181151     6655   18.6   9.9 100.9 16.6%
26.27/16.15	c (4,0) c    4 p      70      7973    13464   181151     7435   18.9  10.0 101.7 16.9%
26.27/16.19	c (4,0) c    4 p      71      8024    13438   181151     7486   19.0  10.0 101.7 16.9%
26.35/16.28	c (4,0) c    4 p      73      8220    13428   181151     7687   19.0  10.0 101.7 17.0%
26.45/16.39	c (4,0) c    4 p      76      8461    13417   181151     7930   19.1  10.1 101.6 17.1%
26.66/16.55	c (4,0) c    4        80      8736    13407   181151     8218   19.3  10.2 101.3 17.2%
26.66/16.58	c (4,0) c    4 p      81      8779    13395   181151     8265   19.3  10.2 101.3 17.2%
26.85/16.78	c (5,0) c    4 p      88      9167    13385   181151     8667   19.8  10.3 101.2 17.4%
27.05/16.90	c (5,0) c    4 p      91      9378    13343   181151     8888   19.9  10.4 101.3 17.4%
27.27/17.13	c (5,0) c    4 p      96      9863    13323   181151     9382   20.0  10.4 101.1 17.6%
27.35/17.29	c (5,0) c    5 p     101     10140    13292   176793     9660   20.2  10.5 101.0 17.7%
27.66/17.51	c (5,0) c    5 p     107     10564    13281   176793    10103   20.5  10.6 100.8 18.0%
27.66/17.52	c (5,0) c    5       107     10584    13281   176793    10123   20.5  10.6 100.8 18.0%
28.05/17.96	c (6,0) c    5 p     121     11450    13242   176793    11025   21.2  10.8 100.8 18.6%
28.26/18.18	c (6,0) c
28.26/18.18	c (6,0) c   variables         : 13232       (init 42757, after simp 14955, 321 non-decs, 374 csp)
28.26/18.18	c (6,0) c   clauses           : 176793      (init 229243, after simp 181151)
28.26/18.18	c (6,0) c   restarts          : 127         (92.72 confs/res, 50~407 confs, 0 blks, 0 last)
28.26/18.18	c (6,0) c   conflicts         : 11868       (2019 /sec, 72.09% dconfs, 0.00% supp, trail 62.21w x 100.51h, jmp 15.51h)
28.26/18.18	c (6,0) c   decisions         : 196747      (0.6400 vdcy, 33479 /sec, 0.00% bin, rs 0.003 s)
28.26/18.18	c (6,0) c   propagations      : 19795731    (3368487 /sec, 100.62 lits/dec, 22.83% o.a.)
28.26/18.18	c (6,0) c   conflict literals : 274699      (9.26% deleted; 0.43% by bin min, 0.005 s)
28.26/18.18	c (6,0) c   len               : 21.669      (20.90 for all, max 303, used 206)
28.26/18.18	c (6,0) c   lbd               : 10.973      (11.35 (10.57) for all, max 79, used 67, 1.755 stdev, 1.843 blk)
28.26/18.18	c (6,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
28.26/18.18	c (6,0) c   simp dbs          : 2           (0.013 s)
28.26/18.18	c (6,0) c   reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
28.26/18.18	c (6,0) c   learnts           : 11455       (0 learnts removed, 0.00%)
28.26/18.18	c (6,0) c   rewrite dbs       : 0           (0/26 vars, 0+0 taut, 0+0 unit, 0.000 s)
28.26/18.18	c (6,0) c   assigned lits     : 47          (914/1034 probed, 0 remains)
28.26/18.18	c (6,0) c   premise updates   : 519228      (17.36 /lit)
28.26/18.18	c (6,0) c   probed variables  : 1034        (0 pr, 0 eq, 409 fld, 333 pol, 10 nec, 282 cla, 0 amo)
28.26/18.18	c (6,0) c   equiv variables   : 26          (12 bin, 2 trn, 1 quat, 0 quin, 1 othr; 0 amo)
28.26/18.18	c (6,0) c   lazy added bins   : 709         (709 prop + 0 conf, 0.043s)
28.26/18.18	c (6,0) c   unwatched lit elim: 581         (0.04+0.13%, 225+356 of 531884+274699)
28.26/18.18	c (6,0) c   classified type   : undef
28.26/18.18	c (6,0) c   progress          : 13.460%
28.26/18.18	c (6,0) c
28.26/18.18	c (6,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
28.26/18.18	c (6,0) c
28.26/18.18	c (6,0) c    6 p     128     11868    13232   176793    11455   21.7  11.0 100.9 18.9%
28.35/18.27	c (6,0) c    6 p     131     12018    13220   176793    11607   22.0  11.1 100.8 19.0%
28.77/18.65	c (6,0) c    6 p     141     12706    13192   176793    12320   22.7  11.3 100.9 19.4%
28.86/18.70	c (6,0) c    6       142     12802    13192   176793    12421   22.7  11.3 100.9 19.4%
29.06/18.97	c (7,0) c    6 p     151     13334    13181   176793    12975   23.1  11.5 100.7 19.7%
29.37/19.26	c (7,0) c    7 p     160     13899    13167   176793    13558   23.4  11.6 100.3 19.8%
29.46/19.33	c (7,0) c    7 p     163     14053    13162   176793    13715   23.6  11.7 100.3 19.9%
29.66/19.58	c (7,0) c    7 p     171     14456    13157   176793    14141   24.3  11.9 100.0 20.1%
30.06/19.95	c (8,0) c    7 p     181     15169    13146   176793    14881   24.8  12.1  99.4 20.4%
30.27/20.11	c (8,0) c    7       186     15464    13144   176793    15187   25.1  12.2  99.5 20.5%
30.36/20.30	c (8,0) c    8 p     191     15809    13135   176793    15535   25.3  12.3  99.1 20.5%
30.76/20.63	c (8,0) c    8 p     201     16404    13126   176395    16155   25.9  12.5  99.0 20.7%
31.17/21.01	c (9,0) c    8 p     211     17070    13113   176395    16844   26.2  12.6  98.4 20.9%
31.77/21.65	c (9,0) c    9 p     231     18211    13096   176395    18027   27.2  13.0  98.2 21.0%
32.06/21.90	c (10,0) c    9       238     18658    13089   176395    18485   27.6  13.1  98.2 21.1%
32.06/21.97	c (10,0) c    9 p     241     18763    13086   176395    18593   27.7  13.2  98.3 21.2%
32.56/22.48	c (10,0) c
32.56/22.48	c (10,0) c   variables         : 13076       (init 42757, after simp 14955, 305 non-decs, 374 csp)
32.56/22.48	c (10,0) c   clauses           : 176395      (init 229243, after simp 181151)
32.56/22.48	c (10,0) c   restarts          : 255         (76.46 confs/res, 50~407 confs, 0 blks, 0 last)
32.56/22.48	c (10,0) c   conflicts         : 19573       (1936 /sec, 69.90% dconfs, 0.00% supp, trail 66.34w x 99.52h, jmp 12.26h)
32.56/22.48	c (10,0) c   decisions         : 263956      (0.6600 vdcy, 26110 /sec, 0.00% bin, rs 0.004 s)
32.56/22.48	c (10,0) c   propagations      : 32733008    (3237938 /sec, 124.01 lits/dec, 25.64% o.a.)
32.56/22.48	c (10,0) c   conflict literals : 609590      (9.20% deleted; 0.33% by bin min, 0.008 s)
32.56/22.48	c (10,0) c   len               : 28.437      (28.18 for all, max 328, used 260)
32.56/22.48	c (10,0) c   lbd               : 13.372      (14.12 (13.23) for all, max 107, used 85, 1.730 stdev, 1.995 blk)
32.56/22.48	c (10,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
32.56/22.48	c (10,0) c   simp dbs          : 3           (0.030 s)
32.56/22.48	c (10,0) c   reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
32.56/22.48	c (10,0) c   learnts           : 19421       (0 learnts removed, 0.00%)
32.56/22.48	c (10,0) c   rewrite dbs       : 0           (0/31 vars, 0+0 taut, 0+0 unit, 0.000 s)
32.56/22.48	c (10,0) c   assigned lits     : 60          (974/1106 probed, 0 remains)
32.56/22.48	c (10,0) c   premise updates   : 902944      (30.19 /lit)
32.56/22.48	c (10,0) c   probed variables  : 1106        (0 pr, 0 eq, 443 fld, 346 pol, 14 nec, 303 cla, 0 amo)
32.56/22.48	c (10,0) c   equiv variables   : 31          (13 bin, 2 trn, 0 quat, 0 quin, 2 othr; 0 amo)
32.56/22.48	c (10,0) c   lazy added bins   : 1082        (1082 prop + 0 conf, 0.055s)
32.56/22.48	c (10,0) c   unwatched lit elim: 1302        (0.08+0.14%, 452+850 of 531884+609590)
32.56/22.48	c (10,0) c   classified type   : undef
32.56/22.48	c (10,0) c   progress          : 14.569%
32.56/22.48	c (10,0) c
32.56/22.48	c (10,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
32.56/22.48	c (10,0) c
32.56/22.48	c (10,0) c   10 p     256     19573    13076   176395    19421   28.4  13.4  98.0 21.3%
32.87/22.74	c (11,0) c   10 r     262     20000    13073   176395    19865   28.8  13.4  97.5 21.3%
32.87/22.74	c (11,0) c
32.87/22.74	c (11,0) c R [LBD Statistics #1]
32.87/22.74	c (11,0) c R LBD         used lbd               used clause lbd
32.87/22.74	c (11,0) c R  tot      861943                   19865
32.87/22.74	c (11,0) c R  avg       2.515                  13.449
32.87/22.74	c (11,0) c R   1        61154 ( 7.1/ 7.1%)        396 ( 2.0/ 2.0%)
32.87/22.74	c (11,0) c R   2       561696 (65.2/72.3%)       5317 (26.8/28.8%)
32.87/22.74	c (11,0) c R   3       132431 (15.4/87.6%)       1272 ( 6.4/35.2%)
32.87/22.74	c (11,0) c R
32.87/22.74	c (11,0) c R core_lbd_threshold = 3
32.87/22.74	c (11,0) c R supp_lbd_threshold = 8
32.87/22.74	c (11,0) c R
32.87/22.74	c (11,0) c R [RDB Statistics #1]
32.87/22.74	c (11,0) c R kept: lbd      =    6604 (33.2/33.2%)
32.87/22.74	c (11,0) c R kept: ttl      =   12869 (64.8/98.0%)
32.87/22.74	c (11,0) c R kept: locked   =     392 ( 2.0/100.0%)
32.87/22.74	c (11,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
32.87/22.74	c (11,0) c R lost: ttl      =       0 ( 0.0/ 0.0%)
32.87/22.74	c (11,0) c R lost: subsumed =       0 ( 0.0/ 0.0%)
32.87/22.74	c (11,0) c
32.87/22.74	c (11,0) c   10 R     262     20000    13073   176395    19865   28.8  13.4  97.5 21.3%
32.97/22.87	c (11,0) c   10 p     266     20228    13070   176395    20102   29.0  13.6  97.6 21.4%
33.18/23.03	c (11,0) c   10 p     271     20510    13063   176395    20392   29.3  13.6  98.0 21.5%
33.77/23.63	c (11,0) c   11 p     291     21595    13059   176395    21504   30.2  13.9  97.9 21.6%
34.07/23.96	c (12,0) c   11 p     301     22152    13049   176221    22073   30.6  14.1  97.9 21.6%
34.28/24.16	c (12,0) c   12       306     22491    13048   176221    22423   30.9  14.1  97.7 21.6%
35.47/25.35	c (13,0) c   13 p     341     24492    13033   176221    24472   32.4  14.7  97.5 21.7%
36.47/26.39	c (14,0) c   14 p     371     26174    13024   176221    26188   33.6  15.1  96.6 21.8%
37.07/26.96	c (15,0) c   14       387     27091    13025   176221    27134   34.3  15.3  96.3 21.9%
37.57/27.42	c (15,0) c   15 p     401     27811    13023   176151    27873   35.0  15.5  95.6 22.0%
39.28/29.15	c (17,0) c   17 p     451     30597    13011   176151    30725   36.9  16.2  96.2 21.9%
40.07/29.97	c (18,0) c   17 p     472     31894    13006   176151    32052   37.5  16.4  96.0 22.0%
40.57/30.43	c (18,0) c   18       484     32611    13005   176151    32784   37.9  16.5  96.3 22.0%
40.78/30.67	c (18,0) c   18 p     491     32998    13002   176151    33175   38.2  16.6  96.7 22.1%
41.19/31.06	c (19,0) c
41.19/31.06	c (19,0) c   variables         : 12999       (init 42757, after simp 14955, 294 non-decs, 374 csp)
41.19/31.06	c (19,0) c   clauses           : 176103      (init 229243, after simp 181151)
41.19/31.06	c (19,0) c   restarts          : 500         (66.92 confs/res, 50~407 confs, 0 blks, 0 last)
41.19/31.06	c (19,0) c   conflicts         : 33528       (1803 /sec, 66.37% dconfs, 0.00% supp, trail 70.35w x 98.17h, jmp 9.06h)
41.19/31.06	c (19,0) c   decisions         : 349965      (0.7100 vdcy, 18817 /sec, 0.00% bin, rs 0.006 s)
41.19/31.06	c (19,0) c   propagations      : 56261008    (3025008 /sec, 160.76 lits/dec, 28.70% o.a.)
41.19/31.06	c (19,0) c   conflict literals : 1447290     (9.85% deleted; 0.26% by bin min, 0.015 s)
41.19/31.06	c (19,0) c   len               : 38.630      (38.80 for all, max 364, used 327)
41.19/31.06	c (19,0) c   lbd               : 16.760      (17.83 (16.81) for all, max 121, used 103, 1.818 stdev, 2.176 blk)
41.19/31.06	c (19,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
41.19/31.06	c (19,0) c   simp dbs          : 6           (0.099 s)
41.19/31.06	c (19,0) c   reduce dbs        : 1           (core-lbd 3, supp-lbd 8, 0.001 s)
41.19/31.06	c (19,0) c   learnts           : 33716       (0 learnts removed, 0.00%)
41.19/31.06	c (19,0) c   rewrite dbs       : 0           (0/35 vars, 0+0 taut, 0+0 unit, 0.000 s)
41.19/31.06	c (19,0) c   assigned lits     : 71          (1011/1145 probed, 0 remains)
41.19/31.06	c (19,0) c   premise updates   : 1597554     (53.41 /lit)
41.19/31.06	c (19,0) c   probed variables  : 1145        (0 pr, 0 eq, 460 fld, 349 pol, 14 nec, 322 cla, 0 amo)
41.19/31.06	c (19,0) c   equiv variables   : 35          (14 bin, 2 trn, 1 quat, 0 quin, 2 othr; 0 amo)
41.19/31.06	c (19,0) c   lazy added bins   : 1473        (1473 prop + 0 conf, 0.069s)
41.19/31.06	c (19,0) c   unwatched lit elim: 4343        (0.20+0.23%, 1044+3299 of 531884+1447290)
41.19/31.06	c (19,0) c   classified type   : undef
41.19/31.06	c (19,0) c   progress          : 15.134%
41.19/31.06	c (19,0) c
41.19/31.06	c (19,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
41.19/31.06	c (19,0) c
41.19/31.06	c (19,0) c   18 p     501     33528    12999   176103    33716   38.6  16.8  96.3 22.1%
41.68/31.51	c (19,0) c   19 p     511     34187    12996   176103    34385   39.0  16.9  96.1 22.1%
42.78/32.60	c (20,0) c   20 p     541     35809    12992   176103    36038   40.1  17.2  96.9 22.2%
43.89/33.76	c (22,0) c   21 p     571     37546    12989   176103    37808   41.1  17.6  97.9 22.3%
44.99/34.89	c (23,0) c   22       600     39235    12988   176067    39524   42.1  17.9  97.3 22.4%
44.99/34.89	c (23,0) c   22 p     601     39239    12984   176067    39528   42.1  17.9  97.3 22.4%
46.20/36.09	c (24,0) c   23 r     628     41000    12984   176067    41322   43.2  18.3  97.0 22.5%
46.30/36.11	c (24,0) c
46.30/36.11	c (24,0) c R [LBD Statistics #2]
46.30/36.11	c (24,0) c R LBD         used lbd               used clause lbd
46.30/36.11	c (24,0) c R  tot     2645638                   41322
46.30/36.11	c (24,0) c R  avg       2.372                  18.253
46.30/36.11	c (24,0) c R   1       213302 ( 8.1/ 8.1%)        711 ( 1.7/ 1.7%)
46.30/36.11	c (24,0) c R   2      1904277 (72.0/80.0%)       8965 (21.7/23.4%)
46.30/36.11	c (24,0) c R
46.30/36.11	c (24,0) c R core_lbd_threshold = 2
46.30/36.11	c (24,0) c R supp_lbd_threshold = 8
46.30/36.11	c (24,0) c R
46.30/36.11	c (24,0) c R [RDB Statistics #2]
46.30/36.11	c (24,0) c R kept: lbd      =    9318 (22.5/22.5%)
46.30/36.11	c (24,0) c R kept: ttl      =    6681 (16.2/38.7%)
46.30/36.11	c (24,0) c R kept: locked   =     378 ( 0.9/39.6%)
46.30/36.11	c (24,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
46.30/36.11	c (24,0) c R lost: ttl      =   24945 (60.4/60.4%)
46.30/36.11	c (24,0) c R lost: subsumed =       0 ( 0.0/60.4%)
46.30/36.11	c (24,0) c
46.30/36.11	c (24,0) c   23 R     628     41000    12984   176067    16377    6.1   3.1  97.0 22.5%
46.30/36.18	c (24,0) c   24 p     631     41125    12980   176067    16504    6.6   3.3  97.3 22.6%
49.00/38.83	c (27,0) c   26 p     711     45910    12975   176043    21373   20.1   8.3  98.5 22.7%
49.69/39.58	c (27,0) c   27       733     47184    12975   176043    22659   22.9   9.4  98.7 22.6%
55.49/45.35	c (33,0) c   33       891     56723    12971   176033    32321   37.6  14.5  96.9 22.6%
56.20/46.08	c (34,0) c   33 p     911     57866    12966   176029    33484   38.7  14.9  96.1 22.5%
59.51/49.37	c (37,0) c   37 r     990     63000    12964   176029    38670   43.7  16.7  97.4 22.7%
59.51/49.39	c (37,0) c
59.51/49.39	c (37,0) c R [LBD Statistics #3]
59.51/49.39	c (37,0) c R LBD         used lbd               used clause lbd
59.51/49.39	c (37,0) c R  tot     4832917                   38670
59.51/49.39	c (37,0) c R  avg       2.321                  16.697
59.51/49.39	c (37,0) c R   1       404467 ( 8.4/ 8.4%)        920 ( 2.4/ 2.4%)
59.51/49.39	c (37,0) c R   2      3592299 (74.3/82.7%)      11686 (30.2/32.6%)
59.51/49.39	c (37,0) c R
59.51/49.39	c (37,0) c R core_lbd_threshold = 2
59.51/49.39	c (37,0) c R supp_lbd_threshold = 7
59.51/49.39	c (37,0) c R
59.51/49.39	c (37,0) c R [RDB Statistics #3]
59.51/49.39	c (37,0) c R kept: lbd      =   12305 (31.8/31.8%)
59.51/49.39	c (37,0) c R kept: ttl      =    8046 (20.8/52.6%)
59.51/49.39	c (37,0) c R kept: locked   =     312 ( 0.8/53.4%)
59.51/49.39	c (37,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
59.51/49.39	c (37,0) c R lost: ttl      =   18007 (46.6/46.6%)
59.51/49.39	c (37,0) c R lost: subsumed =       0 ( 0.0/46.6%)
59.51/49.39	c (37,0) c
59.51/49.39	c (37,0) c   37 R     990     63000    12964   176029    20663    6.4   3.0  97.4 22.7%
62.60/52.42	c (40,0) c   40      1071     68170    12961   176011    25870   21.1   8.1  97.6 22.9%
68.10/57.90	c (46,0) c
68.10/57.90	c (46,0) c   variables         : 12919       (init 42757, after simp 14955, 286 non-decs, 374 csp)
68.10/57.90	c (46,0) c   clauses           : 175949      (init 229243, after simp 181151)
68.10/57.90	c (46,0) c   restarts          : 1200        (64.15 confs/res, 50~407 confs, 0 blks, 0 last)
68.10/57.90	c (46,0) c   conflicts         : 77044       (1704 /sec, 61.38% dconfs, 0.00% supp, trail 74.70w x 98.01h, jmp 5.61h)
68.10/57.90	c (46,0) c   decisions         : 544269      (0.8600 vdcy, 12035 /sec, 0.00% bin, rs 0.010 s)
68.10/57.90	c (46,0) c   propagations      : 131026181   (2897222 /sec, 240.74 lits/dec, 32.43% o.a.)
68.10/57.90	c (46,0) c   conflict literals : 5083705     (11.28% deleted; 0.21% by bin min, 0.044 s)
68.10/57.90	c (46,0) c   len               : 35.891      (58.40 for all, max 455, used 401)
68.10/57.90	c (46,0) c   lbd               : 13.536      (23.93 (22.78) for all, max 143, used 133, 1.957 stdev, 2.441 blk)
68.10/57.90	c (46,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
68.10/57.90	c (46,0) c   simp dbs          : 13          (0.263 s)
68.10/57.90	c (46,0) c   reduce dbs        : 3           (core-lbd 2, supp-lbd 7, 0.041 s)
68.10/57.90	c (46,0) c   learnts           : 34771       (42952 learnts removed, 55.75%)
68.10/57.90	c (46,0) c   rewrite dbs       : 1           (36/36 vars, 44+33 taut, 0+0 unit, 0.000 s)
68.10/57.90	c (46,0) c   assigned lits     : 78          (1034/1171 probed, 2 remains)
68.10/57.90	c (46,0) c   premise updates   : 3914273     (130.87 /lit)
68.10/57.90	c (46,0) c   probed variables  : 1171        (0 pr, 0 eq, 477 fld, 351 pol, 14 nec, 329 cla, 0 amo)
68.10/57.90	c (46,0) c   equiv variables   : 36          (15 bin, 2 trn, 1 quat, 0 quin, 2 othr; 0 amo)
68.10/57.90	c (46,0) c   lazy added bins   : 2026        (2026 prop + 0 conf, 0.097s)
68.10/57.90	c (46,0) c   unwatched lit elim: 12700       (0.41+0.21%, 2159+10541 of 531884+5083705)
68.10/57.90	c (46,0) c   classified type   : undef
68.10/57.90	c (46,0) c   progress          : 15.501%
68.10/57.90	c (46,0) c
68.10/57.90	c (46,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
68.10/57.90	c (46,0) c
68.10/57.90	c (46,0) c   45 e    1201     77044    12919   175949    34771   35.9  13.5  99.9 23.0%
69.61/59.43	c (47,0) c   47 p    1240     79472    12918   175949    37215   38.8  14.6  97.9 22.8%
71.22/61.01	c (49,0) c   48      1281     81907    12918   175949    39659   41.6  15.6  99.7 22.8%
73.91/63.78	c (52,0) c   51 r    1347     86003    12918   175947    43778   45.6  17.0 100.4 22.6%
74.01/63.81	c (52,0) c
74.01/63.81	c (52,0) c R [LBD Statistics #4]
74.01/63.81	c (52,0) c R LBD         used lbd               used clause lbd
74.01/63.81	c (52,0) c R  tot     7336285                   43778
74.01/63.81	c (52,0) c R  avg       2.294                  16.998
74.01/63.81	c (52,0) c R   1       626526 ( 8.5/ 8.5%)       1125 ( 2.6/ 2.6%)
74.01/63.81	c (52,0) c R   2      5545643 (75.6/84.1%)      13800 (31.5/34.1%)
74.01/63.81	c (52,0) c R
74.01/63.81	c (52,0) c R core_lbd_threshold = 2
74.01/63.81	c (52,0) c R supp_lbd_threshold = 7
74.01/63.81	c (52,0) c R
74.01/63.81	c (52,0) c R [RDB Statistics #4]
74.01/63.81	c (52,0) c R kept: lbd      =   14562 (33.3/33.3%)
74.01/63.81	c (52,0) c R kept: ttl      =    8539 (19.5/52.8%)
74.01/63.81	c (52,0) c R kept: locked   =     373 ( 0.9/53.6%)
74.01/63.81	c (52,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
74.01/63.81	c (52,0) c R lost: ttl      =   20304 (46.4/46.4%)
74.01/63.81	c (52,0) c R lost: subsumed =       0 ( 0.0/46.4%)
74.01/63.81	c (52,0) c
74.01/63.81	c (52,0) c   51 R    1347     86003    12918   175947    23474    6.0   2.8 100.4 22.6%
81.42/71.28	c (59,0) c   59      1539     98391    12918   175947    35919   34.1  12.8 102.9 22.8%
82.52/72.34	c (60,0) c   60 f    1567    100000    12918   175947    37532   36.6  13.7 102.1 22.9%
88.92/78.76	c (67,0) c   66 r    1720    110000    12921   175947    47574   47.8  17.7 102.1 22.7%
88.92/78.78	c (67,0) c
88.92/78.78	c (67,0) c R [LBD Statistics #5]
88.92/78.78	c (67,0) c R LBD         used lbd               used clause lbd
88.92/78.78	c (67,0) c R  tot    10104357                   47574
88.92/78.78	c (67,0) c R  avg       2.278                  17.653
88.92/78.78	c (67,0) c R   1       869531 ( 8.6/ 8.6%)       1256 ( 2.6/ 2.6%)
88.92/78.78	c (67,0) c R   2      7722473 (76.4/85.0%)      15538 (32.7/35.3%)
88.92/78.78	c (67,0) c R
88.92/78.78	c (67,0) c R core_lbd_threshold = 2
88.92/78.78	c (67,0) c R supp_lbd_threshold = 7
88.92/78.78	c (67,0) c R
88.92/78.78	c (67,0) c R [RDB Statistics #5]
88.92/78.78	c (67,0) c R kept: lbd      =   16391 (34.5/34.5%)
88.92/78.78	c (67,0) c R kept: ttl      =    9012 (18.9/53.4%)
88.92/78.78	c (67,0) c R kept: locked   =     416 ( 0.9/54.3%)
88.92/78.78	c (67,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
88.92/78.78	c (67,0) c R lost: ttl      =   21755 (45.7/45.7%)
88.92/78.78	c (67,0) c R lost: subsumed =       0 ( 0.0/45.7%)
88.92/78.79	c (67,0) c
88.92/78.79	c (67,0) c   66 R    1720    110000    12921   175947    25819    6.2   2.7 102.1 22.7%
93.83/83.60	c (71,0) c   71      1824    118172    12921   175947    34030   26.4   9.8  99.4 22.5%
99.62/89.47	c (77,0) c   77 p    1961    127317    12920   175945    43201   40.9  15.0 101.2 22.7%
104.83/94.60	c (82,0) c   82 r    2057    135002    12920   175945    50900   48.3  17.7 100.9 22.6%
104.83/94.63	c (82,0) c
104.83/94.63	c (82,0) c R [LBD Statistics #6]
104.83/94.63	c (82,0) c R LBD         used lbd               used clause lbd
104.83/94.63	c (82,0) c R  tot    13134204                   50900
104.83/94.63	c (82,0) c R  avg       2.267                  17.681
104.83/94.63	c (82,0) c R   1      1134844 ( 8.6/ 8.6%)       1398 ( 2.7/ 2.7%)
104.83/94.63	c (82,0) c R   2     10118799 (77.0/85.7%)      17091 (33.6/36.3%)
104.83/94.63	c (82,0) c R
104.83/94.63	c (82,0) c R core_lbd_threshold = 2
104.83/94.63	c (82,0) c R supp_lbd_threshold = 7
104.83/94.63	c (82,0) c R
104.83/94.63	c (82,0) c R [RDB Statistics #6]
104.83/94.63	c (82,0) c R kept: lbd      =   18116 (35.6/35.6%)
104.83/94.63	c (82,0) c R kept: ttl      =    9857 (19.4/55.0%)
104.83/94.63	c (82,0) c R kept: locked   =     382 ( 0.8/55.7%)
104.83/94.63	c (82,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
104.83/94.63	c (82,0) c R lost: ttl      =   22545 (44.3/44.3%)
104.83/94.63	c (82,0) c R lost: subsumed =       0 ( 0.0/44.3%)
104.83/94.63	c (82,0) c
104.83/94.63	c (82,0) c   82 R    2057    135002    12920   175945    28355    6.4   2.7 100.9 22.6%
109.04/98.82	c (87,0) c   86      2144    141909    12919   175943    35279   24.1   8.7 100.3 22.8%
120.25/110.01	c (98,0) c   97 p    2391    158901    12916   175937    52319   47.7  17.3 102.0 22.6%
121.65/111.45	c (99,0) c   99 r    2415    161003    12916   175937    54422   49.7  18.0 100.9 22.5%
121.65/111.48	c (99,0) c
121.65/111.48	c (99,0) c R [LBD Statistics #7]
121.65/111.48	c (99,0) c R LBD         used lbd               used clause lbd
121.65/111.48	c (99,0) c R  tot    16402930                   54422
121.65/111.48	c (99,0) c R  avg       2.260                  17.994
121.65/111.48	c (99,0) c R   1      1418723 ( 8.6/ 8.6%)       1519 ( 2.8/ 2.8%)
121.65/111.48	c (99,0) c R   2     12712650 (77.5/86.2%)      18588 (34.2/36.9%)
121.65/111.48	c (99,0) c R
121.65/111.48	c (99,0) c R core_lbd_threshold = 2
121.65/111.48	c (99,0) c R supp_lbd_threshold = 7
121.65/111.48	c (99,0) c R
121.65/111.48	c (99,0) c R [RDB Statistics #7]
121.65/111.48	c (99,0) c R kept: lbd      =   19713 (36.2/36.2%)
121.65/111.48	c (99,0) c R kept: ttl      =   10457 (19.2/55.4%)
121.65/111.48	c (99,0) c R kept: locked   =     400 ( 0.7/56.2%)
121.65/111.48	c (99,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
121.65/111.48	c (99,0) c R lost: ttl      =   23852 (43.8/43.8%)
121.65/111.48	c (99,0) c R lost: subsumed =       0 ( 0.0/43.8%)
121.65/111.48	c (99,0) c
121.65/111.48	c (99,0) c
121.65/111.48	c (99,0) c   variables         : 12916       (init 42757, after simp 14955, 283 non-decs, 374 csp)
121.65/111.48	c (99,0) c   clauses           : 175937      (init 229243, after simp 181151)
121.65/111.48	c (99,0) c   restarts          : 2414        (66.67 confs/res, 50~1040 confs, 0 blks, 0 last)
121.65/111.48	c (99,0) c   conflicts         : 161003      (1635 /sec, 57.21% dconfs, 0.00% supp, trail 74.61w x 99.72h, jmp 3.76h)
121.65/111.48	c (99,0) c   decisions         : 839387      (0.9500 vdcy, 8526 /sec, 0.00% bin, rs 0.012 s)
121.65/111.48	c (99,0) c   propagations      : 277217949   (2815972 /sec, 330.26 lits/dec, 34.94% o.a.)
121.65/111.48	c (99,0) c   conflict literals : 14100901    (13.31% deleted; 0.18% by bin min, 0.116 s)
121.65/111.48	c (99,0) c   len               : 6.647       (75.77 for all, max 457, used 401)
121.65/111.48	c (99,0) c   lbd               : 2.692       (29.37 (28.16) for all, max 143, used 133, 2.071 stdev, 2.580 blk)
121.65/111.48	c (99,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
121.65/111.48	c (99,0) c   simp dbs          : 17          (0.396 s)
121.65/111.48	c (99,0) c   reduce dbs        : 7           (core-lbd 2, supp-lbd 7, 0.128 s)
121.65/111.48	c (99,0) c   learnts           : 30570       (131408 learnts removed, 81.62%)
121.65/111.48	c (99,0) c   rewrite dbs       : 1           (36/36 vars, 44+33 taut, 0+0 unit, 0.042 s)
121.65/111.48	c (99,0) c   assigned lits     : 81          (1038/1176 probed, 0 remains)
121.65/111.48	c (99,0) c   premise updates   : 7897991     (264.06 /lit)
121.65/111.48	c (99,0) c   probed variables  : 1176        (0 pr, 0 eq, 481 fld, 351 pol, 14 nec, 330 cla, 0 amo)
121.65/111.48	c (99,0) c   equiv variables   : 36          (15 bin, 2 trn, 1 quat, 0 quin, 2 othr; 0 amo)
121.65/111.48	c (99,0) c   lazy added bins   : 2324        (2324 prop + 0 conf, 0.142s)
121.65/111.48	c (99,0) c   unwatched lit elim: 24957       (0.52+0.16%, 2740+22217 of 531884+14100901)
121.65/111.48	c (99,0) c   classified type   : undef
121.65/111.48	c (99,0) c   progress          : 15.538%
121.65/111.48	c (99,0) c
121.65/111.48	c (99,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
121.65/111.48	c (99,0) c
121.65/111.48	c (99,0) c   99 R    2415    161003    12916   175937    30570    6.6   2.7 100.9 22.5%
127.36/117.16	c (105,0) c  105      2538    170394    12919   175937    39986   27.7  10.3 104.8 22.7%
133.37/123.12	c (111,0) c  110      2657    179466    12921   175937    49069   41.2  15.0 105.0 22.8%
133.37/123.12	c (111,0) c
133.37/123.12	c (111,0) c
133.37/123.12	c (111,0) c variables         : 12921       (init 42757, after simp 14955, 278 non-decs, 374 csp)
133.37/123.12	c (111,0) c clauses           : 175937      (init 229243, after simp 181151)
133.37/123.12	c (111,0) c restarts          : 2656        (67.54 confs/res, 45~1040 confs, 0 blks, 0 last)
133.37/123.12	c (111,0) c conflicts         : 179466      (1631 /sec, 56.74% dconfs, 0.00% supp, trail 74.38w x 100.24h, jmp 3.56h)
133.37/123.12	c (111,0) c decisions         : 898911      (0.9500 vdcy, 8170 /sec, 0.00% bin, rs 0.012 s)
133.37/123.12	c (111,0) c propagations      : 309303277   (2811269 /sec, 344.09 lits/dec, 35.21% o.a.)
133.37/123.12	c (111,0) c conflict literals : 16248915    (13.55% deleted; 0.18% by bin min, 0.133 s)
133.37/123.12	c (111,0) c len               : 41.246      (78.12 for all, max 457, used 405)
133.37/123.12	c (111,0) c lbd               : 15.019      (30.12 (28.91) for all, max 143, used 133, 2.087 stdev, 2.593 blk)
133.37/123.12	c (111,0) c amo               : 0           (0 max, -nan avg, 0.000 s)
133.37/123.12	c (111,0) c simp dbs          : 17          (0.396 s)
133.37/123.12	c (111,0) c reduce dbs        : 7           (core-lbd 2, supp-lbd 7, 0.128 s)
133.37/123.12	c (111,0) c learnts           : 49069       (131408 learnts removed, 73.22%)
133.37/123.12	c (111,0) c rewrite dbs       : 1           (36/37 vars, 44+33 taut, 0+0 unit, 0.042 s)
133.37/123.12	c (111,0) c assigned lits     : 81          (1038/1176 probed, 0 remains)
133.37/123.12	c (111,0) c premise updates   : 8843789     (295.68 /lit)
133.37/123.12	c (111,0) c probed variables  : 1176        (0 pr, 0 eq, 481 fld, 351 pol, 14 nec, 330 cla, 0 amo)
133.37/123.12	c (111,0) c equiv variables   : 37          (16 bin, 2 trn, 1 quat, 0 quin, 2 othr; 0 amo)
133.37/123.12	c (111,0) c lazy added bins   : 2360        (2360 prop + 0 conf, 0.152s)
133.37/123.12	c (111,0) c unwatched lit elim: 26680       (0.52+0.15%, 2742+23938 of 531884+16248915)
133.37/123.12	c (111,0) c classified type   : undef
133.37/123.12	c (111,0) c progress          : 15.532%
133.37/123.12	c (111,0) c
133.37/123.12	c (111,0) c [Statistics]
133.37/123.12	c (111,0) c             learnts len        learnts lbd        lit blk size       eq vars size
133.37/123.12	c (111,0) c  tot      179466             179466            5406113                 21
133.37/123.12	c (111,0) c  avg      78.118             28.908              2.593              2.762
133.37/123.12	c (111,0) c   1         1304 ( 0.7%)       2909 ( 1.6%)    3187927 (59.0%)          0 ( 0.0%)
133.37/123.12	c (111,0) c   2         2571 ( 1.4%)      17250 ( 9.6%)     771438 (14.3%)         16 (76.2%)
133.37/123.12	c (111,0) c   3         5123 ( 2.9%)       5054 ( 2.8%)     441978 ( 8.2%)          2 ( 9.5%)
133.37/123.12	c (111,0) c   4         1689 ( 0.9%)       3765 ( 2.1%)     280320 ( 5.2%)          1 ( 4.8%)
133.37/123.12	c (111,0) c   5         2571 ( 1.4%)       2696 ( 1.5%)     186488 ( 3.4%)          0 ( 0.0%)
133.37/123.12	c (111,0) c   6         3182 ( 1.8%)       2261 ( 1.3%)     126680 ( 2.3%)          0 ( 0.0%)
133.37/123.12	c (111,0) c   7         3581 ( 2.0%)       2317 ( 1.3%)      89219 ( 1.7%)          1 ( 4.8%)
133.37/123.12	c (111,0) c   8         3653 ( 2.0%)       3132 ( 1.7%)      63960 ( 1.2%)          0 ( 0.0%)
133.37/123.12	c (111,0) c   9         3347 ( 1.9%)       3373 ( 1.9%)      46915 ( 0.9%)          1 ( 4.8%)
133.37/123.12	c (111,0) c  10         3129 ( 1.7%)       3249 ( 1.8%)      35425 ( 0.7%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  11         2854 ( 1.6%)       3299 ( 1.8%)      27783 ( 0.5%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  12         2686 ( 1.5%)       3148 ( 1.8%)      21723 ( 0.4%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  13         2399 ( 1.3%)       3152 ( 1.8%)      17889 ( 0.3%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  14         2211 ( 1.2%)       3181 ( 1.8%)      14295 ( 0.3%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  15         2078 ( 1.2%)       3012 ( 1.7%)      11946 ( 0.2%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  16         1932 ( 1.1%)       3025 ( 1.7%)      10166 ( 0.2%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  17         1830 ( 1.0%)       3110 ( 1.7%)       8587 ( 0.2%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  18         1693 ( 0.9%)       2990 ( 1.7%)       6993 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  19         1746 ( 1.0%)       2962 ( 1.7%)       6265 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  20         1619 ( 0.9%)       2961 ( 1.6%)       5394 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  21         1595 ( 0.9%)       2931 ( 1.6%)       4686 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  22         1553 ( 0.9%)       2959 ( 1.6%)       4198 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  23         1469 ( 0.8%)       2917 ( 1.6%)       3705 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  24         1491 ( 0.8%)       2898 ( 1.6%)       3192 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  25         1471 ( 0.8%)       2762 ( 1.5%)       2759 ( 0.1%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  26         1414 ( 0.8%)       2831 ( 1.6%)       2363 ( 0.0%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  27         1391 ( 0.8%)       2679 ( 1.5%)       2251 ( 0.0%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  28         1312 ( 0.7%)       2692 ( 1.5%)       1921 ( 0.0%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  29         1296 ( 0.7%)       2609 ( 1.5%)       1785 ( 0.0%)          0 ( 0.0%)
133.37/123.12	c (111,0) c  30       115276 (64.2%)      77342 (43.1%)      17862 ( 0.3%)          0 ( 0.0%)
133.37/123.12	c (111,0) c
133.37/123.12	c (111,0) c [LBD Statistics]
133.37/123.12	c (111,0) c LBD          used lbd               used clause lbd         unused clause lbd
133.37/123.12	c (111,0) c  tot     18764903                   79499                  100990
133.37/123.12	c (111,0) c  avg        2.255                  16.431                  38.470
133.37/123.12	c (111,0) c    1      1628302 ( 8.7/ 8.7%)       1604 ( 2.0/ 2.0%)          0 ( 0.0/ 0.0%)
133.37/123.12	c (111,0) c    2     14589370 (77.7/86.4%)      19581 (24.6/26.6%)          4 ( 0.0/ 0.0%)
133.37/123.12	c (111,0) c    3      1384162 ( 7.4/93.8%)       5020 ( 6.3/33.0%)         27 ( 0.0/ 0.0%)
133.37/123.12	c (111,0) c    4       577623 ( 3.1/96.9%)       3690 ( 4.6/37.6%)         75 ( 0.1/ 0.1%)
133.37/123.12	c (111,0) c    5       258398 ( 1.4/98.3%)       2532 ( 3.2/40.8%)        164 ( 0.2/ 0.3%)
133.37/123.12	c (111,0) c    6       127163 ( 0.7/98.9%)       1960 ( 2.5/43.3%)        301 ( 0.3/ 0.6%)
133.37/123.12	c (111,0) c    7        67537 ( 0.4/99.3%)       1746 ( 2.2/45.5%)        571 ( 0.6/ 1.1%)
133.37/123.12	c (111,0) c    8        31009 ( 0.2/99.5%)       2254 ( 2.8/48.3%)        878 ( 0.9/ 2.0%)
133.37/123.12	c (111,0) c    9        16631 ( 0.1/99.5%)       2183 ( 2.7/51.0%)       1190 ( 1.2/ 3.2%)
133.37/123.12	c (111,0) c   10        11330 ( 0.1/99.6%)       1934 ( 2.4/53.5%)       1315 ( 1.3/ 4.5%)
133.37/123.12	c (111,0) c   11         7322 ( 0.0/99.6%)       1740 ( 2.2/55.7%)       1559 ( 1.5/ 6.0%)
133.37/123.12	c (111,0) c   12         5435 ( 0.0/99.7%)       1584 ( 2.0/57.6%)       1564 ( 1.5/ 7.6%)
133.37/123.12	c (111,0) c   13         4321 ( 0.0/99.7%)       1464 ( 1.8/59.5%)       1688 ( 1.7/ 9.2%)
133.37/123.12	c (111,0) c   14         3454 ( 0.0/99.7%)       1394 ( 1.8/61.2%)       1787 ( 1.8/11.0%)
133.37/123.12	c (111,0) c   15         3091 ( 0.0/99.7%)       1252 ( 1.6/62.8%)       1760 ( 1.7/12.8%)
133.37/123.12	c (111,0) c   16         2808 ( 0.0/99.7%)       1242 ( 1.6/64.4%)       1783 ( 1.8/14.5%)
133.37/123.12	c (111,0) c   17         2667 ( 0.0/99.8%)       1204 ( 1.5/65.9%)       1906 ( 1.9/16.4%)
133.37/123.12	c (111,0) c   18         2470 ( 0.0/99.8%)       1170 ( 1.5/67.4%)       1820 ( 1.8/18.2%)
133.37/123.12	c (111,0) c   19         2105 ( 0.0/99.8%)       1112 ( 1.4/68.8%)       1850 ( 1.8/20.0%)
133.37/123.12	c (111,0) c   20         1994 ( 0.0/99.8%)       1053 ( 1.3/70.1%)       1908 ( 1.9/21.9%)
133.37/123.12	c (111,0) c   21         1914 ( 0.0/99.8%)       1058 ( 1.3/71.4%)       1873 ( 1.9/23.8%)
133.37/123.12	c (111,0) c   22         1838 ( 0.0/99.8%)        998 ( 1.3/72.7%)       1961 ( 1.9/25.7%)
133.37/123.12	c (111,0) c   23         1667 ( 0.0/99.8%)        915 ( 1.2/73.8%)       2002 ( 2.0/27.7%)
133.37/123.12	c (111,0) c   24         1544 ( 0.0/99.8%)        888 ( 1.1/74.9%)       2010 ( 2.0/29.7%)
133.37/123.12	c (111,0) c   25         1385 ( 0.0/99.8%)        832 ( 1.0/76.0%)       1930 ( 1.9/31.6%)
133.37/123.12	c (111,0) c   26         1413 ( 0.0/99.9%)        867 ( 1.1/77.1%)       1964 ( 1.9/33.6%)
133.37/123.12	c (111,0) c   27         1309 ( 0.0/99.9%)        822 ( 1.0/78.1%)       1857 ( 1.8/35.4%)
133.37/123.12	c (111,0) c   28         1221 ( 0.0/99.9%)        794 ( 1.0/79.1%)       1898 ( 1.9/37.3%)
133.37/123.12	c (111,0) c   29         1262 ( 0.0/99.9%)        757 ( 1.0/80.1%)       1852 ( 1.8/39.1%)
133.37/123.12	c (111,0) c   30         1160 ( 0.0/99.9%)        712 ( 0.9/81.0%)       1877 ( 1.9/41.0%)
133.37/123.12	c (111,0) c   31         1073 ( 0.0/99.9%)        751 ( 0.9/81.9%)       1849 ( 1.8/42.8%)
133.37/123.12	c (111,0) c   32         1067 ( 0.0/99.9%)        675 ( 0.8/82.8%)       1819 ( 1.8/44.6%)
133.37/123.12	c (111,0) c   33          974 ( 0.0/99.9%)        629 ( 0.8/83.5%)       1859 ( 1.8/46.4%)
133.37/123.12	c (111,0) c   34          941 ( 0.0/99.9%)        642 ( 0.8/84.4%)       1837 ( 1.8/48.3%)
133.37/123.12	c (111,0) c   35          874 ( 0.0/99.9%)        580 ( 0.7/85.1%)       1830 ( 1.8/50.1%)
133.37/123.12	c (111,0) c   36          812 ( 0.0/99.9%)        568 ( 0.7/85.8%)       1658 ( 1.6/51.7%)
133.37/123.12	c (111,0) c   37          860 ( 0.0/99.9%)        573 ( 0.7/86.5%)       1756 ( 1.7/53.5%)
133.37/123.12	c (111,0) c   38          754 ( 0.0/99.9%)        507 ( 0.6/87.2%)       1638 ( 1.6/55.1%)
133.37/123.12	c (111,0) c   39          719 ( 0.0/99.9%)        476 ( 0.6/87.8%)       1646 ( 1.6/56.7%)
133.37/123.12	c (111,0) c   40          668 ( 0.0/99.9%)        473 ( 0.6/88.3%)       1587 ( 1.6/58.3%)
133.37/123.12	c (111,0) c   41          653 ( 0.0/99.9%)        446 ( 0.6/88.9%)       1620 ( 1.6/59.9%)
133.37/123.12	c (111,0) c   42          671 ( 0.0/99.9%)        490 ( 0.6/89.5%)       1543 ( 1.5/61.4%)
133.37/123.12	c (111,0) c   43          619 ( 0.0/99.9%)        429 ( 0.5/90.1%)       1584 ( 1.6/63.0%)
133.37/123.12	c (111,0) c   44          651 ( 0.0/99.9%)        398 ( 0.5/90.6%)       1477 ( 1.5/64.4%)
133.37/123.12	c (111,0) c   45          615 ( 0.0/99.9%)        428 ( 0.5/91.1%)       1507 ( 1.5/65.9%)
133.37/123.12	c (111,0) c   46          559 ( 0.0/99.9%)        389 ( 0.5/91.6%)       1480 ( 1.5/67.4%)
133.37/123.12	c (111,0) c   47          526 ( 0.0/99.9%)        379 ( 0.5/92.1%)       1419 ( 1.4/68.8%)
133.37/123.12	c (111,0) c   48          568 ( 0.0/99.9%)        367 ( 0.5/92.5%)       1480 ( 1.5/70.3%)
133.37/123.12	c (111,0) c   49          549 ( 0.0/100.0%)        351 ( 0.4/93.0%)       1386 ( 1.4/71.6%)
133.37/123.12	c (111,0) c   50          472 ( 0.0/100.0%)        314 ( 0.4/93.4%)       1346 ( 1.3/73.0%)
133.37/123.12	c (111,0) c   51          449 ( 0.0/100.0%)        272 ( 0.3/93.7%)       1288 ( 1.3/74.2%)
133.37/123.12	c (111,0) c   52          405 ( 0.0/100.0%)        279 ( 0.4/94.1%)       1287 ( 1.3/75.5%)
133.37/123.12	c (111,0) c   53          397 ( 0.0/100.0%)        265 ( 0.3/94.4%)       1291 ( 1.3/76.8%)
133.37/123.12	c (111,0) c   54          407 ( 0.0/100.0%)        275 ( 0.3/94.7%)       1211 ( 1.2/78.0%)
133.37/123.12	c (111,0) c   55          407 ( 0.0/100.0%)        274 ( 0.3/95.1%)       1236 ( 1.2/79.2%)
133.37/123.12	c (111,0) c   56          415 ( 0.0/100.0%)        303 ( 0.4/95.5%)       1160 ( 1.1/80.4%)
133.37/123.12	c (111,0) c   57          341 ( 0.0/100.0%)        206 ( 0.3/95.7%)       1117 ( 1.1/81.5%)
133.37/123.12	c (111,0) c   58          348 ( 0.0/100.0%)        239 ( 0.3/96.0%)       1062 ( 1.1/82.5%)
133.37/123.12	c (111,0) c   59          340 ( 0.0/100.0%)        245 ( 0.3/96.3%)       1058 ( 1.0/83.6%)
133.37/123.12	c (111,0) c   60          357 ( 0.0/100.0%)        191 ( 0.2/96.6%)        998 ( 1.0/84.6%)
133.37/123.12	c (111,0) c   61          330 ( 0.0/100.0%)        197 ( 0.2/96.8%)        911 ( 0.9/85.5%)
133.37/123.12	c (111,0) c   62          275 ( 0.0/100.0%)        176 ( 0.2/97.0%)        977 ( 1.0/86.4%)
133.37/123.12	c (111,0) c   63          261 ( 0.0/100.0%)        173 ( 0.2/97.3%)        917 ( 0.9/87.3%)
133.37/123.12	c (111,0) c   64          260 ( 0.0/100.0%)        167 ( 0.2/97.5%)        803 ( 0.8/88.1%)
133.37/123.12	c (111,0) c   65          212 ( 0.0/100.0%)        132 ( 0.2/97.6%)        834 ( 0.8/89.0%)
133.37/123.12	c (111,0) c   66          250 ( 0.0/100.0%)        160 ( 0.2/97.8%)        742 ( 0.7/89.7%)
133.37/123.12	c (111,0) c   67          186 ( 0.0/100.0%)        115 ( 0.1/98.0%)        707 ( 0.7/90.4%)
133.37/123.12	c (111,0) c   68          174 ( 0.0/100.0%)        126 ( 0.2/98.1%)        740 ( 0.7/91.1%)
133.37/123.12	c (111,0) c   69          187 ( 0.0/100.0%)        124 ( 0.2/98.3%)        672 ( 0.7/91.8%)
133.37/123.12	c (111,0) c   70          154 ( 0.0/100.0%)         87 ( 0.1/98.4%)        614 ( 0.6/92.4%)
133.37/123.12	c (111,0) c   71          160 ( 0.0/100.0%)         92 ( 0.1/98.5%)        547 ( 0.5/92.9%)
133.37/123.12	c (111,0) c   72          128 ( 0.0/100.0%)         83 ( 0.1/98.6%)        507 ( 0.5/93.4%)
133.37/123.12	c (111,0) c   73          116 ( 0.0/100.0%)         78 ( 0.1/98.7%)        477 ( 0.5/93.9%)
133.37/123.12	c (111,0) c   74          141 ( 0.0/100.0%)         90 ( 0.1/98.8%)        487 ( 0.5/94.4%)
133.37/123.12	c (111,0) c   75          128 ( 0.0/100.0%)         79 ( 0.1/98.9%)        433 ( 0.4/94.8%)
133.37/123.12	c (111,0) c   76          140 ( 0.0/100.0%)         66 ( 0.1/99.0%)        453 ( 0.4/95.3%)
133.37/123.12	c (111,0) c   77          107 ( 0.0/100.0%)         69 ( 0.1/99.1%)        382 ( 0.4/95.7%)
133.37/123.12	c (111,0) c   78           89 ( 0.0/100.0%)         68 ( 0.1/99.2%)        391 ( 0.4/96.0%)
133.37/123.12	c (111,0) c   79          120 ( 0.0/100.0%)         55 ( 0.1/99.3%)        325 ( 0.3/96.4%)
133.37/123.12	c (111,0) c   80           77 ( 0.0/100.0%)         50 ( 0.1/99.3%)        278 ( 0.3/96.6%)
133.37/123.12	c (111,0) c   81           89 ( 0.0/100.0%)         48 ( 0.1/99.4%)        283 ( 0.3/96.9%)
133.37/123.12	c (111,0) c   82           89 ( 0.0/100.0%)         39 ( 0.0/99.4%)        315 ( 0.3/97.2%)
133.37/123.12	c (111,0) c   83           81 ( 0.0/100.0%)         41 ( 0.1/99.5%)        241 ( 0.2/97.5%)
133.37/123.12	c (111,0) c   84           66 ( 0.0/100.0%)         37 ( 0.0/99.5%)        224 ( 0.2/97.7%)
133.37/123.12	c (111,0) c   85           72 ( 0.0/100.0%)         44 ( 0.1/99.6%)        231 ( 0.2/97.9%)
133.37/123.12	c (111,0) c   86           50 ( 0.0/100.0%)         26 ( 0.0/99.6%)        180 ( 0.2/98.1%)
133.37/123.12	c (111,0) c   87           45 ( 0.0/100.0%)         24 ( 0.0/99.7%)        177 ( 0.2/98.3%)
133.37/123.12	c (111,0) c   88           50 ( 0.0/100.0%)         26 ( 0.0/99.7%)        173 ( 0.2/98.4%)
133.37/123.12	c (111,0) c   89           39 ( 0.0/100.0%)         21 ( 0.0/99.7%)        153 ( 0.2/98.6%)
133.37/123.12	c (111,0) c   90           33 ( 0.0/100.0%)         12 ( 0.0/99.7%)        136 ( 0.1/98.7%)
133.37/123.12	c (111,0) c   91           25 ( 0.0/100.0%)         24 ( 0.0/99.8%)        109 ( 0.1/98.8%)
133.37/123.12	c (111,0) c   92           30 ( 0.0/100.0%)         15 ( 0.0/99.8%)        104 ( 0.1/98.9%)
133.37/123.12	c (111,0) c   93           26 ( 0.0/100.0%)         12 ( 0.0/99.8%)         83 ( 0.1/99.0%)
133.37/123.12	c (111,0) c   94           28 ( 0.0/100.0%)         12 ( 0.0/99.8%)        102 ( 0.1/99.1%)
133.37/123.12	c (111,0) c   95           35 ( 0.0/100.0%)         13 ( 0.0/99.8%)         84 ( 0.1/99.2%)
133.37/123.12	c (111,0) c   96           27 ( 0.0/100.0%)         21 ( 0.0/99.8%)         74 ( 0.1/99.3%)
133.37/123.12	c (111,0) c   97           34 ( 0.0/100.0%)         17 ( 0.0/99.9%)         72 ( 0.1/99.4%)
133.37/123.12	c (111,0) c   98           24 ( 0.0/100.0%)          9 ( 0.0/99.9%)         64 ( 0.1/99.4%)
133.37/123.12	c (111,0) c   99           14 ( 0.0/100.0%)         10 ( 0.0/99.9%)         56 ( 0.1/99.5%)
133.37/123.12	c (111,0) c  100           13 ( 0.0/100.0%)          4 ( 0.0/99.9%)         57 ( 0.1/99.5%)
133.37/123.12	c (111,0) c  101            8 ( 0.0/100.0%)          4 ( 0.0/99.9%)         45 ( 0.0/99.6%)
133.37/123.12	c (111,0) c  102            7 ( 0.0/100.0%)          7 ( 0.0/99.9%)         29 ( 0.0/99.6%)
133.37/123.12	c (111,0) c  103           14 ( 0.0/100.0%)          8 ( 0.0/99.9%)         44 ( 0.0/99.6%)
133.37/123.12	c (111,0) c  104           14 ( 0.0/100.0%)          7 ( 0.0/99.9%)         46 ( 0.0/99.7%)
133.37/123.12	c (111,0) c  105            5 ( 0.0/100.0%)          5 ( 0.0/99.9%)         24 ( 0.0/99.7%)
133.37/123.12	c (111,0) c  106           14 ( 0.0/100.0%)          6 ( 0.0/99.9%)         32 ( 0.0/99.8%)
133.37/123.12	c (111,0) c  107           10 ( 0.0/100.0%)          6 ( 0.0/100.0%)         33 ( 0.0/99.8%)
133.37/123.12	c (111,0) c  108            9 ( 0.0/100.0%)          3 ( 0.0/100.0%)         27 ( 0.0/99.8%)
133.37/123.12	c (111,0) c  109            3 ( 0.0/100.0%)          2 ( 0.0/100.0%)         29 ( 0.0/99.8%)
133.37/123.12	c (111,0) c  110            5 ( 0.0/100.0%)          3 ( 0.0/100.0%)         14 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  111            9 ( 0.0/100.0%)          6 ( 0.0/100.0%)         20 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  112            9 ( 0.0/100.0%)          6 ( 0.0/100.0%)         18 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  113            6 ( 0.0/100.0%)          3 ( 0.0/100.0%)         17 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  114            3 ( 0.0/100.0%)          3 ( 0.0/100.0%)         10 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  115            4 ( 0.0/100.0%)          2 ( 0.0/100.0%)          7 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  116            2 ( 0.0/100.0%)          1 ( 0.0/100.0%)         10 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  117            4 ( 0.0/100.0%)          3 ( 0.0/100.0%)          7 ( 0.0/99.9%)
133.37/123.12	c (111,0) c  118            1 ( 0.0/100.0%)          0 ( 0.0/100.0%)         11 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  119            2 ( 0.0/100.0%)          0 ( 0.0/100.0%)          1 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  120            0 ( 0.0/100.0%)          1 ( 0.0/100.0%)          3 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  121            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          4 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  122            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          5 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  123            2 ( 0.0/100.0%)          0 ( 0.0/100.0%)          4 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  124            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          5 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  125            1 ( 0.0/100.0%)          2 ( 0.0/100.0%)          1 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  126            3 ( 0.0/100.0%)          2 ( 0.0/100.0%)          3 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  127            3 ( 0.0/100.0%)          0 ( 0.0/100.0%)          7 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  128            3 ( 0.0/100.0%)          0 ( 0.0/100.0%)          4 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  129            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          2 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  130            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          2 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  131            0 ( 0.0/100.0%)          1 ( 0.0/100.0%)          1 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  132            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          1 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  133            1 ( 0.0/100.0%)          0 ( 0.0/100.0%)          2 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  134            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  135            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  136            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          2 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  137            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  138            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  139            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  140            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  141            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  142            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          1 ( 0.0/100.0%)
133.37/123.12	c (111,0) c  143            0 ( 0.0/100.0%)          0 ( 0.0/100.0%)          1 ( 0.0/100.0%)
133.37/123.12	c (111,0) c
133.37/123.12	c (111,0) c Memory used       : 75.00 MB
133.37/123.12	c (111,0) c CPU time          : 110.025 s
133.37/123.12	c (111,0) c Real time         : 110.986 s
133.37/123.12	c (111,0) c
133.37/123.12	c (111,0) s SATISFIABLE
133.37/123.18	c (111,0) SatSolver.solve End
133.37/123.18	c (111,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
133.37/123.18	c (111,0) Show results Begin
133.81/123.37	c (111,0) x[0][0] = 24
133.81/123.37	c (111,0) x[0][1] = 17
133.81/123.37	c (111,0) x[0][2] = 9
133.81/123.37	c (111,0) x[0][3] = 1
133.81/123.37	c (111,0) x[0][4] = 25
133.81/123.37	c (111,0) x[0][5] = 21
133.81/123.37	c (111,0) x[0][6] = 8
133.81/123.37	c (111,0) x[0][7] = 10
133.81/123.37	c (111,0) x[0][8] = 15
133.81/123.37	c (111,0) x[0][9] = 5
133.81/123.37	c (111,0) x[0][10] = 11
133.81/123.37	c (111,0) x[0][11] = 7
133.81/123.37	c (111,0) x[0][12] = 29
133.81/123.37	c (111,0) x[0][13] = 2
133.81/123.37	c (111,0) x[0][14] = 23
133.81/123.37	c (111,0) x[0][15] = 4
133.81/123.37	c (111,0) x[0][16] = 20
133.81/123.37	c (111,0) x[0][17] = 6
133.81/123.37	c (111,0) x[0][18] = 3
133.81/123.37	c (111,0) x[0][19] = 22
133.81/123.37	c (111,0) x[0][20] = 19
133.81/123.37	c (111,0) x[0][21] = 28
133.81/123.37	c (111,0) x[0][22] = 13
133.81/123.37	c (111,0) x[0][23] = 0
133.81/123.37	c (111,0) x[0][24] = 27
133.81/123.37	c (111,0) x[0][25] = 18
133.81/123.37	c (111,0) x[0][26] = 12
133.81/123.37	c (111,0) x[0][27] = 14
133.81/123.37	c (111,0) x[0][28] = 26
133.81/123.37	c (111,0) x[0][29] = 16
133.81/123.37	c (111,0) x[1][0] = 17
133.81/123.37	c (111,0) x[1][1] = 11
133.81/123.37	c (111,0) x[1][2] = 27
133.81/123.37	c (111,0) x[1][3] = 13
133.81/123.37	c (111,0) x[1][4] = 6
133.81/123.37	c (111,0) x[1][5] = 2
133.81/123.37	c (111,0) x[1][6] = 18
133.81/123.37	c (111,0) x[1][7] = 12
133.81/123.37	c (111,0) x[1][8] = 23
133.81/123.37	c (111,0) x[1][9] = 4
133.81/123.37	c (111,0) x[1][10] = 5
133.81/123.37	c (111,0) x[1][11] = 24
133.81/123.37	c (111,0) x[1][12] = 26
133.81/123.37	c (111,0) x[1][13] = 28
133.81/123.37	c (111,0) x[1][14] = 0
133.81/123.37	c (111,0) x[1][15] = 14
133.81/123.37	c (111,0) x[1][16] = 3
133.81/123.37	c (111,0) x[1][17] = 16
133.81/123.37	c (111,0) x[1][18] = 15
133.81/123.37	c (111,0) x[1][19] = 7
133.81/123.37	c (111,0) x[1][20] = 9
133.81/123.37	c (111,0) x[1][21] = 25
133.81/123.37	c (111,0) x[1][22] = 22
133.81/123.37	c (111,0) x[1][23] = 19
133.81/123.37	c (111,0) x[1][24] = 29
133.81/123.37	c (111,0) x[1][25] = 21
133.81/123.37	c (111,0) x[1][26] = 10
133.81/123.37	c (111,0) x[1][27] = 20
133.81/123.37	c (111,0) x[1][28] = 1
133.81/123.37	c (111,0) x[1][29] = 8
133.81/123.37	c (111,0) x[2][0] = 6
133.81/123.37	c (111,0) x[2][1] = 1
133.81/123.37	c (111,0) x[2][2] = 25
133.81/123.37	c (111,0) x[2][3] = 24
133.81/123.37	c (111,0) x[2][4] = 16
133.81/123.37	c (111,0) x[2][5] = 14
133.81/123.37	c (111,0) x[2][6] = 27
133.81/123.37	c (111,0) x[2][7] = 18
133.81/123.37	c (111,0) x[2][8] = 19
133.81/123.37	c (111,0) x[2][9] = 12
133.81/123.37	c (111,0) x[2][10] = 21
133.81/123.37	c (111,0) x[2][11] = 20
133.81/123.37	c (111,0) x[2][12] = 23
133.81/123.37	c (111,0) x[2][13] = 0
133.81/123.37	c (111,0) x[2][14] = 22
133.81/123.37	c (111,0) x[2][15] = 10
133.81/123.37	c (111,0) x[2][16] = 15
133.81/123.37	c (111,0) x[2][17] = 26
133.81/123.37	c (111,0) x[2][18] = 17
133.81/123.37	c (111,0) x[2][19] = 9
133.81/123.37	c (111,0) x[2][20] = 28
133.81/123.37	c (111,0) x[2][21] = 4
133.81/123.37	c (111,0) x[2][22] = 5
133.81/123.37	c (111,0) x[2][23] = 7
133.81/123.37	c (111,0) x[2][24] = 2
133.81/123.37	c (111,0) x[2][25] = 3
133.81/123.37	c (111,0) x[2][26] = 29
133.81/123.37	c (111,0) x[2][27] = 11
133.81/123.37	c (111,0) x[2][28] = 8
133.81/123.37	c (111,0) x[2][29] = 13
133.81/123.37	c (111,0) x[3][0] = 23
133.81/123.37	c (111,0) x[3][1] = 16
133.81/123.37	c (111,0) x[3][2] = 24
133.81/123.37	c (111,0) x[3][3] = 8
133.81/123.37	c (111,0) x[3][4] = 29
133.81/123.37	c (111,0) x[3][5] = 3
133.81/123.37	c (111,0) x[3][6] = 25
133.81/123.37	c (111,0) x[3][7] = 9
133.81/123.37	c (111,0) x[3][8] = 12
133.81/123.37	c (111,0) x[3][9] = 11
133.81/123.37	c (111,0) x[3][10] = 22
133.81/123.37	c (111,0) x[3][11] = 27
133.81/123.37	c (111,0) x[3][12] = 6
133.81/123.37	c (111,0) x[3][13] = 1
133.81/123.37	c (111,0) x[3][14] = 26
133.81/123.37	c (111,0) x[3][15] = 28
133.81/123.37	c (111,0) x[3][16] = 2
133.81/123.37	c (111,0) x[3][17] = 5
133.81/123.37	c (111,0) x[3][18] = 14
133.81/123.37	c (111,0) x[3][19] = 13
133.81/123.37	c (111,0) x[3][20] = 4
133.81/123.37	c (111,0) x[3][21] = 7
133.81/123.37	c (111,0) x[3][22] = 10
133.81/123.37	c (111,0) x[3][23] = 21
133.81/123.37	c (111,0) x[3][24] = 18
133.81/123.37	c (111,0) x[3][25] = 0
133.81/123.37	c (111,0) x[3][26] = 15
133.81/123.37	c (111,0) x[3][27] = 17
133.81/123.37	c (111,0) x[3][28] = 20
133.81/123.37	c (111,0) x[3][29] = 19
133.81/123.37	c (111,0) x[4][0] = 29
133.81/123.37	c (111,0) x[4][1] = 7
133.81/123.37	c (111,0) x[4][2] = 15
133.81/123.37	c (111,0) x[4][3] = 28
133.81/123.37	c (111,0) x[4][4] = 22
133.81/123.37	c (111,0) x[4][5] = 10
133.81/123.37	c (111,0) x[4][6] = 19
133.81/123.37	c (111,0) x[4][7] = 5
133.81/123.37	c (111,0) x[4][8] = 8
133.81/123.37	c (111,0) x[4][9] = 2
133.81/123.37	c (111,0) x[4][10] = 13
133.81/123.37	c (111,0) x[4][11] = 3
133.81/123.37	c (111,0) x[4][12] = 25
133.81/123.37	c (111,0) x[4][13] = 23
133.81/123.37	c (111,0) x[4][14] = 4
133.81/123.37	c (111,0) x[4][15] = 0
133.81/123.37	c (111,0) x[4][16] = 11
133.81/123.37	c (111,0) x[4][17] = 20
133.81/123.37	c (111,0) x[4][18] = 1
133.81/123.37	c (111,0) x[4][19] = 24
133.81/123.38	c (111,0) x[4][20] = 26
133.81/123.38	c (111,0) x[4][21] = 21
133.81/123.38	c (111,0) x[4][22] = 12
133.81/123.38	c (111,0) x[4][23] = 17
133.81/123.38	c (111,0) x[4][24] = 14
133.81/123.38	c (111,0) x[4][25] = 9
133.81/123.38	c (111,0) x[4][26] = 6
133.81/123.38	c (111,0) x[4][27] = 16
133.81/123.38	c (111,0) x[4][28] = 27
133.81/123.38	c (111,0) x[4][29] = 18
133.81/123.38	c (111,0) x[5][0] = 8
133.81/123.38	c (111,0) x[5][1] = 19
133.81/123.38	c (111,0) x[5][2] = 10
133.81/123.38	c (111,0) x[5][3] = 2
133.81/123.38	c (111,0) x[5][4] = 13
133.81/123.38	c (111,0) x[5][5] = 20
133.81/123.38	c (111,0) x[5][6] = 23
133.81/123.38	c (111,0) x[5][7] = 17
133.81/123.38	c (111,0) x[5][8] = 22
133.81/123.38	c (111,0) x[5][9] = 21
133.81/123.38	c (111,0) x[5][10] = 14
133.81/123.38	c (111,0) x[5][11] = 15
133.81/123.38	c (111,0) x[5][12] = 0
133.81/123.38	c (111,0) x[5][13] = 4
133.81/123.38	c (111,0) x[5][14] = 29
133.81/123.38	c (111,0) x[5][15] = 9
133.81/123.38	c (111,0) x[5][16] = 18
133.81/123.38	c (111,0) x[5][17] = 3
133.81/123.38	c (111,0) x[5][18] = 25
133.81/123.38	c (111,0) x[5][19] = 1
133.81/123.38	c (111,0) x[5][20] = 24
133.81/123.38	c (111,0) x[5][21] = 27
133.81/123.38	c (111,0) x[5][22] = 28
133.81/123.38	c (111,0) x[5][23] = 16
133.81/123.38	c (111,0) x[5][24] = 7
133.81/123.38	c (111,0) x[5][25] = 12
133.81/123.38	c (111,0) x[5][26] = 26
133.81/123.38	c (111,0) x[5][27] = 6
133.81/123.38	c (111,0) x[5][28] = 11
133.81/123.38	c (111,0) x[5][29] = 5
133.81/123.38	c (111,0) x[6][0] = 28
133.81/123.38	c (111,0) x[6][1] = 3
133.81/123.38	c (111,0) x[6][2] = 8
133.81/123.38	c (111,0) x[6][3] = 0
133.81/123.38	c (111,0) x[6][4] = 19
133.81/123.38	c (111,0) x[6][5] = 29
133.81/123.38	c (111,0) x[6][6] = 14
133.81/123.38	c (111,0) x[6][7] = 23
133.81/123.38	c (111,0) x[6][8] = 25
133.81/123.38	c (111,0) x[6][9] = 9
133.81/123.38	c (111,0) x[6][10] = 12
133.81/123.38	c (111,0) x[6][11] = 26
133.81/123.38	c (111,0) x[6][12] = 15
133.81/123.38	c (111,0) x[6][13] = 20
133.81/123.38	c (111,0) x[6][14] = 21
133.81/123.38	c (111,0) x[6][15] = 7
133.81/123.38	c (111,0) x[6][16] = 27
133.81/123.38	c (111,0) x[6][17] = 17
133.81/123.38	c (111,0) x[6][18] = 2
133.81/123.38	c (111,0) x[6][19] = 18
133.81/123.38	c (111,0) x[6][20] = 16
133.81/123.38	c (111,0) x[6][21] = 6
133.81/123.38	c (111,0) x[6][22] = 1
133.81/123.38	c (111,0) x[6][23] = 22
133.81/123.38	c (111,0) x[6][24] = 13
133.81/123.38	c (111,0) x[6][25] = 24
133.81/123.38	c (111,0) x[6][26] = 11
133.81/123.38	c (111,0) x[6][27] = 10
133.81/123.38	c (111,0) x[6][28] = 5
133.81/123.38	c (111,0) x[6][29] = 4
133.81/123.38	c (111,0) x[7][0] = 20
133.81/123.38	c (111,0) x[7][1] = 10
133.81/123.38	c (111,0) x[7][2] = 28
133.81/123.38	c (111,0) x[7][3] = 17
133.81/123.38	c (111,0) x[7][4] = 26
133.81/123.38	c (111,0) x[7][5] = 6
133.81/123.38	c (111,0) x[7][6] = 24
133.81/123.38	c (111,0) x[7][7] = 0
133.81/123.38	c (111,0) x[7][8] = 29
133.81/123.38	c (111,0) x[7][9] = 19
133.81/123.38	c (111,0) x[7][10] = 7
133.81/123.38	c (111,0) x[7][11] = 2
133.81/123.38	c (111,0) x[7][12] = 8
133.81/123.38	c (111,0) x[7][13] = 18
133.81/123.38	c (111,0) x[7][14] = 27
133.81/123.38	c (111,0) x[7][15] = 16
133.81/123.38	c (111,0) x[7][16] = 23
133.81/123.38	c (111,0) x[7][17] = 15
133.81/123.38	c (111,0) x[7][18] = 22
133.81/123.38	c (111,0) x[7][19] = 5
133.81/123.38	c (111,0) x[7][20] = 21
133.81/123.38	c (111,0) x[7][21] = 13
133.81/123.38	c (111,0) x[7][22] = 11
133.81/123.38	c (111,0) x[7][23] = 14
133.81/123.38	c (111,0) x[7][24] = 25
133.81/123.38	c (111,0) x[7][25] = 1
133.81/123.38	c (111,0) x[7][26] = 3
133.81/123.38	c (111,0) x[7][27] = 4
133.81/123.38	c (111,0) x[7][28] = 12
133.81/123.38	c (111,0) x[7][29] = 9
133.81/123.38	c (111,0) x[8][0] = 7
133.81/123.38	c (111,0) x[8][1] = 2
133.81/123.38	c (111,0) x[8][2] = 14
133.81/123.38	c (111,0) x[8][3] = 20
133.81/123.38	c (111,0) x[8][4] = 18
133.81/123.38	c (111,0) x[8][5] = 8
133.81/123.38	c (111,0) x[8][6] = 12
133.81/123.38	c (111,0) x[8][7] = 6
133.81/123.38	c (111,0) x[8][8] = 0
133.81/123.38	c (111,0) x[8][9] = 17
133.81/123.38	c (111,0) x[8][10] = 15
133.81/123.38	c (111,0) x[8][11] = 23
133.81/123.38	c (111,0) x[8][12] = 22
133.81/123.38	c (111,0) x[8][13] = 25
133.81/123.38	c (111,0) x[8][14] = 9
133.81/123.38	c (111,0) x[8][15] = 5
133.81/123.38	c (111,0) x[8][16] = 28
133.81/123.38	c (111,0) x[8][17] = 13
133.81/123.38	c (111,0) x[8][18] = 16
133.81/123.38	c (111,0) x[8][19] = 26
133.81/123.38	c (111,0) x[8][20] = 29
133.81/123.38	c (111,0) x[8][21] = 3
133.81/123.38	c (111,0) x[8][22] = 21
133.81/123.38	c (111,0) x[8][23] = 11
133.81/123.38	c (111,0) x[8][24] = 10
133.81/123.38	c (111,0) x[8][25] = 4
133.81/123.38	c (111,0) x[8][26] = 1
133.81/123.38	c (111,0) x[8][27] = 24
133.81/123.38	c (111,0) x[8][28] = 19
133.81/123.38	c (111,0) x[8][29] = 27
133.81/123.38	c (111,0) x[9][0] = 3
133.81/123.38	c (111,0) x[9][1] = 26
133.81/123.38	c (111,0) x[9][2] = 23
133.81/123.38	c (111,0) x[9][3] = 10
133.81/123.38	c (111,0) x[9][4] = 24
133.81/123.38	c (111,0) x[9][5] = 25
133.81/123.38	c (111,0) x[9][6] = 11
133.81/123.38	c (111,0) x[9][7] = 19
133.81/123.38	c (111,0) x[9][8] = 14
133.81/123.38	c (111,0) x[9][9] = 18
133.81/123.38	c (111,0) x[9][10] = 29
133.81/123.38	c (111,0) x[9][11] = 6
133.81/123.38	c (111,0) x[9][12] = 2
133.81/123.38	c (111,0) x[9][13] = 21
133.81/123.38	c (111,0) x[9][14] = 13
133.81/123.38	c (111,0) x[9][15] = 15
133.81/123.38	c (111,0) x[9][16] = 1
133.81/123.38	c (111,0) x[9][17] = 27
133.81/123.38	c (111,0) x[9][18] = 28
133.81/123.38	c (111,0) x[9][19] = 12
133.81/123.38	c (111,0) x[9][20] = 17
133.81/123.38	c (111,0) x[9][21] = 22
133.81/123.38	c (111,0) x[9][22] = 4
133.81/123.38	c (111,0) x[9][23] = 20
133.81/123.38	c (111,0) x[9][24] = 9
133.81/123.38	c (111,0) x[9][25] = 16
133.81/123.38	c (111,0) x[9][26] = 8
133.81/123.38	c (111,0) x[9][27] = 5
133.81/123.38	c (111,0) x[9][28] = 0
133.81/123.38	c (111,0) x[9][29] = 7
133.81/123.38	c (111,0) x[10][0] = 21
133.81/123.38	c (111,0) x[10][1] = 0
133.81/123.38	c (111,0) x[10][2] = 20
133.81/123.38	c (111,0) x[10][3] = 11
133.81/123.38	c (111,0) x[10][4] = 14
133.81/123.38	c (111,0) x[10][5] = 4
133.81/123.38	c (111,0) x[10][6] = 6
133.81/123.38	c (111,0) x[10][7] = 8
133.81/123.38	c (111,0) x[10][8] = 13
133.81/123.38	c (111,0) x[10][9] = 23
133.81/123.38	c (111,0) x[10][10] = 25
133.81/123.38	c (111,0) x[10][11] = 18
133.81/123.38	c (111,0) x[10][12] = 27
133.81/123.38	c (111,0) x[10][13] = 22
133.81/123.38	c (111,0) x[10][14] = 7
133.81/123.38	c (111,0) x[10][15] = 2
133.81/123.38	c (111,0) x[10][16] = 17
133.81/123.38	c (111,0) x[10][17] = 24
133.81/123.38	c (111,0) x[10][18] = 19
133.81/123.38	c (111,0) x[10][19] = 3
133.81/123.38	c (111,0) x[10][20] = 12
133.81/123.38	c (111,0) x[10][21] = 1
133.81/123.38	c (111,0) x[10][22] = 9
133.81/123.38	c (111,0) x[10][23] = 26
133.81/123.38	c (111,0) x[10][24] = 16
133.81/123.38	c (111,0) x[10][25] = 28
133.81/123.38	c (111,0) x[10][26] = 5
133.81/123.38	c (111,0) x[10][27] = 29
133.81/123.38	c (111,0) x[10][28] = 15
133.81/123.38	c (111,0) x[10][29] = 10
133.81/123.38	c (111,0) x[11][0] = 2
133.81/123.38	c (111,0) x[11][1] = 29
133.81/123.38	c (111,0) x[11][2] = 1
133.81/123.38	c (111,0) x[11][3] = 14
133.81/123.38	c (111,0) x[11][4] = 11
133.81/123.38	c (111,0) x[11][5] = 9
133.81/123.38	c (111,0) x[11][6] = 26
133.81/123.38	c (111,0) x[11][7] = 13
133.81/123.38	c (111,0) x[11][8] = 24
133.81/123.38	c (111,0) x[11][9] = 15
133.81/123.38	c (111,0) x[11][10] = 10
133.81/123.38	c (111,0) x[11][11] = 21
133.81/123.38	c (111,0) x[11][12] = 12
133.81/123.38	c (111,0) x[11][13] = 7
133.81/123.38	c (111,0) x[11][14] = 5
133.81/123.38	c (111,0) x[11][15] = 6
133.81/123.38	c (111,0) x[11][16] = 16
133.81/123.38	c (111,0) x[11][17] = 28
133.81/123.38	c (111,0) x[11][18] = 23
133.81/123.38	c (111,0) x[11][19] = 27
133.81/123.38	c (111,0) x[11][20] = 22
133.81/123.38	c (111,0) x[11][21] = 20
133.81/123.38	c (111,0) x[11][22] = 18
133.81/123.38	c (111,0) x[11][23] = 8
133.81/123.38	c (111,0) x[11][24] = 17
133.81/123.38	c (111,0) x[11][25] = 25
133.81/123.38	c (111,0) x[11][26] = 19
133.81/123.38	c (111,0) x[11][27] = 0
133.81/123.38	c (111,0) x[11][28] = 4
133.81/123.38	c (111,0) x[11][29] = 3
133.81/123.38	c (111,0) x[12][0] = 18
133.81/123.38	c (111,0) x[12][1] = 14
133.81/123.38	c (111,0) x[12][2] = 0
133.81/123.38	c (111,0) x[12][3] = 22
133.81/123.38	c (111,0) x[12][4] = 21
133.81/123.38	c (111,0) x[12][5] = 23
133.81/123.38	c (111,0) x[12][6] = 15
133.81/123.38	c (111,0) x[12][7] = 24
133.81/123.38	c (111,0) x[12][8] = 5
133.81/123.38	c (111,0) x[12][9] = 1
133.81/123.38	c (111,0) x[12][10] = 6
133.81/123.38	c (111,0) x[12][11] = 16
133.81/123.38	c (111,0) x[12][12] = 7
133.81/123.38	c (111,0) x[12][13] = 10
133.81/123.38	c (111,0) x[12][14] = 20
133.81/123.38	c (111,0) x[12][15] = 12
133.81/123.38	c (111,0) x[12][16] = 19
133.81/123.38	c (111,0) x[12][17] = 29
133.81/123.38	c (111,0) x[12][18] = 27
133.81/123.38	c (111,0) x[12][19] = 4
133.81/123.38	c (111,0) x[12][20] = 8
133.81/123.38	c (111,0) x[12][21] = 26
133.81/123.38	c (111,0) x[12][22] = 25
133.81/123.38	c (111,0) x[12][23] = 2
133.81/123.38	c (111,0) x[12][24] = 28
133.81/123.38	c (111,0) x[12][25] = 13
133.81/123.38	c (111,0) x[12][26] = 17
133.81/123.38	c (111,0) x[12][27] = 3
133.81/123.38	c (111,0) x[12][28] = 9
133.81/123.38	c (111,0) x[12][29] = 11
133.81/123.38	c (111,0) x[13][0] = 14
133.81/123.38	c (111,0) x[13][1] = 13
133.81/123.38	c (111,0) x[13][2] = 11
133.81/123.38	c (111,0) x[13][3] = 9
133.81/123.38	c (111,0) x[13][4] = 8
133.81/123.38	c (111,0) x[13][5] = 16
133.81/123.38	c (111,0) x[13][6] = 1
133.81/123.38	c (111,0) x[13][7] = 20
133.81/123.38	c (111,0) x[13][8] = 2
133.81/123.38	c (111,0) x[13][9] = 6
133.81/123.38	c (111,0) x[13][10] = 19
133.81/123.38	c (111,0) x[13][11] = 22
133.81/123.38	c (111,0) x[13][12] = 4
133.81/123.38	c (111,0) x[13][13] = 27
133.81/123.38	c (111,0) x[13][14] = 18
133.81/123.38	c (111,0) x[13][15] = 25
133.81/123.38	c (111,0) x[13][16] = 29
133.81/123.38	c (111,0) x[13][17] = 23
133.81/123.38	c (111,0) x[13][18] = 24
133.81/123.38	c (111,0) x[13][19] = 28
133.81/123.38	c (111,0) x[13][20] = 5
133.81/123.38	c (111,0) x[13][21] = 0
133.81/123.38	c (111,0) x[13][22] = 3
133.81/123.38	c (111,0) x[13][23] = 10
133.81/123.38	c (111,0) x[13][24] = 21
133.81/123.38	c (111,0) x[13][25] = 26
133.81/123.38	c (111,0) x[13][26] = 7
133.81/123.38	c (111,0) x[13][27] = 15
133.81/123.38	c (111,0) x[13][28] = 17
133.81/123.38	c (111,0) x[13][29] = 12
133.81/123.38	c (111,0) x[14][0] = 10
133.81/123.38	c (111,0) x[14][1] = 21
133.81/123.38	c (111,0) x[14][2] = 12
133.81/123.38	c (111,0) x[14][3] = 27
133.81/123.38	c (111,0) x[14][4] = 3
133.81/123.38	c (111,0) x[14][5] = 0
133.81/123.38	c (111,0) x[14][6] = 13
133.81/123.38	c (111,0) x[14][7] = 28
133.81/123.38	c (111,0) x[14][8] = 17
133.81/123.38	c (111,0) x[14][9] = 22
133.81/123.38	c (111,0) x[14][10] = 1
133.81/123.38	c (111,0) x[14][11] = 9
133.81/123.38	c (111,0) x[14][12] = 11
133.81/123.38	c (111,0) x[14][13] = 5
133.81/123.38	c (111,0) x[14][14] = 16
133.81/123.38	c (111,0) x[14][15] = 24
133.81/123.38	c (111,0) x[14][16] = 6
133.81/123.38	c (111,0) x[14][17] = 4
133.81/123.38	c (111,0) x[14][18] = 7
133.81/123.38	c (111,0) x[14][19] = 25
133.81/123.38	c (111,0) x[14][20] = 14
133.81/123.38	c (111,0) x[14][21] = 8
133.81/123.38	c (111,0) x[14][22] = 20
133.81/123.38	c (111,0) x[14][23] = 15
133.81/123.38	c (111,0) x[14][24] = 23
133.81/123.38	c (111,0) x[14][25] = 19
133.81/123.38	c (111,0) x[14][26] = 18
133.81/123.38	c (111,0) x[14][27] = 2
133.81/123.38	c (111,0) x[14][28] = 29
133.81/123.38	c (111,0) x[14][29] = 26
133.81/123.38	c (111,0) x[15][0] = 15
133.81/123.38	c (111,0) x[15][1] = 8
133.81/123.38	c (111,0) x[15][2] = 26
133.81/123.38	c (111,0) x[15][3] = 29
133.81/123.38	c (111,0) x[15][4] = 4
133.81/123.38	c (111,0) x[15][5] = 11
133.81/123.38	c (111,0) x[15][6] = 10
133.81/123.38	c (111,0) x[15][7] = 2
133.81/123.38	c (111,0) x[15][8] = 9
133.81/123.38	c (111,0) x[15][9] = 7
133.81/123.38	c (111,0) x[15][10] = 28
133.81/123.38	c (111,0) x[15][11] = 1
133.81/123.38	c (111,0) x[15][12] = 13
133.81/123.38	c (111,0) x[15][13] = 16
133.81/123.38	c (111,0) x[15][14] = 14
133.81/123.38	c (111,0) x[15][15] = 3
133.81/123.38	c (111,0) x[15][16] = 21
133.81/123.38	c (111,0) x[15][17] = 22
133.81/123.38	c (111,0) x[15][18] = 6
133.81/123.38	c (111,0) x[15][19] = 23
133.81/123.38	c (111,0) x[15][20] = 20
133.81/123.38	c (111,0) x[15][21] = 24
133.81/123.38	c (111,0) x[15][22] = 19
133.81/123.38	c (111,0) x[15][23] = 5
133.81/123.38	c (111,0) x[15][24] = 12
133.81/123.38	c (111,0) x[15][25] = 27
133.81/123.38	c (111,0) x[15][26] = 0
133.81/123.38	c (111,0) x[15][27] = 25
133.81/123.38	c (111,0) x[15][28] = 18
133.81/123.38	c (111,0) x[15][29] = 17
133.81/123.38	c (111,0) x[16][0] = 12
133.81/123.38	c (111,0) x[16][1] = 25
133.81/123.38	c (111,0) x[16][2] = 18
133.81/123.38	c (111,0) x[16][3] = 23
133.81/123.38	c (111,0) x[16][4] = 10
133.81/123.38	c (111,0) x[16][5] = 5
133.81/123.38	c (111,0) x[16][6] = 9
133.81/123.38	c (111,0) x[16][7] = 3
133.81/123.38	c (111,0) x[16][8] = 6
133.81/123.38	c (111,0) x[16][9] = 29
133.81/123.38	c (111,0) x[16][10] = 20
133.81/123.38	c (111,0) x[16][11] = 28
133.81/123.38	c (111,0) x[16][12] = 17
133.81/123.38	c (111,0) x[16][13] = 11
133.81/123.38	c (111,0) x[16][14] = 19
133.81/123.38	c (111,0) x[16][15] = 21
133.81/123.38	c (111,0) x[16][16] = 26
133.81/123.38	c (111,0) x[16][17] = 8
133.81/123.38	c (111,0) x[16][18] = 4
133.81/123.38	c (111,0) x[16][19] = 2
133.81/123.38	c (111,0) x[16][20] = 13
133.81/123.38	c (111,0) x[16][21] = 14
133.81/123.38	c (111,0) x[16][22] = 0
133.81/123.38	c (111,0) x[16][23] = 27
133.81/123.38	c (111,0) x[16][24] = 1
133.81/123.38	c (111,0) x[16][25] = 15
133.81/123.38	c (111,0) x[16][26] = 16
133.81/123.38	c (111,0) x[16][27] = 7
133.81/123.38	c (111,0) x[16][28] = 24
133.81/123.38	c (111,0) x[16][29] = 22
133.81/123.38	c (111,0) x[17][0] = 13
133.81/123.38	c (111,0) x[17][1] = 24
133.81/123.38	c (111,0) x[17][2] = 7
133.81/123.38	c (111,0) x[17][3] = 5
133.81/123.38	c (111,0) x[17][4] = 0
133.81/123.38	c (111,0) x[17][5] = 22
133.81/123.38	c (111,0) x[17][6] = 29
133.81/123.38	c (111,0) x[17][7] = 15
133.81/123.38	c (111,0) x[17][8] = 16
133.81/123.38	c (111,0) x[17][9] = 3
133.81/123.38	c (111,0) x[17][10] = 27
133.81/123.38	c (111,0) x[17][11] = 12
133.81/123.38	c (111,0) x[17][12] = 20
133.81/123.38	c (111,0) x[17][13] = 9
133.81/123.38	c (111,0) x[17][14] = 1
133.81/123.38	c (111,0) x[17][15] = 17
133.81/123.38	c (111,0) x[17][16] = 14
133.81/123.38	c (111,0) x[17][17] = 25
133.81/123.38	c (111,0) x[17][18] = 18
133.81/123.38	c (111,0) x[17][19] = 11
133.81/123.38	c (111,0) x[17][20] = 10
133.81/123.38	c (111,0) x[17][21] = 19
133.81/123.38	c (111,0) x[17][22] = 8
133.81/123.38	c (111,0) x[17][23] = 23
133.81/123.38	c (111,0) x[17][24] = 26
133.81/123.38	c (111,0) x[17][25] = 6
133.81/123.38	c (111,0) x[17][26] = 4
133.81/123.38	c (111,0) x[17][27] = 21
133.81/123.38	c (111,0) x[17][28] = 28
133.81/123.38	c (111,0) x[17][29] = 2
133.81/123.38	c (111,0) x[18][0] = 26
133.81/123.38	c (111,0) x[18][1] = 4
133.81/123.38	c (111,0) x[18][2] = 2
133.81/123.38	c (111,0) x[18][3] = 6
133.81/123.38	c (111,0) x[18][4] = 20
133.81/123.38	c (111,0) x[18][5] = 28
133.81/123.38	c (111,0) x[18][6] = 21
133.81/123.38	c (111,0) x[18][7] = 22
133.81/123.38	c (111,0) x[18][8] = 18
133.81/123.38	c (111,0) x[18][9] = 27
133.81/123.38	c (111,0) x[18][10] = 8
133.81/123.38	c (111,0) x[18][11] = 10
133.81/123.38	c (111,0) x[18][12] = 16
133.81/123.38	c (111,0) x[18][13] = 17
133.81/123.38	c (111,0) x[18][14] = 3
133.81/123.38	c (111,0) x[18][15] = 1
133.81/123.38	c (111,0) x[18][16] = 25
133.81/123.38	c (111,0) x[18][17] = 7
133.81/123.38	c (111,0) x[18][18] = 12
133.81/123.38	c (111,0) x[18][19] = 19
133.81/123.38	c (111,0) x[18][20] = 15
133.81/123.38	c (111,0) x[18][21] = 5
133.81/123.38	c (111,0) x[18][22] = 24
133.81/123.38	c (111,0) x[18][23] = 29
133.81/123.38	c (111,0) x[18][24] = 11
133.81/123.38	c (111,0) x[18][25] = 14
133.81/123.38	c (111,0) x[18][26] = 9
133.81/123.38	c (111,0) x[18][27] = 23
133.81/123.38	c (111,0) x[18][28] = 13
133.81/123.38	c (111,0) x[18][29] = 0
133.81/123.38	c (111,0) x[19][0] = 9
133.81/123.38	c (111,0) x[19][1] = 6
133.81/123.38	c (111,0) x[19][2] = 4
133.81/123.38	c (111,0) x[19][3] = 16
133.81/123.38	c (111,0) x[19][4] = 27
133.81/123.38	c (111,0) x[19][5] = 15
133.81/123.38	c (111,0) x[19][6] = 7
133.81/123.38	c (111,0) x[19][7] = 21
133.81/123.38	c (111,0) x[19][8] = 28
133.81/123.38	c (111,0) x[19][9] = 8
133.81/123.38	c (111,0) x[19][10] = 0
133.81/123.38	c (111,0) x[19][11] = 5
133.81/123.38	c (111,0) x[19][12] = 10
133.81/123.38	c (111,0) x[19][13] = 26
133.81/123.38	c (111,0) x[19][14] = 17
133.81/123.38	c (111,0) x[19][15] = 18
133.81/123.38	c (111,0) x[19][16] = 24
133.81/123.38	c (111,0) x[19][17] = 2
133.81/123.38	c (111,0) x[19][18] = 20
133.81/123.38	c (111,0) x[19][19] = 29
133.81/123.38	c (111,0) x[19][20] = 3
133.81/123.38	c (111,0) x[19][21] = 12
133.81/123.38	c (111,0) x[19][22] = 23
133.81/123.38	c (111,0) x[19][23] = 13
133.81/123.38	c (111,0) x[19][24] = 19
133.81/123.38	c (111,0) x[19][25] = 11
133.81/123.38	c (111,0) x[19][26] = 22
133.81/123.38	c (111,0) x[19][27] = 1
133.81/123.38	c (111,0) x[19][28] = 25
133.81/123.38	c (111,0) x[19][29] = 14
133.81/123.38	c (111,0) x[20][0] = 11
133.81/123.38	c (111,0) x[20][1] = 22
133.81/123.38	c (111,0) x[20][2] = 17
133.81/123.38	c (111,0) x[20][3] = 12
133.81/123.38	c (111,0) x[20][4] = 5
133.81/123.38	c (111,0) x[20][5] = 13
133.81/123.38	c (111,0) x[20][6] = 3
133.81/123.38	c (111,0) x[20][7] = 29
133.81/123.38	c (111,0) x[20][8] = 27
133.81/123.38	c (111,0) x[20][9] = 20
133.81/123.38	c (111,0) x[20][10] = 4
133.81/123.38	c (111,0) x[20][11] = 25
133.81/123.38	c (111,0) x[20][12] = 14
133.81/123.38	c (111,0) x[20][13] = 8
133.81/123.38	c (111,0) x[20][14] = 24
133.81/123.38	c (111,0) x[20][15] = 19
133.81/123.38	c (111,0) x[20][16] = 7
133.81/123.38	c (111,0) x[20][17] = 21
133.81/123.38	c (111,0) x[20][18] = 26
133.81/123.38	c (111,0) x[20][19] = 16
133.81/123.38	c (111,0) x[20][20] = 1
133.81/123.38	c (111,0) x[20][21] = 2
133.81/123.38	c (111,0) x[20][22] = 6
133.81/123.38	c (111,0) x[20][23] = 9
133.81/123.38	c (111,0) x[20][24] = 0
133.81/123.38	c (111,0) x[20][25] = 10
133.81/123.38	c (111,0) x[20][26] = 28
133.81/123.38	c (111,0) x[20][27] = 18
133.81/123.38	c (111,0) x[20][28] = 23
133.81/123.38	c (111,0) x[20][29] = 15
133.81/123.38	c (111,0) x[21][0] = 1
133.81/123.38	c (111,0) x[21][1] = 23
133.81/123.38	c (111,0) x[21][2] = 13
133.81/123.38	c (111,0) x[21][3] = 3
133.81/123.38	c (111,0) x[21][4] = 2
133.81/123.38	c (111,0) x[21][5] = 27
133.81/123.38	c (111,0) x[21][6] = 5
133.81/123.38	c (111,0) x[21][7] = 16
133.81/123.38	c (111,0) x[21][8] = 4
133.81/123.38	c (111,0) x[21][9] = 25
133.81/123.38	c (111,0) x[21][10] = 26
133.81/123.38	c (111,0) x[21][11] = 11
133.81/123.38	c (111,0) x[21][12] = 18
133.81/123.38	c (111,0) x[21][13] = 19
133.81/123.38	c (111,0) x[21][14] = 8
133.81/123.38	c (111,0) x[21][15] = 29
133.81/123.38	c (111,0) x[21][16] = 12
133.81/123.38	c (111,0) x[21][17] = 9
133.81/123.38	c (111,0) x[21][18] = 10
133.81/123.38	c (111,0) x[21][19] = 20
133.81/123.38	c (111,0) x[21][20] = 0
133.81/123.38	c (111,0) x[21][21] = 15
133.81/123.38	c (111,0) x[21][22] = 17
133.81/123.38	c (111,0) x[21][23] = 24
133.81/123.38	c (111,0) x[21][24] = 6
133.81/123.38	c (111,0) x[21][25] = 7
133.81/123.38	c (111,0) x[21][26] = 14
133.81/123.38	c (111,0) x[21][27] = 22
133.81/123.38	c (111,0) x[21][28] = 21
133.81/123.38	c (111,0) x[21][29] = 28
133.81/123.38	c (111,0) x[22][0] = 4
133.81/123.38	c (111,0) x[22][1] = 15
133.81/123.38	c (111,0) x[22][2] = 29
133.81/123.38	c (111,0) x[22][3] = 7
133.81/123.38	c (111,0) x[22][4] = 12
133.81/123.38	c (111,0) x[22][5] = 18
133.81/123.38	c (111,0) x[22][6] = 17
133.81/123.38	c (111,0) x[22][7] = 1
133.81/123.38	c (111,0) x[22][8] = 26
133.81/123.38	c (111,0) x[22][9] = 28
133.81/123.38	c (111,0) x[22][10] = 16
133.81/123.38	c (111,0) x[22][11] = 8
133.81/123.38	c (111,0) x[22][12] = 19
133.81/123.38	c (111,0) x[22][13] = 24
133.81/123.38	c (111,0) x[22][14] = 6
133.81/123.38	c (111,0) x[22][15] = 27
133.81/123.38	c (111,0) x[22][16] = 10
133.81/123.38	c (111,0) x[22][17] = 0
133.81/123.38	c (111,0) x[22][18] = 11
133.81/123.38	c (111,0) x[22][19] = 21
133.81/123.38	c (111,0) x[22][20] = 2
133.81/123.38	c (111,0) x[22][21] = 23
133.81/123.38	c (111,0) x[22][22] = 14
133.81/123.38	c (111,0) x[22][23] = 3
133.81/123.38	c (111,0) x[22][24] = 5
133.81/123.38	c (111,0) x[22][25] = 20
133.81/123.38	c (111,0) x[22][26] = 13
133.81/123.38	c (111,0) x[22][27] = 9
133.81/123.38	c (111,0) x[22][28] = 22
133.81/123.38	c (111,0) x[22][29] = 25
133.81/123.38	c (111,0) x[23][0] = 19
133.81/123.38	c (111,0) x[23][1] = 5
133.81/123.38	c (111,0) x[23][2] = 16
133.81/123.38	c (111,0) x[23][3] = 18
133.81/123.38	c (111,0) x[23][4] = 7
133.81/123.38	c (111,0) x[23][5] = 24
133.81/123.38	c (111,0) x[23][6] = 4
133.81/123.38	c (111,0) x[23][7] = 26
133.81/123.38	c (111,0) x[23][8] = 1
133.81/123.38	c (111,0) x[23][9] = 0
133.81/123.38	c (111,0) x[23][10] = 17
133.81/123.38	c (111,0) x[23][11] = 14
133.81/123.38	c (111,0) x[23][12] = 9
133.81/123.38	c (111,0) x[23][13] = 6
133.81/123.38	c (111,0) x[23][14] = 25
133.81/123.38	c (111,0) x[23][15] = 23
133.81/123.38	c (111,0) x[23][16] = 13
133.81/123.38	c (111,0) x[23][17] = 12
133.81/123.38	c (111,0) x[23][18] = 8
133.81/123.38	c (111,0) x[23][19] = 15
133.81/123.38	c (111,0) x[23][20] = 11
133.81/123.38	c (111,0) x[23][21] = 10
133.81/123.38	c (111,0) x[23][22] = 29
133.81/123.38	c (111,0) x[23][23] = 28
133.81/123.38	c (111,0) x[23][24] = 3
133.81/123.38	c (111,0) x[23][25] = 22
133.81/123.38	c (111,0) x[23][26] = 21
133.81/123.38	c (111,0) x[23][27] = 27
133.81/123.38	c (111,0) x[23][28] = 2
133.81/123.38	c (111,0) x[23][29] = 20
133.81/123.38	c (111,0) x[24][0] = 27
133.81/123.38	c (111,0) x[24][1] = 28
133.81/123.38	c (111,0) x[24][2] = 6
133.81/123.38	c (111,0) x[24][3] = 26
133.81/123.38	c (111,0) x[24][4] = 9
133.81/123.38	c (111,0) x[24][5] = 1
133.81/123.38	c (111,0) x[24][6] = 22
133.81/123.38	c (111,0) x[24][7] = 25
133.81/123.38	c (111,0) x[24][8] = 21
133.81/123.38	c (111,0) x[24][9] = 14
133.81/123.38	c (111,0) x[24][10] = 3
133.81/123.38	c (111,0) x[24][11] = 13
133.81/123.38	c (111,0) x[24][12] = 5
133.81/123.38	c (111,0) x[24][13] = 29
133.81/123.38	c (111,0) x[24][14] = 2
133.81/123.38	c (111,0) x[24][15] = 20
133.81/123.38	c (111,0) x[24][16] = 4
133.81/123.38	c (111,0) x[24][17] = 18
133.81/123.38	c (111,0) x[24][18] = 0
133.81/123.38	c (111,0) x[24][19] = 17
133.81/123.38	c (111,0) x[24][20] = 7
133.81/123.38	c (111,0) x[24][21] = 11
133.81/123.38	c (111,0) x[24][22] = 16
133.81/123.38	c (111,0) x[24][23] = 12
133.81/123.38	c (111,0) x[24][24] = 15
133.81/123.38	c (111,0) x[24][25] = 8
133.81/123.38	c (111,0) x[24][26] = 24
133.81/123.38	c (111,0) x[24][27] = 19
133.81/123.38	c (111,0) x[24][28] = 10
133.81/123.38	c (111,0) x[24][29] = 23
133.81/123.38	c (111,0) x[25][0] = 16
133.81/123.38	c (111,0) x[25][1] = 20
133.81/123.38	c (111,0) x[25][2] = 21
133.81/123.38	c (111,0) x[25][3] = 19
133.81/123.38	c (111,0) x[25][4] = 23
133.81/123.38	c (111,0) x[25][5] = 17
133.81/123.38	c (111,0) x[25][6] = 28
133.81/123.38	c (111,0) x[25][7] = 7
133.81/123.38	c (111,0) x[25][8] = 3
133.81/123.38	c (111,0) x[25][9] = 10
133.81/123.38	c (111,0) x[25][10] = 18
133.81/123.38	c (111,0) x[25][11] = 29
133.81/123.38	c (111,0) x[25][12] = 1
133.81/123.38	c (111,0) x[25][13] = 13
133.81/123.38	c (111,0) x[25][14] = 12
133.81/123.38	c (111,0) x[25][15] = 26
133.81/123.38	c (111,0) x[25][16] = 0
133.81/123.38	c (111,0) x[25][17] = 11
133.81/123.38	c (111,0) x[25][18] = 5
133.81/123.38	c (111,0) x[25][19] = 6
133.81/123.38	c (111,0) x[25][20] = 27
133.81/123.38	c (111,0) x[25][21] = 9
133.81/123.38	c (111,0) x[25][22] = 15
133.81/123.38	c (111,0) x[25][23] = 4
133.81/123.38	c (111,0) x[25][24] = 22
133.81/123.38	c (111,0) x[25][25] = 2
133.81/123.38	c (111,0) x[25][26] = 25
133.81/123.38	c (111,0) x[25][27] = 8
133.81/123.38	c (111,0) x[25][28] = 14
133.81/123.38	c (111,0) x[25][29] = 24
133.81/123.38	c (111,0) x[26][0] = 0
133.81/123.38	c (111,0) x[26][1] = 9
133.81/123.38	c (111,0) x[26][2] = 5
133.81/123.38	c (111,0) x[26][3] = 15
133.81/123.38	c (111,0) x[26][4] = 1
133.81/123.38	c (111,0) x[26][5] = 12
133.81/123.38	c (111,0) x[26][6] = 16
133.81/123.38	c (111,0) x[26][7] = 27
133.81/123.38	c (111,0) x[26][8] = 10
133.81/123.38	c (111,0) x[26][9] = 26
133.81/123.38	c (111,0) x[26][10] = 2
133.81/123.38	c (111,0) x[26][11] = 4
133.81/123.38	c (111,0) x[26][12] = 3
133.81/123.38	c (111,0) x[26][13] = 14
133.81/123.38	c (111,0) x[26][14] = 28
133.81/123.38	c (111,0) x[26][15] = 11
133.81/123.38	c (111,0) x[26][16] = 22
133.81/123.38	c (111,0) x[26][17] = 19
133.81/123.38	c (111,0) x[26][18] = 21
133.81/123.38	c (111,0) x[26][19] = 8
133.81/123.38	c (111,0) x[26][20] = 23
133.81/123.38	c (111,0) x[26][21] = 18
133.81/123.38	c (111,0) x[26][22] = 7
133.81/123.38	c (111,0) x[26][23] = 25
133.81/123.38	c (111,0) x[26][24] = 24
133.81/123.38	c (111,0) x[26][25] = 17
133.81/123.38	c (111,0) x[26][26] = 20
133.81/123.38	c (111,0) x[26][27] = 13
133.81/123.38	c (111,0) x[26][28] = 6
133.81/123.38	c (111,0) x[26][29] = 29
133.81/123.38	c (111,0) x[27][0] = 22
133.81/123.38	c (111,0) x[27][1] = 18
133.81/123.38	c (111,0) x[27][2] = 3
133.81/123.38	c (111,0) x[27][3] = 25
133.81/123.38	c (111,0) x[27][4] = 17
133.81/123.38	c (111,0) x[27][5] = 26
133.81/123.38	c (111,0) x[27][6] = 2
133.81/123.38	c (111,0) x[27][7] = 4
133.81/123.38	c (111,0) x[27][8] = 11
133.81/123.38	c (111,0) x[27][9] = 24
133.81/123.38	c (111,0) x[27][10] = 9
133.81/123.38	c (111,0) x[27][11] = 19
133.81/123.38	c (111,0) x[27][12] = 28
133.81/123.38	c (111,0) x[27][13] = 15
133.81/123.38	c (111,0) x[27][14] = 10
133.81/123.38	c (111,0) x[27][15] = 8
133.81/123.38	c (111,0) x[27][16] = 5
133.81/123.38	c (111,0) x[27][17] = 14
133.81/123.38	c (111,0) x[27][18] = 13
133.81/123.38	c (111,0) x[27][19] = 0
133.81/123.38	c (111,0) x[27][20] = 6
133.81/123.38	c (111,0) x[27][21] = 16
133.81/123.38	c (111,0) x[27][22] = 27
133.81/123.38	c (111,0) x[27][23] = 1
133.81/123.38	c (111,0) x[27][24] = 20
133.81/123.38	c (111,0) x[27][25] = 29
133.81/123.38	c (111,0) x[27][26] = 23
133.81/123.38	c (111,0) x[27][27] = 12
133.81/123.38	c (111,0) x[27][28] = 7
133.81/123.38	c (111,0) x[27][29] = 21
133.81/123.38	c (111,0) x[28][0] = 5
133.81/123.38	c (111,0) x[28][1] = 27
133.81/123.38	c (111,0) x[28][2] = 22
133.81/123.38	c (111,0) x[28][3] = 4
133.81/123.38	c (111,0) x[28][4] = 15
133.81/123.38	c (111,0) x[28][5] = 19
133.81/123.38	c (111,0) x[28][6] = 20
133.81/123.38	c (111,0) x[28][7] = 14
133.81/123.38	c (111,0) x[28][8] = 7
133.81/123.38	c (111,0) x[28][9] = 16
133.81/123.38	c (111,0) x[28][10] = 24
133.81/123.38	c (111,0) x[28][11] = 0
133.81/123.38	c (111,0) x[28][12] = 21
133.81/123.38	c (111,0) x[28][13] = 12
133.81/123.38	c (111,0) x[28][14] = 11
133.81/123.38	c (111,0) x[28][15] = 13
133.81/123.38	c (111,0) x[28][16] = 9
133.81/123.38	c (111,0) x[28][17] = 1
133.81/123.38	c (111,0) x[28][18] = 29
133.81/123.38	c (111,0) x[28][19] = 10
133.81/123.38	c (111,0) x[28][20] = 25
133.81/123.38	c (111,0) x[28][21] = 17
133.81/123.38	c (111,0) x[28][22] = 26
133.81/123.38	c (111,0) x[28][23] = 18
133.81/123.38	c (111,0) x[28][24] = 8
133.81/123.38	c (111,0) x[28][25] = 23
133.81/123.38	c (111,0) x[28][26] = 2
133.81/123.38	c (111,0) x[28][27] = 28
133.81/123.38	c (111,0) x[28][28] = 3
133.81/123.38	c (111,0) x[28][29] = 6
133.81/123.38	c (111,0) x[29][0] = 25
133.81/123.38	c (111,0) x[29][1] = 12
133.81/123.38	c (111,0) x[29][2] = 19
133.81/123.38	c (111,0) x[29][3] = 21
133.81/123.38	c (111,0) x[29][4] = 28
133.81/123.38	c (111,0) x[29][5] = 7
133.81/123.38	c (111,0) x[29][6] = 0
133.81/123.38	c (111,0) x[29][7] = 11
133.81/123.38	c (111,0) x[29][8] = 20
133.81/123.38	c (111,0) x[29][9] = 13
133.81/123.38	c (111,0) x[29][10] = 23
133.81/123.38	c (111,0) x[29][11] = 17
133.81/123.38	c (111,0) x[29][12] = 24
133.81/123.38	c (111,0) x[29][13] = 3
133.81/123.38	c (111,0) x[29][14] = 15
133.81/123.38	c (111,0) x[29][15] = 22
133.81/123.38	c (111,0) x[29][16] = 8
133.81/123.38	c (111,0) x[29][17] = 10
133.81/123.38	c (111,0) x[29][18] = 9
133.81/123.38	c (111,0) x[29][19] = 14
133.81/123.38	c (111,0) x[29][20] = 18
133.81/123.38	c (111,0) x[29][21] = 29
133.81/123.38	c (111,0) x[29][22] = 2
133.81/123.38	c (111,0) x[29][23] = 6
133.81/123.38	c (111,0) x[29][24] = 4
133.81/123.38	c (111,0) x[29][25] = 5
133.81/123.38	c (111,0) x[29][26] = 27
133.81/123.38	c (111,0) x[29][27] = 26
133.81/123.38	c (111,0) x[29][28] = 16
133.81/123.38	c (111,0) x[29][29] = 1
133.81/123.38	s SATISFIABLE
133.81/123.38	v <instantiation>
133.81/123.38	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[3][27] x[3][28] x[3][29] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] x[4][26] x[4][27] x[4][28] x[4][29] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24] x[5][25] x[5][26] x[5][27] x[5][28] x[5][29] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[6][17] x[6][18] x[6][19] x[6][20] x[6][21] x[6][22] x[6][23] x[6][24] x[6][25] x[6][26] x[6][27] x[6][28] x[6][29] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[7][17] x[7][18] x[7][19] x[7][20] x[7][21] x[7][22] x[7][23] x[7][24] x[7][25] x[7][26] x[7][27] x[7][28] x[7][29] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][17] x[8][18] x[8][19] x[8][20] x[8][21] x[8][22] x[8][23] x[8][24] x[8][25] x[8][26] x[8][27] x[8][28] x[8][29] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[9][17] x[9][18] x[9][19] x[9][20] x[9][21] x[9][22] x[9][23] x[9][24] x[9][25] x[9][26] x[9][27] x[9][28] x[9][29] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[10][16] x[10][17] x[10][18] x[10][19] x[10][20] x[10][21] x[10][22] x[10][23] x[10][24] x[10][25] x[10][26] x[10][27] x[10][28] x[10][29] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[11][16] x[11][17] x[11][18] x[11][19] x[11][20] x[11][21] x[11][22] x[11][23] x[11][24] x[11][25] x[11][26] x[11][27] x[11][28] x[11][29] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[12][16] x[12][17] x[12][18] x[12][19] x[12][20] x[12][21] x[12][22] x[12][23] x[12][24] x[12][25] x[12][26] x[12][27] x[12][28] x[12][29] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[13][16] x[13][17] x[13][18] x[13][19] x[13][20] x[13][21] x[13][22] x[13][23] x[13][24] x[13][25] x[13][26] x[13][27] x[13][28] x[13][29] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[14][16] x[14][17] x[14][18] x[14][19] x[14][20] x[14][21] x[14][22] x[14][23] x[14][24] x[14][25] x[14][26] x[14][27] x[14][28] x[14][29] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] x[15][16] x[15][17] x[15][18] x[15][19] x[15][20] x[15][21] x[15][22] x[15][23] x[15][24] x[15][25] x[15][26] x[15][27] x[15][28] x[15][29] x[16][0] x[16][1] x[16][2] x[16][3] x[16][4] x[16][5] x[16][6] x[16][7] x[16][8] x[16][9] x[16][10] x[16][11] x[16][12] x[16][13] x[16][14] x[16][15] x[16][16] x[16][17] x[16][18] x[16][19] x[16][20] x[16][21] x[16][22] x[16][23] x[16][24] x[16][25] x[16][26] x[16][27] x[16][28] x[16][29] x[17][0] x[17][1] x[17][2] x[17][3] x[17][4] x[17][5] x[17][6] x[17][7] x[17][8] x[17][9] x[17][10] x[17][11] x[17][12] x[17][13] x[17][14] x[17][15] x[17][16] x[17][17] x[17][18] x[17][19] x[17][20] x[17][21] x[17][22] x[17][23] x[17][24] x[17][25] x[17][26] x[17][27] x[17][28] x[17][29] x[18][0] x[18][1] x[18][2] x[18][3] x[18][4] x[18][5] x[18][6] x[18][7] x[18][8] x[18][9] x[18][10] x[18][11] x[18][12] x[18][13] x[18][14] x[18][15] x[18][16] x[18][17] x[18][18] x[18][19] x[18][20] x[18][21] x[18][22] x[18][23] x[18][24] x[18][25] x[18][26] x[18][27] x[18][28] x[18][29] x[19][0] x[19][1] x[19][2] x[19][3] x[19][4] x[19][5] x[19][6] x[19][7] x[19][8] x[19][9] x[19][10] x[19][11] x[19][12] x[19][13] x[19][14] x[19][15] x[19][16] x[19][17] x[19][18] x[19][19] x[19][20] x[19][21] x[19][22] x[19][23] x[19][24] x[19][25] x[19][26] x[19][27] x[19][28] x[19][29] x[20][0] x[20][1] x[20][2] x[20][3] x[20][4] x[20][5] x[20][6] x[20][7] x[20][8] x[20][9] x[20][10] x[20][11] x[20][12] x[20][13] x[20][14] x[20][15] x[20][16] x[20][17] x[20][18] x[20][19] x[20][20] x[20][21] x[20][22] x[20][23] x[20][24] x[20][25] x[20][26] x[20][27] x[20][28] x[20][29] x[21][0] x[21][1] x[21][2] x[21][3] x[21][4] x[21][5] x[21][6] x[21][7] x[21][8] x[21][9] x[21][10] x[21][11] x[21][12] x[21][13] x[21][14] x[21][15] x[21][16] x[21][17] x[21][18] x[21][19] x[21][20] x[21][21] x[21][22] x[21][23] x[21][24] x[21][25] x[21][26] x[21][27] x[21][28] x[21][29] x[22][0] x[22][1] x[22][2] x[22][3] x[22][4] x[22][5] x[22][6] x[22][7] x[22][8] x[22][9] x[22][10] x[22][11] x[22][12] x[22][13] x[22][14] x[22][15] x[22][16] x[22][17] x[22][18] x[22][19] x[22][20] x[22][21] x[22][22] x[22][23] x[22][24] x[22][25] x[22][26] x[22][27] x[22][28] x[22][29] x[23][0] x[23][1] x[23][2] x[23][3] x[23][4] x[23][5] x[23][6] x[23][7] x[23][8] x[23][9] x[23][10] x[23][11] x[23][12] x[23][13] x[23][14] x[23][15] x[23][16] x[23][17] x[23][18] x[23][19] x[23][20] x[23][21] x[23][22] x[23][23] x[23][24] x[23][25] x[23][26] x[23][27] x[23][28] x[23][29] x[24][0] x[24][1] x[24][2] x[24][3] x[24][4] x[24][5] x[24][6] x[24][7] x[24][8] x[24][9] x[24][10] x[24][11] x[24][12] x[24][13] x[24][14] x[24][15] x[24][16] x[24][17] x[24][18] x[24][19] x[24][20] x[24][21] x[24][22] x[24][23] x[24][24] x[24][25] x[24][26] x[24][27] x[24][28] x[24][29] x[25][0] x[25][1] x[25][2] x[25][3] x[25][4] x[25][5] x[25][6] x[25][7] x[25][8] x[25][9] x[25][10] x[25][11] x[25][12] x[25][13] x[25][14] x[25][15] x[25][16] x[25][17] x[25][18] x[25][19] x[25][20] x[25][21] x[25][22] x[25][23] x[25][24] x[25][25] x[25][26] x[25][27] x[25][28] x[25][29] x[26][0] x[26][1] x[26][2] x[26][3] x[26][4] x[26][5] x[26][6] x[26][7] x[26][8] x[26][9] x[26][10] x[26][11] x[26][12] x[26][13] x[26][14] x[26][15] x[26][16] x[26][17] x[26][18] x[26][19] x[26][20] x[26][21] x[26][22] x[26][23] x[26][24] x[26][25] x[26][26] x[26][27] x[26][28] x[26][29] x[27][0] x[27][1] x[27][2] x[27][3] x[27][4] x[27][5] x[27][6] x[27][7] x[27][8] x[27][9] x[27][10] x[27][11] x[27][12] x[27][13] x[27][14] x[27][15] x[27][16] x[27][17] x[27][18] x[27][19] x[27][20] x[27][21] x[27][22] x[27][23] x[27][24] x[27][25] x[27][26] x[27][27] x[27][28] x[27][29] x[28][0] x[28][1] x[28][2] x[28][3] x[28][4] x[28][5] x[28][6] x[28][7] x[28][8] x[28][9] x[28][10] x[28][11] x[28][12] x[28][13] x[28][14] x[28][15] x[28][16] x[28][17] x[28][18] x[28][19] x[28][20] x[28][21] x[28][22] x[28][23] x[28][24] x[28][25] x[28][26] x[28][27] x[28][28] x[28][29] x[29][0] x[29][1] x[29][2] x[29][3] x[29][4] x[29][5] x[29][6] x[29][7] x[29][8] x[29][9] x[29][10] x[29][11] x[29][12] x[29][13] x[29][14] x[29][15] x[29][16] x[29][17] x[29][18] x[29][19] x[29][20] x[29][21] x[29][22] x[29][23] x[29][24] x[29][25] x[29][26] x[29][27] x[29][28] x[29][29]</list>
133.81/123.38	v     <values>24 17 9 1 25 21 8 10 15 5 11 7 29 2 23 4 20 6 3 22 19 28 13 0 27 18 12 14 26 16 17 11 27 13 6 2 18 12 23 4 5 24 26 28 0 14 3 16 15 7 9 25 22 19 29 21 10 20 1 8 6 1 25 24 16 14 27 18 19 12 21 20 23 0 22 10 15 26 17 9 28 4 5 7 2 3 29 11 8 13 23 16 24 8 29 3 25 9 12 11 22 27 6 1 26 28 2 5 14 13 4 7 10 21 18 0 15 17 20 19 29 7 15 28 22 10 19 5 8 2 13 3 25 23 4 0 11 20 1 24 26 21 12 17 14 9 6 16 27 18 8 19 10 2 13 20 23 17 22 21 14 15 0 4 29 9 18 3 25 1 24 27 28 16 7 12 26 6 11 5 28 3 8 0 19 29 14 23 25 9 12 26 15 20 21 7 27 17 2 18 16 6 1 22 13 24 11 10 5 4 20 10 28 17 26 6 24 0 29 19 7 2 8 18 27 16 23 15 22 5 21 13 11 14 25 1 3 4 12 9 7 2 14 20 18 8 12 6 0 17 15 23 22 25 9 5 28 13 16 26 29 3 21 11 10 4 1 24 19 27 3 26 23 10 24 25 11 19 14 18 29 6 2 21 13 15 1 27 28 12 17 22 4 20 9 16 8 5 0 7 21 0 20 11 14 4 6 8 13 23 25 18 27 22 7 2 17 24 19 3 12 1 9 26 16 28 5 29 15 10 2 29 1 14 11 9 26 13 24 15 10 21 12 7 5 6 16 28 23 27 22 20 18 8 17 25 19 0 4 3 18 14 0 22 21 23 15 24 5 1 6 16 7 10 20 12 19 29 27 4 8 26 25 2 28 13 17 3 9 11 14 13 11 9 8 16 1 20 2 6 19 22 4 27 18 25 29 23 24 28 5 0 3 10 21 26 7 15 17 12 10 21 12 27 3 0 13 28 17 22 1 9 11 5 16 24 6 4 7 25 14 8 20 15 23 19 18 2 29 26 15 8 26 29 4 11 10 2 9 7 28 1 13 16 14 3 21 22 6 23 20 24 19 5 12 27 0 25 18 17 12 25 18 23 10 5 9 3 6 29 20 28 17 11 19 21 26 8 4 2 13 14 0 27 1 15 16 7 24 22 13 24 7 5 0 22 29 15 16 3 27 12 20 9 1 17 14 25 18 11 10 19 8 23 26 6 4 21 28 2 26 4 2 6 20 28 21 22 18 27 8 10 16 17 3 1 25 7 12 19 15 5 24 29 11 14 9 23 13 0 9 6 4 16 27 15 7 21 28 8 0 5 10 26 17 18 24 2 20 29 3 12 23 13 19 11 22 1 25 14 11 22 17 12 5 13 3 29 27 20 4 25 14 8 24 19 7 21 26 16 1 2 6 9 0 10 28 18 23 15 1 23 13 3 2 27 5 16 4 25 26 11 18 19 8 29 12 9 10 20 0 15 17 24 6 7 14 22 21 28 4 15 29 7 12 18 17 1 26 28 16 8 19 24 6 27 10 0 11 21 2 23 14 3 5 20 13 9 22 25 19 5 16 18 7 24 4 26 1 0 17 14 9 6 25 23 13 12 8 15 11 10 29 28 3 22 21 27 2 20 27 28 6 26 9 1 22 25 21 14 3 13 5 29 2 20 4 18 0 17 7 11 16 12 15 8 24 19 10 23 16 20 21 19 23 17 28 7 3 10 18 29 1 13 12 26 0 11 5 6 27 9 15 4 22 2 25 8 14 24 0 9 5 15 1 12 16 27 10 26 2 4 3 14 28 11 22 19 21 8 23 18 7 25 24 17 20 13 6 29 22 18 3 25 17 26 2 4 11 24 9 19 28 15 10 8 5 14 13 0 6 16 27 1 20 29 23 12 7 21 5 27 22 4 15 19 20 14 7 16 24 0 21 12 11 13 9 1 29 10 25 17 26 18 8 23 2 28 3 6 25 12 19 21 28 7 0 11 20 13 23 17 24 3 15 22 8 10 9 14 18 29 2 6 4 5 27 26 16 1</values>
133.81/123.38	v </instantiation>
133.81/123.38	c (111,0) Show results End
133.81/123.38	c (111,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 19 MiB used (max 0 MiB)
133.81/123.38	c (111,0) 111,111,STOP-AFTER(ALL)
133.81/123.38	c END-Prog: Thu Sep 12 16:19:22 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 (15389 MiB free)
  memory of node 1: 16384 MiB (15482 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4388283-1568297883/watcher-4388283-1568297883 -o /tmp/evaluation-result-4388283-1568297883/solver-4388283-1568297883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6430 --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-4388283-1568297883.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=10783, runsolver pid=10780

[startup+0.100163 s]*
/proc/loadavg: 2.52 3.14 2.80 3/235 10800
/proc/meminfo: memFree=31554324/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 406039792 115843072 349 33554432000 4194304 5098028 140724995170528 140724995167784 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 349 296 221 0 87 0
[pid=10786] ppid=10783 vsize=15013720 memory=72100 CPUtime=0.11 cores=0,2,4,6
/proc/10786/stat : 10786 (java) S 10783 10783 5522 0 -1 1077944320 7320 0 0 0 9 2 0 0 20 0 15 0 406039792 15374049280 18025 33554432000 4194304 4196468 140720533892064 140720533874608 140359090355959 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
/proc/10786/statm: 3753430 18025 2917 1 0 3715835 0
[pid=10786/tid=10787] ppid=10783 vsize=15014680 memory=-7828588039587137883 CPUtime=0.09 cores=0,2,4,6
/proc/10786/task/10787/stat : 10787 (java) R 10783 10783 5522 0 -1 4202560 5282 0 0 0 7 2 0 0 20 0 15 0 406039793 15375032320 18289 33554432000 4194304 4196468 140720533892064 140359062140208 140359083035677 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10788] ppid=10783 vsize=15014680 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10788/stat : 10788 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15375032320 18289 33554432000 4194304 4196468 140720533892064 140359094598544 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10789] ppid=10783 vsize=15014680 memory=140500737595008 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10789/stat : 10789 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15375032320 18289 33554432000 4194304 4196468 140720533892064 140358550805264 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10790] ppid=10783 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10790/stat : 10790 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15376699392 18289 33554432000 4194304 4196468 140720533892064 140358549752976 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10791] ppid=10783 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10791/stat : 10791 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039794 15376699392 18289 33554432000 4194304 4196468 140720533892064 140358548700176 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10792] ppid=10783 vsize=15016308 memory=140500737595008 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10792/stat : 10792 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039795 15376699392 18289 33554432000 4194304 4196468 140720533892064 140358429153392 140359090367106 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10793] ppid=10783 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10793/stat : 10793 (java) S 10783 10783 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 406039796 15376699392 18289 33554432000 4194304 4196468 140720533892064 140357685732128 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10794] ppid=10783 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10794/stat : 10794 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039796 15376699392 18289 33554432000 4194304 4196468 140720533892064 140357450851440 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10795] ppid=10783 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10795/stat : 10795 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15376699392 18355 33554432000 4194304 4196468 140720533892064 140357076342864 140359090374555 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10796] ppid=10783 vsize=15016308 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10796/stat : 10796 (java) S 10783 10783 5522 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 406039799 15376699392 18355 33554432000 4194304 4196468 140720533892064 140358428101232 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10797] ppid=10783 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10797/stat : 10797 (java) S 10783 10783 5522 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 406039799 15376699392 18355 33554432000 4194304 4196468 140720533892064 140358427048432 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10798] ppid=10783 vsize=15016308 memory=140500737595008 CPUtime=0.01 cores=0,2,4,6
/proc/10786/task/10798/stat : 10798 (java) S 10783 10783 5522 0 -1 1077944384 517 0 0 0 1 0 0 0 20 0 15 0 406039799 15376699392 18355 33554432000 4194304 4196468 140720533892064 140358425996144 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10799] ppid=10783 vsize=15016308 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10799/stat : 10799 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15376699392 18421 33554432000 4194304 4196468 140720533892064 140356578438112 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10800] ppid=10783 vsize=15016308 memory=140500737595008 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10800/stat : 10800 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039799 15376699392 18421 33554432000 4194304 4196468 140720533892064 140358424943024 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15126848 KiB
Current children cumulated memory: 73496 KiB

[startup+0.211201 s]*
/proc/loadavg: 2.52 3.14 2.80 3/235 10800
/proc/meminfo: memFree=31537656/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 406039792 115843072 349 33554432000 4194304 5098028 140724995170528 140724995167784 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 349 296 221 0 87 0
[pid=10786] ppid=10783 vsize=15012696 memory=84004 CPUtime=0.25 cores=0,2,4,6
/proc/10786/stat : 10786 (java) S 10783 10783 5522 0 -1 1077944320 11603 0 0 0 22 3 0 0 20 0 15 0 406039792 15373000704 21001 33554432000 4194304 4196468 140720533892064 140720533874608 140359090355959 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
/proc/10786/statm: 3753174 21001 2920 1 0 3715579 0
[pid=10786/tid=10787] ppid=10783 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/10786/task/10787/stat : 10787 (java) R 10783 10783 5522 0 -1 4202560 9263 0 0 0 17 3 0 0 20 0 15 0 406039793 15373000704 21066 33554432000 4194304 4196468 140720533892064 140359062180272 140359074436446 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10788] ppid=10783 vsize=15012696 memory=365 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10788/stat : 10788 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 21066 33554432000 4194304 4196468 140720533892064 140359094598544 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10789] ppid=10783 vsize=15012696 memory=140500740527696 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10789/stat : 10789 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358550805264 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10790] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10790/stat : 10790 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358549752976 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10791] ppid=10783 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10791/stat : 10791 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358548700176 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10792] ppid=10783 vsize=15012696 memory=140500737595008 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10792/stat : 10792 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039795 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358429153392 140359090367106 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10793] ppid=10783 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10793/stat : 10793 (java) S 10783 10783 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 406039796 15373000704 21066 33554432000 4194304 4196468 140720533892064 140357685732128 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10794] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10794/stat : 10794 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039796 15373000704 21066 33554432000 4194304 4196468 140720533892064 140357450851440 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10795] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10795/stat : 10795 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 21066 33554432000 4194304 4196468 140720533892064 140357076342864 140359090374555 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10796] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10796/stat : 10796 (java) S 10783 10783 5522 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358428101232 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10797] ppid=10783 vsize=15012696 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10786/task/10797/stat : 10797 (java) S 10783 10783 5522 0 -1 1077944384 450 0 0 0 1 0 0 0 20 0 15 0 406039799 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358427048432 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10798] ppid=10783 vsize=15012696 memory=140500737595008 CPUtime=0.03 cores=0,2,4,6
/proc/10786/task/10798/stat : 10798 (java) S 10783 10783 5522 0 -1 1077944384 561 0 0 0 3 0 0 0 20 0 15 0 406039799 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358425996144 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10799] ppid=10783 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10799/stat : 10799 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 21066 33554432000 4194304 4196468 140720533892064 140356578438112 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10800] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10800/stat : 10800 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 21066 33554432000 4194304 4196468 140720533892064 140358424943024 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 85400 KiB

[startup+0.310596 s]*
/proc/loadavg: 2.52 3.14 2.80 4/235 10800
/proc/meminfo: memFree=31534220/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 406039792 115843072 349 33554432000 4194304 5098028 140724995170528 140724995167784 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 349 296 221 0 87 0
[pid=10786] ppid=10783 vsize=15012696 memory=88896 CPUtime=0.43 cores=0,2,4,6
/proc/10786/stat : 10786 (java) S 10783 10783 5522 0 -1 1077944320 12762 0 0 0 39 4 0 0 20 0 15 0 406039792 15373000704 22224 33554432000 4194304 4196468 140720533892064 140720533874608 140359090355959 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
/proc/10786/statm: 3753174 22224 3062 1 0 3715579 0
[pid=10786/tid=10787] ppid=10783 vsize=15012696 memory=7022364632946311227 CPUtime=0.3 cores=0,2,4,6
/proc/10786/task/10787/stat : 10787 (java) R 10783 10783 5522 0 -1 4202560 10096 0 0 0 27 3 0 0 20 0 15 0 406039793 15373000704 22224 33554432000 4194304 4196468 140720533892064 140359062138976 140359075521545 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10788] ppid=10783 vsize=15012696 memory=288230609019732336 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10788/stat : 10788 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 22224 33554432000 4194304 4196468 140720533892064 140359094598544 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10789] ppid=10783 vsize=15012696 memory=2949540 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10789/stat : 10789 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358550805264 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10790] ppid=10783 vsize=15012696 memory=281001188424048 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10790/stat : 10790 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358549752976 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10791] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10791/stat : 10791 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039794 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358548700176 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10792] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10792/stat : 10792 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039795 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358429153392 140359090367106 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10793] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10793/stat : 10793 (java) S 10783 10783 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 406039796 15373000704 22224 33554432000 4194304 4196468 140720533892064 140357685732128 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10794] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10794/stat : 10794 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039796 15373000704 22224 33554432000 4194304 4196468 140720533892064 140357450851440 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10795] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10795/stat : 10795 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 22224 33554432000 4194304 4196468 140720533892064 140357076342864 140359090374555 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10796] ppid=10783 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10786/task/10796/stat : 10796 (java) S 10783 10783 5522 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 15 0 406039799 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358428101232 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10797] ppid=10783 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10786/task/10797/stat : 10797 (java) S 10783 10783 5522 0 -1 1077944384 529 0 0 0 2 0 0 0 20 0 15 0 406039799 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358427048432 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10798] ppid=10783 vsize=15012696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10786/task/10798/stat : 10798 (java) S 10783 10783 5522 0 -1 1077944384 678 0 0 0 7 0 0 0 20 0 15 0 406039799 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358425996144 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10799] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10799/stat : 10799 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 22224 33554432000 4194304 4196468 140720533892064 140356578438112 140359090366165 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10800] ppid=10783 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10800/stat : 10800 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039799 15373000704 22224 33554432000 4194304 4196468 140720533892064 140358424943024 140359090367106 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90292 KiB

[startup+0.700757 s]
/proc/loadavg: 2.52 3.14 2.80 3/235 10800
/proc/meminfo: memFree=31510416/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 406039792 115843072 349 33554432000 4194304 5098028 140724995170528 140724995167784 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 349 296 221 0 87 0
[pid=10786] ppid=10783 vsize=15021092 memory=128920 CPUtime=0.97 cores=0,2,4,6
/proc/10786/stat : 10786 (java) S 10783 10783 5522 0 -1 1077944320 20511 0 0 0 91 6 0 0 20 0 15 0 406039792 15381598208 32230 33554432000 4194304 4196468 140720533892064 140720533874608 140359090355959 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
/proc/10786/statm: 3755273 32230 3201 1 0 3716603 0
[pid=10786/tid=10787] ppid=10783 vsize=15021092 memory=1781740340481 CPUtime=0.68 cores=0,2,4,6
/proc/10786/task/10787/stat : 10787 (java) R 10783 10783 5522 0 -1 4202560 17347 0 0 0 63 5 0 0 20 0 15 0 406039793 15381598208 32230 33554432000 4194304 4196468 140720533892064 140359062187696 140359074436446 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10788] ppid=10783 vsize=15021092 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10788/stat : 10788 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15381598208 32230 33554432000 4194304 4196468 140720533892064 140359094598544 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10789] ppid=10783 vsize=15021092 memory=8556 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10789/stat : 10789 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358550805264 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10790] ppid=10783 vsize=15021092 memory=1052 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10790/stat : 10790 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039794 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358549752976 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10791] ppid=10783 vsize=15021092 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10791/stat : 10791 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 406039794 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358548700176 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10792] ppid=10783 vsize=15021092 memory=3440 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10792/stat : 10792 (java) S 10783 10783 5522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 406039795 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358429153392 140359090367106 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10793] ppid=10783 vsize=15021092 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10793/stat : 10793 (java) S 10783 10783 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 406039796 15381598208 32230 33554432000 4194304 4196468 140720533892064 140357685732128 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10794] ppid=10783 vsize=15021092 memory=5896 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10794/stat : 10794 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039796 15381598208 32230 33554432000 4194304 4196468 140720533892064 140357450851440 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10795] ppid=10783 vsize=15021092 memory=664 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10795/stat : 10795 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15381598208 32230 33554432000 4194304 4196468 140720533892064 140357076342864 140359090374555 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10796] ppid=10783 vsize=15021092 memory=1156 CPUtime=0.07 cores=0,2,4,6
/proc/10786/task/10796/stat : 10796 (java) S 10783 10783 5522 0 -1 1077944384 364 0 0 0 7 0 0 0 20 0 15 0 406039799 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358428101232 140359090367106 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10797] ppid=10783 vsize=15021092 memory=1000 CPUtime=0.06 cores=0,2,4,6
/proc/10786/task/10797/stat : 10797 (java) S 10783 10783 5522 0 -1 1077944384 632 0 0 0 6 0 0 0 20 0 15 0 406039799 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358427048432 140359090367106 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10798] ppid=10783 vsize=15021092 memory=14008 CPUtime=0.14 cores=0,2,4,6
/proc/10786/task/10798/stat : 10798 (java) S 10783 10783 5522 0 -1 1077944384 834 0 0 0 14 0 0 0 20 0 15 0 406039799 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358425996144 140359090367106 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10799] ppid=10783 vsize=15021092 memory=4924 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10799/stat : 10799 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 406039799 15381598208 32230 33554432000 4194304 4196468 140720533892064 140356578438112 140359090366165 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
[pid=10786/tid=10800] ppid=10783 vsize=15021092 memory=12040 CPUtime=0 cores=0,2,4,6
/proc/10786/task/10800/stat : 10800 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 406039799 15381598208 32230 33554432000 4194304 4196468 140720533892064 140358424943024 140359090367106 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37060608 140720533893870 140720533894298 140720533894298 140720533897167 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 130316 KiB

[startup+1.50089 s]
/proc/loadavg: 2.52 3.14 2.80 5/235 10800
/proc/meminfo: memFree=31481516/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 406039792 115843072 349 33554432000 4194304 5098028 140724995170528 140724995167784 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 349 296 221 0 87 0

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


[startup+121.601 s]
/proc/loadavg: 2.47 2.93 2.76 3/240 10929
/proc/meminfo: memFree=31444548/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1476 CPUtime=20.9 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 583 35564 0 0 0 0 2014 76 20 0 1 0 406039792 115843072 369 33554432000 4194304 5098028 140724995170528 140724995167272 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 369 311 221 0 87 0
[pid=10801] ppid=10783 vsize=8068440 memory=126476 CPUtime=1.5 cores=0,2,4,6
/proc/10801/stat : 10801 (java) S 10783 10783 5522 0 -1 1077944320 21670 0 0 0 136 14 0 0 20 0 19 0 406040927 8262082560 31619 33554432000 4194304 4196468 140726833211696 140726833194240 139692405468919 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
/proc/10801/statm: 2017110 31619 3217 1 0 1978454 0
[pid=10816] ppid=10801 vsize=72608 memory=52240 CPUtime=109.45 cores=0,2,4,6
/proc/10816/stat : 10816 (glueminisat-sim) R 10801 10783 5522 0 -1 4202496 54657 0 0 0 10850 95 0 0 20 0 1 0 406041006 74350592 13060 33554432000 4194304 4452875 140727673230192 140727673225224 4372354 0 4 0 8388610 0 0 0 17 0 0 0 0 0 0 6552096 6554264 39419904 140727673238367 140727673238567 140727673238567 140727673241517 0
/proc/10816/statm: 18152 13060 381 64 0 14356 0
[pid=10801/tid=10802] ppid=10783 vsize=8068440 memory=1708 CPUtime=0.8 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (java) S 10783 10783 5522 0 -1 1077944384 16356 0 0 0 73 7 0 0 20 0 19 0 406040928 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692377309088 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10803] ppid=10783 vsize=8068440 memory=3440 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692409711632 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10804] ppid=10783 vsize=8068440 memory=988 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692209880208 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10805] ppid=10783 vsize=8068440 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10805/stat : 10805 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692208827152 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10806] ppid=10783 vsize=8068440 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10806/stat : 10806 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692207774608 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10807] ppid=10783 vsize=8068440 memory=1476 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10807/stat : 10807 (java) S 10783 10783 5522 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 406040931 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691784857840 139692405480066 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10808] ppid=10783 vsize=8068440 memory=1476 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10808/stat : 10808 (java) S 10783 10783 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 406040931 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691261158560 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10809] ppid=10783 vsize=8068440 memory=126476 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10809/stat : 10809 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040931 8262082560 31619 33554432000 4194304 4196468 140726833211696 139690992722672 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10810] ppid=10783 vsize=8068440 memory=52240 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10810/stat : 10810 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139690618214352 139692405487515 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10811] ppid=10783 vsize=8068440 memory=2356 CPUtime=0.16 cores=0,2,4,6
/proc/10801/task/10811/stat : 10811 (java) S 10783 10783 5522 0 -1 1077944384 1013 0 0 0 16 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691783805680 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10812] ppid=10783 vsize=8068440 memory=1440 CPUtime=0.13 cores=0,2,4,6
/proc/10801/task/10812/stat : 10812 (java) S 10783 10783 5522 0 -1 1077944384 377 0 0 0 13 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691782753136 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10813] ppid=10783 vsize=8068440 memory=1804 CPUtime=0.26 cores=0,2,4,6
/proc/10801/task/10813/stat : 10813 (java) S 10783 10783 5522 0 -1 1077944384 780 0 0 0 26 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691781700080 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10814] ppid=10783 vsize=8068440 memory=916 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10814/stat : 10814 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139690120309600 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10815] ppid=10783 vsize=8068440 memory=3848 CPUtime=0.04 cores=0,2,4,6
/proc/10801/task/10815/stat : 10815 (java) S 10783 10783 5522 0 -1 1077944384 9 0 0 0 2 2 0 0 20 0 19 0 406040935 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691780647472 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10817] ppid=10783 vsize=8068440 memory=2900 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10817/stat : 10817 (java) S 10783 10783 5522 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 406041006 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691772613952 139692405493529 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10819] ppid=10783 vsize=8068440 memory=2908 CPUtime=0.04 cores=0,2,4,6
/proc/10801/task/10819/stat : 10819 (java) S 10783 10783 5522 0 -1 4202560 1747 0 0 0 3 1 0 0 20 0 19 0 406041006 8262082560 31619 33554432000 4194304 4196468 140726833211696 139689583422992 139692405490845 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10820] ppid=10783 vsize=8068440 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10820/stat : 10820 (java) S 10783 10783 5522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 406041006 8262082560 31619 33554432000 4194304 4196468 140726833211696 139689314992144 139692405490845 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10822] ppid=10783 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10822/stat : 10822 (java) S 10783 10783 5522 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 406041009 8262082560 31619 33554432000 4194304 4196468 140726833211696 139689717653296 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
Current children cumulated CPU time: 131.85 s
Current children cumulated vsize: 8254176 KiB
Current children cumulated memory: 180192 KiB

[startup+122.401 s]
/proc/loadavg: 2.47 2.93 2.76 3/240 10929
/proc/meminfo: memFree=31444548/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1476 CPUtime=20.9 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 583 35564 0 0 0 0 2014 76 20 0 1 0 406039792 115843072 369 33554432000 4194304 5098028 140724995170528 140724995167272 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 369 311 221 0 87 0
[pid=10801] ppid=10783 vsize=8068440 memory=126476 CPUtime=1.5 cores=0,2,4,6
/proc/10801/stat : 10801 (java) S 10783 10783 5522 0 -1 1077944320 21670 0 0 0 136 14 0 0 20 0 19 0 406040927 8262082560 31619 33554432000 4194304 4196468 140726833211696 140726833194240 139692405468919 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
/proc/10801/statm: 2017110 31619 3217 1 0 1978454 0
[pid=10816] ppid=10801 vsize=72608 memory=52240 CPUtime=110.25 cores=0,2,4,6
/proc/10816/stat : 10816 (glueminisat-sim) R 10801 10783 5522 0 -1 4202496 54657 0 0 0 10930 95 0 0 20 0 1 0 406041006 74350592 13060 33554432000 4194304 4452875 140727673230192 140727673225224 140418287980423 0 4 0 8388610 0 0 0 17 0 0 0 0 0 0 6552096 6554264 39419904 140727673238367 140727673238567 140727673238567 140727673241517 0
/proc/10816/statm: 18152 13060 381 64 0 14356 0
[pid=10801/tid=10802] ppid=10783 vsize=8068440 memory=52240 CPUtime=0.8 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (java) S 10783 10783 5522 0 -1 1077944384 16356 0 0 0 73 7 0 0 20 0 19 0 406040928 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692377309088 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10803] ppid=10783 vsize=8068440 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692409711632 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10804] ppid=10783 vsize=8068440 memory=7679927811743456362 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692209880208 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10805] ppid=10783 vsize=8068440 memory=496 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10805/stat : 10805 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692208827152 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10806] ppid=10783 vsize=8068440 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10806/stat : 10806 (java) S 10783 10783 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 406040929 8262082560 31619 33554432000 4194304 4196468 140726833211696 139692207774608 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10807] ppid=10783 vsize=8068440 memory=1604 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10807/stat : 10807 (java) S 10783 10783 5522 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 406040931 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691784857840 139692405480066 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10808] ppid=10783 vsize=8068440 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10808/stat : 10808 (java) S 10783 10783 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 406040931 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691261158560 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10809] ppid=10783 vsize=8068440 memory=2356 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10809/stat : 10809 (java) S 10783 10783 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 406040931 8262082560 31619 33554432000 4194304 4196468 140726833211696 139690992722672 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10810] ppid=10783 vsize=8068440 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10810/stat : 10810 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139690618214352 139692405487515 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10811] ppid=10783 vsize=8068440 memory=52240 CPUtime=0.16 cores=0,2,4,6
/proc/10801/task/10811/stat : 10811 (java) S 10783 10783 5522 0 -1 1077944384 1013 0 0 0 16 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691783805680 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10812] ppid=10783 vsize=8068440 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10801/task/10812/stat : 10812 (java) S 10783 10783 5522 0 -1 1077944384 377 0 0 0 13 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691782753136 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10813] ppid=10783 vsize=8068440 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/10801/task/10813/stat : 10813 (java) S 10783 10783 5522 0 -1 1077944384 780 0 0 0 26 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691781700080 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10814] ppid=10783 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10814/stat : 10814 (java) S 10783 10783 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 406040934 8262082560 31619 33554432000 4194304 4196468 140726833211696 139690120309600 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10815] ppid=10783 vsize=8068440 memory=16 CPUtime=0.04 cores=0,2,4,6
/proc/10801/task/10815/stat : 10815 (java) S 10783 10783 5522 0 -1 1077944384 9 0 0 0 2 2 0 0 20 0 19 0 406040935 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691780647472 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10817] ppid=10783 vsize=8068440 memory=13 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10817/stat : 10817 (java) S 10783 10783 5522 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 406041006 8262082560 31619 33554432000 4194304 4196468 140726833211696 139691772613952 139692405493529 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10819] ppid=10783 vsize=8068440 memory=26 CPUtime=0.04 cores=0,2,4,6
/proc/10801/task/10819/stat : 10819 (java) S 10783 10783 5522 0 -1 4202560 1747 0 0 0 3 1 0 0 20 0 19 0 406041006 8262082560 31619 33554432000 4194304 4196468 140726833211696 139689583422992 139692405490845 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10820] ppid=10783 vsize=8068440 memory=-7824251494390979939 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10820/stat : 10820 (java) S 10783 10783 5522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 406041006 8262082560 31619 33554432000 4194304 4196468 140726833211696 139689314992144 139692405490845 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10822] ppid=10783 vsize=8068440 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10822/stat : 10822 (java) S 10783 10783 5522 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 406041009 8262082560 31619 33554432000 4194304 4196468 140726833211696 139689717653296 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
Current children cumulated CPU time: 132.65 s
Current children cumulated vsize: 8254176 KiB
Current children cumulated memory: 180192 KiB

[startup+123.201 s]
/proc/loadavg: 2.47 2.93 2.76 3/240 10929
/proc/meminfo: memFree=31444548/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1476 CPUtime=20.9 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 583 35564 0 0 0 0 2014 76 20 0 1 0 406039792 115843072 369 33554432000 4194304 5098028 140724995170528 140724995167272 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 369 311 221 0 87 0
[pid=10801] ppid=10783 vsize=7937364 memory=134960 CPUtime=112.68 cores=0,2,4,6
/proc/10801/stat : 10801 (java) S 10783 10783 5522 0 -1 1077944320 22722 54828 0 0 155 15 11003 95 20 0 17 0 406040927 8127860736 33740 33554432000 4194304 4196468 140726833211696 140726833194240 139692405468919 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
/proc/10801/statm: 1984341 33740 3224 1 0 1945685 0
[pid=10801/tid=10802] ppid=10783 vsize=7937364 memory=6944656592455359580 CPUtime=111.79 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (java) R 10783 10783 5522 0 -1 4202560 16406 54828 0 0 74 7 11003 95 20 0 17 0 406040928 8127860736 33740 33554432000 4194304 4196468 140726833211696 139692377298560 139692389549406 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10803] ppid=10783 vsize=7937364 memory=0 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (java) S 10783 10783 5522 0 -1 1077944384 1 54828 0 0 0 0 11003 95 20 0 17 0 406040929 8127860736 33740 33554432000 4194304 4196468 140726833211696 139692409711632 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10804] ppid=10783 vsize=7937364 memory=126476 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (java) S 10783 10783 5522 0 -1 1077944384 1 54828 0 0 0 0 11003 95 20 0 17 0 406040929 8127860736 33740 33554432000 4194304 4196468 140726833211696 139692209880208 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10805] ppid=10783 vsize=7937364 memory=52240 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10805/stat : 10805 (java) S 10783 10783 5522 0 -1 1077944384 1 54828 0 0 0 0 11003 95 20 0 17 0 406040929 8127860736 33740 33554432000 4194304 4196468 140726833211696 139692208827152 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10806] ppid=10783 vsize=7937364 memory=52240 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10806/stat : 10806 (java) S 10783 10783 5522 0 -1 1077944384 2 54828 0 0 0 0 11003 95 20 0 17 0 406040929 8127860736 33740 33554432000 4194304 4196468 140726833211696 139692207774608 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10807] ppid=10783 vsize=7937364 memory=6081389379021728102 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10807/stat : 10807 (java) S 10783 10783 5522 0 -1 1077944384 9 54828 0 0 0 0 11003 95 20 0 17 0 406040931 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691784857840 139692405480066 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10808] ppid=10783 vsize=7937364 memory=7884792935807543893 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10808/stat : 10808 (java) S 10783 10783 5522 0 -1 1077944384 13 54828 0 0 0 0 11003 95 20 0 17 0 406040931 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691261158560 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10809] ppid=10783 vsize=7937364 memory=1476 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10809/stat : 10809 (java) S 10783 10783 5522 0 -1 1077944384 1 54828 0 0 0 0 11003 95 20 0 17 0 406040931 8127860736 33740 33554432000 4194304 4196468 140726833211696 139690992722672 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10810] ppid=10783 vsize=7937364 memory=126476 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10810/stat : 10810 (java) S 10783 10783 5522 0 -1 1077944384 3 54828 0 0 0 0 11003 95 20 0 17 0 406040934 8127860736 33740 33554432000 4194304 4196468 140726833211696 139690618214352 139692405487515 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10811] ppid=10783 vsize=7937364 memory=52240 CPUtime=111.19 cores=0,2,4,6
/proc/10801/task/10811/stat : 10811 (java) S 10783 10783 5522 0 -1 1077944384 1040 54828 0 0 21 0 11003 95 20 0 17 0 406040934 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691783805680 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10812] ppid=10783 vsize=7937364 memory=12040 CPUtime=111.16 cores=0,2,4,6
/proc/10801/task/10812/stat : 10812 (java) S 10783 10783 5522 0 -1 1077944384 551 54828 0 0 18 0 11003 95 20 0 17 0 406040934 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691782753136 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10813] ppid=10783 vsize=7937364 memory=2124 CPUtime=111.27 cores=0,2,4,6
/proc/10801/task/10813/stat : 10813 (java) S 10783 10783 5522 0 -1 1077944384 1045 54828 0 0 29 0 11003 95 20 0 17 0 406040934 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691781700080 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10814] ppid=10783 vsize=7937364 memory=1556 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10814/stat : 10814 (java) S 10783 10783 5522 0 -1 1077944384 3 54828 0 0 0 0 11003 95 20 0 17 0 406040934 8127860736 33740 33554432000 4194304 4196468 140726833211696 139690120309600 139692405479125 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10815] ppid=10783 vsize=7937364 memory=1604 CPUtime=111.02 cores=0,2,4,6
/proc/10801/task/10815/stat : 10815 (java) S 10783 10783 5522 0 -1 1077944384 9 54828 0 0 2 2 11003 95 20 0 17 0 406040935 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691780647472 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10817] ppid=10783 vsize=7937364 memory=1980 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10817/stat : 10817 (java) S 10783 10783 5522 0 -1 1077944384 23 54828 0 0 0 0 11003 95 20 0 17 0 406041006 8127860736 33740 33554432000 4194304 4196468 140726833211696 139691772613136 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
[pid=10801/tid=10822] ppid=10783 vsize=7937364 memory=820 CPUtime=110.98 cores=0,2,4,6
/proc/10801/task/10822/stat : 10822 (java) S 10783 10783 5522 0 -1 1077944384 32 54828 0 0 0 0 11003 95 20 0 17 0 406041009 8127860736 33740 33554432000 4194304 4196468 140726833211696 139689717655088 139692405480066 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26079232 140726833218555 140726833218714 140726833218714 140726833221583 0
Current children cumulated CPU time: 133.58 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 136436 KiB

[startup+123.401 s]
/proc/loadavg: 2.47 2.93 2.76 3/240 10929
/proc/meminfo: memFree=31444548/32770624 swapFree=66992948/67108860
[pid=10783] ppid=10780 vsize=113128 memory=1476 CPUtime=20.9 cores=0,2,4,6
/proc/10783/stat : 10783 (scop.sh) S 10780 10783 5522 0 -1 4202496 583 35564 0 0 0 0 2014 76 20 0 1 0 406039792 115843072 369 33554432000 4194304 5098028 140724995170528 140724995167272 140309409133180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 11182080 140724995179304 140724995179632 140724995179632 140724995182541 0
/proc/10783/statm: 28282 369 311 221 0 87 0
Current children cumulated CPU time: 20.9 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1476 KiB

Child status: 0
Real time (s): 123.406
CPU time (s): 134.119
CPU user time (s): 132.222
CPU system time (s): 1.89709
CPU usage (%): 108.681
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 3142856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.222
system time used= 1.89709
maximum resident set size= 3142060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115026
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9864
involuntary context switches= 231


# summary of solver processes directly reported to runsolver:
#   pid: 10783
#   total CPU time (s): 134.119
#   total CPU user time (s): 132.222
#   total CPU system time (s): 1.89709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.821555 second user time and 1.45401 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-12 16:17:18
IDJOB=4388283
IDBENCH=138957
IDSOLVER=2825
FILE ID=node102/4388283-1568297883
RUNJOBID= node102-1568285939-6430
PBS_JOBID= 21701092
Free space on /tmp= 54636 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h374-19.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-4388283-1568297883/watcher-4388283-1568297883 -o /tmp/evaluation-result-4388283-1568297883/solver-4388283-1568297883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6430 --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-4388283-1568297883.xml

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

MD5SUM BENCH= 3875648f967e99deb98809a056dae84c
RANDOM SEED=308043797

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31613208 kB
MemAvailable:   31772636 kB
Buffers:          101420 kB
Cached:           349416 kB
SwapCached:        11696 kB
Active:           378468 kB
Inactive:         238188 kB
Active(anon):     161316 kB
Inactive(anon):    33356 kB
Active(file):     217152 kB
Inactive(file):   204832 kB
Unevictable:      110384 kB
Mlocked:          110384 kB
SwapTotal:      67108860 kB
SwapFree:       66992948 kB
Dirty:             20204 kB
Writeback:             0 kB
AnonPages:        264880 kB
Mapped:            43152 kB
Shmem:             20000 kB
Slab:             135868 kB
SReclaimable:     106556 kB
SUnreclaim:        29312 kB
KernelStack:        3840 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6012472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54616 MiB
End job on node102 at 2019-09-12 16:19:22