Trace number 4405209

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+ManyGlucose (2019-09-22)UNSAT 38.5986 21.0043

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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 -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-8617-serial-file.bin HOME/instance-4405209-1569357730.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Tue Sep 24 22:41:33 CEST 2019
0.65/0.57	c PID: 8620
0.65/0.57	c IP: 172.20.3.126
0.65/0.57	c HOST: node126.alineos.net
0.65/0.58	c (0,0) Parsing Begin
4.33/1.57	c (1,1) Parsing End
4.33/1.58	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 511
4.33/1.58	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.33/1.58	c (1,1) Constraint Name Generate Begin
4.76/1.61	c (1,1) Ctr:HOME/instance-4405209-1569357730.xml,Add:Le:Ne:Num:Or:Var
4.76/1.61	c (1,1) Constraint Name Generate End
4.76/1.61	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
4.76/1.61	c (1,1) CSP to CSPinCNF Begin
5.36/1.83	c (1,1) translated 280 (10%) constraints
5.36/1.88	c (1,1) translated 560 (20%) constraints
5.66/1.92	c (1,1) translated 840 (30%) constraints
5.66/1.95	c (1,1) translated 1120 (40%) constraints
5.66/1.97	c (1,1) translated 1400 (50%) constraints
5.66/1.99	c (1,1) translated 1680 (60%) constraints
6.06/2.02	c (1,1) translated 1960 (70%) constraints
6.06/2.04	c (1,1) translated 2240 (80%) constraints
6.06/2.06	c (1,1) translated 2520 (90%) constraints
6.06/2.08	c (1,1) translated 2800 (100%) constraints
6.06/2.08	c (1,1) ===========================================
6.06/2.08	c (1,1) Order
6.06/2.08	c (1,1) ===========================================
6.06/2.10	c (1,1) translated 280 (10%) constraints
6.47/2.12	c (1,1) translated 560 (20%) constraints
6.47/2.14	c (1,1) translated 840 (30%) constraints
6.47/2.15	c (1,1) translated 1120 (40%) constraints
6.47/2.17	c (1,1) translated 1400 (50%) constraints
6.47/2.18	c (1,1) translated 1680 (60%) constraints
6.47/2.19	c (1,1) translated 1960 (70%) constraints
6.85/2.20	c (1,1) translated 2240 (80%) constraints
6.85/2.22	c (1,1) translated 2520 (90%) constraints
6.85/2.23	c (1,1) translated 2800 (100%) constraints
6.85/2.24	c (1,1) CSP to CSPinCNF End
6.85/2.24	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 511
6.85/2.24	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.85/2.24	c (1,1) CSPinCNF Propagation Begin
6.85/2.29	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.85/2.29	c (1,1) CSPinCNF Propagation End
6.85/2.29	c (1,1) CSP: 200 int (0 aux), 0 bool (0 aux), 2800 ctr, max domain size 511
6.85/2.29	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.85/2.29	c (1,1) Simplify CSPinCNF Begin
7.61/2.49	c (1,1) Simplify CSPinCNF End
7.61/2.49	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 511
7.61/2.49	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.61/2.49	c (1,1) Calculate Precise Domain Begin
7.61/2.49	c (1,1) 0 values are removed by re-calculation
7.61/2.49	c (1,1) Calculate Precise Domain End
7.61/2.49	c (1,1) CSP: 200 int (0 aux), 5600 bool (5600 aux), 8400 ctr, max domain size 511
7.61/2.49	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
7.61/2.49	c (1,1) CSPinCNF to SatSolver Begin
10.96/3.90	c (3,3) 840 (10 %) CSP clauses are encoded (0 SAT variables, 330104 SAT clauses)
11.89/4.83	c (4,4) 1680 (20 %) CSP clauses are encoded (0 SAT variables, 567230 SAT clauses)
12.86/5.75	c (5,5) 2520 (30 %) CSP clauses are encoded (0 SAT variables, 802862 SAT clauses)
13.77/6.67	c (6,6) 3360 (40 %) CSP clauses are encoded (0 SAT variables, 1037216 SAT clauses)
14.68/7.59	c (7,7) 4200 (50 %) CSP clauses are encoded (0 SAT variables, 1274486 SAT clauses)
15.85/8.53	c (7,7) 5040 (60 %) CSP clauses are encoded (0 SAT variables, 1512051 SAT clauses)
16.71/9.64	c (9,8) 5880 (70 %) CSP clauses are encoded (0 SAT variables, 1746298 SAT clauses)
17.57/10.43	c (9,9) 6720 (80 %) CSP clauses are encoded (0 SAT variables, 1979654 SAT clauses)
18.37/11.23	c (10,10) 7560 (90 %) CSP clauses are encoded (0 SAT variables, 2215652 SAT clauses)
19.30/12.06	c (11,11) 8400 (100 %) CSP clauses are encoded (0 SAT variables, 2460864 SAT clauses)
19.30/12.06	c (11,11) CSPinCNF to SatSolver End
19.30/12.06	c (11,11) Heap : 3577 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
19.30/12.06	c (11,11) 98584 bool, 2461304 clause
19.30/12.06	c (11,11) Export Begin
19.43/12.15	c (11,11) Export to HOME/scop-8617-serial-file.bin
19.43/12.15	c (11,11) Export End
19.43/12.16	c (11,11) Export File Size: 0.03 MB
19.43/12.16	c (11,11) 1,1,1,1,1,1,11,STOP-AFTER(DIMACS)
19.43/12.16	c END-Prog: Tue Sep 24 22:41:45 CEST 2019
19.43/12.20	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-8617-serial-file.bin
19.57/12.66	c (0,0) Read Serial File Begin
19.57/12.66	c (0,0) HOME/scop-8617-serial-file.bin
19.57/12.88	c (0,0) Read Serial File End
19.57/12.89	
19.57/12.89	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
19.57/12.89	(Solving Process)
19.57/12.89	
19.57/12.92	c BEGIN-Prog: Tue Sep 24 22:41:45 CEST 2019
19.57/12.92	c PID: 8640
19.57/12.92	c IP: 172.20.3.126
19.57/12.92	c HOST: node126.alineos.net
19.57/12.92	c (0,0) SatSolver.solve Begin
19.57/12.92	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405209-1569357730.xml-scop-8620.cnf
19.57/12.95	c (0,0) c
19.57/12.95	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)
19.57/12.95	c (0,0) c
19.57/12.95	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
19.57/12.95	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
19.57/12.95	c (0,0) c ========================================[ Problem Statistics ]===========================================
19.57/12.95	c (0,0) c |                                                                                                       |
21.67/13.82	c (1,0) c |  Number of variables:         98584                                                                   |
21.67/13.82	c (1,0) c |  Number of clauses:         2461304                                                                   |
21.67/13.82	c (1,0) c |  Parse time:                   0.79 s                                                                 |
21.67/13.82	c (1,0) c |                                                                                                       |
26.57/18.75	c (6,0) c |  Simplification time:          4.84 s                                                                 |
26.57/18.75	c (6,0) c |                                                                                                       |
26.57/18.75	c (6,0) c |  Generating clones                                                                                    |
27.28/19.41	c (6,0) c |  all clones generated. Memory =  1545.37Mb.                                                           |
27.28/19.41	c (6,0) c ========================================================================================================|
27.28/19.41	c (6,0) c
27.28/19.41	c (6,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
27.28/19.41	c (6,0) c
27.28/19.41	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
27.28/19.41	c (6,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
27.28/19.41	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
27.28/19.41	c (6,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
27.28/19.41	c (6,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
27.28/19.41	c (6,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
27.28/19.41	c (6,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
27.28/19.41	c (6,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
27.28/19.41	c (6,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
27.28/19.41	c (6,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
27.28/19.41	c (6,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
27.28/19.41	c (6,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
27.28/19.41	c (6,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
27.28/19.41	c (6,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
27.28/19.41	c (6,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
27.28/19.41	c (6,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
27.28/19.41	c (6,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
27.28/19.41	c (6,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
27.28/19.41	c (6,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.91	c (8,0) c
38.39/20.91	c (8,0) c real time : 7.97 s
38.39/20.91	c (8,0) c cpu time  : 16.7634 s
38.39/20.91	c (8,0) c
38.39/20.91	c (8,0) c
38.39/20.91	c (8,0) c
38.39/20.91	c (8,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
38.39/20.91	c (8,0) c
38.39/20.91	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.91	c (8,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
38.39/20.91	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.91	c (8,0) c | Conflicts     |           10284 |       1037 |       1186 |       1599 |       1055 |       1662 |       1586 |       1522 |        637 |
38.39/20.91	c (8,0) c | Decisions     |           15508 |       1532 |       1854 |       2290 |       1654 |       2299 |       2266 |       2474 |       1139 |
38.39/20.91	c (8,0) c | Propagations  |        11711752 |    1180729 |    1323024 |    1513184 |    1290671 |    1559595 |    1904050 |    1800243 |    1140256 |
38.39/20.91	c (8,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.91	c (8,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
38.39/20.91	c (8,0) c | Restarts      |              19 |          1 |          4 |          2 |          2 |          1 |          3 |          4 |          2 |
38.39/20.91	c (8,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.91	c (8,0) c | PropBinClauses|        13978067 |    1539601 |    1511763 |    1856534 |    1496961 |    1945569 |    2174202 |    2096092 |    1357345 |
38.39/20.91	c (8,0) c | PropPreBlocker|       181608127 |   19546607 |   20616718 |   20290797 |   20850085 |   21806977 |   28625781 |   28556676 |   21314486 |
38.39/20.91	c (8,0) c | PropNotBlocker|        63141080 |    7303098 |    6214169 |    9214882 |    6145917 |   10266897 |    8780601 |    9287499 |    5928017 |
38.39/20.91	c (8,0) c | LitFullScans  |       273208278 |   30022366 |   30028592 |   33102864 |   30020316 |   36002085 |   42005014 |   42013755 |   30013286 |
38.39/20.91	c (8,0) c | LitScanFracts |            8486 |        285 |       2176 |        155 |        677 |        659 |        458 |       2650 |       1426 |
38.39/20.91	c (8,0) c | DecisionLevel0|              26 |          1 |          4 |          9 |          2 |          1 |          3 |          4 |          2 |
38.39/20.91	c (8,0) c | Periods       |              45 |          5 |          5 |          5 |          5 |          6 |          7 |          7 |          5 |
38.39/20.91	c (8,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
38.39/20.91	c (8,0) c | Avg_Trail     |                 |      18821 |       9575 |       7131 |      14487 |       7709 |      12412 |      10091 |      28352 |
38.39/20.91	c (8,0) c | Avg_DL        |                 |        129 |         29 |         17 |         28 |         20 |         33 |         30 |        120 |
38.39/20.91	c (8,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.91	c (8,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.91	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.91	c (8,0) c | Exported      |             468 |         37 |         39 |        135 |         34 |         91 |         36 |         81 |         15 |
38.39/20.91	c (8,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.91	c (8,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.91	c (8,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.92	c (8,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.92	c (8,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.92	c (8,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
38.39/20.92	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.92	c (8,0) c | Unaries       |                 |          0 |          0 |          7 |          0 |          0 |          0 |          0 |          0 |
38.39/20.92	c (8,0) c | Binaries      |                 |          0 |          0 |         29 |          0 |          3 |          0 |          0 |          0 |
38.39/20.92	c (8,0) c | Glues         |                 |         37 |         39 |        135 |         34 |         91 |         36 |         81 |         15 |
38.39/20.92	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.92	c (8,0) c | Orig_Seen     |             0 % |       8362 |      10572 |       7625 |       7182 |       8565 |      10183 |      12552 |       8210 |
38.39/20.92	c (8,0) c | Diff Orig seen|                 |        737 |       2947 |      X     | -      443 |        940 |       2558 |       4927 |        585 |
38.39/20.92	c (8,0) c | Hamming       |            24 % |      21428 |      22674 |      X     |      24825 |      22052 |      25078 |      23291 |      26839 |
38.39/20.92	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.92	c (8,0) c | RunningTime   |                 |    1.5 100%|    1.4 100%|    1.3 100%|    1.4 100%|    1.4 100%|    1.4 100%|    1.5 100%|    1.5 100%|
38.39/20.92	c (8,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%|
38.39/20.92	c (8,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%|
38.39/20.92	c (8,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%|
38.39/20.92	c (8,0) c | SolvingTime   |                 |    1.5     |    1.4     |    1.3     |    1.4     |    1.4     |    1.4     |    1.5     |    1.5     |
38.39/20.92	c (8,0) c | PropagationTim|                 |    1.4  96%|    1.4  96%|    1.3  96%|    1.3  96%|    1.3  96%|    1.3  95%|    1.4  96%|    1.4  96%|
38.39/20.92	c (8,0) c | AnalysisTime  |                 |    0.0   2%|    0.0   3%|    0.0   2%|    0.0   2%|    0.0   2%|    0.0   3%|    0.0   2%|    0.0   2%|
38.39/20.92	c (8,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
38.39/20.92	c (8,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%|
38.39/20.92	c (8,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%|
38.39/20.92	c (8,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%|
38.39/20.92	c (8,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.92	c (8,0) c
38.39/20.92	c (8,0) c
38.39/20.92	c (8,0) c Threads : 8
38.39/20.92	c (8,0) c Winner : 2
38.39/20.92	c (8,0) c Conflicts_0 : 1037
38.39/20.92	c (8,0) c Conflicts_1 : 1186
38.39/20.92	c (8,0) c Conflicts_2 : 1599
38.39/20.92	c (8,0) c Conflicts_3 : 1055
38.39/20.92	c (8,0) c Conflicts_4 : 1662
38.39/20.92	c (8,0) c Conflicts_5 : 1586
38.39/20.92	c (8,0) c Conflicts_6 : 1522
38.39/20.92	c (8,0) c Conflicts_7 : 637
38.39/20.92	c (8,0) c Conflicts_total : 10284
38.39/20.92	c (8,0) c Conflicts_winner : 1599
38.39/20.92	c (8,0) c Decisions_0 : 1532
38.39/20.92	c (8,0) c Decisions_1 : 1854
38.39/20.92	c (8,0) c Decisions_2 : 2290
38.39/20.92	c (8,0) c Decisions_3 : 1654
38.39/20.92	c (8,0) c Decisions_4 : 2299
38.39/20.92	c (8,0) c Decisions_5 : 2266
38.39/20.92	c (8,0) c Decisions_6 : 2474
38.39/20.92	c (8,0) c Decisions_7 : 1139
38.39/20.92	c (8,0) c Decisions_total : 15508
38.39/20.92	c (8,0) c Decisions_winner : 2290
38.39/20.92	c (8,0) c Propagations_0 : 1180729
38.39/20.92	c (8,0) c Propagations_1 : 1323024
38.39/20.92	c (8,0) c Propagations_2 : 1513184
38.39/20.92	c (8,0) c Propagations_3 : 1290671
38.39/20.92	c (8,0) c Propagations_4 : 1559595
38.39/20.92	c (8,0) c Propagations_5 : 1904050
38.39/20.92	c (8,0) c Propagations_6 : 1800243
38.39/20.92	c (8,0) c Propagations_7 : 1140256
38.39/20.92	c (8,0) c Propagations_total : 11711752
38.39/20.92	c (8,0) c Propagations_winner : 1513184
38.39/20.92	c (8,0) c ReduceDBs_0 : 0
38.39/20.92	c (8,0) c ReduceDBs_1 : 0
38.39/20.92	c (8,0) c ReduceDBs_2 : 0
38.39/20.92	c (8,0) c ReduceDBs_3 : 0
38.39/20.92	c (8,0) c ReduceDBs_4 : 0
38.39/20.92	c (8,0) c ReduceDBs_5 : 0
38.39/20.92	c (8,0) c ReduceDBs_6 : 0
38.39/20.92	c (8,0) c ReduceDBs_7 : 0
38.39/20.92	c (8,0) c ReduceDBs_total : 0
38.39/20.92	c (8,0) c ReduceDBs_winner : 0
38.39/20.92	c (8,0) c SimpDBs_0 : 1
38.39/20.92	c (8,0) c SimpDBs_1 : 1
38.39/20.92	c (8,0) c SimpDBs_2 : 1
38.39/20.92	c (8,0) c SimpDBs_3 : 1
38.39/20.92	c (8,0) c SimpDBs_4 : 1
38.39/20.92	c (8,0) c SimpDBs_5 : 1
38.39/20.92	c (8,0) c SimpDBs_6 : 1
38.39/20.92	c (8,0) c SimpDBs_7 : 1
38.39/20.92	c (8,0) c SimpDBs_total : 8
38.39/20.92	c (8,0) c SimpDBs_winner : 1
38.39/20.92	c (8,0) c Restarts_0 : 1
38.39/20.92	c (8,0) c Restarts_1 : 4
38.39/20.92	c (8,0) c Restarts_2 : 2
38.39/20.92	c (8,0) c Restarts_3 : 2
38.39/20.92	c (8,0) c Restarts_4 : 1
38.39/20.92	c (8,0) c Restarts_5 : 3
38.39/20.92	c (8,0) c Restarts_6 : 4
38.39/20.92	c (8,0) c Restarts_7 : 2
38.39/20.92	c (8,0) c Restarts_total : 19
38.39/20.92	c (8,0) c Restarts_winner : 2
38.39/20.92	c (8,0) c ForcedImports_0 : 0
38.39/20.92	c (8,0) c ForcedImports_1 : 0
38.39/20.92	c (8,0) c ForcedImports_2 : 0
38.39/20.92	c (8,0) c ForcedImports_3 : 0
38.39/20.92	c (8,0) c ForcedImports_4 : 0
38.39/20.92	c (8,0) c ForcedImports_5 : 0
38.39/20.92	c (8,0) c ForcedImports_6 : 0
38.39/20.92	c (8,0) c ForcedImports_7 : 0
38.39/20.92	c (8,0) c ForcedImports_total : 0
38.39/20.92	c (8,0) c ForcedImports_winner : 0
38.39/20.92	c (8,0) c PropsBinClauses_0 : 1539601
38.39/20.92	c (8,0) c PropsBinClauses_1 : 1511763
38.39/20.92	c (8,0) c PropsBinClauses_2 : 1856534
38.39/20.92	c (8,0) c PropsBinClauses_3 : 1496961
38.39/20.92	c (8,0) c PropsBinClauses_4 : 1945569
38.39/20.92	c (8,0) c PropsBinClauses_5 : 2174202
38.39/20.92	c (8,0) c PropsBinClauses_6 : 2096092
38.39/20.92	c (8,0) c PropsBinClauses_7 : 1357345
38.39/20.92	c (8,0) c PropsBinClauses_total : 13978067
38.39/20.92	c (8,0) c PropsBinClauses_winner : 1856534
38.39/20.92	c (8,0) c PropsPreBlocker_0 : 19546607
38.39/20.92	c (8,0) c PropsPreBlocker_1 : 20616718
38.39/20.92	c (8,0) c PropsPreBlocker_2 : 20290797
38.39/20.92	c (8,0) c PropsPreBlocker_3 : 20850085
38.39/20.92	c (8,0) c PropsPreBlocker_4 : 21806977
38.39/20.92	c (8,0) c PropsPreBlocker_5 : 28625781
38.39/20.92	c (8,0) c PropsPreBlocker_6 : 28556676
38.39/20.92	c (8,0) c PropsPreBlocker_7 : 21314486
38.39/20.92	c (8,0) c PropsPreBlocker_total : 181608127
38.39/20.92	c (8,0) c PropsPreBlocker_winner : 20290797
38.39/20.92	c (8,0) c PropsNotBlocker_0 : 7303098
38.39/20.92	c (8,0) c PropsNotBlocker_1 : 6214169
38.39/20.92	c (8,0) c PropsNotBlocker_2 : 9214882
38.39/20.92	c (8,0) c PropsNotBlocker_3 : 6145917
38.39/20.92	c (8,0) c PropsNotBlocker_4 : 10266897
38.39/20.92	c (8,0) c PropsNotBlocker_5 : 8780601
38.39/20.92	c (8,0) c PropsNotBlocker_6 : 9287499
38.39/20.92	c (8,0) c PropsNotBlocker_7 : 5928017
38.39/20.92	c (8,0) c PropsNotBlocker_total : 63141080
38.39/20.92	c (8,0) c PropsNotBlocker_winner : 9214882
38.39/20.92	c (8,0) c PropsLitFullScans_0 : 30022366
38.39/20.92	c (8,0) c PropsLitFullScans_1 : 30028592
38.39/20.92	c (8,0) c PropsLitFullScans_2 : 33102864
38.39/20.92	c (8,0) c PropsLitFullScans_3 : 30020316
38.39/20.92	c (8,0) c PropsLitFullScans_4 : 36002085
38.39/20.92	c (8,0) c PropsLitFullScans_5 : 42005014
38.39/20.92	c (8,0) c PropsLitFullScans_6 : 42013755
38.39/20.92	c (8,0) c PropsLitFullScans_7 : 30013286
38.39/20.92	c (8,0) c PropsLitFullScans_total : 273208278
38.39/20.92	c (8,0) c PropsLitFullScans_winner : 33102864
38.39/20.92	c (8,0) c LitScanFractions_0 : 285
38.39/20.92	c (8,0) c LitScanFractions_1 : 2176
38.39/20.92	c (8,0) c LitScanFractions_2 : 155
38.39/20.92	c (8,0) c LitScanFractions_3 : 677
38.39/20.92	c (8,0) c LitScanFractions_4 : 659
38.39/20.92	c (8,0) c LitScanFractions_5 : 458
38.39/20.92	c (8,0) c LitScanFractions_6 : 2650
38.39/20.92	c (8,0) c LitScanFractions_7 : 1426
38.39/20.92	c (8,0) c LitScanFractions_total : 8486
38.39/20.92	c (8,0) c LitScanFractions_winner : 155
38.39/20.92	c (8,0) c DecisionLevel0_0 : 1
38.39/20.92	c (8,0) c DecisionLevel0_1 : 4
38.39/20.92	c (8,0) c DecisionLevel0_2 : 9
38.39/20.92	c (8,0) c DecisionLevel0_3 : 2
38.39/20.92	c (8,0) c DecisionLevel0_4 : 1
38.39/20.92	c (8,0) c DecisionLevel0_5 : 3
38.39/20.92	c (8,0) c DecisionLevel0_6 : 4
38.39/20.92	c (8,0) c DecisionLevel0_7 : 2
38.39/20.92	c (8,0) c DecisionLevel0_total : 26
38.39/20.92	c (8,0) c DecisionLevel0_winner : 9
38.39/20.92	c (8,0) c Periods_0 : 5
38.39/20.92	c (8,0) c Periods_1 : 5
38.39/20.92	c (8,0) c Periods_2 : 5
38.39/20.92	c (8,0) c Periods_3 : 5
38.39/20.92	c (8,0) c Periods_4 : 6
38.39/20.92	c (8,0) c Periods_5 : 7
38.39/20.92	c (8,0) c Periods_6 : 7
38.39/20.92	c (8,0) c Periods_7 : 5
38.39/20.92	c (8,0) c Periods_total : 45
38.39/20.92	c (8,0) c Periods_winner : 5
38.39/20.92	c (8,0) c Margin_0 : 20
38.39/20.92	c (8,0) c Margin_1 : 20
38.39/20.92	c (8,0) c Margin_2 : 20
38.39/20.92	c (8,0) c Margin_3 : 20
38.39/20.92	c (8,0) c Margin_4 : 20
38.39/20.92	c (8,0) c Margin_5 : 20
38.39/20.92	c (8,0) c Margin_6 : 20
38.39/20.92	c (8,0) c Margin_7 : 20
38.39/20.92	c (8,0) c Margin_total : 160
38.39/20.92	c (8,0) c Margin_winner : 20
38.39/20.92	c (8,0) c Exported_0 : 37
38.39/20.92	c (8,0) c Exported_1 : 39
38.39/20.92	c (8,0) c Exported_2 : 135
38.39/20.92	c (8,0) c Exported_3 : 34
38.39/20.92	c (8,0) c Exported_4 : 91
38.39/20.92	c (8,0) c Exported_5 : 36
38.39/20.92	c (8,0) c Exported_6 : 81
38.39/20.92	c (8,0) c Exported_7 : 15
38.39/20.92	c (8,0) c Exported_total : 468
38.39/20.92	c (8,0) c Exported_winner : 135
38.39/20.92	c (8,0) c Imported_0 : 0
38.39/20.92	c (8,0) c Imported_1 : 0
38.39/20.92	c (8,0) c Imported_2 : 0
38.39/20.92	c (8,0) c Imported_3 : 0
38.39/20.92	c (8,0) c Imported_4 : 0
38.39/20.92	c (8,0) c Imported_5 : 0
38.39/20.92	c (8,0) c Imported_6 : 0
38.39/20.92	c (8,0) c Imported_7 : 0
38.39/20.92	c (8,0) c Imported_total : 0
38.39/20.92	c (8,0) c Imported_winner : 0
38.39/20.92	c (8,0) c Good_0 : 0
38.39/20.92	c (8,0) c Good_1 : 0
38.39/20.92	c (8,0) c Good_2 : 0
38.39/20.92	c (8,0) c Good_3 : 0
38.39/20.92	c (8,0) c Good_4 : 0
38.39/20.92	c (8,0) c Good_5 : 0
38.39/20.92	c (8,0) c Good_6 : 0
38.39/20.92	c (8,0) c Good_7 : 0
38.39/20.92	c (8,0) c Good_total : 0
38.39/20.92	c (8,0) c Good_winner : 0
38.39/20.92	c (8,0) c Purge_0 : 0
38.39/20.92	c (8,0) c Purge_1 : 0
38.39/20.92	c (8,0) c Purge_2 : 0
38.39/20.92	c (8,0) c Purge_3 : 0
38.39/20.92	c (8,0) c Purge_4 : 0
38.39/20.92	c (8,0) c Purge_5 : 0
38.39/20.92	c (8,0) c Purge_6 : 0
38.39/20.92	c (8,0) c Purge_7 : 0
38.39/20.92	c (8,0) c Purge_total : 0
38.39/20.93	c (8,0) c Purge_winner : 0
38.39/20.93	c (8,0) c Promoted_0 : 0
38.39/20.93	c (8,0) c Promoted_1 : 0
38.39/20.93	c (8,0) c Promoted_2 : 0
38.39/20.93	c (8,0) c Promoted_3 : 0
38.39/20.93	c (8,0) c Promoted_4 : 0
38.39/20.93	c (8,0) c Promoted_5 : 0
38.39/20.93	c (8,0) c Promoted_6 : 0
38.39/20.93	c (8,0) c Promoted_7 : 0
38.39/20.93	c (8,0) c Promoted_total : 0
38.39/20.93	c (8,0) c Promoted_winner : 0
38.39/20.93	c (8,0) c Remove_Imp_0 : 0
38.39/20.93	c (8,0) c Remove_Imp_1 : 0
38.39/20.93	c (8,0) c Remove_Imp_2 : 0
38.39/20.93	c (8,0) c Remove_Imp_3 : 0
38.39/20.93	c (8,0) c Remove_Imp_4 : 0
38.39/20.93	c (8,0) c Remove_Imp_5 : 0
38.39/20.93	c (8,0) c Remove_Imp_6 : 0
38.39/20.93	c (8,0) c Remove_Imp_7 : 0
38.39/20.93	c (8,0) c Remove_Imp_total : 0
38.39/20.93	c (8,0) c Remove_Imp_winner : 0
38.39/20.93	c (8,0) c Blocked_Reuse_0 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_1 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_2 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_3 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_4 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_5 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_6 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_7 : 0
38.39/20.93	c (8,0) c Blocked_Reuse_total : 0
38.39/20.93	c (8,0) c Blocked_Reuse_winner : 0
38.39/20.93	c (8,0) c Unaries_0 : 0
38.39/20.93	c (8,0) c Unaries_1 : 0
38.39/20.93	c (8,0) c Unaries_2 : 7
38.39/20.93	c (8,0) c Unaries_3 : 0
38.39/20.93	c (8,0) c Unaries_4 : 0
38.39/20.93	c (8,0) c Unaries_5 : 0
38.39/20.93	c (8,0) c Unaries_6 : 0
38.39/20.93	c (8,0) c Unaries_7 : 0
38.39/20.93	c (8,0) c Unaries_total : 7
38.39/20.93	c (8,0) c Unaries_winner : 7
38.39/20.93	c (8,0) c Binaries_0 : 0
38.39/20.93	c (8,0) c Binaries_1 : 0
38.39/20.93	c (8,0) c Binaries_2 : 29
38.39/20.93	c (8,0) c Binaries_3 : 0
38.39/20.93	c (8,0) c Binaries_4 : 3
38.39/20.93	c (8,0) c Binaries_5 : 0
38.39/20.93	c (8,0) c Binaries_6 : 0
38.39/20.93	c (8,0) c Binaries_7 : 0
38.39/20.93	c (8,0) c Binaries_total : 32
38.39/20.93	c (8,0) c Binaries_winner : 29
38.39/20.93	c (8,0) c Glues_0 : 37
38.39/20.93	c (8,0) c Glues_1 : 39
38.39/20.93	c (8,0) c Glues_2 : 135
38.39/20.93	c (8,0) c Glues_3 : 34
38.39/20.93	c (8,0) c Glues_4 : 91
38.39/20.93	c (8,0) c Glues_5 : 36
38.39/20.93	c (8,0) c Glues_6 : 81
38.39/20.93	c (8,0) c Glues_7 : 15
38.39/20.93	c (8,0) c Glues_total : 468
38.39/20.93	c (8,0) c Glues_winner : 135
38.39/20.93	c (8,0) c RunningTime_0 : 1.498395
38.39/20.93	c (8,0) c RunningTime_1 : 1.427127
38.39/20.93	c (8,0) c RunningTime_2 : 1.327315
38.39/20.93	c (8,0) c RunningTime_3 : 1.355928
38.39/20.93	c (8,0) c RunningTime_4 : 1.391889
38.39/20.93	c (8,0) c RunningTime_5 : 1.383845
38.39/20.93	c (8,0) c RunningTime_6 : 1.492145
38.39/20.93	c (8,0) c RunningTime_7 : 1.492918
38.39/20.93	c (8,0) c RunningTime_total : 11.369561
38.39/20.93	c (8,0) c RunningTime_winner : 1.327315
38.39/20.93	c (8,0) c WaitingTime_0 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_1 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_2 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_3 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_4 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_5 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_6 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_7 : 0.000000
38.39/20.93	c (8,0) c WaitingTime_total : 0.000000
38.39/20.93	c (8,0) c WaitingTime_winner : 0.000000
38.39/20.93	c (8,0) c ExchangingTime_0 : 0.000299
38.39/20.93	c (8,0) c ExchangingTime_1 : 0.000285
38.39/20.93	c (8,0) c ExchangingTime_2 : 0.000479
38.39/20.93	c (8,0) c ExchangingTime_3 : 0.000252
38.39/20.93	c (8,0) c ExchangingTime_4 : 0.000385
38.39/20.93	c (8,0) c ExchangingTime_5 : 0.000280
38.39/20.93	c (8,0) c ExchangingTime_6 : 0.001061
38.39/20.93	c (8,0) c ExchangingTime_7 : 0.000150
38.39/20.93	c (8,0) c ExchangingTime_total : 0.003191
38.39/20.93	c (8,0) c ExchangingTime_winner : 0.000479
38.39/20.93	c (8,0) c PeriodProcTime_0 : 0.000089
38.39/20.93	c (8,0) c PeriodProcTime_1 : 0.000100
38.39/20.93	c (8,0) c PeriodProcTime_2 : 0.000067
38.39/20.93	c (8,0) c PeriodProcTime_3 : 0.000081
38.39/20.93	c (8,0) c PeriodProcTime_4 : 0.000087
38.39/20.93	c (8,0) c PeriodProcTime_5 : 0.000108
38.39/20.93	c (8,0) c PeriodProcTime_6 : 0.000168
38.39/20.93	c (8,0) c PeriodProcTime_7 : 0.000083
38.39/20.93	c (8,0) c PeriodProcTime_total : 0.000783
38.39/20.93	c (8,0) c PeriodProcTime_winner : 0.000067
38.39/20.93	c (8,0) c SolvingTime_0 : 1.498783
38.39/20.93	c (8,0) c SolvingTime_1 : 1.427511
38.39/20.93	c (8,0) c SolvingTime_2 : 1.327861
38.39/20.93	c (8,0) c SolvingTime_3 : 1.356260
38.39/20.93	c (8,0) c SolvingTime_4 : 1.392361
38.39/20.93	c (8,0) c SolvingTime_5 : 1.384234
38.39/20.93	c (8,0) c SolvingTime_6 : 1.493375
38.39/20.93	c (8,0) c SolvingTime_7 : 1.493151
38.39/20.93	c (8,0) c SolvingTime_total : 11.373535
38.39/20.93	c (8,0) c SolvingTime_winner : 1.327861
38.39/20.93	c (8,0) c PropagationTime_0 : 1.442801
38.39/20.93	c (8,0) c PropagationTime_1 : 1.366585
38.39/20.93	c (8,0) c PropagationTime_2 : 1.281175
38.39/20.93	c (8,0) c PropagationTime_3 : 1.302837
38.39/20.93	c (8,0) c PropagationTime_4 : 1.339814
38.39/20.93	c (8,0) c PropagationTime_5 : 1.319508
38.39/20.93	c (8,0) c PropagationTime_6 : 1.433546
38.39/20.93	c (8,0) c PropagationTime_7 : 1.432042
38.39/20.93	c (8,0) c PropagationTime_total : 10.918308
38.39/20.93	c (8,0) c PropagationTime_winner : 1.281175
38.39/20.93	c (8,0) c AnalysisTime_0 : 0.030341
38.39/20.93	c (8,0) c AnalysisTime_1 : 0.036015
38.39/20.93	c (8,0) c AnalysisTime_2 : 0.024190
38.39/20.93	c (8,0) c AnalysisTime_3 : 0.030157
38.39/20.93	c (8,0) c AnalysisTime_4 : 0.029679
38.39/20.93	c (8,0) c AnalysisTime_5 : 0.035336
38.39/20.93	c (8,0) c AnalysisTime_6 : 0.031975
38.39/20.93	c (8,0) c AnalysisTime_7 : 0.036316
38.39/20.93	c (8,0) c AnalysisTime_total : 0.254009
38.39/20.93	c (8,0) c AnalysisTime_winner : 0.024190
38.39/20.93	c (8,0) c ReductionTime_0 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_1 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_2 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_3 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_4 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_5 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_6 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_7 : 0.000000
38.39/20.93	c (8,0) c ReductionTime_total : 0.000000
38.39/20.93	c (8,0) c ReductionTime_winner : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_0 : 0.000001
38.39/20.93	c (8,0) c SimplifyTime_1 : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_2 : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_3 : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_4 : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_5 : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_6 : 0.000001
38.39/20.93	c (8,0) c SimplifyTime_7 : 0.000000
38.39/20.93	c (8,0) c SimplifyTime_total : 0.000002
38.39/20.93	c (8,0) c SimplifyTime_winner : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_0 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_1 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_2 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_3 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_4 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_5 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_6 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_7 : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_total : 0.000000
38.39/20.93	c (8,0) c UsedRateTime_winner : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_0 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_1 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_2 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_3 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_4 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_5 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_6 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_7 : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_total : 0.000000
38.39/20.93	c (8,0) c OverlapRateTime_winner : 0.000000
38.39/20.93	c (8,0) c
38.39/20.93	c (8,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
38.39/20.93	c (8,0) c
38.39/20.93	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.93	c (8,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
38.39/20.93	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.93	c (8,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
38.39/20.93	c (8,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
38.39/20.93	c (8,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
38.39/20.93	c (8,0) c | Initial random_seed   | 1042123841 | 2136204266 | 1828709122 |  657656709 | 1608306621 | 1719064912 |  694836307 | 1546414759 |
38.39/20.93	c (8,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
38.39/20.93	c (8,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
38.39/20.93	c (8,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
38.39/20.93	c (8,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
38.39/20.93	c (8,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
38.39/20.93	c (8,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
38.39/20.93	c (8,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
38.39/20.93	c (8,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
38.39/20.93	c (8,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
38.39/20.93	c (8,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
38.39/20.93	c (8,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
38.39/20.93	c (8,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
38.39/20.93	c (8,0) 
38.39/20.93	c (8,0) s UNSATISFIABLE
38.39/20.98	c (8,0) SatSolver.solve End
38.39/20.98	c (8,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
38.39/20.98	c (8,0) Show results Begin
38.39/20.98	s UNSATISFIABLE
38.39/20.98	c (8,0) Show results End
38.39/20.98	c (8,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
38.39/20.98	c (8,0) 8,8,STOP-AFTER(ALL)
38.39/20.98	c END-Prog: Tue Sep 24 22:41:53 CEST 2019

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405209-1569357730/watcher-4405209-1569357730 -o /var/tmp/evaluation-result-4405209-1569357730/solver-4405209-1569357730 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node126-1569349500-4304 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405209-1569357730.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=8617, runsolver pid=8614

[startup+0.100158 s]*
/proc/loadavg: 6.76 7.12 7.38 2/212 8639
/proc/meminfo: memFree=24657076/32770624 swapFree=66997072/67108860
[pid=8617] ppid=8614 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/8617/stat : 8617 (scop.sh) S 8614 8617 4277 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512040802 115843072 350 33554432000 4194304 5098028 140736380154240 140736380151496 140417778803324 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 13430784 140736380158717 140736380159064 140736380159064 140736380161993 0
/proc/8617/statm: 28282 350 297 221 0 87 0
[pid=8620] ppid=8617 vsize=27314120 memory=105848 CPUtime=0.11 cores=0-7
/proc/8620/stat : 8620 (java) S 8617 8617 4277 0 -1 1077944320 6072 0 0 0 8 3 0 0 20 0 20 0 512040802 27969658880 26462 33554432000 4194304 4196468 140731856443104 140731856425648 140669059555063 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
/proc/8620/statm: 6828530 26462 2779 1 0 6790935 0
[pid=8620/tid=8621] ppid=8617 vsize=27314120 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/8620/task/8621/stat : 8621 (java) R 8617 8617 4277 0 -1 4202560 4182 0 0 0 6 2 0 0 20 0 20 0 512040802 27969658880 26527 33554432000 4194304 4196468 140731856443104 140669031378112 140669059566998 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8622] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8622/stat : 8622 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140669063797392 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8623] ppid=8617 vsize=27314120 memory=14549713292166808 CPUtime=0 cores=0-7
/proc/8620/task/8623/stat : 8623 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668847192592 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8624] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8624/stat : 8624 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668846139792 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8625] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8625/stat : 8625 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668845086992 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8626] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8626/stat : 8626 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668844035216 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8627] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8627/stat : 8627 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668842982416 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8628] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8628/stat : 8628 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668841929616 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8629] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8629/stat : 8629 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 26527 33554432000 4194304 4196468 140731856443104 140668840876816 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8630] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8630/stat : 8630 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040806 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667111070064 140669059566210 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8631] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8631/stat : 8631 (java) S 8617 8617 4277 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512040807 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667024040992 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8632] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8632/stat : 8632 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040807 27969658880 26527 33554432000 4194304 4196468 140731856443104 140666755605360 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8633] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8633/stat : 8633 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140666381096784 140669059573659 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8634] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8634/stat : 8634 (java) R 8617 8617 4277 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667110017904 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8635] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8635/stat : 8635 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667108965104 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8636] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8636/stat : 8636 (java) R 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667107912304 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8637] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8637/stat : 8637 (java) S 8617 8617 4277 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667106859504 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8638] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8638/stat : 8638 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140665883191904 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8639] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8639/stat : 8639 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 26527 33554432000 4194304 4196468 140731856443104 140667105806896 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 107248 KiB

[startup+0.210284 s]*
/proc/loadavg: 6.76 7.12 7.38 3/212 8639
/proc/meminfo: memFree=24633404/32770624 swapFree=66997072/67108860
[pid=8617] ppid=8614 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/8617/stat : 8617 (scop.sh) S 8614 8617 4277 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512040802 115843072 350 33554432000 4194304 5098028 140736380154240 140736380151496 140417778803324 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 13430784 140736380158717 140736380159064 140736380159064 140736380161993 0
/proc/8617/statm: 28282 350 297 221 0 87 0
[pid=8620] ppid=8617 vsize=27314120 memory=125716 CPUtime=0.25 cores=0-7
/proc/8620/stat : 8620 (java) S 8617 8617 4277 0 -1 1077944320 11722 0 0 0 20 5 0 0 20 0 20 0 512040802 27969658880 31429 33554432000 4194304 4196468 140731856443104 140731856425648 140669059555063 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
/proc/8620/statm: 6828530 31429 2970 1 0 6790935 0
[pid=8620/tid=8621] ppid=8617 vsize=27314120 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/8620/task/8621/stat : 8621 (java) R 8617 8617 4277 0 -1 4202560 9420 0 0 0 16 4 0 0 20 0 20 0 512040802 27969658880 31429 33554432000 4194304 4196468 140731856443104 140669031375968 140669041118638 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8622] ppid=8617 vsize=27314120 memory=9329 CPUtime=0 cores=0-7
/proc/8620/task/8622/stat : 8622 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140669063797392 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8623] ppid=8617 vsize=27314120 memory=140380542150954 CPUtime=0 cores=0-7
/proc/8620/task/8623/stat : 8623 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668847192592 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8624] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8624/stat : 8624 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668846139792 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8625] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8625/stat : 8625 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668845086992 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8626] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8626/stat : 8626 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668844035216 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8627] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8627/stat : 8627 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668842982416 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8628] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8628/stat : 8628 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668841929616 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8629] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8629/stat : 8629 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 31429 33554432000 4194304 4196468 140731856443104 140668840876816 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8630] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8630/stat : 8630 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040806 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667111070064 140669059566210 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8631] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8631/stat : 8631 (java) S 8617 8617 4277 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512040807 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667024040992 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8632] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8632/stat : 8632 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040807 27969658880 31429 33554432000 4194304 4196468 140731856443104 140666755605360 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8633] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8633/stat : 8633 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140666381096784 140669059573659 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8634] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8634/stat : 8634 (java) S 8617 8617 4277 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667110017904 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8635] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8635/stat : 8635 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667108965104 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8636] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8636/stat : 8636 (java) S 8617 8617 4277 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667107912304 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8637] ppid=8617 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/8620/task/8637/stat : 8637 (java) S 8617 8617 4277 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667106859504 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8638] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8638/stat : 8638 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140665883191904 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8639] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8639/stat : 8639 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 31429 33554432000 4194304 4196468 140731856443104 140667105806896 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127116 KiB

[startup+0.309847 s]*
/proc/loadavg: 6.76 7.12 7.38 2/212 8639
/proc/meminfo: memFree=24630240/32770624 swapFree=66997072/67108860
[pid=8617] ppid=8614 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/8617/stat : 8617 (scop.sh) S 8614 8617 4277 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512040802 115843072 350 33554432000 4194304 5098028 140736380154240 140736380151496 140417778803324 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 13430784 140736380158717 140736380159064 140736380159064 140736380161993 0
/proc/8617/statm: 28282 350 297 221 0 87 0
[pid=8620] ppid=8617 vsize=27314120 memory=129484 CPUtime=0.42 cores=0-7
/proc/8620/stat : 8620 (java) S 8617 8617 4277 0 -1 1077944320 12257 0 0 0 37 5 0 0 20 0 20 0 512040802 27969658880 32371 33554432000 4194304 4196468 140731856443104 140731856425648 140669059555063 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
/proc/8620/statm: 6828530 32371 3014 1 0 6790935 0
[pid=8620/tid=8621] ppid=8617 vsize=27314120 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/8620/task/8621/stat : 8621 (java) R 8617 8617 4277 0 -1 4202560 9782 0 0 0 26 4 0 0 20 0 20 0 512040802 27969658880 32371 33554432000 4194304 4196468 140731856443104 140669031340048 140669042741893 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8622] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8622/stat : 8622 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140669063797392 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8623] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8623/stat : 8623 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668847192592 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8624] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8624/stat : 8624 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668846139792 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8625] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8625/stat : 8625 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668845086992 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8626] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8626/stat : 8626 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668844035216 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8627] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8627/stat : 8627 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668842982416 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8628] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8628/stat : 8628 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668841929616 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8629] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8629/stat : 8629 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040805 27969658880 32371 33554432000 4194304 4196468 140731856443104 140668840876816 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8630] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8630/stat : 8630 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040806 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667111070064 140669059566210 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8631] ppid=8617 vsize=27314120 memory=280760804384128 CPUtime=0 cores=0-7
/proc/8620/task/8631/stat : 8631 (java) S 8617 8617 4277 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512040807 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667024040992 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8632] ppid=8617 vsize=27314120 memory=280760804388736 CPUtime=0 cores=0-7
/proc/8620/task/8632/stat : 8632 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040807 27969658880 32371 33554432000 4194304 4196468 140731856443104 140666755605360 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8633] ppid=8617 vsize=27314120 memory=280760804393344 CPUtime=0 cores=0-7
/proc/8620/task/8633/stat : 8633 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140666381096784 140669059573659 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8634] ppid=8617 vsize=27314120 memory=280760804397952 CPUtime=0 cores=0-7
/proc/8620/task/8634/stat : 8634 (java) S 8617 8617 4277 0 -1 1077944384 477 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667110017904 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8635] ppid=8617 vsize=27314120 memory=280760804402560 CPUtime=0.02 cores=0-7
/proc/8620/task/8635/stat : 8635 (java) R 8617 8617 4277 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667108965104 140669039217488 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8636] ppid=8617 vsize=27314120 memory=280760804407168 CPUtime=0 cores=0-7
/proc/8620/task/8636/stat : 8636 (java) S 8617 8617 4277 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667107912304 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8637] ppid=8617 vsize=27314120 memory=280760804411776 CPUtime=0.07 cores=0-7
/proc/8620/task/8637/stat : 8637 (java) S 8617 8617 4277 0 -1 1077944384 516 0 0 0 7 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667106859504 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8638] ppid=8617 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8638/stat : 8638 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140665883191904 140669059565269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8639] ppid=8617 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/8620/task/8639/stat : 8639 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040810 27969658880 32371 33554432000 4194304 4196468 140731856443104 140667105806896 140669059566210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 130884 KiB

[startup+0.700919 s]
/proc/loadavg: 6.76 7.12 7.38 3/212 8639
/proc/meminfo: memFree=24608288/32770624 swapFree=66997072/67108860
[pid=8617] ppid=8614 vsize=113128 memory=1400 CPUtime=0 cores=0-7
/proc/8617/stat : 8617 (scop.sh) S 8614 8617 4277 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 512040802 115843072 350 33554432000 4194304 5098028 140736380154240 140736380151496 140417778803324 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 13430784 140736380158717 140736380159064 140736380159064 140736380161993 0
/proc/8617/statm: 28282 350 297 221 0 87 0
[pid=8620] ppid=8617 vsize=27320392 memory=165476 CPUtime=0.98 cores=0-7
/proc/8620/stat : 8620 (java) S 8617 8617 4277 0 -1 1077944320 19878 0 0 0 91 7 0 0 20 0 20 0 512040802 27976081408 41369 33554432000 4194304 4196468 140731856443104 140731856425648 140669059555063 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
/proc/8620/statm: 6830098 41369 3198 1 0 6791447 0
[pid=8620/tid=8621] ppid=8617 vsize=27320392 memory=0 CPUtime=0.68 cores=0-7
/proc/8620/task/8621/stat : 8621 (java) R 8617 8617 4277 0 -1 4202560 16843 0 0 0 62 6 0 0 20 0 20 0 512040802 27976081408 41369 33554432000 4194304 4196468 140731856443104 140669031390800 140669059566998 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8622] ppid=8617 vsize=27320392 memory=140380402393984 CPUtime=0 cores=0-7
/proc/8620/task/8622/stat : 8622 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27976081408 41369 33554432000 4194304 4196468 140731856443104 140669063797392 140669059565269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8623] ppid=8617 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/8620/task/8623/stat : 8623 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512040805 27976081408 41369 33554432000 4194304 4196468 140731856443104 140668847192592 140669059565269 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0
[pid=8620/tid=8624] ppid=8617 vsize=27320392 memory=1228 CPUtime=0 cores=0-7
/proc/8620/task/8624/stat : 8624 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512040805 27976081408 41369 33554432000 4194304 4196468 140731856443104 140668846139792 140669059565269 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26894336 140731856446152 140731856446598 140731856446598 140731856449487 0

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

[pid=8640/tid=8656] ppid=8617 vsize=8414124 memory=140384837109375 CPUtime=0.08 cores=0-7
/proc/8640/task/8656/stat : 8656 (java) S 8617 8617 4277 0 -1 1077944384 315 0 0 0 8 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719058786416 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8657] ppid=8617 vsize=8414124 memory=6944656592455359580 CPUtime=0.21 cores=0-7
/proc/8640/task/8657/stat : 8657 (java) S 8617 8617 4277 0 -1 1077944384 611 0 0 0 21 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719057733616 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8658] ppid=8617 vsize=8414124 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8640/task/8658/stat : 8658 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139717232290912 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8659] ppid=8617 vsize=8414124 memory=30916 CPUtime=0 cores=0-7
/proc/8640/task/8659/stat : 8659 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042029 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719056682032 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8661] ppid=8617 vsize=8414124 memory=78 CPUtime=0 cores=0-7
/proc/8640/task/8661/stat : 8661 (java) S 8617 8617 4277 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512042096 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719048648256 139719767158553 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8663] ppid=8617 vsize=8414124 memory=7235127812160579953 CPUtime=0 cores=0-7
/proc/8640/task/8663/stat : 8663 (java) S 8617 8617 4277 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 512042097 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716561190544 139719767155869 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8664] ppid=8617 vsize=8414124 memory=8029465584937561699 CPUtime=0 cores=0-7
/proc/8640/task/8664/stat : 8664 (java) S 8617 8617 4277 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 512042097 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716829625872 139719767155869 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8665] ppid=8617 vsize=8414124 memory=7596568048993463149 CPUtime=0 cores=0-7
/proc/8640/task/8665/stat : 8665 (java) S 8617 8617 4277 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512042099 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716292762672 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
Current children cumulated CPU time: 34.97 s
Current children cumulated vsize: 10699560 KiB
Current children cumulated memory: 1772272 KiB

[startup+20.8018 s]
/proc/loadavg: 5.31 6.77 7.26 9/225 8673
/proc/meminfo: memFree=22948960/32770624 swapFree=66997072/67108860
[pid=8617] ppid=8614 vsize=113128 memory=1476 CPUtime=19.57 cores=0-7
/proc/8617/stat : 8617 (scop.sh) S 8614 8617 4277 0 -1 4202496 582 33604 0 0 0 0 1840 117 20 0 1 0 512040802 115843072 369 33554432000 4194304 5098028 140736380154240 140736380150984 140417778803324 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13430784 140736380158717 140736380159064 140736380159064 140736380161993 0
/proc/8617/statm: 28282 369 311 221 0 87 0
[pid=8640] ppid=8617 vsize=8414124 memory=121916 CPUtime=1.27 cores=0-7
/proc/8640/stat : 8640 (java) S 8617 8617 4277 0 -1 1077944320 21361 0 0 0 119 8 0 0 20 0 24 0 512042022 8616062976 30479 33554432000 4194304 4196468 140724895840416 140724895822960 139719767133943 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
/proc/8640/statm: 2103531 30479 3210 1 0 2064875 0
[pid=8660] ppid=8640 vsize=2172308 memory=1653972 CPUtime=17.2 cores=0-7
/proc/8660/stat : 8660 (manyglucose-4.1) S 8640 8617 4277 0 -1 1077944320 387663 0 0 0 1643 77 0 0 20 0 6 0 512042096 2224443392 413493 33554432000 4194304 4454172 140721927316640 140721927315024 139983324274423 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
/proc/8660/statm: 543077 413493 420 64 0 538745 0
[pid=8660/tid=8666] ppid=8640 vsize=2172308 memory=1984 CPUtime=1.35 cores=0-7
/proc/8660/task/8666/stat : 8666 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 9421 0 0 0 133 2 0 0 20 0 6 0 512042743 2224443392 413493 33554432000 4194304 4454172 140721927316640 139983275592488 4351289 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8660/tid=8667] ppid=8640 vsize=2172308 memory=55 CPUtime=1.32 cores=0-7
/proc/8660/task/8667/stat : 8667 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 12538 0 0 0 126 6 0 0 20 0 6 0 512042743 2224443392 413493 33554432000 4194304 4454172 140721927316640 139982456343336 4351209 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8660/tid=8670] ppid=8640 vsize=2172308 memory=280760805936224 CPUtime=1.35 cores=0-7
/proc/8660/task/8670/stat : 8670 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 12235 0 0 0 131 4 0 0 20 0 6 0 512042743 2224443392 413493 33554432000 4194304 4454172 140721927316640 139982431165224 4349826 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8660/tid=8672] ppid=8640 vsize=2172308 memory=121916 CPUtime=1.35 cores=0-7
/proc/8660/task/8672/stat : 8672 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 8429 0 0 0 133 2 0 0 20 0 6 0 512042744 2224443392 413493 33554432000 4194304 4454172 140721927316640 139982414379816 4351286 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8660/tid=8673] ppid=8640 vsize=2172308 memory=281932 CPUtime=1.34 cores=0-7
/proc/8660/task/8673/stat : 8673 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 9419 0 0 0 128 6 0 0 20 0 6 0 512042744 2224443392 413493 33554432000 4194304 4454172 140721927316640 139982405987112 4350930 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8640/tid=8641] ppid=8617 vsize=8414124 memory=4580 CPUtime=0.77 cores=0-7
/proc/8640/task/8641/stat : 8641 (java) S 8617 8617 4277 0 -1 1077944384 17742 0 0 0 71 6 0 0 20 0 24 0 512042022 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719738974112 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8642] ppid=8617 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/8640/task/8642/stat : 8642 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719771376784 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8643] ppid=8617 vsize=8414124 memory=121916 CPUtime=0 cores=0-7
/proc/8640/task/8643/stat : 8643 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719585532944 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8644] ppid=8617 vsize=8414124 memory=281932 CPUtime=0 cores=0-7
/proc/8640/task/8644/stat : 8644 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719584480144 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8645] ppid=8617 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/8640/task/8645/stat : 8645 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719583427344 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8646] ppid=8617 vsize=8414124 memory=121916 CPUtime=0 cores=0-7
/proc/8640/task/8646/stat : 8646 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719582374544 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8647] ppid=8617 vsize=8414124 memory=277396 CPUtime=0 cores=0-7
/proc/8640/task/8647/stat : 8647 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719248345616 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8648] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8648/stat : 8648 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719247292816 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8649] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8649/stat : 8649 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719246240016 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8650] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8650/stat : 8650 (java) S 8617 8617 4277 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512042025 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719061945200 139719767145090 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8651] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8651/stat : 8651 (java) S 8617 8617 4277 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512042025 8616062976 30479 33554432000 4194304 4196468 140724895840416 139718373140000 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8652] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8652/stat : 8652 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042026 8616062976 30479 33554432000 4194304 4196468 140724895840416 139718104704368 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8653] ppid=8617 vsize=8414124 memory=-5059952977386882957 CPUtime=0 cores=0-7
/proc/8640/task/8653/stat : 8653 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139717730195792 139719767152539 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8654] ppid=8617 vsize=8414124 memory=121916 CPUtime=0.04 cores=0-7
/proc/8640/task/8654/stat : 8654 (java) S 8617 8617 4277 0 -1 1077944384 660 0 0 0 4 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719060892016 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8655] ppid=8617 vsize=8414124 memory=257864 CPUtime=0.12 cores=0-7
/proc/8640/task/8655/stat : 8655 (java) S 8617 8617 4277 0 -1 1077944384 634 0 0 0 12 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719059839216 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8656] ppid=8617 vsize=8414124 memory=-6352670693803649130 CPUtime=0.08 cores=0-7
/proc/8640/task/8656/stat : 8656 (java) S 8617 8617 4277 0 -1 1077944384 315 0 0 0 8 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719058786416 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8657] ppid=8617 vsize=8414124 memory=-7595718147998060693 CPUtime=0.21 cores=0-7
/proc/8640/task/8657/stat : 8657 (java) S 8617 8617 4277 0 -1 1077944384 611 0 0 0 21 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719057733616 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8658] ppid=8617 vsize=8414124 memory=-7523660553960122769 CPUtime=0 cores=0-7
/proc/8640/task/8658/stat : 8658 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139717232290912 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8659] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8659/stat : 8659 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042029 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719056682032 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8661] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8661/stat : 8661 (java) S 8617 8617 4277 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512042096 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719048648256 139719767158553 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8663] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8663/stat : 8663 (java) S 8617 8617 4277 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 512042097 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716561190544 139719767155869 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8664] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8664/stat : 8664 (java) S 8617 8617 4277 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 512042097 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716829625872 139719767155869 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8665] ppid=8617 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/8640/task/8665/stat : 8665 (java) S 8617 8617 4277 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512042099 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716292762672 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
Current children cumulated CPU time: 38.04 s
Current children cumulated vsize: 10699560 KiB
Current children cumulated memory: 1777364 KiB

[startup+20.9014 s]
/proc/loadavg: 5.31 6.77 7.26 9/225 8673
/proc/meminfo: memFree=22948960/32770624 swapFree=66997072/67108860
[pid=8617] ppid=8614 vsize=113128 memory=1476 CPUtime=19.57 cores=0-7
/proc/8617/stat : 8617 (scop.sh) S 8614 8617 4277 0 -1 4202496 582 33604 0 0 0 0 1840 117 20 0 1 0 512040802 115843072 369 33554432000 4194304 5098028 140736380154240 140736380150984 140417778803324 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13430784 140736380158717 140736380159064 140736380159064 140736380161993 0
/proc/8617/statm: 28282 369 311 221 0 87 0
[pid=8640] ppid=8617 vsize=8414124 memory=121916 CPUtime=1.27 cores=0-7
/proc/8640/stat : 8640 (java) S 8617 8617 4277 0 -1 1077944320 21361 0 0 0 119 8 0 0 20 0 24 0 512042022 8616062976 30479 33554432000 4194304 4196468 140724895840416 140724895822960 139719767133943 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
/proc/8640/statm: 2103531 30479 3210 1 0 2064875 0
[pid=8660] ppid=8640 vsize=2172308 memory=1654748 CPUtime=17.55 cores=0-7
/proc/8660/stat : 8660 (manyglucose-4.1) S 8640 8617 4277 0 -1 1077944320 397953 0 0 0 1673 82 0 0 20 0 4 0 512042096 2224443392 413687 33554432000 4194304 4454172 140721927316640 140721927315024 139983324274423 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
/proc/8660/statm: 543077 413687 420 64 0 538745 0
[pid=8660/tid=8666] ppid=8640 vsize=2172308 memory=1652760 CPUtime=1.45 cores=0-7
/proc/8660/task/8666/stat : 8666 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 10608 0 0 0 143 2 0 0 20 0 4 0 512042743 2224443392 413689 33554432000 4194304 4454172 140721927316640 139983275592488 4351526 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8660/tid=8672] ppid=8640 vsize=2172308 memory=4076 CPUtime=1.45 cores=0-7
/proc/8660/task/8672/stat : 8672 (manyglucose-4.1) R 8640 8617 4277 0 -1 4202560 9558 0 0 0 143 2 0 0 20 0 4 0 512042744 2224443392 413689 33554432000 4194304 4454172 140721927316640 139982414379944 4333016 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8660/tid=8673] ppid=8640 vsize=2172308 memory=0 CPUtime=1.44 cores=0-7
/proc/8660/task/8673/stat : 8673 (manyglucose-4.1) R 8640 8617 4277 0 -1 12591168 15983 0 0 0 133 11 0 0 20 0 4 0 512042744 2224443392 413689 33554432000 4194304 4454172 140721927316640 139982405987112 4351797 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6552832 6554400 26218496 140721927320398 140721927320604 140721927320604 140721927323574 0
[pid=8640/tid=8641] ppid=8617 vsize=8414124 memory=6944656592455360604 CPUtime=0.77 cores=0-7
/proc/8640/task/8641/stat : 8641 (java) S 8617 8617 4277 0 -1 1077944384 17742 0 0 0 71 6 0 0 20 0 24 0 512042022 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719738974112 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8642] ppid=8617 vsize=8414124 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/8640/task/8642/stat : 8642 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719771376784 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8643] ppid=8617 vsize=8414124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/8640/task/8643/stat : 8643 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719585532944 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8644] ppid=8617 vsize=8414124 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/8640/task/8644/stat : 8644 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719584480144 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8645] ppid=8617 vsize=8414124 memory=14408241710893117 CPUtime=0 cores=0-7
/proc/8640/task/8645/stat : 8645 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719583427344 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8646] ppid=8617 vsize=8414124 memory=55 CPUtime=0 cores=0-7
/proc/8640/task/8646/stat : 8646 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719582374544 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8647] ppid=8617 vsize=8414124 memory=9220 CPUtime=0 cores=0-7
/proc/8640/task/8647/stat : 8647 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719248345616 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8648] ppid=8617 vsize=8414124 memory=22857 CPUtime=0 cores=0-7
/proc/8640/task/8648/stat : 8648 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719247292816 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8649] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8649/stat : 8649 (java) S 8617 8617 4277 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512042023 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719246240016 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8650] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8650/stat : 8650 (java) S 8617 8617 4277 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 512042025 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719061945200 139719767145090 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8651] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8651/stat : 8651 (java) S 8617 8617 4277 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512042025 8616062976 30479 33554432000 4194304 4196468 140724895840416 139718373140000 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8652] ppid=8617 vsize=8414124 memory=141132 CPUtime=0 cores=0-7
/proc/8640/task/8652/stat : 8652 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042026 8616062976 30479 33554432000 4194304 4196468 140724895840416 139718104704368 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8653] ppid=8617 vsize=8414124 memory=1428 CPUtime=0 cores=0-7
/proc/8640/task/8653/stat : 8653 (java) S 8617 8617 4277 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139717730195792 139719767152539 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8654] ppid=8617 vsize=8414124 memory=1060 CPUtime=0.04 cores=0-7
/proc/8640/task/8654/stat : 8654 (java) S 8617 8617 4277 0 -1 1077944384 660 0 0 0 4 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719060892016 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8655] ppid=8617 vsize=8414124 memory=772 CPUtime=0.12 cores=0-7
/proc/8640/task/8655/stat : 8655 (java) S 8617 8617 4277 0 -1 1077944384 634 0 0 0 12 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719059839216 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8656] ppid=8617 vsize=8414124 memory=952 CPUtime=0.08 cores=0-7
/proc/8640/task/8656/stat : 8656 (java) S 8617 8617 4277 0 -1 1077944384 315 0 0 0 8 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719058786416 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8657] ppid=8617 vsize=8414124 memory=14008 CPUtime=0.21 cores=0-7
/proc/8640/task/8657/stat : 8657 (java) S 8617 8617 4277 0 -1 1077944384 611 0 0 0 21 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719057733616 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8658] ppid=8617 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/8640/task/8658/stat : 8658 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042028 8616062976 30479 33554432000 4194304 4196468 140724895840416 139717232290912 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8659] ppid=8617 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/8640/task/8659/stat : 8659 (java) S 8617 8617 4277 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512042029 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719056682032 139719767145090 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8661] ppid=8617 vsize=8414124 memory=6136 CPUtime=0 cores=0-7
/proc/8640/task/8661/stat : 8661 (java) S 8617 8617 4277 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512042096 8616062976 30479 33554432000 4194304 4196468 140724895840416 139719048648256 139719767158553 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8663] ppid=8617 vsize=8414124 memory=772 CPUtime=0 cores=0-7
/proc/8640/task/8663/stat : 8663 (java) S 8617 8617 4277 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 512042097 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716561190544 139719767155869 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8664] ppid=8617 vsize=8414124 memory=952 CPUtime=0 cores=0-7
/proc/8640/task/8664/stat : 8664 (java) S 8617 8617 4277 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 512042097 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716829625872 139719767155869 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
[pid=8640/tid=8665] ppid=8617 vsize=8414124 memory=9564 CPUtime=0 cores=0-7
/proc/8640/task/8665/stat : 8665 (java) S 8617 8617 4277 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512042099 8616062976 30479 33554432000 4194304 4196468 140724895840416 139716292762672 139719767144149 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140724895847392 140724895847558 140724895847558 140724895850447 0
Current children cumulated CPU time: 38.39 s
Current children cumulated vsize: 10699560 KiB
Current children cumulated memory: 1778140 KiB

Child status: 0
Real time (s): 21.0043
CPU time (s): 38.5986
CPU user time (s): 36.4216
CPU system time (s): 2.17697
CPU usage (%): 183.765
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 5919580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4216
system time used= 2.17697
maximum resident set size= 5919520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 103688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24942
involuntary context switches= 154


# summary of solver processes directly reported to runsolver:
#   pid: 8617
#   total CPU time (s): 38.5986
#   total CPU user time (s): 36.4216
#   total CPU system time (s): 2.17697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.187097 second user time and 0.243579 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-24 22:41:32
IDJOB=4405209
IDBENCH=138449
IDSOLVER=2867
FILE ID=node126/4405209-1569357730
RUNJOBID= node126-1569349500-4304
PBS_JOBID= 21705090
Free space on /var/tmp= 13508 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405209-1569357730/watcher-4405209-1569357730 -o /var/tmp/evaluation-result-4405209-1569357730/solver-4405209-1569357730 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node126-1569349500-4304 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405209-1569357730.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=1894693296

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24749348 kB
MemAvailable:   31844496 kB
Buffers:          100060 kB
Cached:          7225408 kB
SwapCached:         7624 kB
Active:          3620948 kB
Inactive:        3714784 kB
Active(anon):       2928 kB
Inactive(anon):    57580 kB
Active(file):    3618020 kB
Inactive(file):  3657204 kB
Unevictable:      109440 kB
Mlocked:          109440 kB
SwapTotal:      67108860 kB
SwapFree:       66997072 kB
Dirty:             20432 kB
Writeback:            32 kB
AnonPages:        113872 kB
Mapped:            54464 kB
Shmem:             41652 kB
Slab:             276292 kB
SReclaimable:     248384 kB
SUnreclaim:        27908 kB
KernelStack:        3440 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node126 at 2019-09-24 22:41:53