Trace number 4388199

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)UNSAT 17.7832 14.688

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-queen/
Pb-queen-0975965.xml
MD5SUMa14f05ce5b97c69cdfebe4c47d671ffd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.26699
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":169}]
Minimum variable degree7
Maximum variable degree9
Distribution of variable degrees[{"degree":7,"count":148},{"degree":8,"count":20},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":56},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":101}]
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-13573-serial-file.bin HOME/instance-4388199-1568296947.xml
0.66/0.54	
0.66/0.54	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Thu Sep 12 16:01:46 CEST 2019
0.66/0.56	c PID: 13576
1.01/0.92	c IP: 172.20.3.137
1.01/0.92	c HOST: node137.alineos.net
1.01/0.92	c (0,0) Parsing Begin
1.01/0.99	c (0,0) Parsing End
1.01/0.99	c (0,0) CSP: 0 int (0 aux), 169 bool (0 aux), 101 ctr, max domain size 2
1.01/0.99	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.01/0.99	c (0,0) Constraint Name Generate Begin
1.01/1.00	c (0,0) Ctr:HOME/instance-4388199-1568296947.xml,Num:Var:WeightedSum
1.01/1.00	c (0,0) Constraint Name Generate End
1.01/1.00	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.01/1.00	c (0,0) CSP to CSPinCNF Begin
1.82/1.13	c (0,0) translated 11 (10%) constraints
1.82/1.15	c (0,0) translated 21 (20%) constraints
1.82/1.17	c (0,0) translated 31 (30%) constraints
1.82/1.18	c (0,0) translated 41 (40%) constraints
1.82/1.21	c (0,0) translated 51 (50%) constraints
2.16/1.22	c (0,0) translated 61 (60%) constraints
2.16/1.22	c (0,0) translated 71 (70%) constraints
2.16/1.23	c (0,0) translated 81 (80%) constraints
2.16/1.24	c (0,0) translated 91 (90%) constraints
2.16/1.24	c (0,0) translated 101 (100%) constraints
2.16/1.27	c (0,0) ===========================================
2.16/1.27	c (0,0) Order
2.16/1.27	c (0,0) ===========================================
2.47/1.32	c (0,0) translated 11 (10%) constraints
2.47/1.34	c (0,0) translated 21 (20%) constraints
2.47/1.36	c (0,0) translated 31 (30%) constraints
2.47/1.38	c (0,0) translated 41 (40%) constraints
2.47/1.39	c (0,0) translated 51 (50%) constraints
2.71/1.41	c (0,0) translated 61 (60%) constraints
2.71/1.41	c (0,0) translated 71 (70%) constraints
2.71/1.41	c (0,0) translated 81 (80%) constraints
2.71/1.41	c (0,0) translated 91 (90%) constraints
2.71/1.41	c (0,0) translated 101 (100%) constraints
2.71/1.44	c (0,0) CSP to CSPinCNF End
2.71/1.45	c (0,0) CSP: 219 int (219 aux), 169 bool (0 aux), 326 ctr, max domain size 126
2.71/1.45	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.71/1.45	c (0,0) CSPinCNF Propagation Begin
2.71/1.46	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/1.46	c (0,0) CSPinCNF Propagation End
2.71/1.46	c (0,0) CSP: 219 int (219 aux), 169 bool (0 aux), 326 ctr, max domain size 126
2.71/1.46	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.71/1.46	c (0,0) Simplify CSPinCNF Begin
2.71/1.47	c (0,0) Simplify CSPinCNF End
2.71/1.47	c (0,0) CSP: 219 int (219 aux), 169 bool (0 aux), 326 ctr, max domain size 126
2.71/1.47	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.71/1.47	c (0,0) Calculate Precise Domain Begin
2.93/1.58	c (1,1) 187 values are removed by re-calculation
2.93/1.58	c (1,1) Calculate Precise Domain End
2.93/1.58	c (1,1) CSP: 219 int (219 aux), 169 bool (0 aux), 326 ctr, max domain size 112
2.93/1.58	c (1,1) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.93/1.58	c (1,1) CSPinCNF to SatSolver Begin
3.16/1.68	c (1,1) 33 (10 %) CSP clauses are encoded (0 SAT variables, 2940 SAT clauses)
3.16/1.69	c (1,1) 66 (20 %) CSP clauses are encoded (0 SAT variables, 3247 SAT clauses)
3.53/1.71	c (1,1) 98 (30 %) CSP clauses are encoded (0 SAT variables, 3551 SAT clauses)
3.53/1.72	c (1,1) 131 (40 %) CSP clauses are encoded (0 SAT variables, 3932 SAT clauses)
3.53/1.73	c (1,1) 163 (50 %) CSP clauses are encoded (0 SAT variables, 4428 SAT clauses)
3.53/1.74	c (1,1) 196 (60 %) CSP clauses are encoded (0 SAT variables, 4939 SAT clauses)
3.53/1.75	c (1,1) 229 (70 %) CSP clauses are encoded (0 SAT variables, 5421 SAT clauses)
3.53/1.76	c (1,1) 261 (80 %) CSP clauses are encoded (0 SAT variables, 6260 SAT clauses)
3.86/1.82	c (1,1) 294 (90 %) CSP clauses are encoded (0 SAT variables, 13896 SAT clauses)
4.16/1.92	c (1,1) 326 (100 %) CSP clauses are encoded (0 SAT variables, 37308 SAT clauses)
4.16/1.92	c (1,1) CSPinCNF to SatSolver End
4.16/1.92	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.16/1.92	c (1,1) 3024 bool, 38125 clause
4.16/1.92	c (1,1) Export Begin
4.47/2.02	c (1,1) Export to HOME/scop-13573-serial-file.bin
4.47/2.02	c (1,1) Export End
4.47/2.02	c (1,1) Export File Size: 0.03 MB
4.47/2.02	c (1,1) 0,0,0,0,0,1,1,STOP-AFTER(DIMACS)
4.47/2.02	c END-Prog: Thu Sep 12 16:01:47 CEST 2019
4.47/2.04	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-13573-serial-file.bin
5.04/2.49	c (0,0) Read Serial File Begin
5.04/2.49	c (0,0) HOME/scop-13573-serial-file.bin
5.48/2.71	c (0,0) Read Serial File End
5.48/2.72	
5.48/2.72	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
5.48/2.72	(Solving Process)
5.48/2.72	
5.48/2.74	c BEGIN-Prog: Thu Sep 12 16:01:48 CEST 2019
5.48/2.74	c PID: 13591
5.48/2.74	c IP: 172.20.3.137
5.48/2.74	c HOST: node137.alineos.net
5.48/2.75	c (0,0) SatSolver.solve Begin
5.48/2.75	c (0,0) HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4388199-1568296947.xml-scop-13576.cnf
5.48/2.78	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.48/2.78	c (0,0) c glueminisat-simp-2.2.10-193oa-n
5.48/2.78	c (0,0) c Command: HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4388199-1568296947.xml-scop-13576.cnf 
5.48/2.78	c (0,0) c Options:
5.48/2.78	c (0,0) c CORE
5.48/2.78	c (0,0) c  var_decay             = 0.950
5.48/2.78	c (0,0) c  clause_decay          = 0.999
5.48/2.78	c (0,0) c  random_var_freq       = 0.000
5.48/2.78	c (0,0) c  random_seed           = 91648253.000
5.48/2.78	c (0,0) c  luby_restart          = 1
5.48/2.78	c (0,0) c  ccmin_mode            = 2
5.48/2.78	c (0,0) c  phase_saving          = 2
5.48/2.78	c (0,0) c  rnd_pol               = 0
5.48/2.78	c (0,0) c  rnd_init_act          = 0
5.48/2.78	c (0,0) c  garbage_frac          = 0.200
5.48/2.78	c (0,0) c  restart_first         = 1000
5.48/2.78	c (0,0) c  restart_inc           = 2.000
5.48/2.78	c (0,0) c MODEL
5.48/2.78	c (0,0) c  partial_model         = 0
5.48/2.78	c (0,0) c PROPAGATION
5.48/2.78	c (0,0) c  bin_propagation       = 1
5.48/2.78	c (0,0) c SIMPLIFICATION
5.48/2.78	c (0,0) c  lrn_min_size          = 100
5.48/2.78	c (0,0) c  lazy_simp             = 1
5.48/2.78	c (0,0) c  lazy_interval         = 10
5.48/2.78	c (0,0) c  lazy_fld_probing      = 1
5.48/2.78	c (0,0) c  lazy_pol_probing      = 1
5.48/2.78	c (0,0) c  lazy_nec_probing      = 1
5.48/2.78	c (0,0) c  lazy_eqv_probing      = 1
5.48/2.78	c (0,0) c  lazy_cla_probing      = 1
5.48/2.78	c (0,0) c  lazy_lrn_min          = 2
5.48/2.78	c (0,0) c  lazy_uw_lit_elim      = 1
5.48/2.78	c (0,0) c  lazy_pr_lit_elim      = 0
5.48/2.78	c (0,0) c  lazy_bin_add          = 3
5.48/2.78	c (0,0) c  probed_lit_chain      = 1
5.48/2.78	c (0,0) c  pr_min_lits           = 0.00020
5.48/2.78	c (0,0) c  pr_min_starts         = 500
5.48/2.78	c (0,0) c  rw_min_lits           = 0.010
5.48/2.78	c (0,0) c  rw_min_starts         = 500
5.48/2.78	c (0,0) c  rand_attach           = 0
5.48/2.78	c (0,0) c  dec_elim              = 1
5.48/2.78	c (0,0) c  dec_elim_lim          = 25
5.48/2.78	c (0,0) c  dec_elim_len          = -1
5.48/2.78	c (0,0) c  amo                   = 0
5.48/2.78	c (0,0) c  amo_grp               = 1
5.48/2.78	c (0,0) c  amo_max_bins          = 1000000
5.48/2.78	c (0,0) c  amo_starts            = 50
5.48/2.78	c (0,0) c  mace_cmd              = mace
5.48/2.78	c (0,0) c DECISION
5.48/2.78	c (0,0) c  rand_rebuild          = 0
5.48/2.78	c (0,0) c  rand_rebuild_confs    = 10000
5.48/2.78	c (0,0) c  inc_var_decay         = 1
5.48/2.78	c (0,0) c  inc_var_decay_period  = 100000
5.48/2.78	c (0,0) c  inc_var_decay_init    = 0.600
5.48/2.78	c (0,0) c  var_decay_mode        = 0
5.48/2.78	c (0,0) c  var_decay_gain        = 0
5.48/2.78	c (0,0) c  sloped_var_decay      = 1
5.48/2.78	c (0,0) c  max_var_decay         = 0.990
5.48/2.78	c (0,0) c  min_var_decay         = 0.950
5.48/2.78	c (0,0) c  min_var_decay_vars    = 10000
5.48/2.78	c (0,0) c  max_var_decay_vars    = 500
5.48/2.78	c (0,0) c  uip_bumping           = 1
5.48/2.78	c (0,0) c  lbd_act_bumping       = 1
5.48/2.78	c (0,0) c  rand_tiebreak         = 0
5.48/2.78	c (0,0) c  simp_rebuild          = 1
5.48/2.78	c (0,0) c RESTART
5.48/2.78	c (0,0) c  restart_strategy      = 2
5.48/2.78	c (0,0) c  restart_blocking      = 0
5.48/2.78	c (0,0) c  agility_decay         = 0.99990
5.48/2.78	c (0,0) c  lbd_restart_rate      = 0.800
5.48/2.78	c (0,0) c  dec_restart_rate      = 0.950
5.48/2.78	c (0,0) c  blk_restart_rate      = 0.700
5.48/2.78	c (0,0) c  lbd_queue_size        = 50
5.48/2.78	c (0,0) c  dec_queue_size        = 50
5.48/2.78	c (0,0) c  trl_queue_size        = 5000
5.48/2.78	c (0,0) c  blk_restart_weight    = 1.000
5.48/2.78	c (0,0) c  inc_rst_rate          = 0
5.48/2.78	c (0,0) c  inc_rst_rate_period   = 500000
5.48/2.78	c (0,0) c  inc_lbd_rst_rate_init = 0.600
5.48/2.78	c (0,0) c  inc_dec_rst_rate_init = 0.750
5.48/2.78	c (0,0) c REDUCTION
5.48/2.78	c (0,0) c  closed_lbd            = 0
5.48/2.78	c (0,0) c  closed_lbd_rate       = 0.500
5.48/2.78	c (0,0) c  rm_simulate           = 0
5.48/2.78	c (0,0) c  rdb_eval              = 2
5.48/2.78	c (0,0) c  rdb_call              = 3
5.48/2.78	c (0,0) c  rdb_ub                = 0.500
5.48/2.78	c (0,0) c  core_lbd_cvr          = 0.800
5.48/2.78	c (0,0) c  supp_lbd_cvr          = 0.990
5.48/2.78	c (0,0) c  core_lbd_lb           = 2
5.48/2.78	c (0,0) c  supp_lbd_lb           = 2
5.48/2.78	c (0,0) c  core_lbd_prd          = 7
5.48/2.78	c (0,0) c  supp_lbd_prd          = 1
5.48/2.78	c (0,0) c  othr_lbd_prd          = 0
5.48/2.78	c (0,0) c  inc_lrn_limit         = 1000
5.48/2.78	c (0,0) c  frozen_lbd            = 30
5.48/2.78	c (0,0) c  simp_min_starts       = 100
5.48/2.78	c (0,0) c  rm_low_act_learnts    = 1
5.48/2.78	c (0,0) c  lv0_reduce_db         = 0
5.48/2.78	c (0,0) c  reduce_db_base        = 20000
5.48/2.78	c (0,0) c  reduce_db_inc         = 1000
5.48/2.78	c (0,0) c HARD
5.48/2.78	c (0,0) c  inst_check            = 200000
5.48/2.78	c (0,0) c  small_block           = 1.750
5.48/2.78	c (0,0) c  slow_restart_speed    = 400.000
5.48/2.78	c (0,0) c  slow_restart_strategy = 3
5.48/2.78	c (0,0) c  slow_lbd_restart_rate = 0.700
5.48/2.78	c (0,0) c  slow_dec_restart_rate = 1.000
5.48/2.78	c (0,0) c  slow_lbd_queue_size   = 50
5.48/2.78	c (0,0) c  slow_var_decay        = 0.950
5.48/2.78	c (0,0) c  slow_glue_threshold   = 2
5.48/2.78	c (0,0) c  slow_phase_saving     = 2
5.48/2.78	c (0,0) c  fast_restart_speed    = 125.000
5.48/2.78	c (0,0) c  fast_restart_strategy = 1
5.48/2.78	c (0,0) c  fast_lbd_restart_rate = 0.800
5.48/2.78	c (0,0) c  fast_dec_restart_rate = 0.950
5.48/2.78	c (0,0) c  fast_lbd_queue_size   = 50
5.48/2.78	c (0,0) c  fast_var_decay        = 1.000
5.48/2.79	c (0,0) c  fast_glue_threshold   = 2
5.48/2.79	c (0,0) c  fast_phase_saving     = 2
5.48/2.79	c (0,0) c STATS
5.48/2.79	c (0,0) c  stats_conf_size       = 10000
5.48/2.79	c (0,0) c  max_stats_size        = 30
5.48/2.79	c (0,0) c SOLVER
5.48/2.79	c (0,0) c  minisat               = 0
5.48/2.79	c (0,0) c Problem: 3025 variables, 38125 clauses, parsing 0.01 s
5.48/2.79	c (0,0) WARNING! DIMACS header mismatch: wrong number of variables.
5.70/2.81	c (0,0) c  reduced to 1710 variables, 24196 clauses (grow = 0)
5.70/2.82	c (0,0) c  exclude 32 (1.9%) variables from decision variables (last cost 8)
5.70/2.82	c (0,0) c Simplification: 1347 vars, 13929 clauses are eliminated using 0.03 s
5.70/2.82	c (0,0) c
5.70/2.82	c (0,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
5.70/2.82	c (0,0) c
5.70/2.82	c (0,0) c    0         0         0     1678    24196        0   -nan  -nan  -nan -nan%
5.70/2.82	c (0,0) c    0         1       100     1678    24196      100   38.7  10.7  40.4 75.9%
5.70/2.83	c (0,0) c    0         1       220     1678    24196      220   36.1  10.1  39.3 76.1%
5.70/2.83	c (0,0) c    0         1       364     1678    24196      364   34.1   9.6  38.7 76.4%
5.70/2.84	c (0,0) c    0         2       536     1678    24196      536   31.3   9.3  33.1 75.6%
5.70/2.85	c (0,0) c    0         2       743     1678    24196      743   29.0   9.4  28.4 75.2%
5.70/2.87	c (0,0) c    0         2       991     1678    24196      991   26.9   8.6  24.1 75.3%
5.70/2.88	c (0,0) c    0         3      1289     1678    24196     1289   26.6   8.7  22.3 75.6%
5.75/2.90	c (0,0) c    0         6      1647     1678    24196     1647   26.3   8.9  21.3 76.0%
5.75/2.92	c (0,0) c    0         8      2076     1678    24196     2076   26.2   9.2  20.9 76.0%
5.75/2.95	c (0,0) c    0         9      2591     1678    24196     2591   26.2   8.8  19.3 76.1%
5.75/2.99	c (0,0) c    0        12      3210     1678    24196     3210   26.3   8.8  18.6 76.0%
5.75/3.03	c (0,0) c    0        13      3953     1678    24196     3953   26.7   8.6  17.6 76.2%
5.75/3.09	c (0,0) c    0        14      4844     1678    24196     4844   26.1   8.4  16.8 76.5%
5.76/3.15	c (0,0) c    0        15      5913     1678    24196     5913   26.2   8.3  16.1 76.5%
6.19/3.24	c (0,0) c    0        16      7196     1678    24196     7196   26.2   8.0  15.2 76.1%
6.29/3.36	c (0,0) c
6.29/3.36	c (0,0) c   variables         : 1678        (init 3025, after simp 1678, 32 non-decs, 123 csp)
6.29/3.36	c (0,0) c   clauses           : 24196       (init 38125, after simp 24196)
6.29/3.36	c (0,0) c   restarts          : 24          (349.44 confs/res, 50~1678 confs, 0 blks, 0 last)
6.29/3.36	c (0,0) c   conflicts         : 8736        (15074 /sec, 52.67% dconfs, 0.00% supp, trail 116.28w x 15.64h, jmp 1.33h)
6.29/3.36	c (0,0) c   decisions         : 12149       (0.6300 vdcy, 20963 /sec, 0.00% bin, rs 0.000 s)
6.29/3.36	c (0,0) c   propagations      : 2143907     (3699338 /sec, 176.47 lits/dec, 7.87% o.a.)
6.29/3.36	c (0,0) c   conflict literals : 357235      (34.48% deleted; 0.76% by bin min, 0.003 s)
6.29/3.36	c (0,0) c   len               : 26.480      (26.48 for all, max 102, used 102)
6.29/3.36	c (0,0) c   lbd               : 8.232       (9.71 (8.23) for all, max 42, used 41, 2.802 stdev, 2.728 blk)
6.29/3.36	c (0,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
6.29/3.36	c (0,0) c   simp dbs          : 1           (0.000 s)
6.29/3.36	c (0,0) c   reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
6.29/3.36	c (0,0) c   learnts           : 8736        (0 learnts removed, 0.00%)
6.29/3.36	c (0,0) c   rewrite dbs       : 0           (0/0 vars, 0+0 taut, 0+0 unit, 0.000 s)
6.29/3.36	c (0,0) c   assigned lits     : 0           (0/0 probed, 0 remains)
6.29/3.36	c (0,0) c   premise updates   : 23214       (6.92 /lit)
6.29/3.36	c (0,0) c   probed variables  : 0           (0 pr, 0 eq, 0 fld, 0 pol, 0 nec, 0 cla, 0 amo)
6.29/3.36	c (0,0) c   equiv variables   : 0           (0 bin, 0 trn, 0 quat, 0 quin, 0 othr; 0 amo)
6.29/3.36	c (0,0) c   lazy added bins   : 0           (0 prop + 0 conf, 0.002s)
6.29/3.36	c (0,0) c   unwatched lit elim: 858         (0.03+0.23%, 21+837 of 68991+357235)
6.29/3.36	c (0,0) c   classified type   : undef
6.29/3.36	c (0,0) c   progress          : 33.259%
6.29/3.36	c (0,0) c
6.29/3.36	c (0,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
6.29/3.36	c (0,0) c
6.29/3.36	c (0,0) c    0        25      8736     1678    24196     8736   26.5   8.2  15.6 75.8%
6.48/3.52	c (1,0) c    0        31     10584     1678    24196    10584   26.6   8.1  14.1 75.7%
6.68/3.71	c (1,0) c    0        39     12802     1678    24196    12802   26.9   8.1  14.0 75.4%
6.88/3.96	c (1,0) c    1        47     15464     1678    24196    15464   26.9   8.1  14.1 75.1%
7.19/4.29	c (1,0) c    1        60     18658     1678    24196    18658   27.2   8.1  13.6 75.5%
7.38/4.45	c (2,0) c    1 r      69     20000     1678    24196    20000   27.3   8.1  14.1 75.6%
7.38/4.45	c (2,0) c
7.38/4.45	c (2,0) c R [LBD Statistics #1]
7.38/4.45	c (2,0) c R LBD         used lbd               used clause lbd
7.38/4.45	c (2,0) c R  tot      116893                   20000
7.38/4.45	c (2,0) c R  avg       4.422                   8.131
7.38/4.45	c (2,0) c R   1          327 ( 0.3/ 0.3%)          9 ( 0.0/ 0.0%)
7.38/4.45	c (2,0) c R   2        18092 (15.5/15.8%)        408 ( 2.0/ 2.1%)
7.38/4.45	c (2,0) c R   3        32323 (27.7/43.4%)       1170 ( 5.9/ 7.9%)
7.38/4.45	c (2,0) c R   4        26529 (22.7/66.1%)       1851 ( 9.3/17.2%)
7.38/4.45	c (2,0) c R   5        14533 (12.4/78.5%)       2209 (11.0/28.2%)
7.38/4.45	c (2,0) c R   6         8838 ( 7.6/86.1%)       2324 (11.6/39.9%)
7.38/4.45	c (2,0) c R
7.38/4.45	c (2,0) c R core_lbd_threshold = 6
7.38/4.45	c (2,0) c R supp_lbd_threshold = 14
7.38/4.45	c (2,0) c R
7.38/4.45	c (2,0) c R [RDB Statistics #1]
7.38/4.45	c (2,0) c R kept: lbd      =    7966 (39.8/39.8%)
7.38/4.45	c (2,0) c R kept: ttl      =   12028 (60.1/100.0%)
7.38/4.45	c (2,0) c R kept: locked   =       6 ( 0.0/100.0%)
7.38/4.45	c (2,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
7.38/4.45	c (2,0) c R lost: ttl      =       0 ( 0.0/ 0.0%)
7.38/4.45	c (2,0) c R lost: subsumed =       0 ( 0.0/ 0.0%)
7.38/4.45	c (2,0) c
7.38/4.45	c (2,0) c    1 R      69     20000     1678    24196    20000   27.3   8.1  14.1 75.6%
7.69/4.74	c (2,0) c    1        76     22491     1678    24196    22491   27.3   8.1  13.7 75.4%
8.09/5.12	c (2,0) c    2 r      87     25500     1678    24196    25500   27.1   8.0  13.1 75.1%
8.09/5.12	c (2,0) c
8.09/5.12	c (2,0) c R [LBD Statistics #2]
8.09/5.12	c (2,0) c R LBD         used lbd               used clause lbd
8.09/5.12	c (2,0) c R  tot      169042                   25500
8.09/5.12	c (2,0) c R  avg       4.231                   7.976
8.09/5.12	c (2,0) c R   1          467 ( 0.3/ 0.3%)          9 ( 0.0/ 0.0%)
8.09/5.12	c (2,0) c R   2        29956 (17.7/18.0%)        566 ( 2.2/ 2.3%)
8.09/5.12	c (2,0) c R   3        50308 (29.8/47.8%)       1649 ( 6.5/ 8.7%)
8.09/5.12	c (2,0) c R   4        36985 (21.9/69.6%)       2489 ( 9.8/18.5%)
8.09/5.12	c (2,0) c R   5        19216 (11.4/81.0%)       2860 (11.2/29.7%)
8.09/5.12	c (2,0) c R
8.09/5.12	c (2,0) c R core_lbd_threshold = 5
8.09/5.12	c (2,0) c R supp_lbd_threshold = 14
8.09/5.12	c (2,0) c R
8.09/5.12	c (2,0) c R [RDB Statistics #2]
8.09/5.12	c (2,0) c R kept: lbd      =    7568 (29.7/29.7%)
8.09/5.12	c (2,0) c R kept: ttl      =    6341 (24.9/54.5%)
8.09/5.12	c (2,0) c R kept: locked   =       9 ( 0.0/54.6%)
8.09/5.12	c (2,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
8.09/5.12	c (2,0) c R lost: ttl      =   11582 (45.4/45.4%)
8.09/5.12	c (2,0) c R lost: subsumed =       0 ( 0.0/45.4%)
8.09/5.12	c (2,0) c
8.09/5.12	c (2,0) c    2 R      87     25500     1678    24196    13918   22.7   5.6  13.1 75.1%
8.20/5.27	c (2,0) c    2        91     27091     1678    24196    15510   23.3   5.8  13.1 74.6%
8.69/5.71	c (3,0) c    2 r     118     31500     1678    24196    19919   24.2   6.5  13.5 74.1%
8.69/5.71	c (3,0) c
8.69/5.71	c (3,0) c R [LBD Statistics #3]
8.69/5.71	c (3,0) c R LBD         used lbd               used clause lbd
8.69/5.71	c (3,0) c R  tot      231949                   19919
8.69/5.71	c (3,0) c R  avg       4.080                   6.464
8.69/5.71	c (3,0) c R   1          632 ( 0.3/ 0.3%)         11 ( 0.1/ 0.1%)
8.69/5.71	c (3,0) c R   2        46352 (20.0/20.3%)        733 ( 3.7/ 3.7%)
8.69/5.71	c (3,0) c R   3        72199 (31.1/51.4%)       2013 (10.1/13.8%)
8.69/5.71	c (3,0) c R   4        48790 (21.0/72.4%)       3067 (15.4/29.2%)
8.69/5.71	c (3,0) c R   5        24274 (10.5/82.9%)       3513 (17.6/46.9%)
8.69/5.71	c (3,0) c R
8.69/5.71	c (3,0) c R core_lbd_threshold = 5
8.69/5.71	c (3,0) c R supp_lbd_threshold = 13
8.69/5.71	c (3,0) c R
8.69/5.71	c (3,0) c R [RDB Statistics #3]
8.69/5.71	c (3,0) c R kept: lbd      =    9330 (46.8/46.8%)
8.69/5.71	c (3,0) c R kept: ttl      =    7024 (35.3/82.1%)
8.69/5.71	c (3,0) c R kept: locked   =      15 ( 0.1/82.2%)
8.69/5.71	c (3,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
8.69/5.71	c (3,0) c R lost: ttl      =    3550 (17.8/17.8%)
8.69/5.71	c (3,0) c R lost: subsumed =       0 ( 0.0/17.8%)
8.69/5.71	c (3,0) c
8.69/5.71	c (3,0) c    2 R     118     31500     1678    24196    16369   22.7   5.5  13.5 74.1%
8.80/5.82	c (3,0) c    3       121     32611     1678    24196    17480   22.9   5.6  13.4 74.3%
9.40/6.41	c (3,0) c    3 r     147     38000     1678    24196    22869   24.1   6.3  13.4 74.4%
9.40/6.41	c (3,0) c
9.40/6.41	c (3,0) c R [LBD Statistics #4]
9.40/6.41	c (3,0) c R LBD         used lbd               used clause lbd
9.40/6.41	c (3,0) c R  tot      304662                   22869
9.40/6.41	c (3,0) c R  avg       3.953                   6.260
9.40/6.41	c (3,0) c R   1          911 ( 0.3/ 0.3%)         15 ( 0.1/ 0.1%)
9.40/6.41	c (3,0) c R   2        66962 (22.0/22.3%)        926 ( 4.0/ 4.1%)
9.40/6.41	c (3,0) c R   3        98308 (32.3/54.5%)       2512 (11.0/15.1%)
9.40/6.41	c (3,0) c R   4        61317 (20.1/74.7%)       3714 (16.2/31.3%)
9.40/6.41	c (3,0) c R   5        30040 ( 9.9/84.5%)       4224 (18.5/49.8%)
9.40/6.41	c (3,0) c R
9.40/6.41	c (3,0) c R core_lbd_threshold = 5
9.40/6.41	c (3,0) c R supp_lbd_threshold = 13
9.40/6.41	c (3,0) c R
9.40/6.41	c (3,0) c R [RDB Statistics #4]
9.40/6.41	c (3,0) c R kept: lbd      =   11383 (49.8/49.8%)
9.40/6.41	c (3,0) c R kept: ttl      =    6951 (30.4/80.2%)
9.40/6.41	c (3,0) c R kept: locked   =      12 ( 0.1/80.2%)
9.40/6.41	c (3,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
9.40/6.41	c (3,0) c R lost: ttl      =    4523 (19.8/19.8%)
9.40/6.41	c (3,0) c R lost: subsumed =       0 ( 0.0/19.8%)
9.40/6.41	c (3,0) c
9.40/6.41	c (3,0) c    3 R     147     38000     1678    24196    18346   22.4   5.3  13.4 74.4%
9.50/6.54	c (4,0) c
9.50/6.54	c (4,0) c   variables         : 1678        (init 3025, after simp 1678, 32 non-decs, 123 csp)
9.50/6.54	c (4,0) c   clauses           : 24196       (init 38125, after simp 24196)
9.50/6.54	c (4,0) c   restarts          : 152         (256.44 confs/res, 50~1678 confs, 0 blks, 0 last)
9.50/6.54	c (4,0) c   conflicts         : 39235       (10628 /sec, 51.07% dconfs, 0.00% supp, trail 125.29w x 14.05h, jmp 1.29h)
9.50/6.54	c (4,0) c   decisions         : 53751       (0.7500 vdcy, 14560 /sec, 0.00% bin, rs 0.000 s)
9.50/6.54	c (4,0) c   propagations      : 9433835     (2555392 /sec, 175.51 lits/dec, 8.76% o.a.)
9.50/6.54	c (4,0) c   conflict literals : 1746854     (37.87% deleted; 0.78% by bin min, 0.007 s)
9.50/6.54	c (4,0) c   len               : 22.623      (27.31 for all, max 108, used 102)
9.50/6.54	c (4,0) c   lbd               : 5.517       (9.63 (8.09) for all, max 44, used 43, 2.274 stdev, 2.836 blk)
9.50/6.54	c (4,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
9.50/6.54	c (4,0) c   simp dbs          : 1           (0.000 s)
9.50/6.54	c (4,0) c   reduce dbs        : 4           (core-lbd 5, supp-lbd 13, 0.010 s)
9.50/6.54	c (4,0) c   learnts           : 19581       (19655 learnts removed, 50.10%)
9.50/6.54	c (4,0) c   rewrite dbs       : 0           (0/0 vars, 0+0 taut, 0+0 unit, 0.000 s)
9.50/6.54	c (4,0) c   assigned lits     : 0           (0/0 probed, 0 remains)
9.50/6.54	c (4,0) c   premise updates   : 326701      (97.35 /lit)
9.50/6.54	c (4,0) c   probed variables  : 0           (0 pr, 0 eq, 0 fld, 0 pol, 0 nec, 0 cla, 0 amo)
9.50/6.54	c (4,0) c   equiv variables   : 0           (0 bin, 0 trn, 0 quat, 0 quin, 0 othr; 0 amo)
9.50/6.54	c (4,0) c   lazy added bins   : 1           (1 prop + 0 conf, 0.009s)
9.50/6.54	c (4,0) c   unwatched lit elim: 4707        (0.09+0.27%, 63+4644 of 68991+1746854)
9.50/6.54	c (4,0) c   classified type   : undef
9.50/6.54	c (4,0) c   progress          : 33.260%
9.50/6.54	c (4,0) c
9.50/6.54	c (4,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
9.50/6.54	c (4,0) c
9.50/6.54	c (4,0) c    3       153     39235     1678    24196    19581   22.6   5.5  13.4 74.5%
10.10/7.19	c (4,0) c    4 r     183     45001     1678    24196    25347   23.8   6.4  14.9 74.2%
10.10/7.20	c (4,0) c
10.10/7.20	c (4,0) c R [LBD Statistics #5]
10.10/7.20	c (4,0) c R LBD         used lbd               used clause lbd
10.10/7.20	c (4,0) c R  tot      395039                   25347
10.10/7.20	c (4,0) c R  avg       3.839                   6.368
10.10/7.20	c (4,0) c R   1         1314 ( 0.3/ 0.3%)         19 ( 0.1/ 0.1%)
10.10/7.20	c (4,0) c R   2        95947 (24.3/24.6%)       1171 ( 4.6/ 4.7%)
10.10/7.20	c (4,0) c R   3       131460 (33.3/57.9%)       2962 (11.7/16.4%)
10.10/7.20	c (4,0) c R   4        73970 (18.7/76.6%)       4199 (16.6/32.9%)
10.10/7.20	c (4,0) c R   5        36792 ( 9.3/85.9%)       4795 (18.9/51.9%)
10.10/7.20	c (4,0) c R
10.10/7.20	c (4,0) c R core_lbd_threshold = 5
10.10/7.20	c (4,0) c R supp_lbd_threshold = 13
10.22/7.21	c (4,0) c R
10.22/7.21	c (4,0) c R [RDB Statistics #5]
10.22/7.21	c (4,0) c R kept: lbd      =   13113 (51.7/51.7%)
10.22/7.21	c (4,0) c R kept: ttl      =    7193 (28.4/80.1%)
10.22/7.21	c (4,0) c R kept: locked   =      35 ( 0.1/80.3%)
10.22/7.21	c (4,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
10.22/7.21	c (4,0) c R lost: ttl      =    5006 (19.7/19.7%)
10.22/7.21	c (4,0) c R lost: subsumed =       0 ( 0.0/19.7%)
10.22/7.21	c (4,0) c
10.22/7.21	c (4,0) c    4 R     183     45001     1678    24196    20341   21.9   5.2  14.9 74.2%
10.41/7.43	c (5,0) c    4       195     47184     1678    24196    22524   22.3   5.6  15.0 73.9%
11.10/8.10	c (5,0) c    5 r     225     52502     1678    24196    27842   23.7   6.2  15.1 73.2%
11.10/8.11	c (5,0) c
11.10/8.11	c (5,0) c R [LBD Statistics #6]
11.10/8.11	c (5,0) c R LBD         used lbd               used clause lbd
11.10/8.11	c (5,0) c R  tot      497472                   27842
11.10/8.11	c (5,0) c R  avg       3.748                   6.240
11.10/8.11	c (5,0) c R   1         1757 ( 0.4/ 0.4%)         22 ( 0.1/ 0.1%)
11.10/8.11	c (5,0) c R   2       131498 (26.4/26.8%)       1421 ( 5.1/ 5.2%)
11.10/8.11	c (5,0) c R   3       167803 (33.7/60.5%)       3376 (12.1/17.3%)
11.10/8.11	c (5,0) c R   4        87530 (17.6/78.1%)       4804 (17.3/34.6%)
11.10/8.11	c (5,0) c R   5        44251 ( 8.9/87.0%)       5452 (19.6/54.1%)
11.10/8.11	c (5,0) c R
11.10/8.11	c (5,0) c R core_lbd_threshold = 5
11.10/8.11	c (5,0) c R supp_lbd_threshold = 12
11.10/8.11	c (5,0) c R
11.10/8.11	c (5,0) c R [RDB Statistics #6]
11.10/8.11	c (5,0) c R kept: lbd      =   15071 (54.1/54.1%)
11.10/8.11	c (5,0) c R kept: ttl      =    7253 (26.1/80.2%)
11.10/8.11	c (5,0) c R kept: locked   =       5 ( 0.0/80.2%)
11.10/8.11	c (5,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
11.10/8.11	c (5,0) c R lost: ttl      =    5513 (19.8/19.8%)
11.10/8.11	c (5,0) c R lost: subsumed =       0 ( 0.0/19.8%)
11.10/8.11	c (5,0) c
11.10/8.11	c (5,0) c    5 R     225     52502     1678    24196    22329   22.0   5.2  15.1 73.2%
11.62/8.61	c (6,0) c    5       241     56723     1678    24196    26550   22.8   5.7  14.3 72.8%
12.12/9.12	c (6,0) c    6 r     258     60500     1678    24196    30327   23.2   6.0  14.1 72.8%
12.12/9.12	c (6,0) c
12.12/9.12	c (6,0) c R [LBD Statistics #7]
12.12/9.12	c (6,0) c R LBD         used lbd               used clause lbd
12.12/9.12	c (6,0) c R  tot      611711                   30327
12.12/9.12	c (6,0) c R  avg       3.670                   6.041
12.12/9.12	c (6,0) c R   1         2147 ( 0.4/ 0.4%)         28 ( 0.1/ 0.1%)
12.12/9.12	c (6,0) c R   2       172589 (28.2/28.6%)       1688 ( 5.6/ 5.7%)
12.12/9.12	c (6,0) c R   3       207097 (33.9/62.4%)       3905 (12.9/18.5%)
12.12/9.12	c (6,0) c R   4       103698 (17.0/79.4%)       5556 (18.3/36.9%)
12.12/9.12	c (6,0) c R   5        52212 ( 8.5/87.9%)       6082 (20.1/56.9%)
12.12/9.12	c (6,0) c R
12.12/9.12	c (6,0) c R core_lbd_threshold = 5
12.12/9.12	c (6,0) c R supp_lbd_threshold = 12
12.12/9.12	c (6,0) c R
12.12/9.12	c (6,0) c R [RDB Statistics #7]
12.12/9.12	c (6,0) c R kept: lbd      =   17239 (56.8/56.8%)
12.12/9.12	c (6,0) c R kept: ttl      =    7291 (24.0/80.9%)
12.12/9.12	c (6,0) c R kept: locked   =      24 ( 0.1/81.0%)
12.12/9.12	c (6,0) c R lost: lbd      =       0 ( 0.0/ 0.0%)
12.12/9.12	c (6,0) c R lost: ttl      =    5773 (19.0/19.0%)
12.12/9.12	c (6,0) c R lost: subsumed =       0 ( 0.0/19.0%)
12.12/9.12	c (6,0) c
12.12/9.12	c (6,0) c    6 R     258     60500     1678    24196    24554   21.3   5.0  14.1 72.8%
13.02/10.04	c (7,0) c    7       293     68170     1678    24196    32224   22.5   5.8  14.1 72.5%
13.12/10.15	c (7,0) c    7 r     296     69004     1678    24196    33058   22.6   5.8  14.4 72.6%
13.12/10.15	c (7,0) c
13.12/10.15	c (7,0) c R [LBD Statistics #8]
13.12/10.15	c (7,0) c R LBD         used lbd               used clause lbd
13.12/10.15	c (7,0) c R  tot      739489                   33058
13.12/10.15	c (7,0) c R  avg       3.597                   5.838
13.12/10.15	c (7,0) c R   1         2578 ( 0.3/ 0.3%)         32 ( 0.1/ 0.1%)
13.12/10.15	c (7,0) c R   2       221665 (30.0/30.3%)       2023 ( 6.1/ 6.2%)
13.12/10.15	c (7,0) c R   3       250631 (33.9/64.2%)       4553 (13.8/20.0%)
13.12/10.15	c (7,0) c R   4       121155 (16.4/80.6%)       6307 (19.1/39.1%)
13.12/10.15	c (7,0) c R
13.12/10.15	c (7,0) c R core_lbd_threshold = 4
13.12/10.15	c (7,0) c R supp_lbd_threshold = 12
13.12/10.15	c (7,0) c R
13.12/10.15	c (7,0) c R [RDB Statistics #8]
13.12/10.15	c (7,0) c R kept: lbd      =   11808 (35.7/35.7%)
13.12/10.15	c (7,0) c R kept: ttl      =   11648 (35.2/71.0%)
13.12/10.15	c (7,0) c R kept: locked   =      12 ( 0.0/71.0%)
13.12/10.15	c (7,0) c R lost: lbd      =    1095 ( 3.3/ 3.3%)
13.12/10.15	c (7,0) c R lost: ttl      =    8495 (25.7/29.0%)
13.12/10.15	c (7,0) c R lost: subsumed =       0 ( 0.0/29.0%)
13.12/10.15	c (7,0) c
13.12/10.15	c (7,0) c    7 R     296     69004     1678    24196    23468   20.7   4.9  14.4 72.6%
14.24/11.28	c (8,0) c    8 r     339     78000     1678    24145    31083   22.6   6.0  14.5 71.6%
14.24/11.29	c (8,0) c
14.24/11.29	c (8,0) c R [LBD Statistics #9]
14.24/11.29	c (8,0) c R LBD         used lbd               used clause lbd
14.24/11.29	c (8,0) c R  tot      888999                   31083
14.24/11.29	c (8,0) c R  avg       3.525                   5.984
14.24/11.29	c (8,0) c R   1         3531 ( 0.4/ 0.4%)         42 ( 0.1/ 0.1%)
14.24/11.29	c (8,0) c R   2       283742 (31.9/32.3%)       2290 ( 7.4/ 7.5%)
14.24/11.29	c (8,0) c R   3       299928 (33.7/66.1%)       4629 (14.9/22.4%)
14.24/11.29	c (8,0) c R   4       139529 (15.7/81.7%)       6043 (19.4/41.8%)
14.24/11.29	c (8,0) c R
14.24/11.29	c (8,0) c R core_lbd_threshold = 4
14.24/11.29	c (8,0) c R supp_lbd_threshold = 12
14.24/11.29	c (8,0) c R
14.24/11.29	c (8,0) c R [RDB Statistics #9]
14.24/11.29	c (8,0) c R kept: lbd      =   12509 (40.2/40.2%)
14.24/11.29	c (8,0) c R kept: ttl      =   10950 (35.2/75.5%)
14.24/11.29	c (8,0) c R kept: locked   =      14 ( 0.0/75.5%)
14.24/11.29	c (8,0) c R lost: lbd      =     488 ( 1.6/ 1.6%)
14.24/11.29	c (8,0) c R lost: ttl      =    7122 (22.9/24.5%)
14.24/11.29	c (8,0) c R lost: subsumed =       0 ( 0.0/24.5%)
14.24/11.29	c (8,0) c
14.24/11.29	c (8,0) c    8 R     339     78000     1678    24145    23473   20.5   4.8  14.5 71.6%
14.73/11.76	c (9,0) c    8       352     81907     1677    24145    27379   21.0   5.2  13.4 71.2%
15.43/12.48	c (10,0) c    9 r     371     87504     1677    24145    32976   21.5   5.7  12.8 70.6%
15.43/12.49	c (10,0) c
15.43/12.49	c (10,0) c R [LBD Statistics #10]
15.43/12.49	c (10,0) c R LBD         used lbd               used clause lbd
15.43/12.49	c (10,0) c R  tot     1050108                   32976
15.43/12.49	c (10,0) c R  avg       3.459                   5.694
15.43/12.49	c (10,0) c R   1         4425 ( 0.4/ 0.4%)         52 ( 0.2/ 0.2%)
15.43/12.49	c (10,0) c R   2       355137 (33.8/34.2%)       2787 ( 8.5/ 8.6%)
15.43/12.49	c (10,0) c R   3       351259 (33.4/67.7%)       5191 (15.7/24.4%)
15.43/12.49	c (10,0) c R   4       157918 (15.0/82.7%)       6573 (19.9/44.3%)
15.43/12.49	c (10,0) c R
15.43/12.49	c (10,0) c R core_lbd_threshold = 4
15.43/12.49	c (10,0) c R supp_lbd_threshold = 12
15.43/12.49	c (10,0) c R
15.43/12.49	c (10,0) c R [RDB Statistics #10]
15.43/12.49	c (10,0) c R kept: lbd      =   14172 (43.0/43.0%)
15.43/12.49	c (10,0) c R kept: ttl      =   11506 (34.9/77.9%)
15.43/12.49	c (10,0) c R kept: locked   =      21 ( 0.1/77.9%)
15.43/12.49	c (10,0) c R lost: lbd      =     414 ( 1.3/ 1.3%)
15.43/12.49	c (10,0) c R lost: ttl      =    6863 (20.8/22.1%)
15.43/12.49	c (10,0) c R lost: subsumed =       0 ( 0.0/22.1%)
15.43/12.49	c (10,0) c
15.43/12.49	c (10,0) c
15.43/12.49	c (10,0) c   variables         : 1677        (init 3025, after simp 1678, 31 non-decs, 123 csp)
15.43/12.49	c (10,0) c   clauses           : 24145       (init 38125, after simp 24196)
15.43/12.49	c (10,0) c   restarts          : 370         (235.86 confs/res, 50~2195 confs, 0 blks, 0 last)
15.43/12.49	c (10,0) c   conflicts         : 87504       (9167 /sec, 48.49% dconfs, 0.00% supp, trail 120.17w x 14.07h, jmp 1.26h)
15.43/12.49	c (10,0) c   decisions         : 117670      (0.9300 vdcy, 12327 /sec, 0.00% bin, rs 0.000 s)
15.43/12.49	c (10,0) c   propagations      : 21393253    (2241149 /sec, 181.81 lits/dec, 10.13% o.a.)
15.43/12.49	c (10,0) c   conflict literals : 4053717     (41.23% deleted; 0.93% by bin min, 0.012 s)
15.43/12.49	c (10,0) c   len               : 19.580      (26.79 for all, max 108, used 102)
15.43/12.49	c (10,0) c   lbd               : 4.773       (9.96 (8.38) for all, max 44, used 43, 2.051 stdev, 2.689 blk)
15.43/12.49	c (10,0) c   amo               : 0           (0 max, -nan avg, 0.000 s)
15.43/12.49	c (10,0) c   simp dbs          : 2           (0.010 s)
15.43/12.49	c (10,0) c   reduce dbs        : 10          (core-lbd 4, supp-lbd 12, 0.039 s)
15.43/12.49	c (10,0) c   learnts           : 25699       (60424 learnts removed, 69.05%)
15.43/12.49	c (10,0) c   rewrite dbs       : 0           (0/0 vars, 0+0 taut, 0+0 unit, 0.000 s)
15.43/12.49	c (10,0) c   assigned lits     : 0           (0/0 probed, 0 remains)
15.43/12.49	c (10,0) c   premise updates   : 896992      (267.28 /lit)
15.43/12.49	c (10,0) c   probed variables  : 0           (0 pr, 0 eq, 0 fld, 0 pol, 0 nec, 0 cla, 0 amo)
15.43/12.49	c (10,0) c   equiv variables   : 0           (0 bin, 0 trn, 0 quat, 0 quin, 0 othr; 0 amo)
15.43/12.49	c (10,0) c   lazy added bins   : 2           (2 prop + 0 conf, 0.017s)
15.43/12.49	c (10,0) c   unwatched lit elim: 16028       (0.14+0.39%, 99+15929 of 68991+4053717)
15.43/12.49	c (10,0) c   classified type   : undef
15.43/12.49	c (10,0) c   progress          : 33.327%
15.43/12.49	c (10,0) c
15.43/12.49	c (10,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
15.43/12.49	c (10,0) c
15.43/12.49	c (10,0) c    9 R     371     87504     1677    24145    25699   19.6   4.8  12.8 70.6%
16.74/13.78	c (11,0) c   11 p     426     97131     1674    23904    31872   21.1   5.9  14.0 69.0%
16.83/13.83	c (11,0) c   11 r     426     97502     1674    23904    32243   21.2   6.0  14.2 68.9%
16.83/13.83	c (11,0) c
16.83/13.83	c (11,0) c R [LBD Statistics #11]
16.83/13.83	c (11,0) c R LBD         used lbd               used clause lbd
16.83/13.83	c (11,0) c R  tot     1233506                   32243
16.83/13.83	c (11,0) c R  avg       3.402                   5.958
16.83/13.83	c (11,0) c R   1         5747 ( 0.5/ 0.5%)         56 ( 0.2/ 0.2%)
16.83/13.83	c (11,0) c R   2       441200 (35.8/36.2%)       2981 ( 9.2/ 9.4%)
16.83/13.83	c (11,0) c R   3       406149 (32.9/69.2%)       5162 (16.0/25.4%)
16.83/13.83	c (11,0) c R   4       178352 (14.5/83.6%)       6365 (19.7/45.2%)
16.83/13.83	c (11,0) c R
16.83/13.83	c (11,0) c R core_lbd_threshold = 4
16.83/13.83	c (11,0) c R supp_lbd_threshold = 12
16.83/13.83	c (11,0) c R
16.83/13.83	c (11,0) c R [RDB Statistics #11]
16.83/13.83	c (11,0) c R kept: lbd      =   14145 (43.9/43.9%)
16.83/13.83	c (11,0) c R kept: ttl      =    9362 (29.0/72.9%)
16.83/13.83	c (11,0) c R kept: locked   =      17 ( 0.1/73.0%)
16.83/13.83	c (11,0) c R lost: lbd      =     410 ( 1.3/ 1.3%)
16.83/13.83	c (11,0) c R lost: ttl      =    8309 (25.8/27.0%)
16.83/13.83	c (11,0) c R lost: subsumed =       0 ( 0.0/27.0%)
16.83/13.83	c (11,0) c
16.83/13.83	c (11,0) c   11 R     426     97502     1674    23904    23524   19.3   4.7  14.2 68.9%
16.94/13.94	c (11,0) c   11       428     98391     1674    23904    24413   19.4   4.8  14.1 68.7%
17.14/14.19	c (11,0) c   11 f     444    100000     1673    23904    26020   19.5   5.1  14.4 68.4%
17.64/14.67	c (12,0) c   11       460    103268      919    23904    29279   19.4   5.4  13.5 67.8%
17.64/14.67	c (12,0) c
17.64/14.67	c (12,0) c
17.64/14.67	c (12,0) c variables         : 919         (init 3025, after simp 1678, 31 non-decs, 123 csp)
17.64/14.67	c (12,0) c clauses           : 23904       (init 38125, after simp 24196)
17.64/14.67	c (12,0) c restarts          : 459         (224.50 confs/res, 50~2195 confs, 0 blks, 0 last)
17.64/14.67	c (12,0) c conflicts         : 103268      (8834 /sec, 47.77% dconfs, 0.00% supp, trail 118.79w x 14.02h, jmp 1.25h)
17.64/14.67	c (12,0) c decisions         : 137693      (0.9800 vdcy, 11779 /sec, 0.00% bin, rs 0.000 s)
17.64/14.67	c (12,0) c propagations      : 25827301    (2209451 /sec, 187.57 lits/dec, 10.71% o.a.)
17.64/14.67	c (12,0) c conflict literals : 4748179     (42.34% deleted; 0.97% by bin min, 0.013 s)
17.64/14.67	c (12,0) c len               : 19.380      (26.06 for all, max 108, used 102)
17.64/14.67	c (12,0) c lbd               : 5.388       (10.08 (8.44) for all, max 44, used 43, 2.033 stdev, 2.586 blk)
17.64/14.67	c (12,0) c amo               : 0           (0 max, -nan avg, 0.000 s)
17.64/14.67	c (12,0) c simp dbs          : 3           (0.021 s)
17.64/14.67	c (12,0) c reduce dbs        : 11          (core-lbd 4, supp-lbd 12, 0.043 s)
17.64/14.67	c (12,0) c learnts           : 29279       (69143 learnts removed, 66.95%)
17.64/14.67	c (12,0) c rewrite dbs       : 0           (0/8 vars, 0+0 taut, 0+0 unit, 0.000 s)
17.64/14.67	c (12,0) c assigned lits     : 1           (1/15 probed, 14 remains)
17.64/14.67	c (12,0) c premise updates   : 1344372     (400.59 /lit)
17.64/14.67	c (12,0) c probed variables  : 15          (0 pr, 8 eq, 3 fld, 2 pol, 1 nec, 1 cla, 0 amo)
17.64/14.67	c (12,0) c equiv variables   : 8           (0 bin, 0 trn, 1 quat, 0 quin, 1 othr; 0 amo)
17.64/14.67	c (12,0) c lazy added bins   : 4           (4 prop + 0 conf, 0.020s)
17.64/14.67	c (12,0) c unwatched lit elim: 26208       (0.20+0.55%, 137+26071 of 68991+4748179)
17.64/14.67	c (12,0) c classified type   : undef
17.64/14.67	c (12,0) c progress          : 63.459%
17.64/14.67	c (12,0) c
17.64/14.67	c (12,0) c [Statistics]
17.64/14.67	c (12,0) c             learnts len        learnts lbd        lit blk size       eq vars size
17.64/14.67	c (12,0) c  tot      103267             103267            1040976                  2
17.64/14.67	c (12,0) c  avg      26.065              8.438              2.586              5.000
17.64/14.67	c (12,0) c   1           16 ( 0.0%)        119 ( 0.1%)     752890 (72.3%)          0 ( 0.0%)
17.64/14.67	c (12,0) c   2          152 ( 0.1%)       4040 ( 3.9%)      80289 ( 7.7%)          0 ( 0.0%)
17.64/14.67	c (12,0) c   3          501 ( 0.5%)       6780 ( 6.6%)      39859 ( 3.8%)          0 ( 0.0%)
17.64/14.67	c (12,0) c   4          964 ( 0.9%)       8827 ( 8.5%)      25930 ( 2.5%)          1 (50.0%)
17.64/14.67	c (12,0) c   5         1316 ( 1.3%)       9600 ( 9.3%)      20696 ( 2.0%)          0 ( 0.0%)
17.64/14.67	c (12,0) c   6         1681 ( 1.6%)      10542 (10.2%)      17202 ( 1.7%)          1 (50.0%)
17.64/14.67	c (12,0) c   7         2039 ( 2.0%)      10546 (10.2%)      14188 ( 1.4%)          0 ( 0.0%)
17.64/14.67	c (12,0) c   8         2399 ( 2.3%)       9950 ( 9.6%)      12464 ( 1.2%)          0 ( 0.0%)
17.64/14.67	c (12,0) c   9         2762 ( 2.7%)       8827 ( 8.5%)      10698 ( 1.0%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  10         3164 ( 3.1%)       7393 ( 7.2%)       9267 ( 0.9%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  11         3584 ( 3.5%)       6022 ( 5.8%)       7992 ( 0.8%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  12         3894 ( 3.8%)       4683 ( 4.5%)       6998 ( 0.7%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  13         3223 ( 3.1%)       3639 ( 3.5%)       5955 ( 0.6%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  14         2921 ( 2.8%)       2805 ( 2.7%)       5230 ( 0.5%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  15         2487 ( 2.4%)       2114 ( 2.0%)       4538 ( 0.4%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  16         2340 ( 2.3%)       1566 ( 1.5%)       4005 ( 0.4%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  17         2458 ( 2.4%)       1152 ( 1.1%)       3324 ( 0.3%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  18         2498 ( 2.4%)        913 ( 0.9%)       2887 ( 0.3%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  19         2687 ( 2.6%)        699 ( 0.7%)       2476 ( 0.2%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  20         2782 ( 2.7%)        565 ( 0.5%)       2179 ( 0.2%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  21         2768 ( 2.7%)        452 ( 0.4%)       1930 ( 0.2%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  22         2706 ( 2.6%)        382 ( 0.4%)       1586 ( 0.2%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  23         2490 ( 2.4%)        301 ( 0.3%)       1371 ( 0.1%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  24         2339 ( 2.3%)        216 ( 0.2%)       1201 ( 0.1%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  25         2238 ( 2.2%)        200 ( 0.2%)       1005 ( 0.1%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  26         2274 ( 2.2%)        172 ( 0.2%)        881 ( 0.1%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  27         2288 ( 2.2%)        127 ( 0.1%)        727 ( 0.1%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  28         2266 ( 2.2%)        107 ( 0.1%)        565 ( 0.1%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  29         2308 ( 2.2%)         92 ( 0.1%)        500 ( 0.0%)          0 ( 0.0%)
17.64/14.67	c (12,0) c  30        37722 (36.5%)        436 ( 0.4%)       2143 ( 0.2%)          0 ( 0.0%)
17.64/14.67	c (12,0) c
17.64/14.67	c (12,0) c [LBD Statistics]
17.64/14.67	c (12,0) c LBD          used lbd               used clause lbd         unused clause lbd
17.64/14.67	c (12,0) c  tot      1350629                   44744                   58511
17.64/14.67	c (12,0) c  avg        3.375                   6.883                   9.629
17.64/14.67	c (12,0) c    1         6880 ( 0.5/ 0.5%)        103 ( 0.2/ 0.2%)          0 ( 0.0/ 0.0%)
17.64/14.67	c (12,0) c    2       498589 (36.9/37.4%)       3485 ( 7.8/ 8.0%)        559 ( 1.0/ 1.0%)
17.64/14.67	c (12,0) c    3       438732 (32.5/69.9%)       5383 (12.0/20.0%)       1397 ( 2.4/ 3.3%)
17.64/14.67	c (12,0) c    4       190329 (14.1/84.0%)       5998 (13.4/33.5%)       2829 ( 4.8/ 8.2%)
17.64/14.67	c (12,0) c    5        92836 ( 6.9/90.9%)       5369 (12.0/45.5%)       4231 ( 7.2/15.4%)
17.64/14.67	c (12,0) c    6        45153 ( 3.3/94.2%)       4854 (10.8/56.3%)       5688 ( 9.7/25.1%)
17.64/14.67	c (12,0) c    7        25480 ( 1.9/96.1%)       4080 ( 9.1/65.4%)       6466 (11.1/36.2%)
17.64/14.67	c (12,0) c    8        16929 ( 1.3/97.4%)       3469 ( 7.8/73.2%)       6481 (11.1/47.3%)
17.64/14.67	c (12,0) c    9         9908 ( 0.7/98.1%)       2795 ( 6.2/79.4%)       6032 (10.3/57.6%)
17.64/14.67	c (12,0) c   10         6966 ( 0.5/98.6%)       2214 ( 4.9/84.4%)       5179 ( 8.9/66.4%)
17.64/14.67	c (12,0) c   11         5102 ( 0.4/99.0%)       1727 ( 3.9/88.2%)       4295 ( 7.3/73.8%)
17.64/14.67	c (12,0) c   12         3441 ( 0.3/99.2%)       1189 ( 2.7/90.9%)       3494 ( 6.0/79.7%)
17.64/14.67	c (12,0) c   13         2440 ( 0.2/99.4%)        995 ( 2.2/93.1%)       2644 ( 4.5/84.2%)
17.64/14.67	c (12,0) c   14         1785 ( 0.1/99.6%)        720 ( 1.6/94.7%)       2085 ( 3.6/87.8%)
17.64/14.67	c (12,0) c   15         1345 ( 0.1/99.7%)        542 ( 1.2/95.9%)       1572 ( 2.7/90.5%)
17.64/14.67	c (12,0) c   16         1044 ( 0.1/99.7%)        384 ( 0.9/96.8%)       1182 ( 2.0/92.5%)
17.64/14.67	c (12,0) c   17          807 ( 0.1/99.8%)        278 ( 0.6/97.4%)        874 ( 1.5/94.0%)
17.64/14.67	c (12,0) c   18          573 ( 0.0/99.8%)        230 ( 0.5/97.9%)        683 ( 1.2/95.2%)
17.64/14.67	c (12,0) c   19          399 ( 0.0/99.9%)        164 ( 0.4/98.3%)        535 ( 0.9/96.1%)
17.64/14.67	c (12,0) c   20          351 ( 0.0/99.9%)        151 ( 0.3/98.6%)        414 ( 0.7/96.8%)
17.64/14.67	c (12,0) c   21          277 ( 0.0/99.9%)        113 ( 0.3/98.9%)        339 ( 0.6/97.4%)
17.64/14.67	c (12,0) c   22          239 ( 0.0/99.9%)         85 ( 0.2/99.1%)        297 ( 0.5/97.9%)
17.64/14.67	c (12,0) c   23          158 ( 0.0/99.9%)         74 ( 0.2/99.2%)        227 ( 0.4/98.3%)
17.64/14.67	c (12,0) c   24          143 ( 0.0/99.9%)         49 ( 0.1/99.3%)        167 ( 0.3/98.6%)
17.64/14.67	c (12,0) c   25          119 ( 0.0/100.0%)         57 ( 0.1/99.5%)        143 ( 0.2/98.8%)
17.64/14.67	c (12,0) c   26          100 ( 0.0/100.0%)         44 ( 0.1/99.6%)        128 ( 0.2/99.0%)
17.64/14.67	c (12,0) c   27           99 ( 0.0/100.0%)         38 ( 0.1/99.7%)         89 ( 0.2/99.2%)
17.64/14.67	c (12,0) c   28           57 ( 0.0/100.0%)         24 ( 0.1/99.7%)         83 ( 0.1/99.3%)
17.64/14.67	c (12,0) c   29           49 ( 0.0/100.0%)         25 ( 0.1/99.8%)         67 ( 0.1/99.4%)
17.64/14.67	c (12,0) c   30           47 ( 0.0/100.0%)         20 ( 0.0/99.8%)         61 ( 0.1/99.5%)
17.64/14.67	c (12,0) c   31           35 ( 0.0/100.0%)         15 ( 0.0/99.8%)         48 ( 0.1/99.6%)
17.64/14.67	c (12,0) c   32           52 ( 0.0/100.0%)         12 ( 0.0/99.9%)         61 ( 0.1/99.7%)
17.64/14.67	c (12,0) c   33           42 ( 0.0/100.0%)         19 ( 0.0/99.9%)         37 ( 0.1/99.8%)
17.64/14.67	c (12,0) c   34           18 ( 0.0/100.0%)          8 ( 0.0/99.9%)         25 ( 0.0/99.8%)
17.64/14.67	c (12,0) c   35           24 ( 0.0/100.0%)          8 ( 0.0/99.9%)         24 ( 0.0/99.9%)
17.64/14.67	c (12,0) c   36           18 ( 0.0/100.0%)          6 ( 0.0/100.0%)         20 ( 0.0/99.9%)
17.64/14.67	c (12,0) c   37           11 ( 0.0/100.0%)          3 ( 0.0/100.0%)         16 ( 0.0/99.9%)
17.64/14.67	c (12,0) c   38           24 ( 0.0/100.0%)         10 ( 0.0/100.0%)         14 ( 0.0/100.0%)
17.64/14.67	c (12,0) c   39            8 ( 0.0/100.0%)          1 ( 0.0/100.0%)          9 ( 0.0/100.0%)
17.64/14.67	c (12,0) c   40           12 ( 0.0/100.0%)          1 ( 0.0/100.0%)         13 ( 0.0/100.0%)
17.64/14.67	c (12,0) c   41            5 ( 0.0/100.0%)          2 ( 0.0/100.0%)          2 ( 0.0/100.0%)
17.64/14.67	c (12,0) c   42            1 ( 0.0/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
17.64/14.67	c (12,0) c   43            2 ( 0.0/100.0%)          0 ( 0.0/100.0%)          1 ( 0.0/100.0%)
17.64/14.67	c (12,0) c
17.64/14.67	c (12,0) c Memory used       : 33.00 MB
17.64/14.67	c (12,0) c CPU time          : 11.690 s
17.64/14.67	c (12,0) c Real time         : 11.902 s
17.64/14.67	c (12,0) c
17.64/14.67	c (12,0) s UNSATISFIABLE
17.64/14.67	c (12,0) SatSolver.solve End
17.64/14.67	c (12,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
17.64/14.67	c (12,0) Show results Begin
17.64/14.67	s UNSATISFIABLE
17.64/14.67	c (12,0) Show results End
17.64/14.67	c (12,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
17.64/14.68	c (12,0) 12,12,STOP-AFTER(ALL)
17.64/14.68	c END-Prog: Thu Sep 12 16:02:00 CEST 2019

Verifier Data


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 (11882 MiB free)
  memory of node 1: 16384 MiB (11291 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4388199-1568296947/watcher-4388199-1568296947 -o /tmp/evaluation-result-4388199-1568296947/solver-4388199-1568296947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568286693-10212 --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-4388199-1568296947.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
solver pid=13573, runsolver pid=13570
Current StackSize limit: 8192 KiB


[startup+0.100186 s]*
/proc/loadavg: 2.02 2.05 2.05 4/235 13590
/proc/meminfo: memFree=23670364/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405942098 115843072 349 33554432000 4194304 5098028 140722932207856 140722932205112 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 349 296 221 0 87 0
[pid=13576] ppid=13573 vsize=15012696 memory=73308 CPUtime=0.12 cores=0,2,4,6
/proc/13576/stat : 13576 (java) S 13573 13573 8795 0 -1 1077944320 6594 0 0 0 10 2 0 0 20 0 15 0 405942098 15373000704 18327 33554432000 4194304 4196468 140737009641504 140737009624048 140529052679927 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
/proc/13576/statm: 3753174 18327 2931 1 0 3715579 0
[pid=13576/tid=13577] ppid=13573 vsize=15012696 memory=-6509246020331028419 CPUtime=0.09 cores=0,2,4,6
/proc/13576/task/13577/stat : 13577 (java) R 13573 13573 8795 0 -1 4202560 4448 0 0 0 8 1 0 0 20 0 15 0 405942098 15373000704 18393 33554432000 4194304 4196468 140737009641504 140529024471096 140529036723557 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13578] ppid=13573 vsize=15012696 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13578/stat : 13578 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 18393 33554432000 4194304 4196468 140737009641504 140529056922768 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13579] ppid=13573 vsize=15012696 memory=139690027976320 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13579/stat : 13579 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528848006160 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13580] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13580/stat : 13580 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528512744336 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13581] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13581/stat : 13581 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528511691536 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13582] ppid=13573 vsize=15012696 memory=139690027976320 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13582/stat : 13582 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942101 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528023181680 140529052691074 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13583] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13583/stat : 13583 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405942102 15373000704 18393 33554432000 4194304 4196468 140737009641504 140527638930464 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13584] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13584/stat : 13584 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942102 15373000704 18393 33554432000 4194304 4196468 140737009641504 140527370494832 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13585] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13585/stat : 13585 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 18393 33554432000 4194304 4196468 140737009641504 140526995986256 140529052698523 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13586] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13586/stat : 13586 (java) S 13573 13573 8795 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528022129520 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13587] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13587/stat : 13587 (java) S 13573 13573 8795 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528021076720 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13588] ppid=13573 vsize=15012696 memory=139690027976320 CPUtime=0.01 cores=0,2,4,6
/proc/13576/task/13588/stat : 13588 (java) R 13573 13573 8795 0 -1 4202560 410 0 0 0 1 0 0 0 20 0 15 0 405942105 15373000704 18393 33554432000 4194304 4196468 140737009641504 140528020023920 140529031435891 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13589] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13589/stat : 13589 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 18459 33554432000 4194304 4196468 140737009641504 140526498081504 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13590] ppid=13573 vsize=15012696 memory=139690027976320 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13590/stat : 13590 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 18459 33554432000 4194304 4196468 140737009641504 140528018971312 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 74704 KiB

[startup+0.211265 s]*
/proc/loadavg: 2.02 2.05 2.05 3/235 13590
/proc/meminfo: memFree=23651276/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405942098 115843072 349 33554432000 4194304 5098028 140722932207856 140722932205112 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 349 296 221 0 87 0
[pid=13576] ppid=13573 vsize=15012696 memory=88708 CPUtime=0.24 cores=0,2,4,6
/proc/13576/stat : 13576 (java) S 13573 13573 8795 0 -1 1077944320 11736 0 0 0 21 3 0 0 20 0 15 0 405942098 15373000704 22177 33554432000 4194304 4196468 140737009641504 140737009624048 140529052679927 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
/proc/13576/statm: 3753174 22177 2943 1 0 3715579 0
[pid=13576/tid=13577] ppid=13573 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/13576/task/13577/stat : 13577 (java) R 13573 13573 8795 0 -1 4202560 9506 0 0 0 17 3 0 0 20 0 15 0 405942098 15373000704 22177 33554432000 4194304 4196468 140737009641504 140529024463488 140529052701853 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13578] ppid=13573 vsize=15012696 memory=540 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13578/stat : 13578 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 22177 33554432000 4194304 4196468 140737009641504 140529056922768 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13579] ppid=13573 vsize=15012696 memory=139690027989695 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13579/stat : 13579 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528848006160 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13580] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13580/stat : 13580 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528512744336 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13581] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13581/stat : 13581 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528511691536 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13582] ppid=13573 vsize=15012696 memory=139690027976320 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13582/stat : 13582 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942101 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528023181680 140529052691074 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13583] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13583/stat : 13583 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405942102 15373000704 22177 33554432000 4194304 4196468 140737009641504 140527638930464 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13584] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13584/stat : 13584 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942102 15373000704 22177 33554432000 4194304 4196468 140737009641504 140527370494832 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13585] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13585/stat : 13585 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 22177 33554432000 4194304 4196468 140737009641504 140526995986256 140529052698523 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13586] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13586/stat : 13586 (java) S 13573 13573 8795 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528022129520 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13587] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13587/stat : 13587 (java) S 13573 13573 8795 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528021076720 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13588] ppid=13573 vsize=15012696 memory=139690027976320 CPUtime=0.02 cores=0,2,4,6
/proc/13576/task/13588/stat : 13588 (java) R 13573 13573 8795 0 -1 4202560 424 0 0 0 2 0 0 0 20 0 15 0 405942105 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528020023920 140529052701274 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13589] ppid=13573 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13589/stat : 13589 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 22177 33554432000 4194304 4196468 140737009641504 140526498081504 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13590] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13590/stat : 13590 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 22177 33554432000 4194304 4196468 140737009641504 140528018971312 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90104 KiB

[startup+0.31054 s]*
/proc/loadavg: 2.02 2.05 2.05 3/235 13590
/proc/meminfo: memFree=23649384/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405942098 115843072 349 33554432000 4194304 5098028 140722932207856 140722932205112 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 349 296 221 0 87 0
[pid=13576] ppid=13573 vsize=15012696 memory=92056 CPUtime=0.42 cores=0,2,4,6
/proc/13576/stat : 13576 (java) S 13573 13573 8795 0 -1 1077944320 12081 0 0 0 39 3 0 0 20 0 15 0 405942098 15373000704 23014 33554432000 4194304 4196468 140737009641504 140737009624048 140529052679927 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
/proc/13576/statm: 3753174 23014 3028 1 0 3715579 0
[pid=13576/tid=13577] ppid=13573 vsize=15012696 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/13576/task/13577/stat : 13577 (java) R 13573 13573 8795 0 -1 4202560 9686 0 0 0 27 3 0 0 20 0 15 0 405942098 15373000704 23014 33554432000 4194304 4196468 140737009641504 140529024510000 140529034243483 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13578] ppid=13573 vsize=15012696 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13578/stat : 13578 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 23014 33554432000 4194304 4196468 140737009641504 140529056922768 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13579] ppid=13573 vsize=15012696 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13579/stat : 13579 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528848006160 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13580] ppid=13573 vsize=15012696 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13580/stat : 13580 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528512744336 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13581] ppid=13573 vsize=15012696 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13581/stat : 13581 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528511691536 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13582] ppid=13573 vsize=15012696 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13582/stat : 13582 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942101 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528023181680 140529052691074 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13583] ppid=13573 vsize=15012696 memory=4498404016631593313 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13583/stat : 13583 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405942102 15373000704 23014 33554432000 4194304 4196468 140737009641504 140527638930464 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13584] ppid=13573 vsize=15012696 memory=-6519613052471072158 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13584/stat : 13584 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942102 15373000704 23014 33554432000 4194304 4196468 140737009641504 140527370494832 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13585] ppid=13573 vsize=15012696 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13585/stat : 13585 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 23014 33554432000 4194304 4196468 140737009641504 140526995986256 140529052698523 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13586] ppid=13573 vsize=15012696 memory=8508281356422055839 CPUtime=0.02 cores=0,2,4,6
/proc/13576/task/13586/stat : 13586 (java) S 13573 13573 8795 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 405942105 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528022129520 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13587] ppid=13573 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13576/task/13587/stat : 13587 (java) S 13573 13573 8795 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 15 0 405942105 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528021076720 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13588] ppid=13573 vsize=15012696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13576/task/13588/stat : 13588 (java) S 13573 13573 8795 0 -1 1077944384 445 0 0 0 7 0 0 0 20 0 15 0 405942105 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528020023920 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13589] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13589/stat : 13589 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 23014 33554432000 4194304 4196468 140737009641504 140526498081504 140529052690133 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13590] ppid=13573 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13590/stat : 13590 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942105 15373000704 23014 33554432000 4194304 4196468 140737009641504 140528018971312 140529052691074 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 93452 KiB

[startup+0.703242 s]
/proc/loadavg: 2.02 2.05 2.05 3/235 13590
/proc/meminfo: memFree=23627460/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405942098 115843072 349 33554432000 4194304 5098028 140722932207856 140722932205112 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 349 296 221 0 87 0
[pid=13576] ppid=13573 vsize=15021092 memory=130352 CPUtime=1.01 cores=0,2,4,6
/proc/13576/stat : 13576 (java) S 13573 13573 8795 0 -1 1077944320 19802 0 0 0 95 6 0 0 20 0 15 0 405942098 15381598208 32588 33554432000 4194304 4196468 140737009641504 140737009624048 140529052679927 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
/proc/13576/statm: 3755273 32588 3209 1 0 3716603 0
[pid=13576/tid=13577] ppid=13573 vsize=15021092 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/13576/task/13577/stat : 13577 (java) R 13573 13573 8795 0 -1 4202560 16872 0 0 0 63 5 0 0 20 0 15 0 405942098 15381598208 32588 33554432000 4194304 4196468 140737009641504 140529024511664 140529052691862 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13578] ppid=13573 vsize=15021092 memory=5252745004214 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13578/stat : 13578 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15381598208 32588 33554432000 4194304 4196468 140737009641504 140529056922768 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13579] ppid=13573 vsize=15021092 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13579/stat : 13579 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942100 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528848006160 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13580] ppid=13573 vsize=15021092 memory=14690799036142200 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13580/stat : 13580 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528512744336 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13581] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13581/stat : 13581 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942100 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528511691536 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13582] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13582/stat : 13582 (java) S 13573 13573 8795 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405942101 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528023181680 140529052691074 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13583] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13583/stat : 13583 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405942102 15381598208 32588 33554432000 4194304 4196468 140737009641504 140527638930464 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13584] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13584/stat : 13584 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405942102 15381598208 32588 33554432000 4194304 4196468 140737009641504 140527370494832 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13585] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13585/stat : 13585 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15381598208 32588 33554432000 4194304 4196468 140737009641504 140526995986256 140529052698523 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13586] ppid=13573 vsize=15021092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13576/task/13586/stat : 13586 (java) R 13573 13573 8795 0 -1 4202560 598 0 0 0 8 0 0 0 20 0 15 0 405942105 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528022115616 140529037806224 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13587] ppid=13573 vsize=15021092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13576/task/13587/stat : 13587 (java) S 13573 13573 8795 0 -1 1077944384 429 0 0 0 7 0 0 0 20 0 15 0 405942105 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528021076720 140529052691074 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13588] ppid=13573 vsize=15021092 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/13576/task/13588/stat : 13588 (java) S 13573 13573 8795 0 -1 1077944384 566 0 0 0 15 0 0 0 20 0 15 0 405942105 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528020023920 140529052691074 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13589] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13589/stat : 13589 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405942105 15381598208 32588 33554432000 4194304 4196468 140737009641504 140526498081504 140529052690133 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
[pid=13576/tid=13590] ppid=13573 vsize=15021092 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13576/task/13590/stat : 13590 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405942105 15381598208 32588 33554432000 4194304 4196468 140737009641504 140528018971312 140529052691074 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140737009648366 140737009648794 140737009648794 140737009651663 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15134220 KiB
Current children cumulated memory: 131748 KiB

[startup+1.50072 s]
/proc/loadavg: 2.34 2.12 2.07 6/235 13590
/proc/meminfo: memFree=23590792/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 405942098 115843072 349 33554432000 4194304 5098028 140722932207856 140722932205112 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 349 296 221 0 87 0

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

Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 8215928 KiB
Current children cumulated memory: 144860 KiB

[startup+13.801 s]
/proc/loadavg: 2.44 2.15 2.08 3/240 13611
/proc/meminfo: memFree=23596656/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1476 CPUtime=4.56 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 583 25811 0 0 0 0 443 13 20 0 1 0 405942098 115843072 369 33554432000 4194304 5098028 140722932207856 140722932204600 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 369 311 221 0 87 0
[pid=13591] ppid=13573 vsize=8068440 memory=123972 CPUtime=1.26 cores=0,2,4,6
/proc/13591/stat : 13591 (java) S 13573 13573 8795 0 -1 1077944320 21838 0 0 0 120 6 0 0 20 0 19 0 405942302 8262082560 30993 33554432000 4194304 4196468 140726313746208 140726313728752 139954805686007 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
/proc/13591/statm: 2017110 30993 3203 1 0 1978454 0
[pid=13606] ppid=13591 vsize=34360 memory=19412 CPUtime=11.01 cores=0,2,4,6
/proc/13606/stat : 13606 (glueminisat-sim) R 13591 13573 8795 0 -1 4202496 9228 0 0 0 1082 19 0 0 20 0 1 0 405942375 35184640 4853 33554432000 4194304 4452875 140721177192448 140721177187480 140475234647943 0 4 0 8388610 0 0 0 17 2 0 0 0 0 0 6552096 6554264 36368384 140721177195359 140721177195559 140721177195559 140721177198509 0
/proc/13606/statm: 8590 4853 374 64 0 4794 0
[pid=13591/tid=13592] ppid=13573 vsize=8068440 memory=15156 CPUtime=0.75 cores=0,2,4,6
/proc/13591/task/13592/stat : 13592 (java) S 13573 13573 8795 0 -1 1077944384 16693 0 0 0 71 4 0 0 20 0 19 0 405942302 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954777526176 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13593] ppid=13573 vsize=8068440 memory=667748 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13593/stat : 13593 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954809927952 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13594] ppid=13573 vsize=8068440 memory=-7880843606118635149 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13594/stat : 13594 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954610096528 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13595] ppid=13573 vsize=8068440 memory=1476 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13595/stat : 13595 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954609043984 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13596] ppid=13573 vsize=8068440 memory=123972 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13596/stat : 13596 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954607991440 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13597] ppid=13573 vsize=8068440 memory=19412 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13597/stat : 13597 (java) S 13573 13573 8795 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954050779632 139954805697154 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13598] ppid=13573 vsize=8068440 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13598/stat : 13598 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953656817056 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13599] ppid=13573 vsize=8068440 memory=920 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13599/stat : 13599 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953388381680 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13600] ppid=13573 vsize=8068440 memory=3844 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13600/stat : 13600 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953013873360 139954805704603 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13601] ppid=13573 vsize=8068440 memory=3496 CPUtime=0.09 cores=0,2,4,6
/proc/13591/task/13601/stat : 13601 (java) S 13573 13573 8795 0 -1 1077944384 622 0 0 0 9 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954049726448 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13602] ppid=13573 vsize=8068440 memory=1716 CPUtime=0.09 cores=0,2,4,6
/proc/13591/task/13602/stat : 13602 (java) S 13573 13573 8795 0 -1 1077944384 438 0 0 0 9 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954048673904 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13603] ppid=13573 vsize=8068440 memory=1124 CPUtime=0.25 cores=0,2,4,6
/proc/13591/task/13603/stat : 13603 (java) S 13573 13573 8795 0 -1 1077944384 983 0 0 0 25 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954047621360 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13604] ppid=13573 vsize=8068440 memory=5912 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13604/stat : 13604 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139952515967584 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13605] ppid=13573 vsize=8068440 memory=916 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13605/stat : 13605 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954046569264 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13607] ppid=13573 vsize=8068440 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13607/stat : 13607 (java) S 13573 13573 8795 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954038535744 139954805710617 0 4 2 25189581 18446744071579417331 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13609] ppid=13573 vsize=8068440 memory=14004 CPUtime=0.03 cores=0,2,4,6
/proc/13591/task/13609/stat : 13609 (java) S 13573 13573 8795 0 -1 4202560 1712 0 0 0 2 1 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139951979082000 139954805707933 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13610] ppid=13573 vsize=8068440 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13610/stat : 13610 (java) S 13573 13573 8795 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139952113302800 139954805707933 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13611] ppid=13573 vsize=8068440 memory=20252 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13611/stat : 13611 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942378 8262082560 30993 33554432000 4194304 4196468 140726313746208 139951710657584 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
Current children cumulated CPU time: 16.83 s
Current children cumulated vsize: 8215928 KiB
Current children cumulated memory: 144860 KiB

[startup+14.2009 s]*
/proc/loadavg: 2.44 2.15 2.08 3/240 13611
/proc/meminfo: memFree=23601992/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1476 CPUtime=4.56 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 583 25811 0 0 0 0 443 13 20 0 1 0 405942098 115843072 369 33554432000 4194304 5098028 140722932207856 140722932204600 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 369 311 221 0 87 0
[pid=13591] ppid=13573 vsize=8068440 memory=123972 CPUtime=1.26 cores=0,2,4,6
/proc/13591/stat : 13591 (java) S 13573 13573 8795 0 -1 1077944320 21839 0 0 0 120 6 0 0 20 0 19 0 405942302 8262082560 30993 33554432000 4194304 4196468 140726313746208 140726313728752 139954805686007 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
/proc/13591/statm: 2017110 30993 3203 1 0 1978454 0
[pid=13606] ppid=13591 vsize=30008 memory=13832 CPUtime=11.43 cores=0,2,4,6
/proc/13606/stat : 13606 (glueminisat-sim) R 13591 13573 8795 0 -1 4202496 9357 0 0 0 1123 20 0 0 20 0 1 0 405942375 30728192 3458 33554432000 4194304 4452875 140721177192448 140721177187480 140475234647943 0 4 0 8388610 0 0 0 17 2 0 0 0 0 0 6552096 6554264 36368384 140721177195359 140721177195559 140721177195559 140721177198509 0
/proc/13606/statm: 7502 3458 374 64 0 3706 0
[pid=13591/tid=13592] ppid=13573 vsize=8068440 memory=-7824251494390977638 CPUtime=0.75 cores=0,2,4,6
/proc/13591/task/13592/stat : 13592 (java) S 13573 13573 8795 0 -1 1077944384 16693 0 0 0 71 4 0 0 20 0 19 0 405942302 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954777526176 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13593] ppid=13573 vsize=8068440 memory=139689919024528 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13593/stat : 13593 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954809927952 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13594] ppid=13573 vsize=8068440 memory=139689919024560 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13594/stat : 13594 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954610096528 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13595] ppid=13573 vsize=8068440 memory=123972 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13595/stat : 13595 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954609043984 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13596] ppid=13573 vsize=8068440 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13596/stat : 13596 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954607991440 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13597] ppid=13573 vsize=8068440 memory=122688 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13597/stat : 13597 (java) S 13573 13573 8795 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954050779632 139954805697154 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13598] ppid=13573 vsize=8068440 memory=13980 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13598/stat : 13598 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953656817056 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13599] ppid=13573 vsize=8068440 memory=-7824251494390977638 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13599/stat : 13599 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953388381680 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13600] ppid=13573 vsize=8068440 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13600/stat : 13600 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953013873360 139954805704603 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13601] ppid=13573 vsize=8068440 memory=1764 CPUtime=0.09 cores=0,2,4,6
/proc/13591/task/13601/stat : 13601 (java) S 13573 13573 8795 0 -1 1077944384 622 0 0 0 9 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954049726448 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13602] ppid=13573 vsize=8068440 memory=111632 CPUtime=0.09 cores=0,2,4,6
/proc/13591/task/13602/stat : 13602 (java) S 13573 13573 8795 0 -1 1077944384 438 0 0 0 9 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954048673904 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13603] ppid=13573 vsize=8068440 memory=804 CPUtime=0.25 cores=0,2,4,6
/proc/13591/task/13603/stat : 13603 (java) S 13573 13573 8795 0 -1 1077944384 983 0 0 0 25 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954047621360 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13604] ppid=13573 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13604/stat : 13604 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139952515967584 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13605] ppid=13573 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13605/stat : 13605 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954046569264 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13607] ppid=13573 vsize=8068440 memory=2320681190492132295 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13607/stat : 13607 (java) S 13573 13573 8795 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954038535744 139954805710617 0 4 2 25189581 18446744071579417331 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13609] ppid=13573 vsize=8068440 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/13591/task/13609/stat : 13609 (java) S 13573 13573 8795 0 -1 4202560 1713 0 0 0 2 1 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139951979082000 139954805707933 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13610] ppid=13573 vsize=8068440 memory=-6454338467431146081 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13610/stat : 13610 (java) S 13573 13573 8795 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139952113302800 139954805707933 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13611] ppid=13573 vsize=8068440 memory=7896318971486248851 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13611/stat : 13611 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942378 8262082560 30993 33554432000 4194304 4196468 140726313746208 139951710657584 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
Current children cumulated CPU time: 17.25 s
Current children cumulated vsize: 8211576 KiB
Current children cumulated memory: 139280 KiB

[startup+14.6009 s]
/proc/loadavg: 2.44 2.15 2.08 3/240 13611
/proc/meminfo: memFree=23601992/32770624 swapFree=66927100/67108860
[pid=13573] ppid=13570 vsize=113128 memory=1476 CPUtime=4.56 cores=0,2,4,6
/proc/13573/stat : 13573 (scop.sh) S 13570 13573 8795 0 -1 4202496 583 25811 0 0 0 0 443 13 20 0 1 0 405942098 115843072 369 33554432000 4194304 5098028 140722932207856 140722932204600 139792256762492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30715904 140722932216616 140722932216944 140722932216944 140722932219853 0
/proc/13573/statm: 28282 369 311 221 0 87 0
[pid=13591] ppid=13573 vsize=8068440 memory=123972 CPUtime=1.26 cores=0,2,4,6
/proc/13591/stat : 13591 (java) S 13573 13573 8795 0 -1 1077944320 21839 0 0 0 120 6 0 0 20 0 19 0 405942302 8262082560 30993 33554432000 4194304 4196468 140726313746208 140726313728752 139954805686007 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
/proc/13591/statm: 2017110 30993 3203 1 0 1978454 0
[pid=13606] ppid=13591 vsize=30008 memory=14092 CPUtime=11.82 cores=0,2,4,6
/proc/13606/stat : 13606 (glueminisat-sim) R 13591 13573 8795 0 -1 4202496 9417 0 0 0 1161 21 0 0 20 0 1 0 405942375 30728192 3523 33554432000 4194304 4452875 140721177192448 140721177187480 140475234647943 0 4 0 8388610 0 0 0 17 2 0 0 0 0 0 6552096 6554264 36368384 140721177195359 140721177195559 140721177195559 140721177198509 0
/proc/13606/statm: 7502 3523 374 64 0 3706 0
[pid=13591/tid=13592] ppid=13573 vsize=8068440 memory=-7824251494390977638 CPUtime=0.75 cores=0,2,4,6
/proc/13591/task/13592/stat : 13592 (java) S 13573 13573 8795 0 -1 1077944384 16693 0 0 0 71 4 0 0 20 0 19 0 405942302 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954777526176 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13593] ppid=13573 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13593/stat : 13593 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954809927952 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13594] ppid=13573 vsize=8068440 memory=2276 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13594/stat : 13594 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954610096528 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13595] ppid=13573 vsize=8068440 memory=37396 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13595/stat : 13595 (java) S 13573 13573 8795 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954609043984 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13596] ppid=13573 vsize=8068440 memory=2028 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13596/stat : 13596 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405942303 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954607991440 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13597] ppid=13573 vsize=8068440 memory=988 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13597/stat : 13597 (java) S 13573 13573 8795 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954050779632 139954805697154 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13598] ppid=13573 vsize=8068440 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13598/stat : 13598 (java) S 13573 13573 8795 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953656817056 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13599] ppid=13573 vsize=8068440 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13599/stat : 13599 (java) S 13573 13573 8795 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405942305 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953388381680 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13600] ppid=13573 vsize=8068440 memory=776 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13600/stat : 13600 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139953013873360 139954805704603 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13601] ppid=13573 vsize=8068440 memory=1540 CPUtime=0.09 cores=0,2,4,6
/proc/13591/task/13601/stat : 13601 (java) S 13573 13573 8795 0 -1 1077944384 622 0 0 0 9 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954049726448 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13602] ppid=13573 vsize=8068440 memory=692 CPUtime=0.09 cores=0,2,4,6
/proc/13591/task/13602/stat : 13602 (java) S 13573 13573 8795 0 -1 1077944384 438 0 0 0 9 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954048673904 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13603] ppid=13573 vsize=8068440 memory=4004 CPUtime=0.25 cores=0,2,4,6
/proc/13591/task/13603/stat : 13603 (java) S 13573 13573 8795 0 -1 1077944384 983 0 0 0 25 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954047621360 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13604] ppid=13573 vsize=8068440 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13604/stat : 13604 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139952515967584 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13605] ppid=13573 vsize=8068440 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13605/stat : 13605 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942308 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954046569264 139954805697154 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13607] ppid=13573 vsize=8068440 memory=279379838399424 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13607/stat : 13607 (java) S 13573 13573 8795 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139954038535744 139954805710617 0 4 2 25189581 18446744071579417331 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13609] ppid=13573 vsize=8068440 memory=197985107470889 CPUtime=0.03 cores=0,2,4,6
/proc/13591/task/13609/stat : 13609 (java) S 13573 13573 8795 0 -1 4202560 1713 0 0 0 2 1 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139951979082000 139954805707933 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13610] ppid=13573 vsize=8068440 memory=197985107470890 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13610/stat : 13610 (java) S 13573 13573 8795 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 405942375 8262082560 30993 33554432000 4194304 4196468 140726313746208 139952113302800 139954805707933 0 4 2 25189581 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
[pid=13591/tid=13611] ppid=13573 vsize=8068440 memory=197985107470892 CPUtime=0 cores=0,2,4,6
/proc/13591/task/13611/stat : 13611 (java) S 13573 13573 8795 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405942378 8262082560 30993 33554432000 4194304 4196468 140726313746208 139951710657584 139954805696213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7081984 140726313747451 140726313747610 140726313747610 140726313750479 0
Current children cumulated CPU time: 17.64 s
Current children cumulated vsize: 8211576 KiB
Current children cumulated memory: 139540 KiB

Child status: 0
Real time (s): 14.688
CPU time (s): 17.7832
CPU user time (s): 17.3483
CPU system time (s): 0.434893
CPU usage (%): 121.073
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 273808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3483
system time used= 0.434893
maximum resident set size= 275424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57892
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5575
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 13573
#   total CPU time (s): 17.7832
#   total CPU user time (s): 17.3483
#   total CPU system time (s): 0.434893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.144448 second user time and 0.183931 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-12 16:01:45
IDJOB=4388199
IDBENCH=135372
IDSOLVER=2825
FILE ID=node137/4388199-1568296947
RUNJOBID= node137-1568286693-10212
PBS_JOBID= 21701071
Free space on /tmp= 56500 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-queen/Pb-queen-0975965.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-4388199-1568296947/watcher-4388199-1568296947 -o /tmp/evaluation-result-4388199-1568296947/solver-4388199-1568296947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568286693-10212 --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-4388199-1568296947.xml

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

MD5SUM BENCH= a14f05ce5b97c69cdfebe4c47d671ffd
RANDOM SEED=532516785

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23730564 kB
MemAvailable:   30680500 kB
Buffers:          116228 kB
Cached:          7069048 kB
SwapCached:        77616 kB
Active:          3000496 kB
Inactive:        5368896 kB
Active(anon):    1107584 kB
Inactive(anon):   118208 kB
Active(file):    1892912 kB
Inactive(file):  5250688 kB
Unevictable:      108040 kB
Mlocked:          108040 kB
SwapTotal:      67108860 kB
SwapFree:       66927100 kB
Dirty:             20796 kB
Writeback:            12 kB
AnonPages:       1216468 kB
Mapped:            54128 kB
Shmem:             32632 kB
Slab:             264016 kB
SReclaimable:     234796 kB
SUnreclaim:        29220 kB
KernelStack:        3824 kB
PageTables:         7840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6980956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 56480 MiB
End job on node137 at 2019-09-12 16:02:00