Trace number 4387611

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+GlueMiniSat (2019-06-15)SAT 15.6577 6.51227

General information on the benchmark

NameRlfap/Rlfap-m1-graphsMod/
Rlfap-graph-08-f10.xml
MD5SUM53ef449e7d5451b48f2cdc0cd77eaa71
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.79454
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":48},{"size":17,"count":14},{"size":19,"count":18},{"size":22,"count":22},{"size":27,"count":122},{"size":32,"count":170},{"size":34,"count":286}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":1},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints0
Number of intensional constraints3757
Distribution of constraint types[{"type":"intension","count":3757}]
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-10342-serial-file.bin HOME/instance-4387611-1568286252.xml
0.65/0.53	
0.65/0.53	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Thu Sep 12 13:03:30 CEST 2019
0.65/0.55	c PID: 10345
0.65/0.55	c IP: 172.20.3.147
0.65/0.55	c HOST: node147.alineos.net
0.65/0.56	c (0,0) Parsing Begin
4.61/1.88	c (1,1) Parsing End
4.61/1.89	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 3757 ctr, max domain size 34
4.61/1.89	c (1,1) Heap : 507 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
4.91/1.90	c (1,1) Constraint Name Generate Begin
4.91/1.92	c (1,1) Ctr:HOME/instance-4387611-1568286252.xml,Dist:Eq:Le:Num:Var
4.91/1.92	c (1,1) Constraint Name Generate End
4.91/1.92	c (1,1) Heap : 507 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
4.91/1.92	c (1,1) CSP to CSPinCNF Begin
5.99/2.25	c (1,1) translated 376 (10%) constraints
6.36/2.32	c (1,1) translated 752 (20%) constraints
6.36/2.38	c (1,1) translated 1128 (30%) constraints
6.67/2.43	c (1,1) translated 1503 (40%) constraints
6.67/2.47	c (1,1) translated 1879 (50%) constraints
6.97/2.51	c (1,1) translated 2255 (60%) constraints
6.97/2.55	c (2,1) translated 2630 (70%) constraints
6.97/2.58	c (2,2) translated 3006 (80%) constraints
7.26/2.61	c (2,2) translated 3382 (90%) constraints
7.26/2.64	c (2,2) translated 3757 (100%) constraints
7.26/2.64	c (2,2) ===========================================
7.26/2.64	c (2,2) Order
7.26/2.64	c (2,2) ===========================================
7.26/2.68	c (2,2) translated 444 (10%) constraints
7.26/2.68	c (2,2) translated 888 (20%) constraints
7.26/2.70	c (2,2) translated 1332 (30%) constraints
7.56/2.71	c (2,2) translated 1775 (40%) constraints
7.56/2.73	c (2,2) translated 2219 (50%) constraints
7.56/2.74	c (2,2) translated 2663 (60%) constraints
7.56/2.76	c (2,2) translated 3106 (70%) constraints
7.56/2.77	c (2,2) translated 3550 (80%) constraints
7.56/2.78	c (2,2) translated 3994 (90%) constraints
7.56/2.79	c (2,2) translated 4437 (100%) constraints
7.84/2.80	c (2,2) CSP to CSPinCNF End
7.84/2.80	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4437 ctr, max domain size 34
7.84/2.80	c (2,2) Heap : 619 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
7.84/2.80	c (2,2) CSPinCNF Propagation Begin
7.84/2.87	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.84/2.87	c (2,2) CSPinCNF Propagation End
7.84/2.87	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4437 ctr, max domain size 34
7.84/2.87	c (2,2) Heap : 676 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.84/2.87	c (2,2) Simplify CSPinCNF Begin
8.44/3.10	c (2,2) Simplify CSPinCNF End
8.44/3.10	c (2,2) CSP: 680 int (0 aux), 7514 bool (7514 aux), 11951 ctr, max domain size 34
8.44/3.10	c (2,2) Heap : 676 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
8.44/3.10	c (2,2) Calculate Precise Domain Begin
8.44/3.10	c (2,2) 0 values are removed by re-calculation
8.44/3.10	c (2,2) Calculate Precise Domain End
8.44/3.10	c (2,2) CSP: 680 int (0 aux), 7514 bool (7514 aux), 11951 ctr, max domain size 34
8.44/3.10	c (2,2) Heap : 676 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
8.44/3.10	c (2,2) CSPinCNF to SatSolver Begin
10.03/3.59	c (3,3) 1196 (10 %) CSP clauses are encoded (0 SAT variables, 36309 SAT clauses)
10.64/3.73	c (3,3) 2391 (20 %) CSP clauses are encoded (0 SAT variables, 54261 SAT clauses)
10.95/3.86	c (3,3) 3586 (30 %) CSP clauses are encoded (0 SAT variables, 75241 SAT clauses)
11.24/3.97	c (3,3) 4781 (40 %) CSP clauses are encoded (0 SAT variables, 94312 SAT clauses)
11.47/4.07	c (3,3) 5976 (50 %) CSP clauses are encoded (0 SAT variables, 115270 SAT clauses)
11.61/4.18	c (3,3) 7171 (60 %) CSP clauses are encoded (0 SAT variables, 137232 SAT clauses)
11.77/4.27	c (3,3) 8366 (70 %) CSP clauses are encoded (0 SAT variables, 155255 SAT clauses)
11.93/4.36	c (3,3) 9561 (80 %) CSP clauses are encoded (0 SAT variables, 174930 SAT clauses)
12.08/4.47	c (3,3) 10756 (90 %) CSP clauses are encoded (0 SAT variables, 197745 SAT clauses)
12.19/4.56	c (4,4) 11951 (100 %) CSP clauses are encoded (0 SAT variables, 218527 SAT clauses)
12.19/4.56	c (4,4) CSPinCNF to SatSolver End
12.19/4.56	c (4,4) Heap : 1464 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.19/4.56	c (4,4) 26644 bool, 218554 clause
12.19/4.56	c (4,4) Export Begin
12.83/4.82	c (4,4) Export to HOME/scop-10342-serial-file.bin
12.83/4.82	c (4,4) Export End
12.83/4.82	c (4,4) Export File Size: 3.46 MB
12.83/4.82	c (4,4) 1,1,2,2,2,2,4,STOP-AFTER(DIMACS)
12.83/4.82	c END-Prog: Thu Sep 12 13:03:34 CEST 2019
12.83/4.83	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-10342-serial-file.bin
13.38/5.29	c (0,0) Read Serial File Begin
13.38/5.29	c (0,0) HOME/scop-10342-serial-file.bin
14.15/5.64	c (0,0) Read Serial File End
14.15/5.66	
14.15/5.66	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
14.15/5.66	(Solving Process)
14.15/5.66	
14.15/5.68	c BEGIN-Prog: Thu Sep 12 13:03:35 CEST 2019
14.15/5.68	c PID: 10362
14.15/5.68	c IP: 172.20.3.147
14.15/5.68	c HOST: node147.alineos.net
14.15/5.68	c (0,0) SatSolver.solve Begin
14.15/5.68	c (0,0) HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4387611-1568286252.xml-scop-10345.cnf
14.39/5.72	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
14.39/5.72	c (0,0) c glueminisat-simp-2.2.10-193oa-n
14.39/5.72	c (0,0) c Command: HOME/glueminisat-simp-2.2.10-193oa-n-release -model -verb=3 -elim-cl=5000000 -native-oa HOME/instance-4387611-1568286252.xml-scop-10345.cnf 
14.39/5.72	c (0,0) c Options:
14.39/5.72	c (0,0) c CORE
14.39/5.72	c (0,0) c  var_decay             = 0.950
14.39/5.72	c (0,0) c  clause_decay          = 0.999
14.39/5.72	c (0,0) c  random_var_freq       = 0.000
14.39/5.72	c (0,0) c  random_seed           = 91648253.000
14.39/5.72	c (0,0) c  luby_restart          = 1
14.39/5.72	c (0,0) c  ccmin_mode            = 2
14.39/5.72	c (0,0) c  phase_saving          = 2
14.39/5.72	c (0,0) c  rnd_pol               = 0
14.39/5.72	c (0,0) c  rnd_init_act          = 0
14.39/5.72	c (0,0) c  garbage_frac          = 0.200
14.39/5.72	c (0,0) c  restart_first         = 1000
14.39/5.72	c (0,0) c  restart_inc           = 2.000
14.39/5.72	c (0,0) c MODEL
14.39/5.72	c (0,0) c  partial_model         = 0
14.39/5.72	c (0,0) c PROPAGATION
14.39/5.72	c (0,0) c  bin_propagation       = 1
14.39/5.72	c (0,0) c SIMPLIFICATION
14.39/5.72	c (0,0) c  lrn_min_size          = 100
14.39/5.72	c (0,0) c  lazy_simp             = 1
14.39/5.72	c (0,0) c  lazy_interval         = 10
14.39/5.72	c (0,0) c  lazy_fld_probing      = 1
14.39/5.72	c (0,0) c  lazy_pol_probing      = 1
14.39/5.72	c (0,0) c  lazy_nec_probing      = 1
14.39/5.72	c (0,0) c  lazy_eqv_probing      = 1
14.39/5.72	c (0,0) c  lazy_cla_probing      = 1
14.39/5.72	c (0,0) c  lazy_lrn_min          = 2
14.39/5.72	c (0,0) c  lazy_uw_lit_elim      = 1
14.39/5.72	c (0,0) c  lazy_pr_lit_elim      = 0
14.39/5.72	c (0,0) c  lazy_bin_add          = 3
14.39/5.72	c (0,0) c  probed_lit_chain      = 1
14.39/5.72	c (0,0) c  pr_min_lits           = 0.00020
14.39/5.72	c (0,0) c  pr_min_starts         = 500
14.39/5.72	c (0,0) c  rw_min_lits           = 0.010
14.39/5.72	c (0,0) c  rw_min_starts         = 500
14.39/5.72	c (0,0) c  rand_attach           = 0
14.39/5.72	c (0,0) c  dec_elim              = 1
14.39/5.72	c (0,0) c  dec_elim_lim          = 25
14.39/5.72	c (0,0) c  dec_elim_len          = -1
14.39/5.72	c (0,0) c  amo                   = 0
14.39/5.72	c (0,0) c  amo_grp               = 1
14.39/5.72	c (0,0) c  amo_max_bins          = 1000000
14.39/5.72	c (0,0) c  amo_starts            = 50
14.39/5.72	c (0,0) c  mace_cmd              = mace
14.39/5.72	c (0,0) c DECISION
14.39/5.72	c (0,0) c  rand_rebuild          = 0
14.39/5.72	c (0,0) c  rand_rebuild_confs    = 10000
14.39/5.72	c (0,0) c  inc_var_decay         = 1
14.39/5.72	c (0,0) c  inc_var_decay_period  = 100000
14.39/5.72	c (0,0) c  inc_var_decay_init    = 0.600
14.39/5.72	c (0,0) c  var_decay_mode        = 0
14.39/5.72	c (0,0) c  var_decay_gain        = 0
14.39/5.72	c (0,0) c  sloped_var_decay      = 1
14.39/5.72	c (0,0) c  max_var_decay         = 0.990
14.39/5.72	c (0,0) c  min_var_decay         = 0.950
14.39/5.72	c (0,0) c  min_var_decay_vars    = 10000
14.39/5.72	c (0,0) c  max_var_decay_vars    = 500
14.39/5.72	c (0,0) c  uip_bumping           = 1
14.39/5.72	c (0,0) c  lbd_act_bumping       = 1
14.39/5.72	c (0,0) c  rand_tiebreak         = 0
14.39/5.72	c (0,0) c  simp_rebuild          = 1
14.39/5.72	c (0,0) c RESTART
14.39/5.72	c (0,0) c  restart_strategy      = 2
14.39/5.72	c (0,0) c  restart_blocking      = 0
14.39/5.72	c (0,0) c  agility_decay         = 0.99990
14.39/5.72	c (0,0) c  lbd_restart_rate      = 0.800
14.39/5.72	c (0,0) c  dec_restart_rate      = 0.950
14.39/5.72	c (0,0) c  blk_restart_rate      = 0.700
14.39/5.72	c (0,0) c  lbd_queue_size        = 50
14.39/5.72	c (0,0) c  dec_queue_size        = 50
14.39/5.72	c (0,0) c  trl_queue_size        = 5000
14.39/5.72	c (0,0) c  blk_restart_weight    = 1.000
14.39/5.72	c (0,0) c  inc_rst_rate          = 0
14.39/5.72	c (0,0) c  inc_rst_rate_period   = 500000
14.39/5.72	c (0,0) c  inc_lbd_rst_rate_init = 0.600
14.39/5.72	c (0,0) c  inc_dec_rst_rate_init = 0.750
14.39/5.72	c (0,0) c REDUCTION
14.39/5.72	c (0,0) c  closed_lbd            = 0
14.39/5.72	c (0,0) c  closed_lbd_rate       = 0.500
14.39/5.72	c (0,0) c  rm_simulate           = 0
14.39/5.72	c (0,0) c  rdb_eval              = 2
14.39/5.72	c (0,0) c  rdb_call              = 3
14.39/5.72	c (0,0) c  rdb_ub                = 0.500
14.39/5.72	c (0,0) c  core_lbd_cvr          = 0.800
14.39/5.72	c (0,0) c  supp_lbd_cvr          = 0.990
14.39/5.72	c (0,0) c  core_lbd_lb           = 2
14.39/5.72	c (0,0) c  supp_lbd_lb           = 2
14.39/5.72	c (0,0) c  core_lbd_prd          = 7
14.39/5.72	c (0,0) c  supp_lbd_prd          = 1
14.39/5.72	c (0,0) c  othr_lbd_prd          = 0
14.39/5.72	c (0,0) c  inc_lrn_limit         = 1000
14.39/5.72	c (0,0) c  frozen_lbd            = 30
14.39/5.72	c (0,0) c  simp_min_starts       = 100
14.39/5.72	c (0,0) c  rm_low_act_learnts    = 1
14.39/5.72	c (0,0) c  lv0_reduce_db         = 0
14.39/5.72	c (0,0) c  reduce_db_base        = 20000
14.39/5.72	c (0,0) c  reduce_db_inc         = 1000
14.39/5.72	c (0,0) c HARD
14.39/5.72	c (0,0) c  inst_check            = 200000
14.39/5.72	c (0,0) c  small_block           = 1.750
14.39/5.72	c (0,0) c  slow_restart_speed    = 400.000
14.39/5.72	c (0,0) c  slow_restart_strategy = 3
14.39/5.72	c (0,0) c  slow_lbd_restart_rate = 0.700
14.39/5.72	c (0,0) c  slow_dec_restart_rate = 1.000
14.39/5.72	c (0,0) c  slow_lbd_queue_size   = 50
14.39/5.72	c (0,0) c  slow_var_decay        = 0.950
14.39/5.72	c (0,0) c  slow_glue_threshold   = 2
14.39/5.72	c (0,0) c  slow_phase_saving     = 2
14.39/5.72	c (0,0) c  fast_restart_speed    = 125.000
14.39/5.72	c (0,0) c  fast_restart_strategy = 1
14.39/5.72	c (0,0) c  fast_lbd_restart_rate = 0.800
14.39/5.72	c (0,0) c  fast_dec_restart_rate = 0.950
14.39/5.72	c (0,0) c  fast_lbd_queue_size   = 50
14.39/5.72	c (0,0) c  fast_var_decay        = 1.000
14.39/5.72	c (0,0) c  fast_glue_threshold   = 2
14.39/5.72	c (0,0) c  fast_phase_saving     = 2
14.39/5.72	c (0,0) c STATS
14.39/5.72	c (0,0) c  stats_conf_size       = 10000
14.39/5.72	c (0,0) c  max_stats_size        = 30
14.39/5.72	c (0,0) c SOLVER
14.39/5.72	c (0,0) c  minisat               = 0
14.55/5.81	c (0,0) c Problem: 26644 variables, 218554 clauses, parsing 0.08 s
14.83/6.02	c (0,0) c  reduced to 22799 variables, 214215 clauses (grow = 0)
14.83/6.09	c (0,0) c  reduced to 22263 variables, 216507 clauses (grow = 8)
14.94/6.20	c (0,0) c  reduced to 21195 variables, 227434 clauses (grow = 16)
15.03/6.21	c (0,0) c  exclude 0 (0.0%) variables from decision variables (last cost 0)
15.03/6.23	c (1,0) c Simplification: 5449 vars, -8880 clauses are eliminated using 0.42 s
15.03/6.23	c (1,0) c
15.03/6.23	c (1,0) c        #Rstrts   #Confs   #Vars   #Clauses  #Learnts Lits/C LBD/C DLVs Trail
15.03/6.23	c (1,0) c
15.03/6.23	c (1,0) c    0         0         0    21195   227434        0   -nan  -nan  -nan -nan%
15.03/6.24	c (1,0) c    0         1       100    21195   227434      103   10.0   5.1  94.5  9.1%
15.03/6.24	c (1,0) c    0         1       220    21195   227434      226    9.6   4.8  86.7  8.4%
15.03/6.25	c (1,0) c    0         1       364    21195   227434      373    9.5   4.6 100.7 10.4%
15.03/6.27	c (1,0) c    0         1       536    21194   227434      550    9.0   4.5 125.3 14.1%
15.03/6.28	c (1,0) c    0 p       2       631    21173   227434      646    9.0   4.5 126.9 14.5%
15.12/6.30	c (1,0) c    0         2       743    21173   227434      761    8.9   4.6 154.4 17.2%
15.12/6.31	c (1,0) c    0         3       991    21173   227434     1013    9.3   4.7 141.5 16.7%
15.12/6.34	c (1,0) c    0         4      1234    21173   227434     1263    9.5   4.6 138.2 16.4%
15.12/6.34	c (1,0) c
15.12/6.34	c (1,0) c
15.12/6.34	c (1,0) c variables         : 21173       (init 26644, after simp 21195, 0 non-decs, 680 csp)
15.12/6.34	c (1,0) c clauses           : 227434      (init 218554, after simp 227434)
15.12/6.34	c (1,0) c restarts          : 3           (308.50 confs/res, 128~631 confs, 0 blks, 0 last)
15.12/6.34	c (1,0) c conflicts         : 1234        (2051 /sec, 58.27% dconfs, 0.00% supp, trail 37.44w x 138.25h, jmp 10.35h)
15.12/6.34	c (1,0) c decisions         : 14301       (0.6000 vdcy, 23767 /sec, 0.00% bin, rs 0.000 s)
15.12/6.34	c (1,0) c propagations      : 413331      (686932 /sec, 28.90 lits/dec, 36.64% o.a.)
15.12/6.34	c (1,0) c conflict literals : 14890       (18.91% deleted; 1.23% by bin min, 0.000 s)
15.12/6.34	c (1,0) c len               : 9.462       (9.64 for all, max 31, used 24)
15.12/6.34	c (1,0) c lbd               : 4.632       (5.55 (4.69) for all, max 14, used 14, 1.984 stdev, 1.736 blk)
15.12/6.34	c (1,0) c amo               : 0           (0 max, -nan avg, 0.000 s)
15.12/6.34	c (1,0) c simp dbs          : 1           (0.000 s)
15.12/6.34	c (1,0) c reduce dbs        : 0           (core-lbd 2, supp-lbd 2147483647, 0.000 s)
15.12/6.35	c (1,0) c learnts           : 1263        (0 learnts removed, 0.00%)
15.12/6.35	c (1,0) c rewrite dbs       : 0           (0/0 vars, 0+0 taut, 0+0 unit, 0.000 s)
15.12/6.35	c (1,0) c assigned lits     : 1           (4/9 probed, 4 remains)
15.12/6.35	c (1,0) c premise updates   : 0           (0.00 /lit)
15.12/6.35	c (1,0) c probed variables  : 9           (0 pr, 0 eq, 0 fld, 0 pol, 0 nec, 9 cla, 0 amo)
15.12/6.35	c (1,0) c equiv variables   : 0           (0 bin, 0 trn, 0 quat, 0 quin, 0 othr; 0 amo)
15.12/6.35	c (1,0) c lazy added bins   : 30          (30 prop + 0 conf, 0.003s)
15.12/6.35	c (1,0) c unwatched lit elim: 85          (0.00+0.53%, 6+79 of 653214+14890)
15.12/6.35	c (1,0) c classified type   : undef
15.12/6.35	c (1,0) c progress          : 0.104 %
15.12/6.35	c (1,0) c
15.12/6.35	c (1,0) c [Statistics]
15.12/6.35	c (1,0) c             learnts len        learnts lbd        lit blk size       eq vars size
15.12/6.35	c (1,0) c  tot        1234               1234               6850                  0
15.12/6.35	c (1,0) c  avg       9.636              4.693              1.736               -nan
15.12/6.35	c (1,0) c   1            1 ( 0.1%)         17 ( 1.4%)       4611 (67.3%)          0 (-nan%)
15.12/6.35	c (1,0) c   2           15 ( 1.2%)        230 (18.6%)       1107 (16.2%)          0 (-nan%)
15.12/6.35	c (1,0) c   3          112 ( 9.1%)        199 (16.1%)        491 ( 7.2%)          0 (-nan%)
15.12/6.35	c (1,0) c   4           78 ( 6.3%)        196 (15.9%)        256 ( 3.7%)          0 (-nan%)
15.12/6.35	c (1,0) c   5          121 ( 9.8%)        198 (16.0%)        147 ( 2.1%)          0 (-nan%)
15.12/6.35	c (1,0) c   6           92 ( 7.5%)        139 (11.3%)         90 ( 1.3%)          0 (-nan%)
15.12/6.35	c (1,0) c   7          113 ( 9.2%)        111 ( 9.0%)         52 ( 0.8%)          0 (-nan%)
15.12/6.35	c (1,0) c   8           79 ( 6.4%)         66 ( 5.3%)         29 ( 0.4%)          0 (-nan%)
15.12/6.35	c (1,0) c   9           85 ( 6.9%)         29 ( 2.4%)         21 ( 0.3%)          0 (-nan%)
15.12/6.35	c (1,0) c  10           71 ( 5.8%)         16 ( 1.3%)         18 ( 0.3%)          0 (-nan%)
15.12/6.35	c (1,0) c  11           68 ( 5.5%)         17 ( 1.4%)         16 ( 0.2%)          0 (-nan%)
15.12/6.35	c (1,0) c  12           63 ( 5.1%)         12 ( 1.0%)          7 ( 0.1%)          0 (-nan%)
15.12/6.35	c (1,0) c  13           67 ( 5.4%)          4 ( 0.3%)          3 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  14           45 ( 3.6%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  15           54 ( 4.4%)          0 ( 0.0%)          2 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  16           35 ( 2.8%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  17           21 ( 1.7%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  18           16 ( 1.3%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  19           21 ( 1.7%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  20           17 ( 1.4%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  21           16 ( 1.3%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  22            9 ( 0.7%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  23           12 ( 1.0%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  24           10 ( 0.8%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  25            7 ( 0.6%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  26            1 ( 0.1%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  27            1 ( 0.1%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  28            0 ( 0.0%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  29            1 ( 0.1%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c  30            3 ( 0.2%)          0 ( 0.0%)          0 ( 0.0%)          0 (-nan%)
15.12/6.35	c (1,0) c
15.12/6.35	c (1,0) c [LBD Statistics]
15.12/6.35	c (1,0) c LBD          used lbd               used clause lbd         unused clause lbd
15.12/6.35	c (1,0) c  tot         1647                     474                     789
15.12/6.35	c (1,0) c  avg        3.121                   3.635                   5.231
15.12/6.35	c (1,0) c    1           74 ( 4.5/ 4.5%)         16 ( 3.4/ 3.4%)          0 ( 0.0/ 0.0%)
15.12/6.35	c (1,0) c    2          883 (53.6/58.1%)        186 (39.2/42.6%)         74 ( 9.4/ 9.4%)
15.12/6.35	c (1,0) c    3          276 (16.8/74.9%)         77 (16.2/58.9%)        122 (15.5/24.8%)
15.12/6.35	c (1,0) c    4          114 ( 6.9/81.8%)         62 (13.1/71.9%)        134 (17.0/41.8%)
15.12/6.35	c (1,0) c    5           99 ( 6.0/87.8%)         55 (11.6/83.5%)        143 (18.1/59.9%)
15.12/6.35	c (1,0) c    6           71 ( 4.3/92.1%)         24 ( 5.1/88.6%)        115 (14.6/74.5%)
15.12/6.35	c (1,0) c    7           61 ( 3.7/95.8%)         26 ( 5.5/94.1%)         85 (10.8/85.3%)
15.12/6.35	c (1,0) c    8           16 ( 1.0/96.8%)         13 ( 2.7/96.8%)         53 ( 6.7/92.0%)
15.12/6.35	c (1,0) c    9           18 ( 1.1/97.9%)          7 ( 1.5/98.3%)         22 ( 2.8/94.8%)
15.12/6.35	c (1,0) c   10           14 ( 0.9/98.7%)          2 ( 0.4/98.7%)         14 ( 1.8/96.6%)
15.12/6.35	c (1,0) c   11           17 ( 1.0/99.8%)          4 ( 0.8/99.6%)         13 ( 1.6/98.2%)
15.12/6.35	c (1,0) c   12            2 ( 0.1/99.9%)          2 ( 0.4/100.0%)         10 ( 1.3/99.5%)
15.12/6.35	c (1,0) c   13            1 ( 0.1/99.9%)          0 ( 0.0/100.0%)          4 ( 0.5/100.0%)
15.12/6.35	c (1,0) c   14            1 ( 0.1/100.0%)          0 ( 0.0/100.0%)          0 ( 0.0/100.0%)
15.12/6.35	c (1,0) c
15.12/6.35	c (1,0) c Memory used       : 56.00 MB
15.12/6.35	c (1,0) c CPU time          : 0.602 s
15.12/6.35	c (1,0) c Real time         : 0.637 s
15.12/6.35	c (1,0) c
15.12/6.35	c (1,0) s SATISFIABLE
15.12/6.39	c (1,0) SatSolver.solve End
15.12/6.39	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
15.12/6.39	c (1,0) Show results Begin
15.34/6.47	c (1,0) x1 = 16
15.34/6.47	c (1,0) x10 = 254
15.34/6.47	c (1,0) x100 = 58
15.34/6.47	c (1,0) x101 = 394
15.34/6.47	c (1,0) x102 = 156
15.34/6.47	c (1,0) x103 = 128
15.34/6.47	c (1,0) x104 = 366
15.34/6.47	c (1,0) x105 = 352
15.34/6.47	c (1,0) x106 = 114
15.34/6.47	c (1,0) x107 = 128
15.34/6.47	c (1,0) x108 = 366
15.34/6.47	c (1,0) x109 = 254
15.34/6.47	c (1,0) x11 = 478
15.34/6.47	c (1,0) x110 = 16
15.34/6.48	c (1,0) x111 = 296
15.34/6.48	c (1,0) x112 = 58
15.34/6.48	c (1,0) x113 = 414
15.34/6.48	c (1,0) x114 = 652
15.34/6.48	c (1,0) x115 = 652
15.34/6.48	c (1,0) x116 = 414
15.34/6.48	c (1,0) x117 = 478
15.34/6.48	c (1,0) x118 = 240
15.34/6.48	c (1,0) x119 = 58
15.34/6.48	c (1,0) x12 = 240
15.34/6.48	c (1,0) x120 = 296
15.34/6.48	c (1,0) x121 = 282
15.34/6.48	c (1,0) x122 = 44
15.34/6.48	c (1,0) x123 = 114
15.34/6.48	c (1,0) x124 = 352
15.34/6.48	c (1,0) x125 = 282
15.34/6.48	c (1,0) x126 = 44
15.34/6.48	c (1,0) x127 = 114
15.34/6.48	c (1,0) x128 = 352
15.34/6.48	c (1,0) x129 = 240
15.34/6.48	c (1,0) x13 = 380
15.34/6.48	c (1,0) x130 = 478
15.34/6.48	c (1,0) x131 = 114
15.34/6.48	c (1,0) x132 = 352
15.34/6.48	c (1,0) x133 = 296
15.34/6.48	c (1,0) x134 = 58
15.34/6.48	c (1,0) x135 = 296
15.34/6.48	c (1,0) x136 = 58
15.34/6.48	c (1,0) x137 = 408
15.34/6.48	c (1,0) x138 = 170
15.34/6.48	c (1,0) x139 = 366
15.34/6.48	c (1,0) x14 = 142
15.34/6.48	c (1,0) x140 = 128
15.34/6.48	c (1,0) x141 = 16
15.34/6.48	c (1,0) x142 = 254
15.34/6.48	c (1,0) x143 = 268
15.34/6.48	c (1,0) x144 = 30
15.34/6.48	c (1,0) x145 = 324
15.34/6.48	c (1,0) x146 = 86
15.34/6.48	c (1,0) x147 = 100
15.34/6.48	c (1,0) x148 = 338
15.34/6.48	c (1,0) x149 = 380
15.34/6.48	c (1,0) x15 = 16
15.34/6.48	c (1,0) x150 = 142
15.34/6.48	c (1,0) x151 = 394
15.34/6.48	c (1,0) x152 = 156
15.34/6.48	c (1,0) x153 = 114
15.34/6.48	c (1,0) x154 = 352
15.34/6.48	c (1,0) x155 = 414
15.34/6.48	c (1,0) x156 = 652
15.34/6.48	c (1,0) x157 = 254
15.34/6.48	c (1,0) x158 = 16
15.34/6.48	c (1,0) x159 = 414
15.34/6.48	c (1,0) x16 = 254
15.34/6.48	c (1,0) x160 = 652
15.34/6.48	c (1,0) x161 = 268
15.34/6.48	c (1,0) x162 = 30
15.34/6.48	c (1,0) x163 = 128
15.34/6.48	c (1,0) x164 = 366
15.34/6.48	c (1,0) x165 = 58
15.34/6.48	c (1,0) x166 = 296
15.34/6.48	c (1,0) x167 = 142
15.34/6.48	c (1,0) x168 = 380
15.34/6.48	c (1,0) x169 = 394
15.34/6.48	c (1,0) x17 = 652
15.34/6.48	c (1,0) x170 = 156
15.34/6.48	c (1,0) x171 = 268
15.34/6.48	c (1,0) x172 = 30
15.34/6.48	c (1,0) x173 = 254
15.34/6.48	c (1,0) x174 = 16
15.34/6.48	c (1,0) x175 = 282
15.34/6.48	c (1,0) x176 = 44
15.34/6.48	c (1,0) x177 = 30
15.34/6.48	c (1,0) x178 = 268
15.34/6.48	c (1,0) x179 = 44
15.34/6.48	c (1,0) x18 = 414
15.34/6.48	c (1,0) x180 = 282
15.34/6.48	c (1,0) x181 = 366
15.34/6.48	c (1,0) x182 = 128
15.34/6.48	c (1,0) x183 = 352
15.34/6.48	c (1,0) x184 = 114
15.34/6.48	c (1,0) x185 = 652
15.34/6.48	c (1,0) x186 = 414
15.34/6.48	c (1,0) x187 = 268
15.34/6.48	c (1,0) x188 = 30
15.34/6.48	c (1,0) x189 = 254
15.34/6.48	c (1,0) x19 = 652
15.34/6.48	c (1,0) x190 = 16
15.34/6.48	c (1,0) x191 = 100
15.34/6.48	c (1,0) x192 = 338
15.34/6.48	c (1,0) x193 = 254
15.34/6.48	c (1,0) x194 = 16
15.34/6.48	c (1,0) x195 = 142
15.34/6.48	c (1,0) x196 = 380
15.34/6.48	c (1,0) x197 = 72
15.34/6.48	c (1,0) x198 = 310
15.34/6.48	c (1,0) x199 = 414
15.34/6.48	c (1,0) x2 = 254
15.34/6.48	c (1,0) x20 = 414
15.34/6.48	c (1,0) x200 = 652
15.34/6.48	c (1,0) x201 = 268
15.34/6.48	c (1,0) x202 = 30
15.34/6.48	c (1,0) x203 = 72
15.34/6.48	c (1,0) x204 = 310
15.34/6.48	c (1,0) x205 = 324
15.34/6.48	c (1,0) x206 = 86
15.34/6.48	c (1,0) x207 = 380
15.34/6.48	c (1,0) x208 = 142
15.34/6.48	c (1,0) x209 = 254
15.34/6.48	c (1,0) x21 = 268
15.34/6.48	c (1,0) x210 = 16
15.34/6.48	c (1,0) x211 = 128
15.34/6.48	c (1,0) x212 = 366
15.34/6.48	c (1,0) x213 = 30
15.34/6.48	c (1,0) x214 = 268
15.34/6.48	c (1,0) x215 = 310
15.34/6.48	c (1,0) x216 = 72
15.34/6.48	c (1,0) x217 = 142
15.34/6.48	c (1,0) x218 = 380
15.34/6.48	c (1,0) x219 = 652
15.34/6.48	c (1,0) x22 = 30
15.34/6.48	c (1,0) x220 = 414
15.34/6.48	c (1,0) x221 = 380
15.34/6.48	c (1,0) x222 = 142
15.34/6.48	c (1,0) x223 = 268
15.34/6.48	c (1,0) x224 = 30
15.34/6.48	c (1,0) x225 = 156
15.34/6.48	c (1,0) x226 = 394
15.34/6.48	c (1,0) x227 = 414
15.34/6.48	c (1,0) x228 = 652
15.34/6.48	c (1,0) x229 = 352
15.34/6.48	c (1,0) x23 = 380
15.34/6.48	c (1,0) x230 = 114
15.34/6.48	c (1,0) x231 = 114
15.34/6.48	c (1,0) x232 = 352
15.34/6.48	c (1,0) x233 = 652
15.34/6.48	c (1,0) x234 = 414
15.34/6.48	c (1,0) x235 = 296
15.34/6.48	c (1,0) x236 = 58
15.34/6.48	c (1,0) x237 = 86
15.34/6.48	c (1,0) x238 = 324
15.34/6.48	c (1,0) x239 = 652
15.34/6.48	c (1,0) x24 = 142
15.34/6.48	c (1,0) x240 = 414
15.34/6.48	c (1,0) x241 = 282
15.34/6.48	c (1,0) x242 = 44
15.34/6.48	c (1,0) x243 = 142
15.34/6.48	c (1,0) x244 = 380
15.34/6.48	c (1,0) x245 = 58
15.34/6.48	c (1,0) x246 = 296
15.34/6.48	c (1,0) x247 = 86
15.34/6.48	c (1,0) x248 = 324
15.34/6.48	c (1,0) x249 = 338
15.34/6.48	c (1,0) x25 = 16
15.34/6.48	c (1,0) x250 = 100
15.34/6.48	c (1,0) x251 = 16
15.34/6.48	c (1,0) x252 = 254
15.34/6.48	c (1,0) x253 = 408
15.34/6.48	c (1,0) x254 = 170
15.34/6.48	c (1,0) x255 = 100
15.34/6.48	c (1,0) x256 = 338
15.34/6.48	c (1,0) x257 = 44
15.34/6.48	c (1,0) x258 = 282
15.34/6.48	c (1,0) x259 = 86
15.34/6.48	c (1,0) x26 = 254
15.34/6.48	c (1,0) x260 = 324
15.34/6.48	c (1,0) x261 = 114
15.34/6.48	c (1,0) x262 = 352
15.34/6.48	c (1,0) x263 = 100
15.34/6.48	c (1,0) x264 = 338
15.34/6.48	c (1,0) x265 = 380
15.34/6.48	c (1,0) x266 = 142
15.34/6.48	c (1,0) x267 = 366
15.34/6.48	c (1,0) x268 = 128
15.34/6.48	c (1,0) x269 = 156
15.34/6.48	c (1,0) x27 = 142
15.34/6.48	c (1,0) x270 = 394
15.34/6.48	c (1,0) x271 = 310
15.34/6.48	c (1,0) x272 = 72
15.34/6.48	c (1,0) x273 = 44
15.34/6.48	c (1,0) x274 = 282
15.34/6.48	c (1,0) x275 = 30
15.34/6.48	c (1,0) x276 = 268
15.34/6.48	c (1,0) x277 = 310
15.34/6.48	c (1,0) x278 = 72
15.34/6.48	c (1,0) x279 = 414
15.34/6.48	c (1,0) x28 = 380
15.34/6.48	c (1,0) x280 = 652
15.34/6.48	c (1,0) x281 = 254
15.34/6.48	c (1,0) x282 = 16
15.34/6.48	c (1,0) x283 = 58
15.34/6.48	c (1,0) x284 = 296
15.34/6.48	c (1,0) x285 = 58
15.34/6.48	c (1,0) x286 = 296
15.34/6.48	c (1,0) x287 = 268
15.34/6.48	c (1,0) x288 = 30
15.34/6.48	c (1,0) x289 = 142
15.34/6.48	c (1,0) x29 = 72
15.34/6.48	c (1,0) x290 = 380
15.34/6.48	c (1,0) x291 = 268
15.34/6.48	c (1,0) x292 = 30
15.34/6.48	c (1,0) x293 = 652
15.34/6.48	c (1,0) x294 = 414
15.34/6.48	c (1,0) x295 = 366
15.34/6.48	c (1,0) x296 = 128
15.34/6.48	c (1,0) x297 = 30
15.34/6.48	c (1,0) x298 = 268
15.34/6.48	c (1,0) x299 = 268
15.34/6.48	c (1,0) x3 = 324
15.34/6.48	c (1,0) x30 = 310
15.34/6.48	c (1,0) x300 = 30
15.34/6.48	c (1,0) x301 = 30
15.34/6.48	c (1,0) x302 = 268
15.34/6.48	c (1,0) x303 = 414
15.34/6.48	c (1,0) x304 = 652
15.34/6.48	c (1,0) x305 = 156
15.34/6.48	c (1,0) x306 = 394
15.34/6.48	c (1,0) x307 = 86
15.34/6.48	c (1,0) x308 = 324
15.34/6.48	c (1,0) x309 = 100
15.34/6.48	c (1,0) x31 = 652
15.34/6.48	c (1,0) x310 = 338
15.34/6.48	c (1,0) x311 = 30
15.34/6.48	c (1,0) x312 = 268
15.34/6.48	c (1,0) x313 = 142
15.34/6.48	c (1,0) x314 = 380
15.34/6.48	c (1,0) x315 = 156
15.34/6.48	c (1,0) x316 = 394
15.34/6.48	c (1,0) x317 = 30
15.34/6.48	c (1,0) x318 = 268
15.34/6.48	c (1,0) x319 = 478
15.34/6.48	c (1,0) x32 = 414
15.34/6.48	c (1,0) x320 = 240
15.34/6.48	c (1,0) x321 = 16
15.34/6.48	c (1,0) x322 = 254
15.34/6.48	c (1,0) x323 = 142
15.34/6.48	c (1,0) x324 = 380
15.34/6.48	c (1,0) x325 = 58
15.34/6.48	c (1,0) x326 = 296
15.34/6.48	c (1,0) x327 = 352
15.34/6.48	c (1,0) x328 = 114
15.34/6.48	c (1,0) x329 = 352
15.34/6.48	c (1,0) x33 = 352
15.34/6.48	c (1,0) x330 = 114
15.34/6.48	c (1,0) x331 = 240
15.34/6.48	c (1,0) x332 = 478
15.34/6.48	c (1,0) x333 = 156
15.34/6.48	c (1,0) x334 = 394
15.34/6.48	c (1,0) x335 = 254
15.34/6.48	c (1,0) x336 = 16
15.34/6.48	c (1,0) x337 = 478
15.34/6.48	c (1,0) x338 = 240
15.34/6.48	c (1,0) x339 = 268
15.34/6.48	c (1,0) x34 = 114
15.34/6.48	c (1,0) x340 = 30
15.34/6.48	c (1,0) x341 = 254
15.34/6.48	c (1,0) x342 = 16
15.34/6.48	c (1,0) x343 = 478
15.34/6.48	c (1,0) x344 = 240
15.34/6.48	c (1,0) x345 = 44
15.34/6.48	c (1,0) x346 = 282
15.34/6.48	c (1,0) x347 = 324
15.34/6.48	c (1,0) x348 = 86
15.34/6.48	c (1,0) x349 = 72
15.34/6.48	c (1,0) x35 = 72
15.34/6.48	c (1,0) x350 = 310
15.34/6.48	c (1,0) x351 = 254
15.34/6.48	c (1,0) x352 = 16
15.34/6.48	c (1,0) x353 = 86
15.34/6.48	c (1,0) x354 = 324
15.34/6.48	c (1,0) x355 = 16
15.34/6.48	c (1,0) x356 = 254
15.34/6.48	c (1,0) x357 = 100
15.34/6.48	c (1,0) x358 = 338
15.34/6.48	c (1,0) x359 = 142
15.34/6.48	c (1,0) x36 = 310
15.34/6.48	c (1,0) x360 = 380
15.34/6.48	c (1,0) x361 = 30
15.34/6.48	c (1,0) x362 = 268
15.34/6.48	c (1,0) x363 = 128
15.34/6.48	c (1,0) x364 = 366
15.34/6.48	c (1,0) x365 = 296
15.34/6.48	c (1,0) x366 = 58
15.34/6.48	c (1,0) x367 = 268
15.34/6.48	c (1,0) x368 = 30
15.34/6.48	c (1,0) x369 = 72
15.34/6.48	c (1,0) x37 = 478
15.34/6.48	c (1,0) x370 = 310
15.34/6.48	c (1,0) x371 = 170
15.34/6.48	c (1,0) x372 = 408
15.34/6.48	c (1,0) x373 = 240
15.34/6.48	c (1,0) x374 = 478
15.34/6.48	c (1,0) x375 = 268
15.34/6.48	c (1,0) x376 = 30
15.34/6.48	c (1,0) x377 = 58
15.34/6.48	c (1,0) x378 = 296
15.34/6.48	c (1,0) x379 = 58
15.34/6.48	c (1,0) x38 = 240
15.34/6.48	c (1,0) x380 = 296
15.34/6.48	c (1,0) x381 = 324
15.34/6.48	c (1,0) x382 = 86
15.34/6.48	c (1,0) x383 = 652
15.34/6.48	c (1,0) x384 = 414
15.34/6.48	c (1,0) x385 = 30
15.34/6.48	c (1,0) x386 = 268
15.34/6.48	c (1,0) x387 = 652
15.34/6.48	c (1,0) x388 = 414
15.34/6.48	c (1,0) x389 = 86
15.34/6.48	c (1,0) x39 = 268
15.34/6.48	c (1,0) x390 = 324
15.34/6.48	c (1,0) x391 = 44
15.34/6.48	c (1,0) x392 = 282
15.34/6.48	c (1,0) x393 = 394
15.34/6.48	c (1,0) x394 = 156
15.34/6.48	c (1,0) x395 = 394
15.34/6.48	c (1,0) x396 = 156
15.34/6.48	c (1,0) x397 = 296
15.34/6.48	c (1,0) x398 = 58
15.34/6.48	c (1,0) x399 = 310
15.34/6.48	c (1,0) x4 = 86
15.34/6.48	c (1,0) x40 = 30
15.34/6.48	c (1,0) x400 = 72
15.34/6.48	c (1,0) x401 = 414
15.34/6.48	c (1,0) x402 = 652
15.34/6.48	c (1,0) x403 = 100
15.34/6.48	c (1,0) x404 = 338
15.34/6.48	c (1,0) x405 = 16
15.34/6.48	c (1,0) x406 = 254
15.34/6.48	c (1,0) x407 = 72
15.34/6.48	c (1,0) x408 = 310
15.34/6.49	c (1,0) x409 = 142
15.34/6.49	c (1,0) x41 = 352
15.34/6.49	c (1,0) x410 = 380
15.34/6.49	c (1,0) x411 = 254
15.34/6.49	c (1,0) x412 = 16
15.34/6.49	c (1,0) x413 = 366
15.34/6.49	c (1,0) x414 = 128
15.34/6.49	c (1,0) x415 = 352
15.34/6.49	c (1,0) x416 = 114
15.34/6.49	c (1,0) x417 = 268
15.34/6.49	c (1,0) x418 = 30
15.34/6.49	c (1,0) x419 = 30
15.34/6.49	c (1,0) x42 = 114
15.34/6.49	c (1,0) x420 = 268
15.34/6.49	c (1,0) x421 = 170
15.34/6.49	c (1,0) x422 = 408
15.34/6.49	c (1,0) x423 = 44
15.34/6.49	c (1,0) x424 = 282
15.34/6.49	c (1,0) x425 = 114
15.34/6.49	c (1,0) x426 = 352
15.34/6.49	c (1,0) x427 = 30
15.34/6.49	c (1,0) x428 = 268
15.34/6.49	c (1,0) x429 = 72
15.34/6.49	c (1,0) x43 = 338
15.34/6.49	c (1,0) x430 = 310
15.34/6.49	c (1,0) x431 = 338
15.34/6.49	c (1,0) x432 = 100
15.34/6.49	c (1,0) x433 = 114
15.34/6.49	c (1,0) x434 = 352
15.34/6.49	c (1,0) x435 = 86
15.34/6.49	c (1,0) x436 = 324
15.34/6.49	c (1,0) x437 = 414
15.34/6.49	c (1,0) x438 = 652
15.34/6.49	c (1,0) x439 = 652
15.34/6.49	c (1,0) x44 = 100
15.34/6.49	c (1,0) x440 = 414
15.34/6.49	c (1,0) x441 = 114
15.34/6.49	c (1,0) x442 = 352
15.34/6.49	c (1,0) x443 = 380
15.34/6.49	c (1,0) x444 = 142
15.34/6.49	c (1,0) x445 = 394
15.34/6.49	c (1,0) x446 = 156
15.34/6.49	c (1,0) x447 = 352
15.34/6.49	c (1,0) x448 = 114
15.34/6.49	c (1,0) x449 = 380
15.34/6.49	c (1,0) x45 = 324
15.34/6.49	c (1,0) x450 = 142
15.34/6.49	c (1,0) x451 = 268
15.34/6.49	c (1,0) x452 = 30
15.34/6.49	c (1,0) x453 = 44
15.34/6.49	c (1,0) x454 = 282
15.34/6.49	c (1,0) x455 = 324
15.34/6.49	c (1,0) x456 = 86
15.34/6.49	c (1,0) x457 = 268
15.34/6.49	c (1,0) x458 = 30
15.34/6.49	c (1,0) x459 = 310
15.34/6.49	c (1,0) x46 = 86
15.34/6.49	c (1,0) x460 = 72
15.34/6.49	c (1,0) x461 = 58
15.34/6.49	c (1,0) x462 = 296
15.34/6.49	c (1,0) x463 = 414
15.34/6.49	c (1,0) x464 = 652
15.34/6.49	c (1,0) x465 = 142
15.34/6.49	c (1,0) x466 = 380
15.34/6.49	c (1,0) x467 = 282
15.34/6.49	c (1,0) x468 = 44
15.34/6.49	c (1,0) x469 = 268
15.34/6.49	c (1,0) x47 = 324
15.34/6.49	c (1,0) x470 = 30
15.34/6.49	c (1,0) x471 = 380
15.34/6.49	c (1,0) x472 = 142
15.34/6.49	c (1,0) x473 = 240
15.34/6.49	c (1,0) x474 = 478
15.34/6.49	c (1,0) x475 = 142
15.34/6.49	c (1,0) x476 = 380
15.34/6.49	c (1,0) x477 = 170
15.34/6.49	c (1,0) x478 = 408
15.34/6.49	c (1,0) x479 = 254
15.34/6.49	c (1,0) x48 = 86
15.34/6.49	c (1,0) x480 = 16
15.34/6.49	c (1,0) x481 = 352
15.34/6.49	c (1,0) x482 = 114
15.34/6.49	c (1,0) x483 = 86
15.34/6.49	c (1,0) x484 = 324
15.34/6.49	c (1,0) x485 = 30
15.34/6.49	c (1,0) x486 = 268
15.34/6.49	c (1,0) x487 = 44
15.34/6.49	c (1,0) x488 = 282
15.34/6.49	c (1,0) x489 = 366
15.34/6.49	c (1,0) x49 = 100
15.34/6.49	c (1,0) x490 = 128
15.34/6.49	c (1,0) x491 = 380
15.34/6.49	c (1,0) x492 = 142
15.34/6.49	c (1,0) x493 = 128
15.34/6.49	c (1,0) x494 = 366
15.34/6.49	c (1,0) x495 = 254
15.34/6.49	c (1,0) x496 = 16
15.34/6.49	c (1,0) x497 = 156
15.34/6.49	c (1,0) x498 = 394
15.34/6.49	c (1,0) x499 = 652
15.34/6.49	c (1,0) x5 = 268
15.34/6.49	c (1,0) x50 = 338
15.34/6.49	c (1,0) x500 = 414
15.34/6.49	c (1,0) x501 = 394
15.34/6.49	c (1,0) x502 = 156
15.34/6.49	c (1,0) x503 = 324
15.34/6.49	c (1,0) x504 = 86
15.34/6.49	c (1,0) x505 = 30
15.34/6.49	c (1,0) x506 = 268
15.34/6.49	c (1,0) x507 = 394
15.34/6.49	c (1,0) x508 = 156
15.34/6.49	c (1,0) x509 = 86
15.34/6.49	c (1,0) x51 = 408
15.34/6.49	c (1,0) x510 = 324
15.34/6.49	c (1,0) x511 = 16
15.34/6.49	c (1,0) x512 = 254
15.34/6.49	c (1,0) x513 = 652
15.34/6.49	c (1,0) x514 = 414
15.34/6.49	c (1,0) x515 = 414
15.34/6.49	c (1,0) x516 = 652
15.34/6.49	c (1,0) x517 = 310
15.34/6.49	c (1,0) x518 = 72
15.34/6.49	c (1,0) x519 = 268
15.34/6.49	c (1,0) x52 = 170
15.34/6.49	c (1,0) x520 = 30
15.34/6.49	c (1,0) x521 = 414
15.34/6.49	c (1,0) x522 = 652
15.34/6.49	c (1,0) x523 = 86
15.34/6.49	c (1,0) x524 = 324
15.34/6.49	c (1,0) x525 = 142
15.34/6.49	c (1,0) x526 = 380
15.34/6.49	c (1,0) x527 = 100
15.34/6.49	c (1,0) x528 = 338
15.34/6.49	c (1,0) x529 = 72
15.34/6.49	c (1,0) x53 = 282
15.34/6.49	c (1,0) x530 = 310
15.34/6.49	c (1,0) x531 = 114
15.34/6.49	c (1,0) x532 = 352
15.34/6.49	c (1,0) x533 = 408
15.34/6.49	c (1,0) x534 = 170
15.34/6.49	c (1,0) x535 = 296
15.34/6.49	c (1,0) x536 = 58
15.34/6.49	c (1,0) x537 = 254
15.34/6.49	c (1,0) x538 = 16
15.34/6.49	c (1,0) x539 = 338
15.34/6.49	c (1,0) x54 = 44
15.34/6.49	c (1,0) x540 = 100
15.34/6.49	c (1,0) x541 = 324
15.34/6.49	c (1,0) x542 = 86
15.34/6.49	c (1,0) x543 = 156
15.34/6.49	c (1,0) x544 = 394
15.34/6.49	c (1,0) x545 = 268
15.34/6.49	c (1,0) x546 = 30
15.34/6.49	c (1,0) x547 = 380
15.34/6.49	c (1,0) x548 = 142
15.34/6.49	c (1,0) x549 = 380
15.34/6.49	c (1,0) x55 = 58
15.34/6.49	c (1,0) x550 = 142
15.34/6.49	c (1,0) x551 = 394
15.34/6.49	c (1,0) x552 = 156
15.34/6.49	c (1,0) x553 = 156
15.34/6.49	c (1,0) x554 = 394
15.34/6.49	c (1,0) x555 = 44
15.34/6.49	c (1,0) x556 = 282
15.34/6.49	c (1,0) x557 = 380
15.34/6.49	c (1,0) x558 = 142
15.34/6.49	c (1,0) x559 = 296
15.34/6.49	c (1,0) x56 = 296
15.34/6.49	c (1,0) x560 = 58
15.34/6.49	c (1,0) x561 = 16
15.34/6.49	c (1,0) x562 = 254
15.34/6.49	c (1,0) x563 = 128
15.34/6.49	c (1,0) x564 = 366
15.34/6.49	c (1,0) x565 = 652
15.34/6.49	c (1,0) x566 = 414
15.34/6.49	c (1,0) x567 = 338
15.34/6.49	c (1,0) x568 = 100
15.34/6.49	c (1,0) x569 = 366
15.34/6.49	c (1,0) x57 = 44
15.34/6.49	c (1,0) x570 = 128
15.34/6.49	c (1,0) x571 = 128
15.34/6.49	c (1,0) x572 = 366
15.34/6.49	c (1,0) x573 = 16
15.34/6.49	c (1,0) x574 = 254
15.34/6.49	c (1,0) x575 = 394
15.34/6.49	c (1,0) x576 = 156
15.34/6.49	c (1,0) x577 = 352
15.34/6.49	c (1,0) x578 = 114
15.34/6.49	c (1,0) x579 = 156
15.34/6.49	c (1,0) x58 = 282
15.34/6.49	c (1,0) x580 = 394
15.34/6.50	c (1,0) x581 = 142
15.34/6.50	c (1,0) x582 = 380
15.34/6.50	c (1,0) x583 = 72
15.34/6.50	c (1,0) x584 = 310
15.34/6.50	c (1,0) x585 = 296
15.34/6.50	c (1,0) x586 = 58
15.34/6.50	c (1,0) x587 = 240
15.34/6.50	c (1,0) x588 = 478
15.34/6.50	c (1,0) x589 = 296
15.34/6.50	c (1,0) x59 = 366
15.34/6.50	c (1,0) x590 = 58
15.34/6.50	c (1,0) x591 = 142
15.34/6.50	c (1,0) x592 = 380
15.34/6.50	c (1,0) x593 = 72
15.34/6.50	c (1,0) x594 = 310
15.34/6.50	c (1,0) x595 = 156
15.34/6.50	c (1,0) x596 = 394
15.34/6.50	c (1,0) x597 = 254
15.34/6.50	c (1,0) x598 = 16
15.34/6.50	c (1,0) x599 = 30
15.34/6.50	c (1,0) x6 = 30
15.34/6.50	c (1,0) x60 = 128
15.34/6.50	c (1,0) x600 = 268
15.34/6.50	c (1,0) x601 = 296
15.34/6.50	c (1,0) x602 = 58
15.34/6.50	c (1,0) x603 = 30
15.34/6.50	c (1,0) x604 = 268
15.34/6.50	c (1,0) x605 = 58
15.34/6.50	c (1,0) x606 = 296
15.34/6.50	c (1,0) x607 = 310
15.34/6.50	c (1,0) x608 = 72
15.34/6.50	c (1,0) x609 = 394
15.34/6.50	c (1,0) x61 = 16
15.34/6.50	c (1,0) x610 = 156
15.34/6.50	c (1,0) x611 = 394
15.34/6.50	c (1,0) x612 = 156
15.34/6.50	c (1,0) x613 = 296
15.34/6.50	c (1,0) x614 = 58
15.34/6.50	c (1,0) x615 = 478
15.34/6.50	c (1,0) x616 = 240
15.34/6.50	c (1,0) x617 = 478
15.34/6.50	c (1,0) x618 = 240
15.34/6.50	c (1,0) x619 = 142
15.34/6.50	c (1,0) x62 = 254
15.34/6.50	c (1,0) x620 = 380
15.34/6.50	c (1,0) x621 = 652
15.34/6.50	c (1,0) x622 = 414
15.34/6.50	c (1,0) x623 = 86
15.34/6.50	c (1,0) x624 = 324
15.34/6.50	c (1,0) x625 = 240
15.34/6.50	c (1,0) x626 = 478
15.34/6.50	c (1,0) x627 = 16
15.34/6.50	c (1,0) x628 = 254
15.34/6.50	c (1,0) x629 = 44
15.34/6.50	c (1,0) x63 = 16
15.34/6.50	c (1,0) x630 = 282
15.34/6.50	c (1,0) x631 = 324
15.34/6.50	c (1,0) x632 = 86
15.34/6.50	c (1,0) x633 = 142
15.34/6.50	c (1,0) x634 = 380
15.34/6.50	c (1,0) x635 = 86
15.34/6.50	c (1,0) x636 = 324
15.34/6.50	c (1,0) x637 = 114
15.34/6.50	c (1,0) x638 = 352
15.34/6.50	c (1,0) x639 = 652
15.34/6.50	c (1,0) x64 = 254
15.34/6.50	c (1,0) x640 = 414
15.34/6.50	c (1,0) x641 = 282
15.34/6.50	c (1,0) x642 = 44
15.34/6.50	c (1,0) x643 = 86
15.34/6.50	c (1,0) x644 = 324
15.34/6.50	c (1,0) x645 = 338
15.34/6.50	c (1,0) x646 = 100
15.34/6.50	c (1,0) x647 = 114
15.34/6.50	c (1,0) x648 = 352
15.34/6.50	c (1,0) x649 = 394
15.34/6.50	c (1,0) x65 = 16
15.34/6.50	c (1,0) x650 = 156
15.34/6.50	c (1,0) x651 = 44
15.34/6.50	c (1,0) x652 = 282
15.34/6.50	c (1,0) x653 = 652
15.34/6.50	c (1,0) x654 = 414
15.34/6.50	c (1,0) x655 = 30
15.34/6.50	c (1,0) x656 = 268
15.34/6.50	c (1,0) x657 = 338
15.34/6.50	c (1,0) x658 = 100
15.34/6.50	c (1,0) x659 = 254
15.34/6.50	c (1,0) x66 = 254
15.34/6.50	c (1,0) x660 = 16
15.34/6.50	c (1,0) x661 = 156
15.34/6.50	c (1,0) x662 = 394
15.34/6.50	c (1,0) x663 = 282
15.34/6.50	c (1,0) x664 = 44
15.34/6.50	c (1,0) x665 = 58
15.34/6.50	c (1,0) x666 = 296
15.34/6.50	c (1,0) x667 = 114
15.34/6.50	c (1,0) x668 = 352
15.34/6.50	c (1,0) x669 = 352
15.34/6.50	c (1,0) x67 = 72
15.34/6.50	c (1,0) x670 = 114
15.34/6.50	c (1,0) x671 = 58
15.34/6.50	c (1,0) x672 = 296
15.34/6.50	c (1,0) x673 = 100
15.34/6.50	c (1,0) x674 = 338
15.34/6.50	c (1,0) x675 = 30
15.34/6.50	c (1,0) x676 = 268
15.34/6.50	c (1,0) x677 = 128
15.34/6.50	c (1,0) x678 = 366
15.34/6.50	c (1,0) x679 = 352
15.34/6.50	c (1,0) x68 = 310
15.34/6.50	c (1,0) x680 = 114
15.34/6.50	c (1,0) x69 = 324
15.34/6.50	c (1,0) x7 = 282
15.34/6.50	c (1,0) x70 = 86
15.34/6.50	c (1,0) x71 = 128
15.34/6.50	c (1,0) x72 = 366
15.34/6.50	c (1,0) x73 = 44
15.34/6.50	c (1,0) x74 = 282
15.34/6.50	c (1,0) x75 = 338
15.34/6.50	c (1,0) x76 = 100
15.34/6.50	c (1,0) x77 = 652
15.34/6.50	c (1,0) x78 = 414
15.34/6.50	c (1,0) x79 = 352
15.34/6.50	c (1,0) x8 = 44
15.34/6.50	c (1,0) x80 = 114
15.34/6.50	c (1,0) x81 = 58
15.34/6.50	c (1,0) x82 = 296
15.34/6.50	c (1,0) x83 = 380
15.34/6.50	c (1,0) x84 = 142
15.34/6.50	c (1,0) x85 = 338
15.34/6.50	c (1,0) x86 = 100
15.34/6.50	c (1,0) x87 = 310
15.34/6.50	c (1,0) x88 = 72
15.34/6.50	c (1,0) x89 = 352
15.34/6.50	c (1,0) x9 = 16
15.34/6.50	c (1,0) x90 = 114
15.34/6.50	c (1,0) x91 = 254
15.34/6.50	c (1,0) x92 = 16
15.34/6.50	c (1,0) x93 = 310
15.34/6.50	c (1,0) x94 = 72
15.34/6.50	c (1,0) x95 = 282
15.34/6.50	c (1,0) x96 = 44
15.34/6.50	c (1,0) x97 = 44
15.34/6.50	c (1,0) x98 = 282
15.34/6.50	c (1,0) x99 = 296
15.34/6.50	s SATISFIABLE
15.62/6.50	v <instantiation>
15.62/6.50	v     <list>x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 x479 x480 x481 x482 x483 x484 x485 x486 x487 x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 x536 x537 x538 x539 x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 x554 x555 x556 x557 x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 x658 x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 x679 x680</list>
15.62/6.50	v     <values>16 254 324 86 268 30 282 44 16 254 478 240 380 142 16 254 652 414 652 414 268 30 380 142 16 254 142 380 72 310 652 414 352 114 72 310 478 240 268 30 352 114 338 100 324 86 324 86 100 338 408 170 282 44 58 296 44 282 366 128 16 254 16 254 16 254 72 310 324 86 128 366 44 282 338 100 652 414 352 114 58 296 380 142 338 100 310 72 352 114 254 16 310 72 282 44 44 282 296 58 394 156 128 366 352 114 128 366 254 16 296 58 414 652 652 414 478 240 58 296 282 44 114 352 282 44 114 352 240 478 114 352 296 58 296 58 408 170 366 128 16 254 268 30 324 86 100 338 380 142 394 156 114 352 414 652 254 16 414 652 268 30 128 366 58 296 142 380 394 156 268 30 254 16 282 44 30 268 44 282 366 128 352 114 652 414 268 30 254 16 100 338 254 16 142 380 72 310 414 652 268 30 72 310 324 86 380 142 254 16 128 366 30 268 310 72 142 380 652 414 380 142 268 30 156 394 414 652 352 114 114 352 652 414 296 58 86 324 652 414 282 44 142 380 58 296 86 324 338 100 16 254 408 170 100 338 44 282 86 324 114 352 100 338 380 142 366 128 156 394 310 72 44 282 30 268 310 72 414 652 254 16 58 296 58 296 268 30 142 380 268 30 652 414 366 128 30 268 268 30 30 268 414 652 156 394 86 324 100 338 30 268 142 380 156 394 30 268 478 240 16 254 142 380 58 296 352 114 352 114 240 478 156 394 254 16 478 240 268 30 254 16 478 240 44 282 324 86 72 310 254 16 86 324 16 254 100 338 142 380 30 268 128 366 296 58 268 30 72 310 170 408 240 478 268 30 58 296 58 296 324 86 652 414 30 268 652 414 86 324 44 282 394 156 394 156 296 58 310 72 414 652 100 338 16 254 72 310 142 380 254 16 366 128 352 114 268 30 30 268 170 408 44 282 114 352 30 268 72 310 338 100 114 352 86 324 414 652 652 414 114 352 380 142 394 156 352 114 380 142 268 30 44 282 324 86 268 30 310 72 58 296 414 652 142 380 282 44 268 30 380 142 240 478 142 380 170 408 254 16 352 114 86 324 30 268 44 282 366 128 380 142 128 366 254 16 156 394 652 414 394 156 324 86 30 268 394 156 86 324 16 254 652 414 414 652 310 72 268 30 414 652 86 324 142 380 100 338 72 310 114 352 408 170 296 58 254 16 338 100 324 86 156 394 268 30 380 142 380 142 394 156 156 394 44 282 380 142 296 58 16 254 128 366 652 414 338 100 366 128 128 366 16 254 394 156 352 114 156 394 142 380 72 310 296 58 240 478 296 58 142 380 72 310 156 394 254 16 30 268 296 58 30 268 58 296 310 72 394 156 394 156 296 58 478 240 478 240 142 380 652 414 86 324 240 478 16 254 44 282 324 86 142 380 86 324 114 352 652 414 282 44 86 324 338 100 114 352 394 156 44 282 652 414 30 268 338 100 254 16 156 394 282 44 58 296 114 352 352 114 58 296 100 338 30 268 128 366 352 114</values>
15.62/6.50	v </instantiation>
15.62/6.50	c (1,0) Show results End
15.62/6.50	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
15.62/6.50	c (1,0) 1,1,STOP-AFTER(ALL)
15.62/6.50	c END-Prog: Thu Sep 12 13:03:36 CEST 2019

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387611-1568286252/watcher-4387611-1568286252 -o /tmp/evaluation-result-4387611-1568286252/solver-4387611-1568286252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568286038-9752 --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-4387611-1568286252.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=10342, runsolver pid=10339


[startup+0.100091 s]*
/proc/loadavg: 2.38 1.89 1.89 3/235 10359
/proc/meminfo: memFree=15029000/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404539083 115843072 349 33554432000 4194304 5098028 140736296202224 140736296199480 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 349 296 221 0 87 0
[pid=10345] ppid=10342 vsize=15013720 memory=74116 CPUtime=0.12 cores=1,3,5,7
/proc/10345/stat : 10345 (java) S 10342 10342 8853 0 -1 1077944320 7307 0 0 0 10 2 0 0 20 0 15 0 404539083 15374049280 18529 33554432000 4194304 4196468 140725903127712 140725903110256 139895668289271 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
/proc/10345/statm: 3753430 18529 2927 1 0 3715835 0
[pid=10345/tid=10346] ppid=10342 vsize=15014680 memory=-6653361208406884287 CPUtime=0.09 cores=1,3,5,7
/proc/10345/task/10346/stat : 10346 (java) R 10342 10342 8853 0 -1 4202560 5343 0 0 0 8 1 0 0 20 0 15 0 404539084 15375032320 18793 33554432000 4194304 4196468 140725903127712 139895640073520 139895660968989 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10347] ppid=10342 vsize=15016308 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10347/stat : 10347 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15376699392 18793 33554432000 4194304 4196468 140725903127712 139895672531984 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10348] ppid=10342 vsize=15016308 memory=139833082807936 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10348/stat : 10348 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15376699392 18793 33554432000 4194304 4196468 140725903127712 139895486688400 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10349] ppid=10342 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10349/stat : 10349 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15376699392 18793 33554432000 4194304 4196468 140725903127712 139895485635344 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10350] ppid=10342 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10350/stat : 10350 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15376699392 18793 33554432000 4194304 4196468 140725903127712 139895484582800 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10351] ppid=10342 vsize=15016308 memory=139833082807936 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10351/stat : 10351 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539087 15376699392 18793 33554432000 4194304 4196468 140725903127712 139894705912048 139895668300418 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10352] ppid=10342 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10352/stat : 10352 (java) S 10342 10342 8853 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404539087 15376699392 18859 33554432000 4194304 4196468 140725903127712 139894198363296 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10353] ppid=10342 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10353/stat : 10353 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539087 15376699392 18859 33554432000 4194304 4196468 140725903127712 139893929927408 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10354] ppid=10342 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10354/stat : 10354 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15376699392 18859 33554432000 4194304 4196468 140725903127712 139893555419088 139895668307867 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10355] ppid=10342 vsize=15016308 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10355/stat : 10355 (java) S 10342 10342 8853 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 404539090 15376699392 18859 33554432000 4194304 4196468 140725903127712 139894704859888 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10356] ppid=10342 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10356/stat : 10356 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539090 15376699392 18925 33554432000 4194304 4196468 140725903127712 139894703807344 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10357] ppid=10342 vsize=15016308 memory=139833082807936 CPUtime=0.01 cores=1,3,5,7
/proc/10345/task/10357/stat : 10357 (java) S 10342 10342 8853 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 15 0 404539090 15376699392 18925 33554432000 4194304 4196468 140725903127712 139894702754288 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10358] ppid=10342 vsize=15016308 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10358/stat : 10358 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15376699392 18925 33554432000 4194304 4196468 140725903127712 139893057514336 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10359] ppid=10342 vsize=15016308 memory=139833082807936 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10359/stat : 10359 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539090 15376699392 18925 33554432000 4194304 4196468 140725903127712 139894701701680 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15126848 KiB
Current children cumulated memory: 75512 KiB

[startup+0.210888 s]*
/proc/loadavg: 2.38 1.89 1.89 3/235 10359
/proc/meminfo: memFree=15013120/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404539083 115843072 349 33554432000 4194304 5098028 140736296202224 140736296199480 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 349 296 221 0 87 0
[pid=10345] ppid=10342 vsize=15012696 memory=86300 CPUtime=0.25 cores=1,3,5,7
/proc/10345/stat : 10345 (java) S 10342 10342 8853 0 -1 1077944320 11582 0 0 0 22 3 0 0 20 0 15 0 404539083 15373000704 21575 33554432000 4194304 4196468 140725903127712 140725903110256 139895668289271 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
/proc/10345/statm: 3753174 21575 2937 1 0 3715579 0
[pid=10345/tid=10346] ppid=10342 vsize=15012696 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/10345/task/10346/stat : 10346 (java) R 10342 10342 8853 0 -1 4202560 9315 0 0 0 17 2 0 0 20 0 15 0 404539084 15373000704 21575 33554432000 4194304 4196468 140725903127712 139895640112848 139895668311197 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10347] ppid=10342 vsize=15012696 memory=364 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10347/stat : 10347 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 21575 33554432000 4194304 4196468 140725903127712 139895672531984 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10348] ppid=10342 vsize=15012696 memory=139833082819041 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10348/stat : 10348 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 21575 33554432000 4194304 4196468 140725903127712 139895486688400 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10349] ppid=10342 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10349/stat : 10349 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 21575 33554432000 4194304 4196468 140725903127712 139895485635344 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10350] ppid=10342 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10350/stat : 10350 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 21575 33554432000 4194304 4196468 140725903127712 139895484582800 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10351] ppid=10342 vsize=15012696 memory=139833082807936 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10351/stat : 10351 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539087 15373000704 21575 33554432000 4194304 4196468 140725903127712 139894705912048 139895668300418 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10352] ppid=10342 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10352/stat : 10352 (java) S 10342 10342 8853 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404539087 15373000704 21575 33554432000 4194304 4196468 140725903127712 139894198363296 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10353] ppid=10342 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10353/stat : 10353 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539087 15373000704 21575 33554432000 4194304 4196468 140725903127712 139893929927408 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10354] ppid=10342 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10354/stat : 10354 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 21575 33554432000 4194304 4196468 140725903127712 139893555419088 139895668307867 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10355] ppid=10342 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10355/stat : 10355 (java) S 10342 10342 8853 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 21575 33554432000 4194304 4196468 140725903127712 139894704859888 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10356] ppid=10342 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10356/stat : 10356 (java) S 10342 10342 8853 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 21575 33554432000 4194304 4196468 140725903127712 139894703807344 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10357] ppid=10342 vsize=15012696 memory=139833082807936 CPUtime=0.03 cores=1,3,5,7
/proc/10345/task/10357/stat : 10357 (java) S 10342 10342 8853 0 -1 1077944384 475 0 0 0 3 0 0 0 20 0 15 0 404539090 15373000704 21575 33554432000 4194304 4196468 140725903127712 139894702754288 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10358] ppid=10342 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10358/stat : 10358 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 21575 33554432000 4194304 4196468 140725903127712 139893057514336 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10359] ppid=10342 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10359/stat : 10359 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 21575 33554432000 4194304 4196468 140725903127712 139894701701680 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 87696 KiB

[startup+0.310727 s]*
/proc/loadavg: 2.38 1.89 1.89 3/235 10359
/proc/meminfo: memFree=15009832/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404539083 115843072 349 33554432000 4194304 5098028 140736296202224 140736296199480 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 349 296 221 0 87 0
[pid=10345] ppid=10342 vsize=15012696 memory=89848 CPUtime=0.43 cores=1,3,5,7
/proc/10345/stat : 10345 (java) S 10342 10342 8853 0 -1 1077944320 12538 0 0 0 39 4 0 0 20 0 15 0 404539083 15373000704 22462 33554432000 4194304 4196468 140725903127712 140725903110256 139895668289271 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
/proc/10345/statm: 3753174 22462 3044 1 0 3715579 0
[pid=10345/tid=10346] ppid=10342 vsize=15012696 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/10345/task/10346/stat : 10346 (java) R 10342 10342 8853 0 -1 4202560 10090 0 0 0 27 3 0 0 20 0 15 0 404539084 15373000704 22462 33554432000 4194304 4196468 140725903127712 139895640072288 139895668292588 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10347] ppid=10342 vsize=15012696 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10347/stat : 10347 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 22462 33554432000 4194304 4196468 140725903127712 139895672531984 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10348] ppid=10342 vsize=15012696 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10348/stat : 10348 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 22462 33554432000 4194304 4196468 140725903127712 139895486688400 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10349] ppid=10342 vsize=15012696 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10349/stat : 10349 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 22462 33554432000 4194304 4196468 140725903127712 139895485635344 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10350] ppid=10342 vsize=15012696 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10350/stat : 10350 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15373000704 22462 33554432000 4194304 4196468 140725903127712 139895484582800 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10351] ppid=10342 vsize=15012696 memory=-7522837583045875833 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10351/stat : 10351 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539087 15373000704 22462 33554432000 4194304 4196468 140725903127712 139894705912048 139895668300418 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10352] ppid=10342 vsize=15012696 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10352/stat : 10352 (java) S 10342 10342 8853 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404539087 15373000704 22462 33554432000 4194304 4196468 140725903127712 139894198363296 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10353] ppid=10342 vsize=15012696 memory=-6372718397967082684 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10353/stat : 10353 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539087 15373000704 22462 33554432000 4194304 4196468 140725903127712 139893929927408 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10354] ppid=10342 vsize=15012696 memory=8325818968683490714 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10354/stat : 10354 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 22462 33554432000 4194304 4196468 140725903127712 139893555419088 139895668307867 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10355] ppid=10342 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10345/task/10355/stat : 10355 (java) S 10342 10342 8853 0 -1 1077944384 559 0 0 0 2 0 0 0 20 0 15 0 404539090 15373000704 22462 33554432000 4194304 4196468 140725903127712 139894704859888 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10356] ppid=10342 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10345/task/10356/stat : 10356 (java) S 10342 10342 8853 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 404539090 15373000704 22462 33554432000 4194304 4196468 140725903127712 139894703807344 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10357] ppid=10342 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10345/task/10357/stat : 10357 (java) S 10342 10342 8853 0 -1 1077944384 497 0 0 0 7 0 0 0 20 0 15 0 404539090 15373000704 22462 33554432000 4194304 4196468 140725903127712 139894702754288 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10358] ppid=10342 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10358/stat : 10358 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 22462 33554432000 4194304 4196468 140725903127712 139893057514336 139895668299477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10359] ppid=10342 vsize=15012696 memory=3690474714715665456 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10359/stat : 10359 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539090 15373000704 22462 33554432000 4194304 4196468 140725903127712 139894701701680 139895668300418 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 91244 KiB

[startup+0.709886 s]
/proc/loadavg: 2.38 1.89 1.89 3/235 10359
/proc/meminfo: memFree=14986752/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404539083 115843072 349 33554432000 4194304 5098028 140736296202224 140736296199480 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 349 296 221 0 87 0
[pid=10345] ppid=10342 vsize=15018968 memory=132108 CPUtime=1.07 cores=1,3,5,7
/proc/10345/stat : 10345 (java) S 10342 10342 8853 0 -1 1077944320 20221 0 0 0 101 6 0 0 20 0 15 0 404539083 15379423232 33027 33554432000 4194304 4196468 140725903127712 140725903110256 139895668289271 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
/proc/10345/statm: 3754742 33027 3187 1 0 3716091 0
[pid=10345/tid=10346] ppid=10342 vsize=15018968 memory=-7082918048272507482 CPUtime=0.69 cores=1,3,5,7
/proc/10345/task/10346/stat : 10346 (java) R 10342 10342 8853 0 -1 4202560 17177 0 0 0 64 5 0 0 20 0 15 0 404539084 15379423232 33027 33554432000 4194304 4196468 140725903127712 139895640127248 139895154808068 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10347] ppid=10342 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10347/stat : 10347 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15379423232 33027 33554432000 4194304 4196468 140725903127712 139895672531984 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10348] ppid=10342 vsize=15018968 memory=37212 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10348/stat : 10348 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15379423232 33027 33554432000 4194304 4196468 140725903127712 139895486688400 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10349] ppid=10342 vsize=15018968 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10349/stat : 10349 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539085 15379423232 33027 33554432000 4194304 4196468 140725903127712 139895485635344 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10350] ppid=10342 vsize=15018968 memory=988 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10350/stat : 10350 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404539085 15379423232 33027 33554432000 4194304 4196468 140725903127712 139895484582800 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10351] ppid=10342 vsize=15018968 memory=1368 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10351/stat : 10351 (java) S 10342 10342 8853 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404539087 15379423232 33027 33554432000 4194304 4196468 140725903127712 139894705912048 139895668300418 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10352] ppid=10342 vsize=15018968 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10352/stat : 10352 (java) S 10342 10342 8853 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404539087 15379423232 33027 33554432000 4194304 4196468 140725903127712 139894198363296 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10353] ppid=10342 vsize=15018968 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10353/stat : 10353 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539087 15379423232 33027 33554432000 4194304 4196468 140725903127712 139893929927408 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10354] ppid=10342 vsize=15018968 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10354/stat : 10354 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15379423232 33027 33554432000 4194304 4196468 140725903127712 139893555419088 139895668307867 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10355] ppid=10342 vsize=15018968 memory=11624 CPUtime=0.09 cores=1,3,5,7
/proc/10345/task/10355/stat : 10355 (java) R 10342 10342 8853 0 -1 4202560 742 0 0 0 9 0 0 0 20 0 15 0 404539090 15379423232 33027 33554432000 4194304 4196468 140725903127712 139894704859888 139895651783449 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10356] ppid=10342 vsize=15018968 memory=732 CPUtime=0.09 cores=1,3,5,7
/proc/10345/task/10356/stat : 10356 (java) R 10342 10342 8853 0 -1 4202560 296 0 0 0 9 0 0 0 20 0 15 0 404539090 15379423232 33027 33554432000 4194304 4196468 140725903127712 139894703798800 139895647716995 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10357] ppid=10342 vsize=15018968 memory=776 CPUtime=0.17 cores=1,3,5,7
/proc/10345/task/10357/stat : 10357 (java) R 10342 10342 8853 0 -1 4202560 671 0 0 0 17 0 0 0 20 0 15 0 404539090 15379423232 33027 33554432000 4194304 4196468 140725903127712 139894702752128 139895647670465 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10358] ppid=10342 vsize=15018968 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10358/stat : 10358 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15379423232 33027 33554432000 4194304 4196468 140725903127712 139893057514336 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10359] ppid=10342 vsize=15018968 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10359/stat : 10359 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404539090 15379423232 33027 33554432000 4194304 4196468 140725903127712 139894701701680 139895668300418 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 133504 KiB

[startup+1.50589 s]
/proc/loadavg: 2.38 1.89 1.89 6/235 10359
/proc/meminfo: memFree=14761460/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404539083 115843072 349 33554432000 4194304 5098028 140736296202224 140736296199480 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 349 296 221 0 87 0

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

[pid=10345/tid=10357] ppid=10342 vsize=15025188 memory=1396 CPUtime=1.14 cores=1,3,5,7
/proc/10345/task/10357/stat : 10357 (java) S 10342 10342 8853 0 -1 1077944384 3044 0 0 0 113 1 0 0 20 0 15 0 404539090 15385792512 164096 33554432000 4194304 4196468 140725903127712 139894702754288 139895668300418 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10358] ppid=10342 vsize=15025188 memory=543736 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10358/stat : 10358 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15385792512 164096 33554432000 4194304 4196468 140725903127712 139893057514336 139895668299477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
[pid=10345/tid=10359] ppid=10342 vsize=15025188 memory=37212 CPUtime=0 cores=1,3,5,7
/proc/10345/task/10359/stat : 10359 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404539090 15385792512 164096 33554432000 4194304 4196468 140725903127712 139894701701680 139895668300418 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27394048 140725903131374 140725903131802 140725903131802 140725903134671 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 657780 KiB

[startup+6.30099 s]
/proc/loadavg: 2.35 1.89 1.89 3/240 10382
/proc/meminfo: memFree=14926744/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1476 CPUtime=12.89 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 583 30707 0 0 0 0 1248 41 20 0 1 0 404539083 115843072 369 33554432000 4194304 5098028 140736296202224 140736296198968 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 369 311 221 0 87 0
[pid=10362] ppid=10342 vsize=8068440 memory=130764 CPUtime=1.66 cores=1,3,5,7
/proc/10362/stat : 10362 (java) S 10342 10342 8853 0 -1 1077944320 21122 0 0 0 153 13 0 0 20 0 19 0 404539567 8262082560 32691 33554432000 4194304 4196468 140723138278544 140723138261088 139651793751799 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
/proc/10362/statm: 2017110 32691 3205 1 0 1978454 0
[pid=10377] ppid=10362 vsize=44404 memory=28612 CPUtime=0.57 cores=1,3,5,7
/proc/10377/stat : 10377 (glueminisat-sim) R 10362 10342 8853 0 -1 4202496 8829 0 0 0 55 2 0 0 20 0 1 0 404539654 45469696 7153 33554432000 4194304 4452875 140724230361968 140724230356520 140473975095175 0 4 0 8388610 0 0 0 17 3 0 0 0 0 0 6552096 6554264 23801856 140724230366047 140724230366247 140724230366247 140724230369197 0
/proc/10377/statm: 11101 7153 352 64 0 7305 0
[pid=10362/tid=10363] ppid=10342 vsize=8068440 memory=90 CPUtime=0.9 cores=1,3,5,7
/proc/10362/task/10363/stat : 10363 (java) S 10342 10342 8853 0 -1 1077944384 17409 0 0 0 80 10 0 0 20 0 19 0 404539567 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651765591968 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10364] ppid=10342 vsize=8068440 memory=656384 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10364/stat : 10364 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404539568 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651797994384 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10365] ppid=10342 vsize=8068440 memory=9174 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10365/stat : 10365 (java) S 10342 10342 8853 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404539568 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651603757840 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10366] ppid=10342 vsize=8068440 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10366/stat : 10366 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404539568 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651602705552 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10367] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10367/stat : 10367 (java) S 10342 10342 8853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404539568 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651601652752 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10368] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10368/stat : 10368 (java) S 10342 10342 8853 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 404539569 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651189799024 139651793762946 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10369] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10369/stat : 10369 (java) S 10342 10342 8853 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 404539570 8262082560 32691 33554432000 4194304 4196468 140723138278544 139650593186592 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10370] ppid=10342 vsize=8068440 memory=75380 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10370/stat : 10370 (java) S 10342 10342 8853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 404539570 8262082560 32691 33554432000 4194304 4196468 140723138278544 139650458965104 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10371] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10371/stat : 10371 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404539572 8262082560 32691 33554432000 4194304 4196468 140723138278544 139650084460624 139651793770395 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10372] ppid=10342 vsize=8068440 memory=1396 CPUtime=0.22 cores=1,3,5,7
/proc/10362/task/10372/stat : 10372 (java) S 10342 10342 8853 0 -1 1077944384 802 0 0 0 22 0 0 0 20 0 19 0 404539572 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651188746864 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10373] ppid=10342 vsize=8068440 memory=1313484 CPUtime=0.24 cores=1,3,5,7
/proc/10362/task/10373/stat : 10373 (java) S 10342 10342 8853 0 -1 1077944384 823 0 0 0 24 0 0 0 20 0 19 0 404539572 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651187694064 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10374] ppid=10342 vsize=8068440 memory=1164 CPUtime=0.25 cores=1,3,5,7
/proc/10362/task/10374/stat : 10374 (java) S 10342 10342 8853 0 -1 1077944384 674 0 0 0 25 0 0 0 20 0 19 0 404539572 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651186641776 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10375] ppid=10342 vsize=8068440 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10375/stat : 10375 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404539573 8262082560 32691 33554432000 4194304 4196468 140723138278544 139649586555872 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10376] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10376/stat : 10376 (java) S 10342 10342 8853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404539573 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651185588656 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10378] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10378/stat : 10378 (java) S 10342 10342 8853 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 404539654 8262082560 32691 33554432000 4194304 4196468 140723138278544 139651177554880 139651793776409 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10380] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10380/stat : 10380 (java) S 10342 10342 8853 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 404539654 8262082560 32691 33554432000 4194304 4196468 140723138278544 139649049673264 139651793773725 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10381] ppid=10342 vsize=8068440 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10381/stat : 10381 (java) S 10342 10342 8853 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 404539655 8262082560 32691 33554432000 4194304 4196468 140723138278544 139648781238192 139651793773725 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10382] ppid=10342 vsize=8068440 memory=3512 CPUtime=0 cores=1,3,5,7
/proc/10362/task/10382/stat : 10382 (java) S 10342 10342 8853 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 404539658 8262082560 32691 33554432000 4194304 4196468 140723138278544 139649318116784 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
Current children cumulated CPU time: 15.12 s
Current children cumulated vsize: 8225972 KiB
Current children cumulated memory: 160852 KiB

[startup+6.51222 s]
# the end of solver process 10342 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.0605 s, system=0.59717 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40113 s]
/proc/loadavg: 2.35 1.89 1.89 3/240 10382
/proc/meminfo: memFree=14926744/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1476 CPUtime=12.89 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 583 30707 0 0 0 0 1248 41 20 0 1 0 404539083 115843072 369 33554432000 4194304 5098028 140736296202224 140736296198968 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 369 311 221 0 87 0
[pid=10362] ppid=10342 vsize=7937364 memory=135600 CPUtime=2.45 cores=1,3,5,7
/proc/10362/stat : 10362 (java) S 10342 10342 8853 0 -1 1077944320 21282 8847 0 0 169 13 60 3 20 0 17 0 404539567 8127860736 33900 33554432000 4194304 4196468 140723138278544 140723138261088 139651793751799 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
/proc/10362/statm: 1984341 33900 3228 1 0 1945685 0
[pid=10362/tid=10363] ppid=10342 vsize=7937364 memory=1368 CPUtime=1.53 cores=1,3,5,7
/proc/10362/task/10363/stat : 10363 (java) R 10342 10342 8853 0 -1 4202560 17427 8847 0 0 80 10 60 3 20 0 17 0 404539567 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651765590528 139651779463522 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10364] ppid=10342 vsize=7937364 memory=1056 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10364/stat : 10364 (java) S 10342 10342 8853 0 -1 1077944384 1 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651797994384 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10365] ppid=10342 vsize=7937364 memory=1712 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10365/stat : 10365 (java) S 10342 10342 8853 0 -1 1077944384 2 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651603757840 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10366] ppid=10342 vsize=7937364 memory=6088 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10366/stat : 10366 (java) S 10342 10342 8853 0 -1 1077944384 1 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651602705552 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10367] ppid=10342 vsize=7937364 memory=11624 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10367/stat : 10367 (java) S 10342 10342 8853 0 -1 1077944384 1 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651601652752 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10368] ppid=10342 vsize=7937364 memory=732 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10368/stat : 10368 (java) S 10342 10342 8853 0 -1 1077944384 5 8847 0 0 0 0 60 3 20 0 17 0 404539569 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651189799024 139651793762946 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10369] ppid=10342 vsize=7937364 memory=776 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10369/stat : 10369 (java) S 10342 10342 8853 0 -1 1077944384 13 8847 0 0 0 0 60 3 20 0 17 0 404539570 8127860736 33900 33554432000 4194304 4196468 140723138278544 139650593186592 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10370] ppid=10342 vsize=7937364 memory=1560 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10370/stat : 10370 (java) S 10342 10342 8853 0 -1 1077944384 21 8847 0 0 0 0 60 3 20 0 17 0 404539570 8127860736 33900 33554432000 4194304 4196468 140723138278544 139650458965104 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10371] ppid=10342 vsize=7937364 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10371/stat : 10371 (java) S 10342 10342 8853 0 -1 1077944384 3 8847 0 0 0 0 60 3 20 0 17 0 404539572 8127860736 33900 33554432000 4194304 4196468 140723138278544 139650084460624 139651793770395 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10372] ppid=10342 vsize=7937364 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/10362/task/10372/stat : 10372 (java) S 10342 10342 8853 0 -1 1077944384 816 8847 0 0 25 0 60 3 20 0 17 0 404539572 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651188746864 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10373] ppid=10342 vsize=7937364 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/10362/task/10373/stat : 10373 (java) S 10342 10342 8853 0 -1 1077944384 841 8847 0 0 28 0 60 3 20 0 17 0 404539572 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651187694064 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10374] ppid=10342 vsize=7937364 memory=6791534058613427641 CPUtime=0.91 cores=1,3,5,7
/proc/10362/task/10374/stat : 10374 (java) R 10342 10342 8853 0 -1 4202560 735 8847 0 0 28 0 60 3 20 0 17 0 404539572 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651186639568 139651777832286 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10375] ppid=10342 vsize=7937364 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10375/stat : 10375 (java) S 10342 10342 8853 0 -1 1077944384 3 8847 0 0 0 0 60 3 20 0 17 0 404539573 8127860736 33900 33554432000 4194304 4196468 140723138278544 139649586555872 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10376] ppid=10342 vsize=7937364 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10376/stat : 10376 (java) S 10342 10342 8853 0 -1 1077944384 3 8847 0 0 0 0 60 3 20 0 17 0 404539573 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651185588656 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10378] ppid=10342 vsize=7937364 memory=7235147594880805952 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10378/stat : 10378 (java) S 10342 10342 8853 0 -1 1077944384 23 8847 0 0 0 0 60 3 20 0 17 0 404539654 8127860736 33900 33554432000 4194304 4196468 140723138278544 139651177554064 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10382] ppid=10342 vsize=7937364 memory=1449912 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10382/stat : 10382 (java) S 10342 10342 8853 0 -1 1077944384 30 8847 0 0 0 0 60 3 20 0 17 0 404539658 8127860736 33900 33554432000 4194304 4196468 140723138278544 139649318118576 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
Current children cumulated CPU time: 15.34 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 137076 KiB

[startup+6.50402 s]
/proc/loadavg: 2.35 1.89 1.89 3/240 10382
/proc/meminfo: memFree=14926744/32770624 swapFree=66957008/67108860
[pid=10342] ppid=10339 vsize=113128 memory=1476 CPUtime=12.89 cores=1,3,5,7
/proc/10342/stat : 10342 (scop.sh) S 10339 10342 8853 0 -1 4202496 583 30707 0 0 0 0 1248 41 20 0 1 0 404539083 115843072 369 33554432000 4194304 5098028 140736296202224 140736296198968 140460171817596 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34582528 140736296207144 140736296207472 140736296207472 140736296210381 0
/proc/10342/statm: 28282 369 311 221 0 87 0
[pid=10362] ppid=10342 vsize=7937364 memory=141916 CPUtime=2.73 cores=1,3,5,7
/proc/10362/stat : 10362 (java) S 10342 10342 8853 0 -1 1077944320 23416 8847 0 0 196 14 60 3 20 0 17 0 404539567 8127860736 35479 33554432000 4194304 4196468 140723138278544 140723138261088 139651793751799 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
/proc/10362/statm: 1984341 35479 3234 1 0 1945685 0
[pid=10362/tid=10363] ppid=10342 vsize=7937364 memory=6884 CPUtime=1.64 cores=1,3,5,7
/proc/10362/task/10363/stat : 10363 (java) R 10342 10342 8853 0 -1 4202560 19280 8847 0 0 90 11 60 3 20 0 17 0 404539567 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651765578576 139651793763734 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10364] ppid=10342 vsize=7937364 memory=130764 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10364/stat : 10364 (java) S 10342 10342 8853 0 -1 1077944384 1 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651797994384 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10365] ppid=10342 vsize=7937364 memory=28612 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10365/stat : 10365 (java) S 10342 10342 8853 0 -1 1077944384 2 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651603757840 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10366] ppid=10342 vsize=7937364 memory=90 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10366/stat : 10366 (java) S 10342 10342 8853 0 -1 1077944384 1 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651602705552 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10367] ppid=10342 vsize=7937364 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10367/stat : 10367 (java) S 10342 10342 8853 0 -1 1077944384 1 8847 0 0 0 0 60 3 20 0 17 0 404539568 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651601652752 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10368] ppid=10342 vsize=7937364 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10368/stat : 10368 (java) S 10342 10342 8853 0 -1 1077944384 5 8847 0 0 0 0 60 3 20 0 17 0 404539569 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651189799024 139651793762946 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10369] ppid=10342 vsize=7937364 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10369/stat : 10369 (java) S 10342 10342 8853 0 -1 1077944384 13 8847 0 0 0 0 60 3 20 0 17 0 404539570 8127860736 35479 33554432000 4194304 4196468 140723138278544 139650593186592 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10370] ppid=10342 vsize=7937364 memory=656384 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10370/stat : 10370 (java) S 10342 10342 8853 0 -1 1077944384 21 8847 0 0 0 0 60 3 20 0 17 0 404539570 8127860736 35479 33554432000 4194304 4196468 140723138278544 139650458965104 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10371] ppid=10342 vsize=7937364 memory=9174 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10371/stat : 10371 (java) S 10342 10342 8853 0 -1 1077944384 3 8847 0 0 0 0 60 3 20 0 17 0 404539572 8127860736 35479 33554432000 4194304 4196468 140723138278544 139650084460624 139651793770395 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10372] ppid=10342 vsize=7937364 memory=1396 CPUtime=0.95 cores=1,3,5,7
/proc/10362/task/10372/stat : 10372 (java) R 10342 10342 8853 0 -1 1077944384 902 8847 0 0 32 0 60 3 20 0 17 0 404539572 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651188746864 139651793762946 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10373] ppid=10342 vsize=7937364 memory=75380 CPUtime=0.95 cores=1,3,5,7
/proc/10362/task/10373/stat : 10373 (java) S 10342 10342 8853 0 -1 1077944384 878 8847 0 0 32 0 60 3 20 0 17 0 404539572 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651187694064 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10374] ppid=10342 vsize=7937364 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/10362/task/10374/stat : 10374 (java) R 10342 10342 8853 0 -1 4202560 892 8847 0 0 35 0 60 3 20 0 17 0 404539572 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651186641776 139651793773146 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10375] ppid=10342 vsize=7937364 memory=1396 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10375/stat : 10375 (java) S 10342 10342 8853 0 -1 1077944384 3 8847 0 0 0 0 60 3 20 0 17 0 404539573 8127860736 35479 33554432000 4194304 4196468 140723138278544 139649586555872 139651793762005 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10376] ppid=10342 vsize=7937364 memory=1313484 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10376/stat : 10376 (java) S 10342 10342 8853 0 -1 1077944384 3 8847 0 0 0 0 60 3 20 0 17 0 404539573 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651185588656 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10378] ppid=10342 vsize=7937364 memory=1164 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10378/stat : 10378 (java) S 10342 10342 8853 0 -1 1077944384 23 8847 0 0 0 0 60 3 20 0 17 0 404539654 8127860736 35479 33554432000 4194304 4196468 140723138278544 139651177554064 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
[pid=10362/tid=10382] ppid=10342 vsize=7937364 memory=288230574492221466 CPUtime=0.63 cores=1,3,5,7
/proc/10362/task/10382/stat : 10382 (java) S 10342 10342 8853 0 -1 1077944384 30 8847 0 0 0 0 60 3 20 0 17 0 404539658 8127860736 35479 33554432000 4194304 4196468 140723138278544 139649318118576 139651793762946 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33406976 140723138282491 140723138282650 140723138282650 140723138285519 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 8050492 KiB
Current children cumulated memory: 143392 KiB

Child status: 0
Real time (s): 6.51227
CPU time (s): 15.6577
CPU user time (s): 15.0605
CPU system time (s): 0.59717
CPU usage (%): 240.434
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 1456720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0605
system time used= 0.59717
maximum resident set size= 1457844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5884
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 10342
#   total CPU time (s): 15.6577
#   total CPU user time (s): 15.0605
#   total CPU system time (s): 0.59717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070228 second user time and 0.116702 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-12 13:03:29
IDJOB=4387611
IDBENCH=120805
IDSOLVER=2825
FILE ID=node147/4387611-1568286252
RUNJOBID= node147-1568286038-9752
PBS_JOBID= 21701064
Free space on /tmp= 52040 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-graphsMod/Rlfap-graph-08-f10.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-4387611-1568286252/watcher-4387611-1568286252 -o /tmp/evaluation-result-4387611-1568286252/solver-4387611-1568286252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568286038-9752 --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-4387611-1568286252.xml

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

MD5SUM BENCH= 53ef449e7d5451b48f2cdc0cd77eaa71
RANDOM SEED=861472857

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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:        15090460 kB
MemAvailable:   31377100 kB
Buffers:          158992 kB
Cached:         16164004 kB
SwapCached:        48504 kB
Active:          2867868 kB
Inactive:       13945272 kB
Active(anon):     452216 kB
Inactive(anon):    79704 kB
Active(file):    2415652 kB
Inactive(file): 13865568 kB
Unevictable:      107624 kB
Mlocked:          107624 kB
SwapTotal:      67108860 kB
SwapFree:       66957008 kB
Dirty:             20476 kB
Writeback:           184 kB
AnonPages:        729924 kB
Mapped:            54856 kB
Shmem:             32764 kB
Slab:             462852 kB
SReclaimable:     433880 kB
SUnreclaim:        28972 kB
KernelStack:        4032 kB
PageTables:         6532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6336828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52020 MiB
End job on node147 at 2019-09-12 13:03:36