Trace number 4392656

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 hybrid+ManyGlucose (2019-06-15)SAT 64.5089 18.5688

General information on the benchmark

NameLatinSquare/LatinSquare-xcsp2-qcp25/
qcp-25-264-08_X2.xml
MD5SUMe61b201f6225aab3795ad5f045ee307f
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 benchmark7.73665
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Number of domains26
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":361},{"size":25,"count":264}]
Minimum variable degree48
Maximum variable degree48
Distribution of variable degrees[{"degree":48,"count":625}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15000}]
Number of extensional constraints15000
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-18451-serial-file.bin HOME/instance-4392656-1568443100.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Sat Sep 14 08:37:35 CEST 2019
0.65/0.57	c PID: 18454
0.65/0.57	c IP: 172.20.3.102
0.65/0.57	c HOST: node102.alineos.net
0.65/0.57	c (0,0) Parsing Begin
3.74/1.53	c (0,0) Parsing End
3.74/1.54	c (0,0) CSP: 592 int (0 aux), 33 bool (0 aux), 10142 ctr, max domain size 25
3.74/1.54	c (0,0) Heap : 563 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.74/1.54	c (0,0) Constraint Name Generate Begin
4.17/1.61	c (1,1) Ctr:HOME/instance-4392656-1568443100.xml,ExtensionConflict:Var
4.17/1.61	c (1,1) Constraint Name Generate End
4.17/1.61	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
4.17/1.61	c (1,1) CSP to CSPinCNF Begin
6.43/2.15	c (1,1) translated 1015 (10%) constraints
10.33/3.74	c (3,3) translated 2029 (20%) constraints
11.93/5.22	c (4,4) translated 3043 (30%) constraints
12.96/6.25	c (5,5) translated 4057 (40%) constraints
13.08/6.33	c (5,5) translated 5071 (50%) constraints
13.32/6.41	c (5,5) translated 6086 (60%) constraints
13.32/6.48	c (5,5) translated 7100 (70%) constraints
13.49/6.55	c (6,6) translated 8114 (80%) constraints
13.73/6.62	c (6,6) translated 9128 (90%) constraints
13.92/6.70	c (6,6) translated 10142 (100%) constraints
13.92/6.70	c (6,6) ===========================================
13.92/6.77	c (6,6) Hybrid: #OE=625, #LE=0
13.92/6.77	c (6,6) Hybrid
13.92/6.77	c (6,6) ===========================================
14.35/6.96	c (6,6) translated 7087 (10%) constraints
14.69/7.12	c (6,6) translated 14173 (20%) constraints
14.78/7.28	c (6,6) translated 21259 (30%) constraints
15.03/7.43	c (6,6) translated 28345 (40%) constraints
15.12/7.59	c (7,7) translated 35431 (50%) constraints
15.33/7.75	c (7,7) translated 42518 (60%) constraints
15.53/7.91	c (7,7) translated 49604 (70%) constraints
15.63/8.06	c (7,7) translated 56690 (80%) constraints
15.83/8.22	c (7,7) translated 63776 (90%) constraints
15.93/8.36	c (7,7) translated 70862 (100%) constraints
15.93/8.36	c (7,7) CSP to CSPinCNF End
15.93/8.36	c (7,7) CSP: 592 int (0 aux), 33 bool (0 aux), 70862 ctr, max domain size 25
15.93/8.36	c (7,7) Heap : 2816 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
15.93/8.36	c (7,7) CSPinCNF Propagation Begin
20.72/11.56	c (11,11) 2440 values, 61664 unsatisfiable literals, and 35736 valid clauses are removed
20.72/11.56	c (11,11) CSPinCNF Propagation End
20.72/11.56	c (11,11) CSP: 592 int (0 aux), 33 bool (0 aux), 35126 ctr, max domain size 25
20.72/11.56	c (11,11) Heap : 4392 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
20.85/11.60	c (11,11) Hybrid: #OE=625, #LE=0
20.85/11.60	c (11,11) Simplify CSPinCNF Begin
21.06/11.71	c (11,11) Simplify CSPinCNF End
21.06/11.71	c (11,11) CSP: 592 int (0 aux), 33 bool (0 aux), 35126 ctr, max domain size 25
21.06/11.71	c (11,11) Heap : 4505 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
21.06/11.71	c (11,11) Calculate Precise Domain Begin
21.06/11.71	c (11,11) 0 values are removed by re-calculation
21.06/11.71	c (11,11) Calculate Precise Domain End
21.06/11.71	c (11,11) CSP: 592 int (0 aux), 33 bool (0 aux), 35126 ctr, max domain size 25
21.06/11.71	c (11,11) Heap : 4505 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
21.06/11.71	c (11,11) CSPinCNF to SatSolver Begin
21.60/11.93	c (11,11) 3513 (10 %) CSP clauses are encoded (0 SAT variables, 7146 SAT clauses)
22.02/12.03	c (11,11) 7026 (20 %) CSP clauses are encoded (0 SAT variables, 10659 SAT clauses)
22.02/12.10	c (11,11) 10538 (30 %) CSP clauses are encoded (0 SAT variables, 14171 SAT clauses)
22.41/12.14	c (11,11) 14051 (40 %) CSP clauses are encoded (0 SAT variables, 17684 SAT clauses)
22.41/12.19	c (11,11) 17563 (50 %) CSP clauses are encoded (0 SAT variables, 21196 SAT clauses)
22.54/12.23	c (11,11) 21076 (60 %) CSP clauses are encoded (0 SAT variables, 24709 SAT clauses)
22.54/12.28	c (11,11) 24589 (70 %) CSP clauses are encoded (0 SAT variables, 28222 SAT clauses)
22.64/12.32	c (11,11) 28101 (80 %) CSP clauses are encoded (0 SAT variables, 31734 SAT clauses)
22.64/12.37	c (11,11) 31614 (90 %) CSP clauses are encoded (0 SAT variables, 35247 SAT clauses)
22.64/12.39	c (11,11) 35126 (100 %) CSP clauses are encoded (0 SAT variables, 38759 SAT clauses)
22.64/12.39	c (11,11) CSPinCNF to SatSolver End
22.64/12.39	c (11,11) Heap : 4730 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
22.64/12.39	c (11,11) 3896 bool, 38760 clause
22.64/12.39	c (11,11) Export Begin
22.99/12.52	c (11,11) Export to HOME/scop-18451-serial-file.bin
22.99/12.52	c (11,11) Export End
22.99/12.52	c (11,11) Export File Size: 0.11 MB
22.99/12.52	c (11,11) 0,1,7,11,11,11,11,STOP-AFTER(DIMACS)
22.99/12.52	c END-Prog: Sat Sep 14 08:37:47 CEST 2019
22.99/12.56	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-18451-serial-file.bin
23.68/13.02	c (0,0) Read Serial File Begin
23.68/13.02	c (0,0) HOME/scop-18451-serial-file.bin
23.96/13.28	c (0,0) Read Serial File End
23.96/13.29	
23.96/13.29	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
23.96/13.29	(Solving Process)
23.96/13.29	
24.21/13.31	c BEGIN-Prog: Sat Sep 14 08:37:48 CEST 2019
24.21/13.31	c PID: 18474
24.21/13.31	c IP: 172.20.3.102
24.21/13.31	c HOST: node102.alineos.net
24.21/13.32	c (0,0) SatSolver.solve Begin
24.21/13.32	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392656-1568443100.xml-scop-18454.cnf
24.21/13.34	c (0,0) c
24.21/13.34	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
24.21/13.34	c (0,0) c
24.21/13.34	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
24.21/13.34	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
24.21/13.34	c (0,0) c ========================================[ Problem Statistics ]===========================================
24.21/13.34	c (0,0) c |                                                                                                       |
24.21/13.35	c (0,0) c |  Number of variables:          3896                                                                   |
24.21/13.35	c (0,0) c |  Number of clauses:           38760                                                                   |
24.21/13.35	c (0,0) c |  Parse time:                   0.02 s                                                                 |
24.21/13.35	c (0,0) c |                                                                                                       |
24.21/13.38	c (0,0) c |  Simplification time:          0.03 s                                                                 |
24.21/13.38	c (0,0) c |                                                                                                       |
24.21/13.38	c (0,0) c |  Generating clones                                                                                    |
24.21/13.39	c (0,0) c |  all clones generated. Memory =    34.64Mb.                                                           |
24.21/13.39	c (0,0) c ========================================================================================================|
24.21/13.39	c (0,0) c
24.21/13.39	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
24.21/13.39	c (0,0) c
24.21/13.39	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
24.21/13.39	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
24.21/13.39	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
24.21/13.39	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
24.21/13.39	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
24.21/13.39	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
24.21/13.39	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
24.21/13.39	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
24.21/13.39	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
24.21/13.39	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
24.21/13.39	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
24.21/13.39	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
24.21/13.39	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
24.21/13.39	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
24.21/13.39	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
24.21/13.39	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
24.21/13.39	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
24.21/13.39	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
24.21/13.39	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.39	c (5,0) c
63.62/18.39	c (5,0) c real time : 5.05571 s
63.62/18.39	c (5,0) c cpu time  : 39.5044 s
63.62/18.39	c (5,0) c
63.62/18.39	c (5,0) c
63.62/18.39	c (5,0) c
63.62/18.39	c (5,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
63.62/18.39	c (5,0) c
63.62/18.39	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.39	c (5,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
63.62/18.39	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.39	c (5,0) c | Conflicts     |          628166 |      76607 |      76479 |      81259 |      79964 |      77219 |      78331 |      79912 |      78395 |
63.62/18.39	c (5,0) c | Decisions     |          990493 |     121873 |     120720 |     127694 |     125811 |     120925 |     124778 |     124409 |     124283 |
63.62/18.39	c (5,0) c | Propagations  |        53878671 |    6432804 |    6593159 |    6952147 |    7134352 |    6622583 |    6682660 |    6630171 |    6830795 |
63.62/18.39	c (5,0) c | ReduceDBs     |              56 |          7 |          7 |          7 |          7 |          7 |          7 |          7 |          7 |
63.62/18.39	c (5,0) c | SimpDBs       |             112 |         13 |         13 |         12 |         13 |         15 |         17 |         12 |         17 |
63.62/18.39	c (5,0) c | Restarts      |            2623 |        340 |        312 |        310 |        376 |        316 |        364 |        268 |        337 |
63.62/18.39	c (5,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
63.62/18.39	c (5,0) c | PropBinClauses|        72658608 |    8592552 |    8823348 |    9390311 |    9721687 |    8916968 |    9058872 |    8862982 |    9291888 |
63.62/18.39	c (5,0) c | PropPreBlocker|      1221905004 |  142735091 |  146784860 |  157875280 |  166216903 |  151077536 |  151856163 |  149027701 |  156331470 |
63.62/18.39	c (5,0) c | PropNotBlocker|       401299123 |   48124102 |   48370746 |   50687351 |   52491056 |   51251680 |   50970424 |   49434356 |   49969408 |
63.62/18.39	c (5,0) c | LitFullScans  |      2584503472 |  303189496 |  312019980 |  330024969 |  348046791 |  325281307 |  324029646 |  313902412 |  328008871 |
63.62/18.39	c (5,0) c | LitScanFracts |          291657 |      14417 |      11338 |      13865 |      36632 |      47001 |      16775 |      90277 |      61352 |
63.62/18.40	c (5,0) c | DecisionLevel0|            2734 |        354 |        323 |        320 |        391 |        329 |        381 |        280 |        356 |
63.62/18.40	c (5,0) c | Periods       |             429 |         50 |         52 |         55 |         58 |         54 |         54 |         52 |         54 |
63.62/18.40	c (5,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
63.62/18.40	c (5,0) c | Avg_Trail     |                 |        431 |        438 |        443 |        450 |        437 |        434 |        424 |        441 |
63.62/18.40	c (5,0) c | Avg_DL        |                 |         19 |         20 |         20 |         19 |         20 |         19 |         19 |         19 |
63.62/18.40	c (5,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
63.62/18.40	c (5,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
63.62/18.40	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.40	c (5,0) c | Exported      |          113895 |      13709 |      13997 |      15054 |      13773 |      13932 |      14390 |      15083 |      13957 |
63.62/18.40	c (5,0) c | Imported      |          680366 |      83626 |      84133 |      85139 |      89374 |      87103 |      80376 |      84085 |      86530 |
63.62/18.40	c (5,0) c | Good          |            5786 |        711 |        736 |        745 |        730 |        745 |        682 |        732 |        705 |
63.62/18.40	c (5,0) c | Purge         |          674580 |      82915 |      83397 |      84394 |      88644 |      86358 |      79694 |      83353 |      85825 |
63.62/18.40	c (5,0) c | Promoted      |           34472 |       4077 |       4399 |       3909 |       4656 |       4313 |       4250 |       4520 |       4348 |
63.62/18.40	c (5,0) c | Remove_Imp    |          298523 |      37736 |      38748 |      36077 |      38573 |      40079 |      37518 |      28714 |      41078 |
63.62/18.40	c (5,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
63.62/18.40	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.40	c (5,0) c | Unaries       |                 |         14 |         11 |         10 |         15 |         13 |         17 |         12 |         19 |
63.62/18.40	c (5,0) c | Binaries      |                 |        119 |         93 |         90 |        121 |        102 |        125 |        110 |        140 |
63.62/18.40	c (5,0) c | Glues         |                 |        747 |        640 |        603 |        675 |        695 |        755 |        713 |        725 |
63.62/18.40	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.40	c (5,0) c | Orig_Seen     |           103 % |       4782 |       4732 |       4873 |       4755 |       4745 |       4772 |       4811 |       4731 |
63.62/18.40	c (5,0) c | Diff Orig seen|                 |      X     | -       50 |         91 | -       27 | -       37 | -       10 |         29 | -       51 |
63.62/18.40	c (5,0) c | Hamming       |             7 % |      X     |        234 |        252 |        310 |        317 |        306 |        261 |        246 |
63.62/18.40	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.40	c (5,0) c | RunningTime   |                 |    4.9 100%|    4.9 100%|    5.0 100%|    5.0  99%|    4.9 100%|    5.0 100%|    4.9 100%|    4.9 100%|
63.62/18.40	c (5,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
63.62/18.40	c (5,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
63.62/18.40	c (5,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
63.62/18.40	c (5,0) c | SolvingTime   |                 |    4.9     |    4.9     |    5.0     |    5.0     |    4.9     |    5.0     |    4.9     |    4.9     |
63.62/18.40	c (5,0) c | PropagationTim|                 |    4.1  84%|    4.1  83%|    4.1  83%|    4.1  82%|    4.1  83%|    4.2  83%|    4.1  84%|    4.1  83%|
63.62/18.40	c (5,0) c | AnalysisTime  |                 |    0.6  12%|    0.6  12%|    0.6  13%|    0.6  13%|    0.6  12%|    0.6  12%|    0.6  12%|    0.6  12%|
63.62/18.40	c (5,0) c | ReductionTime |                 |    0.1   1%|    0.1   1%|    0.1   1%|    0.1   1%|    0.1   1%|    0.1   1%|    0.1   1%|    0.1   1%|
63.62/18.40	c (5,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
63.62/18.40	c (5,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
63.62/18.40	c (5,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
63.62/18.40	c (5,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
63.62/18.40	c (5,0) c
63.62/18.40	c (5,0) c
63.62/18.40	c (5,0) c Threads : 8
63.62/18.40	c (5,0) c Winner : 0
63.62/18.40	c (5,0) c Conflicts_0 : 76607
63.62/18.40	c (5,0) c Conflicts_1 : 76479
63.62/18.40	c (5,0) c Conflicts_2 : 81259
63.62/18.40	c (5,0) c Conflicts_3 : 79964
63.62/18.40	c (5,0) c Conflicts_4 : 77219
63.62/18.40	c (5,0) c Conflicts_5 : 78331
63.62/18.40	c (5,0) c Conflicts_6 : 79912
63.62/18.40	c (5,0) c Conflicts_7 : 78395
63.62/18.40	c (5,0) c Conflicts_total : 628166
63.62/18.40	c (5,0) c Conflicts_winner : 76607
63.62/18.40	c (5,0) c Decisions_0 : 121873
63.62/18.40	c (5,0) c Decisions_1 : 120720
63.62/18.40	c (5,0) c Decisions_2 : 127694
63.62/18.40	c (5,0) c Decisions_3 : 125811
24.45/18.40	c (5,0) c Decisions_4 : 120925
24.45/18.40	c (5,0) c Decisions_5 : 124778
24.45/18.40	c (5,0) c Decisions_6 : 124409
24.45/18.40	c (5,0) c Decisions_7 : 124283
24.45/18.40	c (5,0) c Decisions_total : 990493
24.45/18.40	c (5,0) c Decisions_winner : 121873
24.45/18.40	c (5,0) c Propagations_0 : 6432804
24.45/18.40	c (5,0) c Propagations_1 : 6593159
24.45/18.40	c (5,0) c Propagations_2 : 6952147
24.45/18.40	c (5,0) c Propagations_3 : 7134352
24.45/18.40	c (5,0) c Propagations_4 : 6622583
24.45/18.40	c (5,0) c Propagations_5 : 6682660
24.45/18.40	c (5,0) c Propagations_6 : 6630171
24.45/18.40	c (5,0) c Propagations_7 : 6830795
24.45/18.40	c (5,0) c Propagations_total : 53878671
24.45/18.40	c (5,0) c Propagations_winner : 6432804
24.45/18.40	c (5,0) c ReduceDBs_0 : 7
24.45/18.40	c (5,0) c ReduceDBs_1 : 7
24.45/18.40	c (5,0) c ReduceDBs_2 : 7
24.45/18.40	c (5,0) c ReduceDBs_3 : 7
24.45/18.40	c (5,0) c ReduceDBs_4 : 7
24.45/18.40	c (5,0) c ReduceDBs_5 : 7
24.45/18.40	c (5,0) c ReduceDBs_6 : 7
24.45/18.40	c (5,0) c ReduceDBs_7 : 7
24.45/18.40	c (5,0) c ReduceDBs_total : 56
24.45/18.40	c (5,0) c ReduceDBs_winner : 7
24.45/18.40	c (5,0) c SimpDBs_0 : 13
24.45/18.40	c (5,0) c SimpDBs_1 : 13
24.45/18.40	c (5,0) c SimpDBs_2 : 12
24.45/18.40	c (5,0) c SimpDBs_3 : 13
24.45/18.40	c (5,0) c SimpDBs_4 : 15
24.45/18.40	c (5,0) c SimpDBs_5 : 17
24.45/18.40	c (5,0) c SimpDBs_6 : 12
24.45/18.40	c (5,0) c SimpDBs_7 : 17
24.45/18.40	c (5,0) c SimpDBs_total : 112
24.45/18.40	c (5,0) c SimpDBs_winner : 13
24.45/18.40	c (5,0) c Restarts_0 : 340
24.45/18.40	c (5,0) c Restarts_1 : 312
24.45/18.40	c (5,0) c Restarts_2 : 310
24.45/18.40	c (5,0) c Restarts_3 : 376
24.45/18.40	c (5,0) c Restarts_4 : 316
24.45/18.40	c (5,0) c Restarts_5 : 364
24.45/18.40	c (5,0) c Restarts_6 : 268
24.45/18.40	c (5,0) c Restarts_7 : 337
24.45/18.40	c (5,0) c Restarts_total : 2623
24.45/18.40	c (5,0) c Restarts_winner : 340
24.45/18.40	c (5,0) c ForcedImports_0 : 0
24.45/18.40	c (5,0) c ForcedImports_1 : 0
24.45/18.40	c (5,0) c ForcedImports_2 : 0
24.45/18.40	c (5,0) c ForcedImports_3 : 0
24.45/18.40	c (5,0) c ForcedImports_4 : 0
24.45/18.40	c (5,0) c ForcedImports_5 : 0
24.45/18.40	c (5,0) c ForcedImports_6 : 0
24.45/18.40	c (5,0) c ForcedImports_7 : 0
24.45/18.40	c (5,0) c ForcedImports_total : 0
24.45/18.40	c (5,0) c ForcedImports_winner : 0
24.45/18.40	c (5,0) c PropsBinClauses_0 : 8592552
24.45/18.40	c (5,0) c PropsBinClauses_1 : 8823348
24.45/18.40	c (5,0) c PropsBinClauses_2 : 9390311
24.45/18.40	c (5,0) c PropsBinClauses_3 : 9721687
24.45/18.40	c (5,0) c PropsBinClauses_4 : 8916968
24.45/18.40	c (5,0) c PropsBinClauses_5 : 9058872
24.45/18.40	c (5,0) c PropsBinClauses_6 : 8862982
24.45/18.40	c (5,0) c PropsBinClauses_7 : 9291888
24.45/18.40	c (5,0) c PropsBinClauses_total : 72658608
24.45/18.40	c (5,0) c PropsBinClauses_winner : 8592552
24.45/18.40	c (5,0) c PropsPreBlocker_0 : 142735091
24.45/18.40	c (5,0) c PropsPreBlocker_1 : 146784860
24.45/18.40	c (5,0) c PropsPreBlocker_2 : 157875280
24.45/18.40	c (5,0) c PropsPreBlocker_3 : 166216903
24.45/18.40	c (5,0) c PropsPreBlocker_4 : 151077536
24.45/18.40	c (5,0) c PropsPreBlocker_5 : 151856163
24.45/18.40	c (5,0) c PropsPreBlocker_6 : 149027701
24.45/18.40	c (5,0) c PropsPreBlocker_7 : 156331470
24.45/18.40	c (5,0) c PropsPreBlocker_total : 1221905004
24.45/18.40	c (5,0) c PropsPreBlocker_winner : 142735091
24.45/18.40	c (5,0) c PropsNotBlocker_0 : 48124102
24.45/18.40	c (5,0) c PropsNotBlocker_1 : 48370746
24.45/18.40	c (5,0) c PropsNotBlocker_2 : 50687351
24.45/18.40	c (5,0) c PropsNotBlocker_3 : 52491056
24.45/18.40	c (5,0) c PropsNotBlocker_4 : 51251680
24.45/18.40	c (5,0) c PropsNotBlocker_5 : 50970424
24.45/18.40	c (5,0) c PropsNotBlocker_6 : 49434356
24.45/18.40	c (5,0) c PropsNotBlocker_7 : 49969408
24.45/18.40	c (5,0) c PropsNotBlocker_total : 401299123
24.45/18.40	c (5,0) c PropsNotBlocker_winner : 48124102
24.45/18.40	c (5,0) c PropsLitFullScans_0 : 303189496
24.45/18.40	c (5,0) c PropsLitFullScans_1 : 312019980
24.45/18.40	c (5,0) c PropsLitFullScans_2 : 330024969
24.45/18.40	c (5,0) c PropsLitFullScans_3 : 348046791
24.45/18.40	c (5,0) c PropsLitFullScans_4 : 325281307
24.45/18.40	c (5,0) c PropsLitFullScans_5 : 324029646
24.45/18.40	c (5,0) c PropsLitFullScans_6 : 313902412
24.45/18.40	c (5,0) c PropsLitFullScans_7 : 328008871
24.45/18.40	c (5,0) c PropsLitFullScans_total : 2584503472
24.45/18.40	c (5,0) c PropsLitFullScans_winner : 303189496
24.45/18.40	c (5,0) c LitScanFractions_0 : 14417
24.45/18.40	c (5,0) c LitScanFractions_1 : 11338
24.45/18.40	c (5,0) c LitScanFractions_2 : 13865
24.45/18.40	c (5,0) c LitScanFractions_3 : 36632
24.45/18.40	c (5,0) c LitScanFractions_4 : 47001
24.45/18.40	c (5,0) c LitScanFractions_5 : 16775
24.45/18.40	c (5,0) c LitScanFractions_6 : 90277
24.45/18.40	c (5,0) c LitScanFractions_7 : 61352
24.45/18.40	c (5,0) c LitScanFractions_total : 291657
24.45/18.40	c (5,0) c LitScanFractions_winner : 14417
24.45/18.40	c (5,0) c DecisionLevel0_0 : 354
24.45/18.40	c (5,0) c DecisionLevel0_1 : 323
24.45/18.40	c (5,0) c DecisionLevel0_2 : 320
24.45/18.40	c (5,0) c DecisionLevel0_3 : 391
24.45/18.40	c (5,0) c DecisionLevel0_4 : 329
24.45/18.40	c (5,0) c DecisionLevel0_5 : 381
24.45/18.40	c (5,0) c DecisionLevel0_6 : 280
24.45/18.40	c (5,0) c DecisionLevel0_7 : 356
24.45/18.40	c (5,0) c DecisionLevel0_total : 2734
24.45/18.40	c (5,0) c DecisionLevel0_winner : 354
24.45/18.40	c (5,0) c Periods_0 : 50
24.45/18.40	c (5,0) c Periods_1 : 52
24.45/18.40	c (5,0) c Periods_2 : 55
24.45/18.40	c (5,0) c Periods_3 : 58
24.45/18.40	c (5,0) c Periods_4 : 54
24.45/18.40	c (5,0) c Periods_5 : 54
24.45/18.40	c (5,0) c Periods_6 : 52
24.45/18.40	c (5,0) c Periods_7 : 54
24.45/18.40	c (5,0) c Periods_total : 429
24.45/18.40	c (5,0) c Periods_winner : 50
24.45/18.40	c (5,0) c Margin_0 : 20
24.45/18.40	c (5,0) c Margin_1 : 20
24.45/18.40	c (5,0) c Margin_2 : 20
24.45/18.40	c (5,0) c Margin_3 : 20
24.45/18.40	c (5,0) c Margin_4 : 20
24.45/18.40	c (5,0) c Margin_5 : 20
24.45/18.40	c (5,0) c Margin_6 : 20
24.45/18.40	c (5,0) c Margin_7 : 20
24.45/18.40	c (5,0) c Margin_total : 160
24.45/18.40	c (5,0) c Margin_winner : 20
24.45/18.40	c (5,0) c Exported_0 : 13709
24.45/18.40	c (5,0) c Exported_1 : 13997
24.45/18.40	c (5,0) c Exported_2 : 15054
24.45/18.40	c (5,0) c Exported_3 : 13773
24.45/18.40	c (5,0) c Exported_4 : 13932
24.45/18.40	c (5,0) c Exported_5 : 14390
24.45/18.40	c (5,0) c Exported_6 : 15083
24.45/18.40	c (5,0) c Exported_7 : 13957
24.45/18.40	c (5,0) c Exported_total : 113895
24.45/18.40	c (5,0) c Exported_winner : 13709
24.45/18.40	c (5,0) c Imported_0 : 83626
24.45/18.40	c (5,0) c Imported_1 : 84133
24.45/18.40	c (5,0) c Imported_2 : 85139
24.45/18.40	c (5,0) c Imported_3 : 89374
24.45/18.40	c (5,0) c Imported_4 : 87103
24.45/18.40	c (5,0) c Imported_5 : 80376
24.45/18.40	c (5,0) c Imported_6 : 84085
24.45/18.40	c (5,0) c Imported_7 : 86530
24.45/18.40	c (5,0) c Imported_total : 680366
24.45/18.40	c (5,0) c Imported_winner : 83626
24.45/18.40	c (5,0) c Good_0 : 711
24.45/18.40	c (5,0) c Good_1 : 736
24.45/18.40	c (5,0) c Good_2 : 745
24.45/18.40	c (5,0) c Good_3 : 730
24.45/18.40	c (5,0) c Good_4 : 745
24.45/18.40	c (5,0) c Good_5 : 682
24.45/18.40	c (5,0) c Good_6 : 732
24.45/18.40	c (5,0) c Good_7 : 705
24.45/18.40	c (5,0) c Good_total : 5786
24.45/18.40	c (5,0) c Good_winner : 711
24.45/18.40	c (5,0) c Purge_0 : 82915
24.45/18.40	c (5,0) c Purge_1 : 83397
24.45/18.40	c (5,0) c Purge_2 : 84394
24.45/18.40	c (5,0) c Purge_3 : 88644
24.45/18.40	c (5,0) c Purge_4 : 86358
24.45/18.40	c (5,0) c Purge_5 : 79694
24.45/18.40	c (5,0) c Purge_6 : 83353
24.45/18.40	c (5,0) c Purge_7 : 85825
24.45/18.40	c (5,0) c Purge_total : 674580
24.45/18.40	c (5,0) c Purge_winner : 82915
24.45/18.40	c (5,0) c Promoted_0 : 4077
24.45/18.40	c (5,0) c Promoted_1 : 4399
24.45/18.40	c (5,0) c Promoted_2 : 3909
24.45/18.40	c (5,0) c Promoted_3 : 4656
24.45/18.40	c (5,0) c Promoted_4 : 4313
24.45/18.40	c (5,0) c Promoted_5 : 4250
24.45/18.40	c (5,0) c Promoted_6 : 4520
24.45/18.40	c (5,0) c Promoted_7 : 4348
24.45/18.40	c (5,0) c Promoted_total : 34472
24.45/18.40	c (5,0) c Promoted_winner : 4077
24.45/18.40	c (5,0) c Remove_Imp_0 : 37736
24.45/18.40	c (5,0) c Remove_Imp_1 : 38748
24.45/18.41	c (5,0) c Remove_Imp_2 : 36077
24.45/18.41	c (5,0) c Remove_Imp_3 : 38573
24.45/18.41	c (5,0) c Remove_Imp_4 : 40079
24.45/18.41	c (5,0) c Remove_Imp_5 : 37518
24.45/18.41	c (5,0) c Remove_Imp_6 : 28714
24.45/18.41	c (5,0) c Remove_Imp_7 : 41078
24.45/18.41	c (5,0) c Remove_Imp_total : 298523
24.45/18.41	c (5,0) c Remove_Imp_winner : 37736
24.45/18.41	c (5,0) c Blocked_Reuse_0 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_1 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_2 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_3 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_4 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_5 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_6 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_7 : 0
24.45/18.41	c (5,0) c Blocked_Reuse_total : 0
24.45/18.41	c (5,0) c Blocked_Reuse_winner : 0
24.45/18.41	c (5,0) c Unaries_0 : 14
24.45/18.41	c (5,0) c Unaries_1 : 11
24.45/18.41	c (5,0) c Unaries_2 : 10
24.45/18.41	c (5,0) c Unaries_3 : 15
24.45/18.41	c (5,0) c Unaries_4 : 13
24.45/18.41	c (5,0) c Unaries_5 : 17
24.45/18.41	c (5,0) c Unaries_6 : 12
24.45/18.41	c (5,0) c Unaries_7 : 19
24.45/18.41	c (5,0) c Unaries_total : 111
24.45/18.41	c (5,0) c Unaries_winner : 14
24.45/18.41	c (5,0) c Binaries_0 : 119
24.45/18.41	c (5,0) c Binaries_1 : 93
24.45/18.41	c (5,0) c Binaries_2 : 90
24.45/18.41	c (5,0) c Binaries_3 : 121
24.45/18.41	c (5,0) c Binaries_4 : 102
24.45/18.41	c (5,0) c Binaries_5 : 125
24.45/18.41	c (5,0) c Binaries_6 : 110
24.45/18.41	c (5,0) c Binaries_7 : 140
24.45/18.41	c (5,0) c Binaries_total : 900
24.45/18.41	c (5,0) c Binaries_winner : 119
24.45/18.41	c (5,0) c Glues_0 : 747
24.45/18.41	c (5,0) c Glues_1 : 640
24.45/18.41	c (5,0) c Glues_2 : 603
24.45/18.41	c (5,0) c Glues_3 : 675
24.45/18.41	c (5,0) c Glues_4 : 695
24.45/18.41	c (5,0) c Glues_5 : 755
24.45/18.41	c (5,0) c Glues_6 : 713
24.45/18.41	c (5,0) c Glues_7 : 725
24.45/18.41	c (5,0) c Glues_total : 5553
24.45/18.41	c (5,0) c Glues_winner : 747
24.45/18.41	c (5,0) c RunningTime_0 : 4.922389
24.45/18.41	c (5,0) c RunningTime_1 : 4.921278
24.45/18.41	c (5,0) c RunningTime_2 : 4.957029
24.45/18.41	c (5,0) c RunningTime_3 : 4.967545
24.45/18.41	c (5,0) c RunningTime_4 : 4.923488
24.45/18.41	c (5,0) c RunningTime_5 : 4.971311
24.45/18.41	c (5,0) c RunningTime_6 : 4.918447
24.45/18.41	c (5,0) c RunningTime_7 : 4.920515
24.45/18.41	c (5,0) c RunningTime_total : 39.502002
24.45/18.41	c (5,0) c RunningTime_winner : 4.922389
24.45/18.41	c (5,0) c WaitingTime_0 : 0.000038
24.45/18.41	c (5,0) c WaitingTime_1 : 0.000035
24.45/18.41	c (5,0) c WaitingTime_2 : 0.000052
24.45/18.41	c (5,0) c WaitingTime_3 : 0.000047
24.45/18.41	c (5,0) c WaitingTime_4 : 0.000037
24.45/18.41	c (5,0) c WaitingTime_5 : 0.000033
24.45/18.41	c (5,0) c WaitingTime_6 : 0.000034
24.45/18.41	c (5,0) c WaitingTime_7 : 0.000046
24.45/18.41	c (5,0) c WaitingTime_total : 0.000323
24.45/18.41	c (5,0) c WaitingTime_winner : 0.000038
24.45/18.41	c (5,0) c ExchangingTime_0 : 0.019940
24.45/18.41	c (5,0) c ExchangingTime_1 : 0.023305
24.45/18.41	c (5,0) c ExchangingTime_2 : 0.023606
24.45/18.41	c (5,0) c ExchangingTime_3 : 0.024816
24.45/18.41	c (5,0) c ExchangingTime_4 : 0.023054
24.45/18.41	c (5,0) c ExchangingTime_5 : 0.022647
24.45/18.41	c (5,0) c ExchangingTime_6 : 0.022736
24.45/18.41	c (5,0) c ExchangingTime_7 : 0.023484
24.45/18.41	c (5,0) c ExchangingTime_total : 0.183588
24.45/18.41	c (5,0) c ExchangingTime_winner : 0.019940
24.45/18.41	c (5,0) c PeriodProcTime_0 : 0.000331
24.45/18.41	c (5,0) c PeriodProcTime_1 : 0.000459
24.45/18.41	c (5,0) c PeriodProcTime_2 : 0.000300
24.45/18.41	c (5,0) c PeriodProcTime_3 : 0.000469
24.45/18.41	c (5,0) c PeriodProcTime_4 : 0.000382
24.45/18.41	c (5,0) c PeriodProcTime_5 : 0.000299
24.45/18.41	c (5,0) c PeriodProcTime_6 : 0.000324
24.45/18.41	c (5,0) c PeriodProcTime_7 : 0.000311
24.45/18.41	c (5,0) c PeriodProcTime_total : 0.002875
24.45/18.41	c (5,0) c PeriodProcTime_winner : 0.000331
24.45/18.41	c (5,0) c SolvingTime_0 : 4.942698
24.45/18.41	c (5,0) c SolvingTime_1 : 4.945077
24.45/18.41	c (5,0) c SolvingTime_2 : 4.980988
24.45/18.41	c (5,0) c SolvingTime_3 : 4.992877
24.45/18.41	c (5,0) c SolvingTime_4 : 4.946961
24.45/18.41	c (5,0) c SolvingTime_5 : 4.994290
24.45/18.41	c (5,0) c SolvingTime_6 : 4.941541
24.45/18.41	c (5,0) c SolvingTime_7 : 4.944356
24.45/18.41	c (5,0) c SolvingTime_total : 39.688788
24.45/18.41	c (5,0) c SolvingTime_winner : 4.942698
24.45/18.41	c (5,0) c PropagationTime_0 : 4.141658
24.45/18.41	c (5,0) c PropagationTime_1 : 4.114486
24.45/18.41	c (5,0) c PropagationTime_2 : 4.123393
24.45/18.41	c (5,0) c PropagationTime_3 : 4.118010
24.45/18.41	c (5,0) c PropagationTime_4 : 4.129796
24.45/18.41	c (5,0) c PropagationTime_5 : 4.167839
24.45/18.41	c (5,0) c PropagationTime_6 : 4.136758
24.45/18.41	c (5,0) c PropagationTime_7 : 4.110390
24.45/18.41	c (5,0) c PropagationTime_total : 33.042330
24.45/18.41	c (5,0) c PropagationTime_winner : 4.141658
24.45/18.41	c (5,0) c AnalysisTime_0 : 0.585276
24.45/18.41	c (5,0) c AnalysisTime_1 : 0.607793
24.45/18.41	c (5,0) c AnalysisTime_2 : 0.645790
24.45/18.41	c (5,0) c AnalysisTime_3 : 0.642598
24.45/18.41	c (5,0) c AnalysisTime_4 : 0.595107
24.45/18.41	c (5,0) c AnalysisTime_5 : 0.605844
24.45/18.41	c (5,0) c AnalysisTime_6 : 0.594093
24.45/18.41	c (5,0) c AnalysisTime_7 : 0.614920
24.45/18.41	c (5,0) c AnalysisTime_total : 4.891421
24.45/18.41	c (5,0) c AnalysisTime_winner : 0.585276
24.45/18.41	c (5,0) c ReductionTime_0 : 0.055312
24.45/18.41	c (5,0) c ReductionTime_1 : 0.056982
24.45/18.41	c (5,0) c ReductionTime_2 : 0.054657
24.45/18.41	c (5,0) c ReductionTime_3 : 0.063568
24.45/18.41	c (5,0) c ReductionTime_4 : 0.058047
24.45/18.41	c (5,0) c ReductionTime_5 : 0.056244
24.45/18.41	c (5,0) c ReductionTime_6 : 0.053246
24.45/18.41	c (5,0) c ReductionTime_7 : 0.054790
24.45/18.41	c (5,0) c ReductionTime_total : 0.452846
24.45/18.41	c (5,0) c ReductionTime_winner : 0.055312
24.45/18.41	c (5,0) c SimplifyTime_0 : 0.011371
24.45/18.41	c (5,0) c SimplifyTime_1 : 0.014055
24.45/18.41	c (5,0) c SimplifyTime_2 : 0.010585
24.45/18.41	c (5,0) c SimplifyTime_3 : 0.016007
24.45/18.41	c (5,0) c SimplifyTime_4 : 0.015045
24.45/18.41	c (5,0) c SimplifyTime_5 : 0.014443
24.45/18.41	c (5,0) c SimplifyTime_6 : 0.011324
24.45/18.41	c (5,0) c SimplifyTime_7 : 0.015111
24.45/18.41	c (5,0) c SimplifyTime_total : 0.107940
24.45/18.41	c (5,0) c SimplifyTime_winner : 0.011371
24.45/18.41	c (5,0) c UsedRateTime_0 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_1 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_2 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_3 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_4 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_5 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_6 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_7 : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_total : 0.000000
24.45/18.41	c (5,0) c UsedRateTime_winner : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_0 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_1 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_2 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_3 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_4 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_5 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_6 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_7 : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_total : 0.000000
24.45/18.41	c (5,0) c OverlapRateTime_winner : 0.000000
24.45/18.41	c (5,0) c
24.45/18.41	c (5,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
24.45/18.41	c (5,0) c
24.45/18.41	c (5,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
24.45/18.41	c (5,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
24.45/18.41	c (5,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
24.45/18.41	c (5,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
24.45/18.41	c (5,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
24.45/18.41	c (5,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
24.45/18.41	c (5,0) c | Initial random_seed   |  344914092 | 1205335069 | 1000305228 |  312411092 |  409561632 |  186510439 |  844454245 | 1466674334 |
24.45/18.41	c (5,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
24.45/18.41	c (5,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
24.45/18.41	c (5,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
24.45/18.41	c (5,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
24.45/18.41	c (5,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
24.45/18.41	c (5,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
24.45/18.41	c (5,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
24.45/18.41	c (5,0) c | var_decay             |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
24.45/18.41	c (5,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
24.45/18.41	c (5,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
24.45/18.41	c (5,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
24.45/18.41	c (5,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
24.45/18.41	c (5,0) 
24.45/18.41	c (5,0) s SATISFIABLE
24.45/18.43	c (5,0) SatSolver.solve End
24.45/18.43	c (5,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
24.45/18.43	c (5,0) Show results Begin
64.33/18.53	c (5,0) x0 = 7
64.33/18.53	c (5,0) x1 = 20
64.33/18.53	c (5,0) x10 = 17
64.33/18.53	c (5,0) x100 = 5
64.33/18.53	c (5,0) x101 = 17
64.33/18.53	c (5,0) x102 = 13
64.33/18.53	c (5,0) x103 = 7
64.33/18.53	c (5,0) x104 = 15
64.33/18.53	c (5,0) x105 = 23
64.33/18.53	c (5,0) x106 = 10
64.33/18.53	c (5,0) x107 = 24
64.33/18.53	c (5,0) x108 = 1
64.33/18.53	c (5,0) x109 = 6
64.33/18.53	c (5,0) x11 = 8
64.33/18.53	c (5,0) x110 = 19
64.33/18.53	c (5,0) x111 = 18
64.33/18.53	c (5,0) x112 = 20
64.33/18.53	c (5,0) x113 = 14
64.33/18.53	c (5,0) x114 = 8
64.33/18.53	c (5,0) x115 = 2
64.33/18.53	c (5,0) x116 = 3
64.33/18.53	c (5,0) x117 = 0
64.33/18.53	c (5,0) x118 = 9
64.33/18.53	c (5,0) x119 = 11
64.33/18.53	c (5,0) x12 = 3
64.33/18.53	c (5,0) x120 = 22
64.33/18.53	c (5,0) x121 = 12
64.33/18.53	c (5,0) x122 = 16
64.33/18.53	c (5,0) x123 = 4
64.33/18.53	c (5,0) x124 = 21
64.33/18.53	c (5,0) x125 = 0
64.33/18.53	c (5,0) x126 = 16
64.33/18.53	c (5,0) x127 = 4
64.33/18.53	c (5,0) x128 = 2
64.33/18.53	c (5,0) x129 = 20
64.33/18.53	c (5,0) x13 = 6
64.33/18.53	c (5,0) x130 = 19
64.33/18.53	c (5,0) x131 = 13
64.33/18.53	c (5,0) x132 = 15
64.33/18.53	c (5,0) x133 = 10
64.33/18.53	c (5,0) x134 = 18
64.33/18.53	c (5,0) x135 = 9
64.33/18.53	c (5,0) x136 = 1
64.33/18.53	c (5,0) x137 = 12
64.33/18.53	c (5,0) x138 = 7
64.33/18.53	c (5,0) x139 = 14
64.33/18.53	c (5,0) x14 = 13
64.33/18.53	c (5,0) x140 = 5
64.33/18.53	c (5,0) x141 = 23
64.33/18.53	c (5,0) x142 = 24
64.33/18.53	c (5,0) x143 = 8
64.33/18.53	c (5,0) x144 = 3
64.33/18.53	c (5,0) x145 = 17
64.33/18.53	c (5,0) x146 = 6
64.33/18.53	c (5,0) x147 = 21
64.33/18.53	c (5,0) x148 = 22
64.33/18.53	c (5,0) x149 = 11
64.33/18.53	c (5,0) x15 = 9
64.33/18.53	c (5,0) x150 = 15
64.33/18.53	c (5,0) x151 = 7
64.33/18.53	c (5,0) x152 = 19
64.33/18.53	c (5,0) x153 = 8
64.33/18.53	c (5,0) x154 = 1
64.33/18.53	c (5,0) x155 = 18
64.33/18.53	c (5,0) x156 = 4
64.33/18.53	c (5,0) x157 = 14
64.33/18.53	c (5,0) x158 = 17
64.33/18.53	c (5,0) x159 = 3
64.33/18.53	c (5,0) x16 = 12
64.33/18.53	c (5,0) x160 = 23
64.33/18.53	c (5,0) x161 = 10
64.33/18.53	c (5,0) x162 = 2
64.33/18.53	c (5,0) x163 = 11
64.33/18.53	c (5,0) x164 = 0
64.33/18.53	c (5,0) x165 = 24
64.33/18.53	c (5,0) x166 = 16
64.33/18.53	c (5,0) x167 = 12
64.33/18.53	c (5,0) x168 = 20
64.33/18.53	c (5,0) x169 = 6
64.33/18.53	c (5,0) x17 = 15
64.33/18.53	c (5,0) x170 = 9
64.33/18.53	c (5,0) x171 = 13
64.33/18.53	c (5,0) x172 = 5
64.33/18.53	c (5,0) x173 = 21
64.33/18.53	c (5,0) x174 = 22
64.33/18.53	c (5,0) x175 = 8
64.33/18.54	c (5,0) x176 = 1
64.33/18.54	c (5,0) x177 = 18
64.33/18.54	c (5,0) x178 = 10
64.33/18.54	c (5,0) x179 = 4
64.33/18.54	c (5,0) x18 = 22
64.33/18.54	c (5,0) x180 = 14
64.33/18.54	c (5,0) x181 = 19
64.33/18.54	c (5,0) x182 = 2
64.33/18.54	c (5,0) x183 = 22
64.33/18.54	c (5,0) x184 = 7
64.33/18.54	c (5,0) x185 = 13
64.33/18.54	c (5,0) x186 = 16
64.33/18.54	c (5,0) x187 = 5
64.33/18.54	c (5,0) x188 = 20
64.33/18.54	c (5,0) x189 = 21
64.33/18.54	c (5,0) x19 = 21
64.33/18.54	c (5,0) x190 = 15
64.33/18.54	c (5,0) x191 = 11
64.33/18.54	c (5,0) x192 = 6
64.33/18.54	c (5,0) x193 = 23
64.33/18.54	c (5,0) x194 = 17
64.33/18.54	c (5,0) x195 = 3
64.33/18.54	c (5,0) x196 = 24
64.33/18.54	c (5,0) x197 = 9
64.33/18.54	c (5,0) x198 = 12
64.33/18.54	c (5,0) x199 = 0
64.33/18.54	c (5,0) x2 = 10
64.33/18.54	c (5,0) x20 = 1
64.33/18.54	c (5,0) x200 = 3
64.33/18.54	c (5,0) x201 = 6
64.33/18.54	c (5,0) x202 = 17
64.33/18.54	c (5,0) x203 = 11
64.33/18.54	c (5,0) x204 = 10
64.33/18.54	c (5,0) x205 = 9
64.33/18.54	c (5,0) x206 = 14
64.33/18.54	c (5,0) x207 = 19
64.33/18.54	c (5,0) x208 = 23
64.33/18.54	c (5,0) x209 = 16
64.33/18.54	c (5,0) x21 = 19
64.33/18.54	c (5,0) x210 = 20
64.33/18.54	c (5,0) x211 = 13
64.33/18.54	c (5,0) x212 = 18
64.33/18.54	c (5,0) x213 = 1
64.33/18.54	c (5,0) x214 = 24
64.33/18.54	c (5,0) x215 = 22
64.33/18.54	c (5,0) x216 = 4
64.33/18.54	c (5,0) x217 = 2
64.33/18.54	c (5,0) x218 = 15
64.33/18.54	c (5,0) x219 = 5
64.33/18.54	c (5,0) x22 = 4
64.33/18.54	c (5,0) x220 = 7
64.33/18.55	c (5,0) x221 = 21
64.33/18.55	c (5,0) x222 = 8
64.33/18.55	c (5,0) x223 = 0
64.33/18.55	c (5,0) x224 = 12
64.33/18.55	c (5,0) x225 = 18
64.33/18.55	c (5,0) x226 = 19
64.33/18.55	c (5,0) x227 = 0
64.33/18.55	c (5,0) x228 = 22
64.33/18.55	c (5,0) x229 = 5
64.33/18.55	c (5,0) x23 = 5
64.33/18.55	c (5,0) x230 = 12
64.33/18.55	c (5,0) x231 = 8
64.33/18.55	c (5,0) x232 = 21
64.33/18.55	c (5,0) x233 = 16
64.33/18.55	c (5,0) x234 = 1
64.33/18.55	c (5,0) x235 = 14
64.33/18.55	c (5,0) x236 = 15
64.33/18.55	c (5,0) x237 = 7
64.33/18.55	c (5,0) x238 = 13
64.33/18.55	c (5,0) x239 = 9
64.33/18.55	c (5,0) x24 = 2
64.33/18.55	c (5,0) x240 = 10
64.33/18.55	c (5,0) x241 = 6
64.33/18.55	c (5,0) x242 = 4
64.33/18.55	c (5,0) x243 = 17
64.33/18.55	c (5,0) x244 = 2
64.33/18.55	c (5,0) x245 = 20
64.33/18.55	c (5,0) x246 = 3
64.33/18.55	c (5,0) x247 = 23
64.33/18.55	c (5,0) x248 = 11
64.33/18.55	c (5,0) x249 = 24
64.33/18.55	c (5,0) x25 = 9
64.33/18.55	c (5,0) x250 = 11
64.33/18.55	c (5,0) x251 = 23
64.33/18.55	c (5,0) x252 = 12
64.33/18.55	c (5,0) x253 = 14
64.33/18.55	c (5,0) x254 = 2
64.33/18.55	c (5,0) x255 = 1
64.33/18.55	c (5,0) x256 = 22
64.33/18.55	c (5,0) x257 = 16
64.33/18.55	c (5,0) x258 = 6
64.33/18.55	c (5,0) x259 = 4
64.33/18.55	c (5,0) x26 = 13
64.33/18.55	c (5,0) x260 = 15
64.33/18.55	c (5,0) x261 = 24
64.33/18.55	c (5,0) x262 = 19
64.33/18.55	c (5,0) x263 = 9
64.33/18.55	c (5,0) x264 = 20
64.33/18.55	c (5,0) x265 = 8
64.33/18.55	c (5,0) x266 = 7
64.33/18.55	c (5,0) x267 = 17
64.33/18.55	c (5,0) x268 = 21
64.33/18.55	c (5,0) x269 = 0
64.33/18.55	c (5,0) x27 = 20
64.33/18.55	c (5,0) x270 = 13
64.33/18.55	c (5,0) x271 = 5
64.33/18.55	c (5,0) x272 = 18
64.33/18.55	c (5,0) x273 = 3
64.33/18.55	c (5,0) x274 = 10
64.33/18.55	c (5,0) x275 = 22
64.33/18.55	c (5,0) x276 = 21
64.33/18.55	c (5,0) x277 = 9
64.33/18.55	c (5,0) x278 = 16
64.33/18.55	c (5,0) x279 = 14
64.33/18.55	c (5,0) x28 = 3
64.33/18.55	c (5,0) x280 = 24
64.33/18.55	c (5,0) x281 = 2
64.33/18.55	c (5,0) x282 = 17
64.33/18.55	c (5,0) x283 = 19
64.33/18.55	c (5,0) x284 = 20
64.33/18.55	c (5,0) x285 = 4
64.33/18.55	c (5,0) x286 = 5
64.33/18.55	c (5,0) x287 = 15
64.33/18.55	c (5,0) x288 = 12
64.33/18.55	c (5,0) x289 = 3
64.33/18.55	c (5,0) x29 = 12
64.33/18.55	c (5,0) x290 = 7
64.33/18.55	c (5,0) x291 = 0
64.33/18.55	c (5,0) x292 = 23
64.33/18.55	c (5,0) x293 = 13
64.33/18.55	c (5,0) x294 = 10
64.33/18.55	c (5,0) x295 = 8
64.33/18.55	c (5,0) x296 = 1
64.33/18.55	c (5,0) x297 = 11
64.33/18.55	c (5,0) x298 = 6
64.33/18.55	c (5,0) x299 = 18
64.33/18.55	c (5,0) x3 = 18
64.33/18.55	c (5,0) x30 = 5
64.33/18.55	c (5,0) x300 = 20
64.33/18.55	c (5,0) x301 = 8
64.33/18.55	c (5,0) x302 = 15
64.33/18.55	c (5,0) x303 = 0
64.33/18.55	c (5,0) x304 = 13
64.33/18.55	c (5,0) x305 = 11
64.33/18.55	c (5,0) x306 = 18
64.33/18.55	c (5,0) x307 = 1
64.33/18.55	c (5,0) x308 = 5
64.33/18.55	c (5,0) x309 = 12
64.33/18.55	c (5,0) x31 = 21
64.33/18.55	c (5,0) x310 = 24
64.33/18.55	c (5,0) x311 = 14
64.33/18.55	c (5,0) x312 = 16
64.33/18.55	c (5,0) x313 = 17
64.33/18.55	c (5,0) x314 = 19
64.33/18.55	c (5,0) x315 = 4
64.33/18.55	c (5,0) x316 = 21
64.33/18.55	c (5,0) x317 = 3
64.33/18.55	c (5,0) x318 = 6
64.33/18.55	c (5,0) x319 = 9
64.33/18.55	c (5,0) x32 = 8
64.33/18.55	c (5,0) x320 = 2
64.33/18.55	c (5,0) x321 = 22
64.33/18.55	c (5,0) x322 = 7
64.33/18.55	c (5,0) x323 = 10
64.33/18.55	c (5,0) x324 = 23
64.33/18.55	c (5,0) x325 = 19
64.33/18.55	c (5,0) x326 = 0
64.33/18.55	c (5,0) x327 = 24
64.33/18.55	c (5,0) x328 = 20
64.33/18.55	c (5,0) x329 = 8
64.33/18.55	c (5,0) x33 = 15
64.33/18.55	c (5,0) x330 = 21
64.33/18.55	c (5,0) x331 = 3
64.33/18.55	c (5,0) x332 = 4
64.33/18.55	c (5,0) x333 = 12
64.33/18.55	c (5,0) x334 = 15
64.33/18.55	c (5,0) x335 = 6
64.33/18.55	c (5,0) x336 = 9
64.33/18.55	c (5,0) x337 = 1
64.33/18.55	c (5,0) x338 = 18
64.33/18.55	c (5,0) x339 = 10
64.33/18.55	c (5,0) x34 = 17
64.33/18.55	c (5,0) x340 = 23
64.33/18.55	c (5,0) x341 = 22
64.33/18.55	c (5,0) x342 = 7
64.33/18.55	c (5,0) x343 = 14
64.33/18.55	c (5,0) x344 = 16
64.33/18.55	c (5,0) x345 = 11
64.33/18.55	c (5,0) x346 = 2
64.33/18.55	c (5,0) x347 = 17
64.33/18.55	c (5,0) x348 = 13
64.33/18.55	c (5,0) x349 = 5
64.33/18.55	c (5,0) x35 = 16
64.33/18.55	c (5,0) x350 = 6
64.33/18.55	c (5,0) x351 = 9
64.33/18.55	c (5,0) x352 = 21
64.33/18.55	c (5,0) x353 = 5
64.33/18.55	c (5,0) x354 = 17
64.33/18.55	c (5,0) x355 = 8
64.33/18.55	c (5,0) x356 = 1
64.33/18.55	c (5,0) x357 = 18
64.33/18.55	c (5,0) x358 = 3
64.33/18.55	c (5,0) x359 = 13
64.33/18.55	c (5,0) x36 = 0
64.33/18.55	c (5,0) x360 = 22
64.33/18.55	c (5,0) x361 = 19
64.33/18.55	c (5,0) x362 = 11
64.33/18.55	c (5,0) x363 = 23
64.33/18.55	c (5,0) x364 = 12
64.33/18.55	c (5,0) x365 = 16
64.33/18.55	c (5,0) x366 = 14
64.33/18.55	c (5,0) x367 = 20
64.33/18.55	c (5,0) x368 = 2
64.33/18.55	c (5,0) x369 = 4
64.33/18.55	c (5,0) x37 = 4
64.33/18.55	c (5,0) x370 = 10
64.33/18.55	c (5,0) x371 = 0
64.33/18.55	c (5,0) x372 = 15
64.33/18.55	c (5,0) x373 = 24
64.33/18.55	c (5,0) x374 = 7
64.33/18.55	c (5,0) x375 = 1
64.33/18.55	c (5,0) x376 = 15
64.33/18.55	c (5,0) x377 = 14
64.33/18.55	c (5,0) x378 = 23
64.33/18.55	c (5,0) x379 = 9
64.33/18.55	c (5,0) x38 = 10
64.33/18.55	c (5,0) x380 = 2
64.33/18.55	c (5,0) x381 = 17
64.33/18.55	c (5,0) x382 = 7
64.33/18.55	c (5,0) x383 = 18
64.33/18.55	c (5,0) x384 = 0
64.33/18.55	c (5,0) x385 = 5
64.33/18.55	c (5,0) x386 = 3
64.33/18.55	c (5,0) x387 = 13
64.33/18.55	c (5,0) x388 = 21
64.33/18.55	c (5,0) x389 = 22
64.33/18.55	c (5,0) x39 = 2
64.33/18.55	c (5,0) x390 = 12
64.33/18.55	c (5,0) x391 = 24
64.33/18.55	c (5,0) x392 = 16
64.33/18.55	c (5,0) x393 = 11
64.33/18.55	c (5,0) x394 = 20
64.33/18.55	c (5,0) x395 = 4
64.33/18.55	c (5,0) x396 = 10
64.33/18.55	c (5,0) x397 = 6
64.33/18.55	c (5,0) x398 = 8
64.33/18.55	c (5,0) x399 = 19
64.33/18.55	c (5,0) x4 = 23
64.33/18.55	c (5,0) x40 = 14
64.33/18.55	c (5,0) x400 = 17
64.33/18.55	c (5,0) x401 = 14
64.33/18.55	c (5,0) x402 = 8
64.33/18.55	c (5,0) x403 = 15
64.33/18.55	c (5,0) x404 = 11
64.33/18.55	c (5,0) x405 = 10
64.33/18.55	c (5,0) x406 = 7
64.33/18.55	c (5,0) x407 = 5
64.33/18.55	c (5,0) x408 = 21
64.33/18.55	c (5,0) x409 = 19
64.33/18.55	c (5,0) x41 = 18
64.33/18.55	c (5,0) x410 = 0
64.33/18.55	c (5,0) x411 = 6
64.33/18.55	c (5,0) x412 = 9
64.33/18.55	c (5,0) x413 = 4
64.33/18.55	c (5,0) x414 = 23
64.33/18.55	c (5,0) x415 = 1
64.33/18.55	c (5,0) x416 = 13
64.33/18.55	c (5,0) x417 = 18
64.33/18.55	c (5,0) x418 = 3
64.33/18.55	c (5,0) x419 = 22
64.33/18.55	c (5,0) x42 = 11
64.33/18.55	c (5,0) x420 = 12
64.33/18.55	c (5,0) x421 = 20
64.33/18.55	c (5,0) x422 = 24
64.33/18.55	c (5,0) x423 = 2
64.33/18.55	c (5,0) x424 = 16
64.33/18.55	c (5,0) x425 = 16
64.33/18.55	c (5,0) x426 = 4
64.33/18.55	c (5,0) x427 = 11
64.33/18.55	c (5,0) x428 = 9
64.33/18.55	c (5,0) x429 = 0
64.33/18.55	c (5,0) x43 = 24
64.33/18.55	c (5,0) x430 = 7
64.33/18.55	c (5,0) x431 = 12
64.33/18.55	c (5,0) x432 = 13
64.33/18.55	c (5,0) x433 = 20
64.33/18.55	c (5,0) x434 = 24
64.33/18.55	c (5,0) x435 = 2
64.33/18.55	c (5,0) x436 = 21
64.33/18.55	c (5,0) x437 = 22
64.33/18.55	c (5,0) x438 = 5
64.33/18.55	c (5,0) x439 = 15
64.33/18.55	c (5,0) x44 = 19
64.33/18.55	c (5,0) x440 = 3
64.33/18.55	c (5,0) x441 = 17
64.33/18.55	c (5,0) x442 = 10
64.33/18.55	c (5,0) x443 = 18
64.33/18.55	c (5,0) x444 = 1
64.33/18.55	c (5,0) x445 = 6
64.33/18.55	c (5,0) x446 = 8
64.33/18.55	c (5,0) x447 = 19
64.33/18.55	c (5,0) x448 = 23
64.33/18.55	c (5,0) x449 = 14
64.33/18.55	c (5,0) x45 = 23
64.33/18.55	c (5,0) x450 = 14
64.33/18.55	c (5,0) x451 = 12
64.33/18.55	c (5,0) x452 = 23
64.33/18.55	c (5,0) x453 = 4
64.33/18.55	c (5,0) x454 = 24
64.33/18.55	c (5,0) x455 = 13
64.33/18.55	c (5,0) x456 = 9
64.33/18.55	c (5,0) x457 = 0
64.33/18.55	c (5,0) x458 = 11
64.33/18.55	c (5,0) x459 = 8
64.33/18.55	c (5,0) x46 = 7
64.33/18.55	c (5,0) x460 = 1
64.33/18.55	c (5,0) x461 = 2
64.33/18.55	c (5,0) x462 = 6
64.33/18.55	c (5,0) x463 = 3
64.33/18.55	c (5,0) x464 = 16
64.33/18.55	c (5,0) x465 = 21
64.33/18.55	c (5,0) x466 = 20
64.33/18.55	c (5,0) x467 = 22
64.33/18.55	c (5,0) x468 = 19
64.33/18.55	c (5,0) x469 = 7
64.33/18.55	c (5,0) x47 = 22
64.33/18.55	c (5,0) x470 = 5
64.33/18.55	c (5,0) x471 = 17
64.33/18.55	c (5,0) x472 = 10
64.33/18.55	c (5,0) x473 = 18
64.33/18.55	c (5,0) x474 = 15
64.33/18.55	c (5,0) x475 = 13
64.33/18.55	c (5,0) x476 = 5
64.33/18.55	c (5,0) x477 = 7
64.33/18.55	c (5,0) x478 = 12
64.33/18.55	c (5,0) x479 = 22
64.33/18.55	c (5,0) x48 = 1
64.33/18.55	c (5,0) x480 = 6
64.33/18.55	c (5,0) x481 = 11
64.33/18.55	c (5,0) x482 = 3
64.33/18.55	c (5,0) x483 = 2
64.33/18.55	c (5,0) x484 = 23
64.33/18.55	c (5,0) x485 = 21
64.33/18.55	c (5,0) x486 = 20
64.33/18.55	c (5,0) x487 = 10
64.33/18.55	c (5,0) x488 = 15
64.33/18.55	c (5,0) x489 = 17
64.33/18.55	c (5,0) x49 = 6
64.33/18.55	c (5,0) x490 = 18
64.33/18.55	c (5,0) x491 = 1
64.33/18.55	c (5,0) x492 = 8
64.33/18.55	c (5,0) x493 = 4
64.33/18.55	c (5,0) x494 = 24
64.33/18.55	c (5,0) x495 = 14
64.33/18.55	c (5,0) x496 = 16
64.33/18.55	c (5,0) x497 = 0
64.33/18.55	c (5,0) x498 = 19
64.33/18.55	c (5,0) x499 = 9
64.33/18.55	c (5,0) x5 = 0
64.33/18.55	c (5,0) x50 = 21
64.33/18.55	c (5,0) x500 = 4
64.33/18.55	c (5,0) x501 = 22
64.33/18.55	c (5,0) x502 = 2
64.33/18.55	c (5,0) x503 = 21
64.33/18.55	c (5,0) x504 = 6
64.33/18.55	c (5,0) x505 = 20
64.33/18.55	c (5,0) x506 = 24
64.33/18.55	c (5,0) x507 = 23
64.33/18.55	c (5,0) x508 = 7
64.33/18.55	c (5,0) x509 = 10
64.33/18.55	c (5,0) x51 = 18
64.33/18.55	c (5,0) x510 = 8
64.33/18.55	c (5,0) x511 = 12
64.33/18.55	c (5,0) x512 = 0
64.33/18.55	c (5,0) x513 = 16
64.33/18.55	c (5,0) x514 = 11
64.33/18.55	c (5,0) x515 = 17
64.33/18.55	c (5,0) x516 = 15
64.33/18.55	c (5,0) x517 = 9
64.33/18.55	c (5,0) x518 = 5
64.33/18.55	c (5,0) x519 = 13
64.33/18.55	c (5,0) x52 = 5
64.33/18.55	c (5,0) x520 = 19
64.33/18.55	c (5,0) x521 = 18
64.33/18.55	c (5,0) x522 = 1
64.33/18.55	c (5,0) x523 = 14
64.33/18.55	c (5,0) x524 = 3
64.33/18.55	c (5,0) x525 = 10
64.33/18.55	c (5,0) x526 = 11
64.33/18.55	c (5,0) x527 = 16
64.33/18.55	c (5,0) x528 = 19
64.33/18.55	c (5,0) x529 = 21
64.33/18.55	c (5,0) x53 = 6
64.33/18.55	c (5,0) x530 = 4
64.33/18.55	c (5,0) x531 = 6
64.33/18.55	c (5,0) x532 = 9
64.33/18.55	c (5,0) x533 = 14
64.33/18.55	c (5,0) x534 = 22
64.33/18.55	c (5,0) x535 = 3
64.33/18.55	c (5,0) x536 = 23
64.33/18.55	c (5,0) x537 = 8
64.33/18.55	c (5,0) x538 = 2
64.33/18.55	c (5,0) x539 = 7
64.33/18.55	c (5,0) x54 = 7
64.33/18.55	c (5,0) x540 = 0
64.33/18.55	c (5,0) x541 = 5
64.33/18.55	c (5,0) x542 = 13
64.33/18.55	c (5,0) x543 = 1
64.33/18.55	c (5,0) x544 = 18
64.33/18.55	c (5,0) x545 = 24
64.33/18.55	c (5,0) x546 = 15
64.33/18.55	c (5,0) x547 = 12
64.33/18.55	c (5,0) x548 = 20
64.33/18.55	c (5,0) x549 = 17
64.33/18.55	c (5,0) x55 = 16
64.33/18.55	c (5,0) x550 = 2
64.33/18.55	c (5,0) x551 = 24
64.33/18.55	c (5,0) x552 = 22
64.33/18.55	c (5,0) x553 = 13
64.33/18.55	c (5,0) x554 = 3
64.33/18.55	c (5,0) x555 = 17
64.33/18.55	c (5,0) x556 = 0
64.33/18.55	c (5,0) x557 = 10
64.33/18.55	c (5,0) x558 = 4
64.33/18.55	c (5,0) x559 = 11
64.33/18.55	c (5,0) x56 = 23
64.33/18.55	c (5,0) x560 = 12
64.33/18.55	c (5,0) x561 = 7
64.33/18.55	c (5,0) x562 = 21
64.33/18.55	c (5,0) x563 = 8
64.33/18.55	c (5,0) x564 = 5
64.33/18.55	c (5,0) x565 = 6
64.33/18.55	c (5,0) x566 = 9
64.33/18.55	c (5,0) x567 = 19
64.33/18.55	c (5,0) x568 = 16
64.33/18.55	c (5,0) x569 = 23
64.33/18.55	c (5,0) x57 = 12
64.33/18.55	c (5,0) x570 = 18
64.33/18.55	c (5,0) x571 = 14
64.33/18.55	c (5,0) x572 = 20
64.33/18.55	c (5,0) x573 = 15
64.33/18.55	c (5,0) x574 = 1
64.33/18.55	c (5,0) x575 = 12
64.33/18.55	c (5,0) x576 = 10
64.33/18.55	c (5,0) x577 = 1
64.33/18.55	c (5,0) x578 = 24
64.33/18.55	c (5,0) x579 = 16
64.33/18.55	c (5,0) x58 = 8
64.33/18.55	c (5,0) x580 = 3
64.33/18.55	c (5,0) x581 = 5
64.33/18.55	c (5,0) x582 = 6
64.33/18.55	c (5,0) x583 = 9
64.33/18.55	c (5,0) x584 = 21
64.33/18.55	c (5,0) x585 = 11
64.33/18.55	c (5,0) x586 = 22
64.33/18.55	c (5,0) x587 = 23
64.33/18.55	c (5,0) x588 = 19
64.33/18.55	c (5,0) x589 = 18
64.33/18.55	c (5,0) x59 = 2
64.33/18.55	c (5,0) x590 = 20
64.33/18.55	c (5,0) x591 = 2
64.33/18.55	c (5,0) x592 = 14
64.33/18.55	c (5,0) x593 = 7
64.33/18.55	c (5,0) x594 = 15
64.33/18.55	c (5,0) x595 = 0
64.33/18.55	c (5,0) x596 = 4
64.33/18.55	c (5,0) x597 = 13
64.33/18.55	c (5,0) x598 = 17
64.33/18.55	c (5,0) x599 = 8
64.33/18.55	c (5,0) x6 = 16
64.33/18.55	c (5,0) x60 = 10
64.33/18.55	c (5,0) x600 = 23
64.33/18.55	c (5,0) x601 = 3
64.33/18.55	c (5,0) x602 = 6
64.33/18.55	c (5,0) x603 = 17
64.33/18.55	c (5,0) x604 = 19
64.33/18.55	c (5,0) x605 = 15
64.33/18.55	c (5,0) x606 = 20
64.33/18.55	c (5,0) x607 = 22
64.33/18.55	c (5,0) x608 = 0
64.33/18.55	c (5,0) x609 = 5
64.33/18.55	c (5,0) x61 = 17
64.33/18.55	c (5,0) x610 = 18
64.33/18.55	c (5,0) x611 = 4
64.33/18.55	c (5,0) x612 = 14
64.33/18.55	c (5,0) x613 = 24
64.33/18.55	c (5,0) x614 = 1
64.33/18.55	c (5,0) x615 = 11
64.33/18.55	c (5,0) x616 = 10
64.33/18.55	c (5,0) x617 = 21
64.33/18.55	c (5,0) x618 = 12
64.33/18.55	c (5,0) x619 = 8
64.33/18.55	c (5,0) x62 = 24
64.33/18.55	c (5,0) x620 = 16
64.33/18.55	c (5,0) x621 = 9
64.33/18.55	c (5,0) x622 = 2
64.33/18.55	c (5,0) x623 = 7
64.33/18.55	c (5,0) x624 = 13
64.33/18.55	c (5,0) x63 = 22
64.33/18.55	c (5,0) x64 = 4
64.33/18.55	c (5,0) x65 = 13
64.33/18.55	c (5,0) x66 = 19
64.33/18.55	c (5,0) x67 = 1
64.33/18.55	c (5,0) x68 = 0
64.33/18.55	c (5,0) x69 = 14
64.33/18.55	c (5,0) x7 = 11
64.33/18.55	c (5,0) x70 = 15
64.33/18.55	c (5,0) x71 = 11
64.33/18.55	c (5,0) x72 = 3
64.33/18.55	c (5,0) x73 = 9
64.33/18.55	c (5,0) x74 = 20
64.33/18.55	c (5,0) x75 = 24
64.33/18.55	c (5,0) x76 = 2
64.33/18.55	c (5,0) x77 = 3
64.33/18.55	c (5,0) x78 = 1
64.33/18.55	c (5,0) x79 = 18
64.33/18.55	c (5,0) x8 = 24
64.33/18.55	c (5,0) x80 = 22
64.33/18.55	c (5,0) x81 = 15
64.33/18.55	c (5,0) x82 = 20
64.33/18.55	c (5,0) x83 = 13
64.33/18.55	c (5,0) x84 = 9
64.33/18.55	c (5,0) x85 = 7
64.33/18.55	c (5,0) x86 = 11
64.33/18.55	c (5,0) x87 = 17
64.33/18.55	c (5,0) x88 = 0
64.33/18.55	c (5,0) x89 = 6
64.33/18.55	c (5,0) x9 = 14
64.33/18.55	c (5,0) x90 = 19
64.33/18.55	c (5,0) x91 = 8
64.33/18.55	c (5,0) x92 = 5
64.33/18.55	c (5,0) x93 = 10
64.33/18.55	c (5,0) x94 = 12
64.33/18.55	c (5,0) x95 = 21
64.33/18.55	c (5,0) x96 = 23
64.33/18.55	c (5,0) x97 = 14
64.33/18.55	c (5,0) x98 = 16
64.33/18.55	c (5,0) x99 = 4
64.33/18.55	s SATISFIABLE
64.33/18.56	v <instantiation>
64.33/18.56	v     <list>x0 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</list>
64.33/18.56	v     <values>7 20 10 18 23 0 16 11 24 14 17 8 3 6 13 9 12 15 22 21 1 19 4 5 2 9 13 20 3 12 5 21 8 15 17 16 0 4 10 2 14 18 11 24 19 23 7 22 1 6 21 18 5 6 7 16 23 12 8 2 10 17 24 22 4 13 19 1 0 14 15 11 3 9 20 24 2 3 1 18 22 15 20 13 9 7 11 17 0 6 19 8 5 10 12 21 23 14 16 4 5 17 13 7 15 23 10 24 1 6 19 18 20 14 8 2 3 0 9 11 22 12 16 4 21 0 16 4 2 20 19 13 15 10 18 9 1 12 7 14 5 23 24 8 3 17 6 21 22 11 15 7 19 8 1 18 4 14 17 3 23 10 2 11 0 24 16 12 20 6 9 13 5 21 22 8 1 18 10 4 14 19 2 22 7 13 16 5 20 21 15 11 6 23 17 3 24 9 12 0 3 6 17 11 10 9 14 19 23 16 20 13 18 1 24 22 4 2 15 5 7 21 8 0 12 18 19 0 22 5 12 8 21 16 1 14 15 7 13 9 10 6 4 17 2 20 3 23 11 24 11 23 12 14 2 1 22 16 6 4 15 24 19 9 20 8 7 17 21 0 13 5 18 3 10 22 21 9 16 14 24 2 17 19 20 4 5 15 12 3 7 0 23 13 10 8 1 11 6 18 20 8 15 0 13 11 18 1 5 12 24 14 16 17 19 4 21 3 6 9 2 22 7 10 23 19 0 24 20 8 21 3 4 12 15 6 9 1 18 10 23 22 7 14 16 11 2 17 13 5 6 9 21 5 17 8 1 18 3 13 22 19 11 23 12 16 14 20 2 4 10 0 15 24 7 1 15 14 23 9 2 17 7 18 0 5 3 13 21 22 12 24 16 11 20 4 10 6 8 19 17 14 8 15 11 10 7 5 21 19 0 6 9 4 23 1 13 18 3 22 12 20 24 2 16 16 4 11 9 0 7 12 13 20 24 2 21 22 5 15 3 17 10 18 1 6 8 19 23 14 14 12 23 4 24 13 9 0 11 8 1 2 6 3 16 21 20 22 19 7 5 17 10 18 15 13 5 7 12 22 6 11 3 2 23 21 20 10 15 17 18 1 8 4 24 14 16 0 19 9 4 22 2 21 6 20 24 23 7 10 8 12 0 16 11 17 15 9 5 13 19 18 1 14 3 10 11 16 19 21 4 6 9 14 22 3 23 8 2 7 0 5 13 1 18 24 15 12 20 17 2 24 22 13 3 17 0 10 4 11 12 7 21 8 5 6 9 19 16 23 18 14 20 15 1 12 10 1 24 16 3 5 6 9 21 11 22 23 19 18 20 2 14 7 15 0 4 13 17 8 23 3 6 17 19 15 20 22 0 5 18 4 14 24 1 11 10 21 12 8 16 9 2 7 13</values>
64.33/18.56	v </instantiation>
64.33/18.56	c (5,0) Show results End
64.33/18.56	c (5,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
64.33/18.56	c (5,0) 5,5,STOP-AFTER(ALL)
64.33/18.56	c END-Prog: Sat Sep 14 08:37:53 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 (15271 MiB free)
  memory of node 1: 16384 MiB (15510 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392656-1568443100/watcher-4392656-1568443100 -o /tmp/evaluation-result-4392656-1568443100/solver-4392656-1568443100 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568440293-17651 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392656-1568443100.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18451, runsolver pid=18448

[startup+0.100111 s]*
/proc/loadavg: 6.75 7.52 7.88 2/211 18473
/proc/meminfo: memFree=31424824/32770624 swapFree=66995948/67108860
[pid=18451] ppid=18448 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (scop.sh) S 18448 18451 17624 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420561423 115843072 348 33554432000 4194304 5098028 140730247302000 140730247299256 139980618953340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11317248 140730247308068 140730247308396 140730247308396 140730247311309 0
/proc/18451/statm: 28282 348 296 221 0 87 0
[pid=18454] ppid=18451 vsize=27314120 memory=107384 CPUtime=0.11 cores=0-7
/proc/18454/stat : 18454 (java) S 18451 18451 17624 0 -1 1077944320 6471 0 0 0 8 3 0 0 20 0 20 0 420561424 27969658880 26846 33554432000 4194304 4196468 140729290921520 140729290904064 140513673166583 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
/proc/18454/statm: 6828530 26846 2755 1 0 6790935 0
[pid=18454/tid=18455] ppid=18451 vsize=27314120 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/18454/task/18455/stat : 18455 (java) R 18451 18451 17624 0 -1 4202560 4567 0 0 0 7 2 0 0 20 0 20 0 420561424 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513644986744 140513665403710 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18456] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18456/stat : 18456 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513677408656 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18457] ppid=18451 vsize=27314120 memory=3473882952930829984 CPUtime=0 cores=0-7
/proc/18454/task/18457/stat : 18457 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513491564816 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18458] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18458/stat : 18458 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513490512528 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18459] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18459/stat : 18459 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513489459728 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18460] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18460/stat : 18460 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513488407440 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18461] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18461/stat : 18461 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513487354640 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18462] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18462/stat : 18462 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513486302352 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18463] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18463/stat : 18463 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 26911 33554432000 4194304 4196468 140729290921520 140513485249552 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18464] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18464/stat : 18464 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561428 27969658880 26911 33554432000 4194304 4196468 140729290921520 140512663128176 140513673177730 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18465] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18465/stat : 18465 (java) S 18451 18451 17624 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420561428 27969658880 26911 33554432000 4194304 4196468 140729290921520 140511532802848 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18466] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18466/stat : 18466 (java) S 18451 18451 17624 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420561429 27969658880 26911 33554432000 4194304 4196468 140729290921520 140511398581360 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18467] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18467/stat : 18467 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 26911 33554432000 4194304 4196468 140729290921520 140511063042128 140513673185179 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18468] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18468/stat : 18468 (java) S 18451 18451 17624 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 26911 33554432000 4194304 4196468 140729290921520 140512662076016 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18469] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18469/stat : 18469 (java) S 18451 18451 17624 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 26911 33554432000 4194304 4196468 140729290921520 140512661023216 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18470] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18470/stat : 18470 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 26911 33554432000 4194304 4196468 140729290921520 140512659970928 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18471] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18471/stat : 18471 (java) S 18451 18451 17624 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 26911 33554432000 4194304 4196468 140729290921520 140512658918128 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18472] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18472/stat : 18472 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 26911 33554432000 4194304 4196468 140729290921520 140510526171488 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18473] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18473/stat : 18473 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561432 27969658880 26911 33554432000 4194304 4196468 140729290921520 140512657865008 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108776 KiB

[startup+0.210152 s]*
/proc/loadavg: 6.75 7.52 7.88 3/211 18473
/proc/meminfo: memFree=31401356/32770624 swapFree=66995948/67108860
[pid=18451] ppid=18448 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (scop.sh) S 18448 18451 17624 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420561423 115843072 348 33554432000 4194304 5098028 140730247302000 140730247299256 139980618953340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11317248 140730247308068 140730247308396 140730247308396 140730247311309 0
/proc/18451/statm: 28282 348 296 221 0 87 0
[pid=18454] ppid=18451 vsize=27314120 memory=126728 CPUtime=0.25 cores=0-7
/proc/18454/stat : 18454 (java) S 18451 18451 17624 0 -1 1077944320 12102 0 0 0 20 5 0 0 20 0 20 0 420561424 27969658880 31682 33554432000 4194304 4196468 140729290921520 140729290904064 140513673166583 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
/proc/18454/statm: 6828530 31682 2925 1 0 6790935 0
[pid=18454/tid=18455] ppid=18451 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18454/task/18455/stat : 18455 (java) R 18451 18451 17624 0 -1 4202560 9805 0 0 0 16 3 0 0 20 0 20 0 420561424 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513644990544 140513658332255 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18456] ppid=18451 vsize=27314120 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/18454/task/18456/stat : 18456 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513677408656 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18457] ppid=18451 vsize=27314120 memory=140654674287715 CPUtime=0 cores=0-7
/proc/18454/task/18457/stat : 18457 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513491564816 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18458] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18458/stat : 18458 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513490512528 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18459] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18459/stat : 18459 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513489459728 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18460] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18460/stat : 18460 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513488407440 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18461] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18461/stat : 18461 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513487354640 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18462] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18462/stat : 18462 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513486302352 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18463] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18463/stat : 18463 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 31682 33554432000 4194304 4196468 140729290921520 140513485249552 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18464] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18464/stat : 18464 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561428 27969658880 31682 33554432000 4194304 4196468 140729290921520 140512663128176 140513673177730 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18465] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18465/stat : 18465 (java) S 18451 18451 17624 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420561428 27969658880 31682 33554432000 4194304 4196468 140729290921520 140511532802848 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18466] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18466/stat : 18466 (java) S 18451 18451 17624 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420561429 27969658880 31682 33554432000 4194304 4196468 140729290921520 140511398581360 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18467] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18467/stat : 18467 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 31682 33554432000 4194304 4196468 140729290921520 140511063042128 140513673185179 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18468] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18468/stat : 18468 (java) S 18451 18451 17624 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 31682 33554432000 4194304 4196468 140729290921520 140512662076016 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18469] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18469/stat : 18469 (java) S 18451 18451 17624 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 31682 33554432000 4194304 4196468 140729290921520 140512661023216 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18470] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18470/stat : 18470 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 31682 33554432000 4194304 4196468 140729290921520 140512659970928 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18471] ppid=18451 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/18454/task/18471/stat : 18471 (java) S 18451 18451 17624 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 20 0 420561431 27969658880 31682 33554432000 4194304 4196468 140729290921520 140512658918128 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18472] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18472/stat : 18472 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 31682 33554432000 4194304 4196468 140729290921520 140510526171488 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18473] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18473/stat : 18473 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561432 27969658880 31682 33554432000 4194304 4196468 140729290921520 140512657865008 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 128120 KiB

[startup+0.309657 s]*
/proc/loadavg: 6.75 7.52 7.88 2/211 18473
/proc/meminfo: memFree=31399060/32770624 swapFree=66995948/67108860
[pid=18451] ppid=18448 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (scop.sh) S 18448 18451 17624 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420561423 115843072 348 33554432000 4194304 5098028 140730247302000 140730247299256 139980618953340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11317248 140730247308068 140730247308396 140730247308396 140730247311309 0
/proc/18451/statm: 28282 348 296 221 0 87 0
[pid=18454] ppid=18451 vsize=27314120 memory=130600 CPUtime=0.42 cores=0-7
/proc/18454/stat : 18454 (java) S 18451 18451 17624 0 -1 1077944320 12471 0 0 0 37 5 0 0 20 0 20 0 420561424 27969658880 32650 33554432000 4194304 4196468 140729290921520 140729290904064 140513673166583 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
/proc/18454/statm: 6828530 32650 3065 1 0 6790935 0
[pid=18454/tid=18455] ppid=18451 vsize=27314120 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/18454/task/18455/stat : 18455 (java) R 18451 18451 17624 0 -1 4202560 9992 0 0 0 26 4 0 0 20 0 20 0 420561424 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513644993120 140513656353409 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18456] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18456/stat : 18456 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513677408656 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18457] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18457/stat : 18457 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513491564816 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18458] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18458/stat : 18458 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513490512528 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18459] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18459/stat : 18459 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513489459728 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18460] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18460/stat : 18460 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513488407440 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18461] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18461/stat : 18461 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513487354640 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18462] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18462/stat : 18462 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513486302352 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18463] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18463/stat : 18463 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561427 27969658880 32650 33554432000 4194304 4196468 140729290921520 140513485249552 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18464] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18464/stat : 18464 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561428 27969658880 32650 33554432000 4194304 4196468 140729290921520 140512663128176 140513673177730 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18465] ppid=18451 vsize=27314120 memory=281309083803008 CPUtime=0 cores=0-7
/proc/18454/task/18465/stat : 18465 (java) S 18451 18451 17624 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420561428 27969658880 32650 33554432000 4194304 4196468 140729290921520 140511532802848 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18466] ppid=18451 vsize=27314120 memory=281309083807616 CPUtime=0 cores=0-7
/proc/18454/task/18466/stat : 18466 (java) S 18451 18451 17624 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420561429 27969658880 32650 33554432000 4194304 4196468 140729290921520 140511398581360 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18467] ppid=18451 vsize=27314120 memory=281309083812224 CPUtime=0 cores=0-7
/proc/18454/task/18467/stat : 18467 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 32650 33554432000 4194304 4196468 140729290921520 140511063042128 140513673185179 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18468] ppid=18451 vsize=27314120 memory=281309083816832 CPUtime=0.01 cores=0-7
/proc/18454/task/18468/stat : 18468 (java) S 18451 18451 17624 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 420561431 27969658880 32650 33554432000 4194304 4196468 140729290921520 140512662076016 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18469] ppid=18451 vsize=27314120 memory=281309083821440 CPUtime=0.02 cores=0-7
/proc/18454/task/18469/stat : 18469 (java) R 18451 18451 17624 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 20 0 420561431 27969658880 32650 33554432000 4194304 4196468 140729290921520 140512661023216 140513650801232 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18470] ppid=18451 vsize=27314120 memory=281309083826048 CPUtime=0.01 cores=0-7
/proc/18454/task/18470/stat : 18470 (java) S 18451 18451 17624 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 420561431 27969658880 32650 33554432000 4194304 4196468 140729290921520 140512659970928 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18471] ppid=18451 vsize=27314120 memory=281309083830656 CPUtime=0.07 cores=0-7
/proc/18454/task/18471/stat : 18471 (java) S 18451 18451 17624 0 -1 1077944384 467 0 0 0 7 0 0 0 20 0 20 0 420561431 27969658880 32650 33554432000 4194304 4196468 140729290921520 140512658918128 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18472] ppid=18451 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18472/stat : 18472 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561431 27969658880 32650 33554432000 4194304 4196468 140729290921520 140510526171488 140513673176789 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18473] ppid=18451 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/18454/task/18473/stat : 18473 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561432 27969658880 32650 33554432000 4194304 4196468 140729290921520 140512657865008 140513673177730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131992 KiB

[startup+0.700935 s]
/proc/loadavg: 6.75 7.52 7.88 3/211 18473
/proc/meminfo: memFree=31377440/32770624 swapFree=66995948/67108860
[pid=18451] ppid=18448 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (scop.sh) S 18448 18451 17624 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420561423 115843072 348 33554432000 4194304 5098028 140730247302000 140730247299256 139980618953340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11317248 140730247308068 140730247308396 140730247308396 140730247311309 0
/proc/18451/statm: 28282 348 296 221 0 87 0
[pid=18454] ppid=18451 vsize=27320392 memory=165476 CPUtime=1 cores=0-7
/proc/18454/stat : 18454 (java) S 18451 18451 17624 0 -1 1077944320 20013 0 0 0 92 8 0 0 20 0 20 0 420561424 27976081408 41369 33554432000 4194304 4196468 140729290921520 140729290904064 140513673166583 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
/proc/18454/statm: 6830098 41369 3180 1 0 6791447 0
[pid=18454/tid=18455] ppid=18451 vsize=27320392 memory=4580 CPUtime=0.67 cores=0-7
/proc/18454/task/18455/stat : 18455 (java) R 18451 18451 17624 0 -1 4202560 16906 0 0 0 61 6 0 0 20 0 20 0 420561424 27976081408 41369 33554432000 4194304 4196468 140729290921520 140513645004112 140513657247070 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18456] ppid=18451 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18456/stat : 18456 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420561426 27976081408 41369 33554432000 4194304 4196468 140729290921520 140513677408656 140513673176789 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18457] ppid=18451 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/18454/task/18457/stat : 18457 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420561426 27976081408 41369 33554432000 4194304 4196468 140729290921520 140513491564816 140513673176789 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0
[pid=18454/tid=18458] ppid=18451 vsize=27320392 memory=8556 CPUtime=0 cores=0-7
/proc/18454/task/18458/stat : 18458 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420561426 27976081408 41369 33554432000 4194304 4196468 140729290921520 140513490512528 140513673176789 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18530304 140729290924778 140729290925206 140729290925206 140729290928079 0

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

[pid=18474/tid=18477] ppid=18451 vsize=8414124 memory=2321244031422322358 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474082708240 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18478] ppid=18451 vsize=8414124 memory=3473455227027666992 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474081655952 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18479] ppid=18451 vsize=8414124 memory=7521131655337370222 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474080603152 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18480] ppid=18451 vsize=8414124 memory=11201814804784 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474079549840 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18481] ppid=18451 vsize=8414124 memory=8334083345238234249 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474078497040 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18482] ppid=18451 vsize=8414124 memory=281309083886768 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474077444752 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18483] ppid=18451 vsize=8414124 memory=8318255677412212789 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30445 33554432000 4194304 4196468 140722618110896 140474076391952 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18484] ppid=18451 vsize=8414124 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18451 18451 17624 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 420562683 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473892285040 140474597423746 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18485] ppid=18451 vsize=8414124 memory=3124524 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18451 18451 17624 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420562684 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473012315424 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18486] ppid=18451 vsize=8414124 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562684 8616062976 30445 33554432000 4194304 4196468 140722618110896 140472743880304 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18487] ppid=18451 vsize=8414124 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562686 8616062976 30445 33554432000 4194304 4196468 140722618110896 140472369371728 140474597431195 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18488] ppid=18451 vsize=8414124 memory=6656426216303648864 CPUtime=0.11 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) S 18451 18451 17624 0 -1 1077944384 837 0 0 0 11 0 0 0 20 0 24 0 420562686 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473891231856 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18489] ppid=18451 vsize=8414124 memory=6944656592455359580 CPUtime=0.07 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) S 18451 18451 17624 0 -1 1077944384 336 0 0 0 7 0 0 0 20 0 24 0 420562686 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473890179056 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18490] ppid=18451 vsize=8414124 memory=6656426216303648864 CPUtime=0.09 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) S 18451 18451 17624 0 -1 1077944384 298 0 0 0 9 0 0 0 20 0 24 0 420562686 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473889126768 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18491] ppid=18451 vsize=8414124 memory=6656426216303648864 CPUtime=0.23 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) S 18451 18451 17624 0 -1 1077944384 630 0 0 0 23 0 0 0 20 0 24 0 420562686 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473888073968 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18492] ppid=18451 vsize=8414124 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420562686 8616062976 30445 33554432000 4194304 4196468 140722618110896 140471871466336 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18493] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420562687 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473887021872 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18495] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18495/stat : 18495 (java) S 18451 18451 17624 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420562757 8616062976 30445 33554432000 4194304 4196468 140722618110896 140473885411136 140474597437209 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18497] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18497/stat : 18497 (java) S 18451 18451 17624 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 420562758 8616062976 30445 33554432000 4194304 4196468 140722618110896 140471200366000 140474597434525 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18498] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18498/stat : 18498 (java) S 18451 18451 17624 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 420562758 8616062976 30445 33554432000 4194304 4196468 140722618110896 140471468801328 140474597434525 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18499] ppid=18451 vsize=8414124 memory=7686721470301051291 CPUtime=0 cores=0-7
/proc/18474/task/18499/stat : 18499 (java) S 18451 18451 17624 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 420562760 8616062976 30445 33554432000 4194304 4196468 140722618110896 140470931938608 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
Current children cumulated CPU time: 61.28 s
Current children cumulated vsize: 9162332 KiB
Current children cumulated memory: 229844 KiB

[startup+18.4014 s]
/proc/loadavg: 6.01 7.30 7.80 9/225 18509
/proc/meminfo: memFree=31300684/32770624 swapFree=66995948/67108860
[pid=18451] ppid=18448 vsize=113128 memory=1472 CPUtime=23.1 cores=0-7
/proc/18451/stat : 18451 (scop.sh) S 18448 18451 17624 0 -1 4202496 582 40284 0 0 0 0 2226 84 20 0 1 0 420561423 115843072 368 33554432000 4194304 5098028 140730247302000 140730247298744 139980618953340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11317248 140730247308068 140730247308396 140730247308396 140730247311309 0
/proc/18451/statm: 28282 368 311 221 0 87 0
[pid=18474] ppid=18451 vsize=8414124 memory=122300 CPUtime=1.35 cores=0-7
/proc/18474/stat : 18474 (java) S 18451 18451 17624 0 -1 1077944320 21097 0 0 0 127 8 0 0 20 0 24 0 420562680 8616062976 30575 33554432000 4194304 4196468 140722618110896 140722618093440 140474597412599 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
/proc/18474/statm: 2103531 30575 3193 1 0 2064875 0
[pid=18474/tid=18475] ppid=18451 vsize=8414124 memory=106540 CPUtime=0.8 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) S 18451 18451 17624 0 -1 1077944384 17434 0 0 0 74 6 0 0 20 0 24 0 420562680 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474569252768 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18476] ppid=18451 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474601655184 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18477] ppid=18451 vsize=8414124 memory=1604 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474082708240 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18478] ppid=18451 vsize=8414124 memory=1980 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474081655952 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18479] ppid=18451 vsize=8414124 memory=2356 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474080603152 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18480] ppid=18451 vsize=8414124 memory=1440 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474079549840 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18481] ppid=18451 vsize=8414124 memory=820 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474078497040 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18482] ppid=18451 vsize=8414124 memory=1472 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18451 18451 17624 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474077444752 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18483] ppid=18451 vsize=8414124 memory=121780 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420562682 8616062976 30641 33554432000 4194304 4196468 140722618110896 140474076391952 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18484] ppid=18451 vsize=8414124 memory=132248 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18451 18451 17624 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 420562683 8616062976 30641 33554432000 4194304 4196468 140722618110896 140473892285040 140474597423746 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18485] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18451 18451 17624 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420562684 8616062976 30641 33554432000 4194304 4196468 140722618110896 140473012315424 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18486] ppid=18451 vsize=8414124 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562684 8616062976 30641 33554432000 4194304 4196468 140722618110896 140472743880304 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18487] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18451 18451 17624 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420562686 8616062976 30641 33554432000 4194304 4196468 140722618110896 140472369371728 140474597431195 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18488] ppid=18451 vsize=8414124 memory=0 CPUtime=0.11 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) R 18451 18451 17624 0 -1 1077944384 837 0 0 0 11 0 0 0 20 0 24 0 420562686 8616062976 30641 33554432000 4194304 4196468 140722618110896 140473891231856 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18489] ppid=18451 vsize=8414124 memory=0 CPUtime=0.07 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) S 18451 18451 17624 0 -1 1077944384 336 0 0 0 7 0 0 0 20 0 24 0 420562686 8616062976 30654 33554432000 4194304 4196468 140722618110896 140473890179056 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18490] ppid=18451 vsize=8414124 memory=0 CPUtime=0.09 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) S 18451 18451 17624 0 -1 1077944384 299 0 0 0 9 0 0 0 20 0 24 0 420562686 8616062976 30654 33554432000 4194304 4196468 140722618110896 140473889126768 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18491] ppid=18451 vsize=8414124 memory=0 CPUtime=0.23 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) R 18451 18451 17624 0 -1 4202560 813 0 0 0 23 0 0 0 20 0 24 0 420562686 8616062976 30654 33554432000 4194304 4196468 140722618110896 140473888073968 140474590509459 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18492] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420562686 8616062976 30654 33554432000 4194304 4196468 140722618110896 140471871466336 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18493] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18451 18451 17624 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420562687 8616062976 30654 33554432000 4194304 4196468 140722618110896 140473887021872 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18495] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18495/stat : 18495 (java) S 18451 18451 17624 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420562757 8616062976 30654 33554432000 4194304 4196468 140722618110896 140473885411136 140474597437209 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18497] ppid=18451 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18497/stat : 18497 (java) S 18451 18451 17624 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 420562758 8616062976 30654 33554432000 4194304 4196468 140722618110896 140471200372576 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18498] ppid=18451 vsize=8414124 memory=3632 CPUtime=0 cores=0-7
/proc/18474/task/18498/stat : 18498 (java) S 18451 18451 17624 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 420562758 8616062976 30654 33554432000 4194304 4196468 140722618110896 140471468801328 140474597434525 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18499] ppid=18451 vsize=8414124 memory=22684 CPUtime=0 cores=0-7
/proc/18474/task/18499/stat : 18499 (java) S 18451 18451 17624 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 420562760 8616062976 30654 33554432000 4194304 4196468 140722618110896 140470931938608 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
Current children cumulated CPU time: 24.45 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 123772 KiB

[startup+18.5012 s]
/proc/loadavg: 6.01 7.30 7.80 9/225 18509
/proc/meminfo: memFree=31300684/32770624 swapFree=66995948/67108860
[pid=18451] ppid=18448 vsize=113128 memory=1472 CPUtime=23.1 cores=0-7
/proc/18451/stat : 18451 (scop.sh) S 18448 18451 17624 0 -1 4202496 582 40284 0 0 0 0 2226 84 20 0 1 0 420561423 115843072 368 33554432000 4194304 5098028 140730247302000 140730247298744 139980618953340 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 11317248 140730247308068 140730247308396 140730247308396 140730247311309 0
/proc/18451/statm: 28282 368 311 221 0 87 0
[pid=18474] ppid=18451 vsize=8283048 memory=128624 CPUtime=41.23 cores=0-7
/proc/18474/stat : 18474 (java) S 18451 18451 17624 0 -1 1077944320 21610 72901 0 0 149 9 3950 15 20 0 22 0 420562680 8481841152 32156 33554432000 4194304 4196468 140722618110896 140722618093440 140474597412599 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
/proc/18474/statm: 2070762 32156 3229 1 0 2032106 0
[pid=18474/tid=18475] ppid=18451 vsize=8283048 memory=121780 CPUtime=40.52 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) R 18451 18451 17624 0 -1 4202560 17590 72901 0 0 80 7 3950 15 20 0 22 0 420562680 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474569251376 140474597434525 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18476] ppid=18451 vsize=8283048 memory=1052 CPUtime=39.65 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18451 18451 17624 0 -1 1077944384 1 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474601655184 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18477] ppid=18451 vsize=8283048 memory=1708 CPUtime=39.65 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18451 18451 17624 0 -1 1077944384 1 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474082708240 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18478] ppid=18451 vsize=8283048 memory=3440 CPUtime=39.65 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18451 18451 17624 0 -1 1077944384 1 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474081655952 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18479] ppid=18451 vsize=8283048 memory=0 CPUtime=39.65 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18451 18451 17624 0 -1 1077944384 1 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474080603152 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18480] ppid=18451 vsize=8283048 memory=56747791 CPUtime=39.65 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18451 18451 17624 0 -1 1077944384 2 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474079549840 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18481] ppid=18451 vsize=8283048 memory=117397271 CPUtime=39.65 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18451 18451 17624 0 -1 1077944384 2 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474078497040 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18482] ppid=18451 vsize=8283048 memory=1472 CPUtime=39.65 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18451 18451 17624 0 -1 1077944384 2 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474077444752 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18483] ppid=18451 vsize=8283048 memory=121780 CPUtime=39.65 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18451 18451 17624 0 -1 1077944384 3 72901 0 0 0 0 3950 15 20 0 22 0 420562682 8481841152 32156 33554432000 4194304 4196468 140722618110896 140474076391952 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18484] ppid=18451 vsize=8283048 memory=132492 CPUtime=39.65 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18451 18451 17624 0 -1 1077944384 5 72901 0 0 0 0 3950 15 20 0 22 0 420562683 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473892285040 140474597423746 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18485] ppid=18451 vsize=8283048 memory=0 CPUtime=39.65 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18451 18451 17624 0 -1 1077944384 13 72901 0 0 0 0 3950 15 20 0 22 0 420562684 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473012315424 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18486] ppid=18451 vsize=8283048 memory=3632 CPUtime=39.65 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18451 18451 17624 0 -1 1077944384 1 72901 0 0 0 0 3950 15 20 0 22 0 420562684 8481841152 32156 33554432000 4194304 4196468 140722618110896 140472743880304 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18487] ppid=18451 vsize=8283048 memory=22684 CPUtime=39.65 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18451 18451 17624 0 -1 1077944384 1 72901 0 0 0 0 3950 15 20 0 22 0 420562686 8481841152 32156 33554432000 4194304 4196468 140722618110896 140472369371728 140474597431195 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18488] ppid=18451 vsize=8283048 memory=988 CPUtime=39.79 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) S 18451 18451 17624 0 -1 1077944384 862 72901 0 0 14 0 3950 15 20 0 22 0 420562686 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473891231856 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18489] ppid=18451 vsize=8283048 memory=2016 CPUtime=39.73 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) S 18451 18451 17624 0 -1 1077944384 344 72901 0 0 8 0 3950 15 20 0 22 0 420562686 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473890179056 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18490] ppid=18451 vsize=8283048 memory=1392 CPUtime=39.75 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) S 18451 18451 17624 0 -1 1077944384 319 72901 0 0 10 0 3950 15 20 0 22 0 420562686 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473889126768 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18491] ppid=18451 vsize=8283048 memory=0 CPUtime=39.94 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) R 18451 18451 17624 0 -1 4202560 1036 72901 0 0 29 0 3950 15 20 0 22 0 420562686 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473888073968 140474597433946 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18492] ppid=18451 vsize=8283048 memory=7825734864442108491 CPUtime=39.65 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18451 18451 17624 0 -1 1077944384 3 72901 0 0 0 0 3950 15 20 0 22 0 420562686 8481841152 32156 33554432000 4194304 4196468 140722618110896 140471871466336 140474597422805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18493] ppid=18451 vsize=8283048 memory=1472 CPUtime=39.65 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18451 18451 17624 0 -1 1077944384 3 72901 0 0 0 0 3950 15 20 0 22 0 420562687 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473887021872 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18495] ppid=18451 vsize=8283048 memory=1764 CPUtime=39.65 cores=0-7
/proc/18474/task/18495/stat : 18495 (java) S 18451 18451 17624 0 -1 1077944384 31 72901 0 0 0 0 3950 15 20 0 22 0 420562757 8481841152 32156 33554432000 4194304 4196468 140722618110896 140473885410320 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
[pid=18474/tid=18499] ppid=18451 vsize=8283048 memory=1804 CPUtime=39.65 cores=0-7
/proc/18474/task/18499/stat : 18499 (java) S 18451 18451 17624 0 -1 1077944384 14 72901 0 0 0 0 3950 15 20 0 22 0 420562760 8481841152 32156 33554432000 4194304 4196468 140722618110896 140470931940400 140474597423746 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13901824 140722618119159 140722618119318 140722618119318 140722618122191 0
Current children cumulated CPU time: 64.33 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 130096 KiB

Child status: 0
Real time (s): 18.5688
CPU time (s): 64.5089
CPU user time (s): 63.3872
CPU system time (s): 1.12173
CPU usage (%): 347.405
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 4705284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.3872
system time used= 1.12173
maximum resident set size= 4706520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9933
involuntary context switches= 516


# summary of solver processes directly reported to runsolver:
#   pid: 18451
#   total CPU time (s): 64.5089
#   total CPU user time (s): 63.3872
#   total CPU system time (s): 1.12173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.155479 second user time and 0.254785 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 08:37:34
IDJOB=4392656
IDBENCH=139111
IDSOLVER=2839
FILE ID=node102/4392656-1568443100
RUNJOBID= node102-1568440293-17651
PBS_JOBID= 21702340
Free space on /tmp= 59328 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/LatinSquare/LatinSquare-xcsp2-qcp25/qcp-25-264-08_X2.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392656-1568443100/watcher-4392656-1568443100 -o /tmp/evaluation-result-4392656-1568443100/solver-4392656-1568443100 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568440293-17651 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392656-1568443100.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e61b201f6225aab3795ad5f045ee307f
RANDOM SEED=799153375

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31520764 kB
MemAvailable:   31921540 kB
Buffers:          177472 kB
Cached:           516708 kB
SwapCached:         9276 kB
Active:           340404 kB
Inactive:         364928 kB
Active(anon):       8848 kB
Inactive(anon):    33880 kB
Active(file):     331556 kB
Inactive(file):   331048 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995948 kB
Dirty:             20640 kB
Writeback:             0 kB
AnonPages:        122144 kB
Mapped:            35368 kB
Shmem:             22960 kB
Slab:             136444 kB
SReclaimable:     108016 kB
SUnreclaim:        28428 kB
KernelStack:        3712 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node102 at 2019-09-14 08:37:53