Trace number 4405446

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-09-22)UNSAT 22.1239 7.46509

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f05_c18.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark11.0135
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-2104-serial-file.bin HOME/instance-4405446-1569363561.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Wed Sep 25 00:18:39 CEST 2019
0.66/0.56	c PID: 2107
0.66/0.56	c IP: 172.20.3.125
0.66/0.56	c HOST: node125.alineos.net
0.66/0.57	c (0,0) Parsing Begin
5.94/1.91	c (1,1) Parsing End
5.94/1.92	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 39
5.94/1.92	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
5.94/1.92	c (1,1) Constraint Name Generate Begin
5.94/1.94	c (1,1) Ctr:HOME/instance-4405446-1569363561.xml,Dist:Eq:Le:Num:Var
5.94/1.94	c (1,1) Constraint Name Generate End
5.94/1.94	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
5.94/1.94	c (1,1) CSP to CSPinCNF Begin
6.92/2.20	c (1,1) translated 411 (10%) constraints
6.92/2.27	c (1,1) translated 821 (20%) constraints
7.32/2.32	c (1,1) translated 1231 (30%) constraints
7.32/2.37	c (1,1) translated 1642 (40%) constraints
7.72/2.42	c (1,1) translated 2052 (50%) constraints
7.72/2.46	c (1,1) translated 2462 (60%) constraints
7.72/2.50	c (1,1) translated 2873 (70%) constraints
8.11/2.53	c (1,1) translated 3283 (80%) constraints
8.11/2.57	c (2,2) translated 3693 (90%) constraints
8.53/2.67	c (2,2) translated 4103 (100%) constraints
8.53/2.67	c (2,2) ===========================================
8.95/2.70	c (2,2) Hybrid: #OE=680, #LE=0
8.95/2.70	c (2,2) Hybrid
8.95/2.70	c (2,2) ===========================================
8.95/2.74	c (2,2) translated 479 (10%) constraints
8.95/2.76	c (2,2) translated 957 (20%) constraints
8.95/2.77	c (2,2) translated 1435 (30%) constraints
8.95/2.79	c (2,2) translated 1914 (40%) constraints
9.24/2.80	c (2,2) translated 2392 (50%) constraints
9.24/2.82	c (2,2) translated 2870 (60%) constraints
9.24/2.83	c (2,2) translated 3349 (70%) constraints
9.24/2.85	c (2,2) translated 3827 (80%) constraints
9.24/2.86	c (2,2) translated 4305 (90%) constraints
9.24/2.87	c (2,2) translated 4783 (100%) constraints
9.24/2.87	c (2,2) CSP to CSPinCNF End
9.24/2.88	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 39
9.24/2.88	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
9.24/2.88	c (2,2) CSPinCNF Propagation Begin
9.53/2.94	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.53/2.94	c (2,2) CSPinCNF Propagation End
9.53/2.94	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 39
9.53/2.94	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
9.53/2.96	c (2,2) Hybrid: #OE=680, #LE=0
9.53/2.96	c (2,2) Simplify CSPinCNF Begin
10.22/3.20	c (2,2) Simplify CSPinCNF End
10.51/3.20	c (2,2) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 39
10.51/3.20	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
10.51/3.20	c (2,2) Calculate Precise Domain Begin
10.51/3.20	c (2,2) 0 values are removed by re-calculation
10.51/3.20	c (2,2) Calculate Precise Domain End
10.51/3.20	c (2,2) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 39
10.51/3.20	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
10.51/3.20	c (2,2) CSPinCNF to SatSolver Begin
13.04/3.80	c (3,3) 1299 (10 %) CSP clauses are encoded (0 SAT variables, 50505 SAT clauses)
13.45/4.00	c (3,3) 2598 (20 %) CSP clauses are encoded (0 SAT variables, 78073 SAT clauses)
14.10/4.17	c (3,3) 3897 (30 %) CSP clauses are encoded (0 SAT variables, 103483 SAT clauses)
14.50/4.34	c (3,3) 5196 (40 %) CSP clauses are encoded (0 SAT variables, 131265 SAT clauses)
14.91/4.52	c (3,3) 6495 (50 %) CSP clauses are encoded (0 SAT variables, 160135 SAT clauses)
15.14/4.69	c (4,4) 7794 (60 %) CSP clauses are encoded (0 SAT variables, 189589 SAT clauses)
15.42/4.83	c (4,4) 9093 (70 %) CSP clauses are encoded (0 SAT variables, 218811 SAT clauses)
15.58/4.97	c (4,4) 10392 (80 %) CSP clauses are encoded (0 SAT variables, 248167 SAT clauses)
15.83/5.11	c (4,4) 11691 (90 %) CSP clauses are encoded (0 SAT variables, 276483 SAT clauses)
16.05/5.24	c (4,4) 12989 (100 %) CSP clauses are encoded (0 SAT variables, 302440 SAT clauses)
16.05/5.24	c (4,4) CSPinCNF to SatSolver End
16.05/5.24	c (4,4) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 36 MiB used (max 0 MiB)
16.05/5.24	c (4,4) 31386 bool, 302452 clause
16.05/5.24	c (4,4) Export Begin
16.82/5.53	c (4,4) Export to HOME/scop-2104-serial-file.bin
16.82/5.53	c (4,4) Export End
16.82/5.54	c (4,4) Export File Size: 4.12 MB
16.82/5.54	c (4,4) 1,1,2,2,2,2,4,STOP-AFTER(DIMACS)
16.82/5.54	c END-Prog: Wed Sep 25 00:18:44 CEST 2019
16.82/5.56	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-2104-serial-file.bin
17.49/6.01	c (0,0) Read Serial File Begin
17.49/6.01	c (0,0) HOME/scop-2104-serial-file.bin
18.13/6.39	c (0,0) Read Serial File End
18.40/6.40	
18.40/6.40	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
18.40/6.40	(Solving Process)
18.40/6.40	
18.40/6.42	c BEGIN-Prog: Wed Sep 25 00:18:45 CEST 2019
18.40/6.42	c PID: 2127
18.40/6.42	c IP: 172.20.3.125
18.40/6.42	c HOST: node125.alineos.net
18.40/6.42	c (0,0) SatSolver.solve Begin
18.40/6.42	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405446-1569363561.xml-scop-2107.cnf
18.40/6.45	c (0,0) c
18.40/6.45	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)
18.40/6.45	c (0,0) c
18.40/6.45	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
18.40/6.45	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
18.40/6.45	c (0,0) c ========================================[ Problem Statistics ]===========================================
18.40/6.45	c (0,0) c |                                                                                                       |
18.65/6.57	c (0,0) c |  Number of variables:         31386                                                                   |
18.65/6.57	c (0,0) c |  Number of clauses:          302452                                                                   |
18.65/6.57	c (0,0) c |  Parse time:                   0.10 s                                                                 |
18.65/6.57	c (0,0) c |                                                                                                       |
18.65/6.88	c (0,0) c |  Simplification time:          0.31 s                                                                 |
18.65/6.88	c (0,0) c |                                                                                                       |
18.65/6.88	c (0,0) c |  Generating clones                                                                                    |
19.20/7.02	c (1,0) c |  all clones generated. Memory =   245.87Mb.                                                           |
19.20/7.02	c (1,0) c ========================================================================================================|
19.20/7.02	c (1,0) c
19.20/7.02	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
19.20/7.02	c (1,0) c
19.20/7.02	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.20/7.02	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
19.20/7.02	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.20/7.02	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
19.20/7.02	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
19.20/7.02	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
19.20/7.02	c (1,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
19.20/7.02	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
19.20/7.02	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
19.20/7.02	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
19.20/7.02	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
19.20/7.02	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
19.20/7.02	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
19.20/7.02	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
19.20/7.02	c (1,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
19.20/7.02	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
19.20/7.02	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
19.20/7.02	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
19.20/7.02	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c real time : 0.981252 s
21.89/7.43	c (1,0) c cpu time  : 3.27881 s
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c | Conflicts     |           45740 |       5920 |       4658 |       6104 |       6187 |       5861 |       5458 |       5688 |       5864 |
21.89/7.43	c (1,0) c | Decisions     |           64946 |       7924 |       7243 |       8894 |       8271 |       8642 |       7684 |       8318 |       7970 |
21.89/7.43	c (1,0) c | Propagations  |         8649385 |    1146018 |     966884 |    1143601 |    1148908 |    1120281 |    1011126 |    1034694 |    1077873 |
21.89/7.43	c (1,0) c | ReduceDBs     |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
21.89/7.43	c (1,0) c | SimpDBs       |              14 |          2 |          1 |          2 |          1 |          2 |          2 |          2 |          2 |
21.89/7.43	c (1,0) c | Restarts      |              21 |          1 |          2 |          5 |          1 |          3 |          3 |          3 |          3 |
21.89/7.43	c (1,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | PropBinClauses|        16433805 |    2172925 |    1827463 |    2157776 |    2212530 |    2142879 |    1933987 |    1956781 |    2029464 |
21.89/7.43	c (1,0) c | PropPreBlocker|       141320754 |   18642247 |   15363221 |   18606939 |   19332839 |   18678783 |   16680211 |   16625879 |   17390635 |
21.89/7.43	c (1,0) c | PropNotBlocker|        43680916 |    5824668 |    4820237 |    5847479 |    5765733 |    5660160 |    5230561 |    5226863 |    5305215 |
21.89/7.43	c (1,0) c | LitFullScans  |       226184944 |   30000743 |   24003511 |   30025460 |   30006847 |   30010533 |   27181593 |   26990735 |   27965522 |
21.89/7.43	c (1,0) c | LitScanFracts |           37546 |        729 |        418 |      23580 |        875 |      10330 |        396 |        482 |        736 |
21.89/7.43	c (1,0) c | DecisionLevel0|              50 |          4 |          2 |          6 |          1 |          5 |          4 |         14 |         14 |
21.89/7.43	c (1,0) c | Periods       |              36 |          5 |          4 |          5 |          5 |          5 |          4 |          4 |          4 |
21.89/7.43	c (1,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
21.89/7.43	c (1,0) c | Avg_Trail     |                 |       2232 |       1810 |        971 |       3086 |       2231 |       1498 |        808 |       1260 |
21.89/7.43	c (1,0) c | Avg_DL        |                 |         77 |         57 |         21 |         87 |         59 |         33 |         12 |         25 |
21.89/7.43	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c | Exported      |            5206 |        696 |        119 |        859 |        904 |        716 |        482 |        683 |        747 |
21.89/7.43	c (1,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c | Unaries       |                 |          3 |          0 |          1 |          0 |          2 |          1 |         11 |         11 |
21.89/7.43	c (1,0) c | Binaries      |                 |         26 |          4 |          7 |          8 |         27 |         22 |         51 |         33 |
21.89/7.43	c (1,0) c | Glues         |                 |        193 |        119 |        203 |        191 |        208 |        198 |        247 |        261 |
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c | Orig_Seen     |             3 % |       9480 |       9853 |       9346 |       9328 |       9637 |       9572 |       9418 |       9020 |
21.89/7.43	c (1,0) c | Diff Orig seen|                 |         62 |        435 | -       72 | -       90 |        219 |        154 |      X     | -      398 |
21.89/7.43	c (1,0) c | Hamming       |            17 % |       5107 |       5449 |       5521 |       5393 |       6836 |       5689 |      X     |       5240 |
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c | RunningTime   |                 |    0.4 100%|    0.4 100%|    0.4 100%|    0.4 100%|    0.4 100%|    0.4 100%|    0.4 100%|    0.4 100%|
21.89/7.43	c (1,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%|
21.89/7.43	c (1,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%|
21.89/7.43	c (1,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%|
21.89/7.43	c (1,0) c | SolvingTime   |                 |    0.4     |    0.4     |    0.4     |    0.4     |    0.4     |    0.4     |    0.4     |    0.4     |
21.89/7.43	c (1,0) c | PropagationTim|                 |    0.4  86%|    0.3  89%|    0.3  85%|    0.3  87%|    0.3  85%|    0.3  85%|    0.3  85%|    0.3  84%|
21.89/7.43	c (1,0) c | AnalysisTime  |                 |    0.0   8%|    0.0   8%|    0.0   9%|    0.0   9%|    0.0   9%|    0.0   8%|    0.0   8%|    0.0   9%|
21.89/7.43	c (1,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%|
21.89/7.43	c (1,0) c | SimplifyTime  |                 |    0.0   2%|    0.0   0%|    0.0   2%|    0.0   0%|    0.0   2%|    0.0   2%|    0.0   3%|    0.0   3%|
21.89/7.43	c (1,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%|
21.89/7.43	c (1,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%|
21.89/7.43	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c
21.89/7.43	c (1,0) c Threads : 8
21.89/7.43	c (1,0) c Winner : 6
21.89/7.43	c (1,0) c Conflicts_0 : 5920
21.89/7.43	c (1,0) c Conflicts_1 : 4658
21.89/7.43	c (1,0) c Conflicts_2 : 6104
21.89/7.43	c (1,0) c Conflicts_3 : 6187
21.89/7.43	c (1,0) c Conflicts_4 : 5861
21.89/7.43	c (1,0) c Conflicts_5 : 5458
21.89/7.43	c (1,0) c Conflicts_6 : 5688
21.89/7.43	c (1,0) c Conflicts_7 : 5864
21.89/7.43	c (1,0) c Conflicts_total : 45740
21.89/7.43	c (1,0) c Conflicts_winner : 5688
21.89/7.43	c (1,0) c Decisions_0 : 7924
21.89/7.43	c (1,0) c Decisions_1 : 7243
21.89/7.43	c (1,0) c Decisions_2 : 8894
21.89/7.43	c (1,0) c Decisions_3 : 8271
21.89/7.43	c (1,0) c Decisions_4 : 8642
21.89/7.43	c (1,0) c Decisions_5 : 7684
21.89/7.43	c (1,0) c Decisions_6 : 8318
21.89/7.43	c (1,0) c Decisions_7 : 7970
21.89/7.43	c (1,0) c Decisions_total : 64946
21.89/7.43	c (1,0) c Decisions_winner : 8318
21.89/7.43	c (1,0) c Propagations_0 : 1146018
21.89/7.43	c (1,0) c Propagations_1 : 966884
21.89/7.43	c (1,0) c Propagations_2 : 1143601
21.89/7.43	c (1,0) c Propagations_3 : 1148908
21.89/7.43	c (1,0) c Propagations_4 : 1120281
21.89/7.43	c (1,0) c Propagations_5 : 1011126
21.89/7.43	c (1,0) c Propagations_6 : 1034694
21.89/7.43	c (1,0) c Propagations_7 : 1077873
21.89/7.43	c (1,0) c Propagations_total : 8649385
21.89/7.43	c (1,0) c Propagations_winner : 1034694
21.89/7.43	c (1,0) c ReduceDBs_0 : 1
21.89/7.43	c (1,0) c ReduceDBs_1 : 1
21.89/7.43	c (1,0) c ReduceDBs_2 : 1
21.89/7.43	c (1,0) c ReduceDBs_3 : 1
21.89/7.43	c (1,0) c ReduceDBs_4 : 1
21.89/7.43	c (1,0) c ReduceDBs_5 : 1
21.89/7.43	c (1,0) c ReduceDBs_6 : 1
21.89/7.43	c (1,0) c ReduceDBs_7 : 1
21.89/7.43	c (1,0) c ReduceDBs_total : 8
21.89/7.43	c (1,0) c ReduceDBs_winner : 1
21.89/7.43	c (1,0) c SimpDBs_0 : 2
21.89/7.43	c (1,0) c SimpDBs_1 : 1
21.89/7.43	c (1,0) c SimpDBs_2 : 2
21.89/7.43	c (1,0) c SimpDBs_3 : 1
21.89/7.43	c (1,0) c SimpDBs_4 : 2
21.89/7.43	c (1,0) c SimpDBs_5 : 2
21.89/7.43	c (1,0) c SimpDBs_6 : 2
21.89/7.43	c (1,0) c SimpDBs_7 : 2
21.89/7.43	c (1,0) c SimpDBs_total : 14
21.89/7.43	c (1,0) c SimpDBs_winner : 2
21.89/7.43	c (1,0) c Restarts_0 : 1
21.89/7.43	c (1,0) c Restarts_1 : 2
21.89/7.43	c (1,0) c Restarts_2 : 5
21.89/7.43	c (1,0) c Restarts_3 : 1
21.89/7.43	c (1,0) c Restarts_4 : 3
21.89/7.43	c (1,0) c Restarts_5 : 3
21.89/7.43	c (1,0) c Restarts_6 : 3
21.89/7.43	c (1,0) c Restarts_7 : 3
21.89/7.43	c (1,0) c Restarts_total : 21
21.89/7.43	c (1,0) c Restarts_winner : 3
21.89/7.43	c (1,0) c ForcedImports_0 : 0
21.89/7.43	c (1,0) c ForcedImports_1 : 0
21.89/7.43	c (1,0) c ForcedImports_2 : 0
21.89/7.43	c (1,0) c ForcedImports_3 : 0
21.89/7.43	c (1,0) c ForcedImports_4 : 0
21.89/7.43	c (1,0) c ForcedImports_5 : 0
21.89/7.43	c (1,0) c ForcedImports_6 : 0
21.89/7.44	c (1,0) c ForcedImports_7 : 0
21.89/7.44	c (1,0) c ForcedImports_total : 0
21.89/7.44	c (1,0) c ForcedImports_winner : 0
21.89/7.44	c (1,0) c PropsBinClauses_0 : 2172925
21.89/7.44	c (1,0) c PropsBinClauses_1 : 1827463
21.89/7.44	c (1,0) c PropsBinClauses_2 : 2157776
21.89/7.44	c (1,0) c PropsBinClauses_3 : 2212530
21.89/7.44	c (1,0) c PropsBinClauses_4 : 2142879
21.89/7.44	c (1,0) c PropsBinClauses_5 : 1933987
21.89/7.44	c (1,0) c PropsBinClauses_6 : 1956781
21.89/7.44	c (1,0) c PropsBinClauses_7 : 2029464
21.89/7.44	c (1,0) c PropsBinClauses_total : 16433805
21.89/7.44	c (1,0) c PropsBinClauses_winner : 1956781
21.89/7.44	c (1,0) c PropsPreBlocker_0 : 18642247
21.89/7.44	c (1,0) c PropsPreBlocker_1 : 15363221
21.89/7.44	c (1,0) c PropsPreBlocker_2 : 18606939
21.89/7.44	c (1,0) c PropsPreBlocker_3 : 19332839
21.89/7.44	c (1,0) c PropsPreBlocker_4 : 18678783
21.89/7.44	c (1,0) c PropsPreBlocker_5 : 16680211
21.89/7.44	c (1,0) c PropsPreBlocker_6 : 16625879
21.89/7.44	c (1,0) c PropsPreBlocker_7 : 17390635
21.89/7.44	c (1,0) c PropsPreBlocker_total : 141320754
21.89/7.44	c (1,0) c PropsPreBlocker_winner : 16625879
21.89/7.44	c (1,0) c PropsNotBlocker_0 : 5824668
21.89/7.44	c (1,0) c PropsNotBlocker_1 : 4820237
21.89/7.44	c (1,0) c PropsNotBlocker_2 : 5847479
21.89/7.44	c (1,0) c PropsNotBlocker_3 : 5765733
21.89/7.44	c (1,0) c PropsNotBlocker_4 : 5660160
21.89/7.44	c (1,0) c PropsNotBlocker_5 : 5230561
21.89/7.44	c (1,0) c PropsNotBlocker_6 : 5226863
21.89/7.44	c (1,0) c PropsNotBlocker_7 : 5305215
21.89/7.44	c (1,0) c PropsNotBlocker_total : 43680916
21.89/7.44	c (1,0) c PropsNotBlocker_winner : 5226863
21.89/7.44	c (1,0) c PropsLitFullScans_0 : 30000743
21.89/7.44	c (1,0) c PropsLitFullScans_1 : 24003511
21.89/7.44	c (1,0) c PropsLitFullScans_2 : 30025460
21.89/7.44	c (1,0) c PropsLitFullScans_3 : 30006847
21.89/7.44	c (1,0) c PropsLitFullScans_4 : 30010533
21.89/7.44	c (1,0) c PropsLitFullScans_5 : 27181593
21.89/7.44	c (1,0) c PropsLitFullScans_6 : 26990735
21.89/7.44	c (1,0) c PropsLitFullScans_7 : 27965522
21.89/7.44	c (1,0) c PropsLitFullScans_total : 226184944
21.89/7.44	c (1,0) c PropsLitFullScans_winner : 26990735
21.89/7.44	c (1,0) c LitScanFractions_0 : 729
21.89/7.44	c (1,0) c LitScanFractions_1 : 418
21.89/7.44	c (1,0) c LitScanFractions_2 : 23580
21.89/7.44	c (1,0) c LitScanFractions_3 : 875
21.89/7.44	c (1,0) c LitScanFractions_4 : 10330
21.89/7.44	c (1,0) c LitScanFractions_5 : 396
21.89/7.44	c (1,0) c LitScanFractions_6 : 482
21.89/7.44	c (1,0) c LitScanFractions_7 : 736
21.89/7.44	c (1,0) c LitScanFractions_total : 37546
21.89/7.44	c (1,0) c LitScanFractions_winner : 482
21.89/7.44	c (1,0) c DecisionLevel0_0 : 4
21.89/7.44	c (1,0) c DecisionLevel0_1 : 2
21.89/7.44	c (1,0) c DecisionLevel0_2 : 6
21.89/7.44	c (1,0) c DecisionLevel0_3 : 1
21.89/7.44	c (1,0) c DecisionLevel0_4 : 5
21.89/7.44	c (1,0) c DecisionLevel0_5 : 4
21.89/7.44	c (1,0) c DecisionLevel0_6 : 14
21.89/7.44	c (1,0) c DecisionLevel0_7 : 14
21.89/7.44	c (1,0) c DecisionLevel0_total : 50
21.89/7.44	c (1,0) c DecisionLevel0_winner : 14
21.89/7.44	c (1,0) c Periods_0 : 5
21.89/7.44	c (1,0) c Periods_1 : 4
21.89/7.44	c (1,0) c Periods_2 : 5
21.89/7.44	c (1,0) c Periods_3 : 5
21.89/7.44	c (1,0) c Periods_4 : 5
21.89/7.44	c (1,0) c Periods_5 : 4
21.89/7.44	c (1,0) c Periods_6 : 4
21.89/7.44	c (1,0) c Periods_7 : 4
21.89/7.44	c (1,0) c Periods_total : 36
21.89/7.44	c (1,0) c Periods_winner : 4
21.89/7.44	c (1,0) c Margin_0 : 20
21.89/7.44	c (1,0) c Margin_1 : 20
21.89/7.44	c (1,0) c Margin_2 : 20
21.89/7.44	c (1,0) c Margin_3 : 20
21.89/7.44	c (1,0) c Margin_4 : 20
21.89/7.44	c (1,0) c Margin_5 : 20
21.89/7.44	c (1,0) c Margin_6 : 20
21.89/7.44	c (1,0) c Margin_7 : 20
21.89/7.44	c (1,0) c Margin_total : 160
21.89/7.44	c (1,0) c Margin_winner : 20
21.89/7.44	c (1,0) c Exported_0 : 696
21.89/7.44	c (1,0) c Exported_1 : 119
21.89/7.44	c (1,0) c Exported_2 : 859
21.89/7.44	c (1,0) c Exported_3 : 904
21.89/7.44	c (1,0) c Exported_4 : 716
21.89/7.44	c (1,0) c Exported_5 : 482
21.89/7.44	c (1,0) c Exported_6 : 683
21.89/7.44	c (1,0) c Exported_7 : 747
21.89/7.44	c (1,0) c Exported_total : 5206
21.89/7.44	c (1,0) c Exported_winner : 683
21.89/7.44	c (1,0) c Imported_0 : 0
21.89/7.44	c (1,0) c Imported_1 : 0
21.89/7.44	c (1,0) c Imported_2 : 0
21.89/7.44	c (1,0) c Imported_3 : 0
21.89/7.44	c (1,0) c Imported_4 : 0
21.89/7.44	c (1,0) c Imported_5 : 0
21.89/7.44	c (1,0) c Imported_6 : 0
21.89/7.44	c (1,0) c Imported_7 : 0
21.89/7.44	c (1,0) c Imported_total : 0
21.89/7.44	c (1,0) c Imported_winner : 0
21.89/7.44	c (1,0) c Good_0 : 0
21.89/7.44	c (1,0) c Good_1 : 0
21.89/7.44	c (1,0) c Good_2 : 0
21.89/7.44	c (1,0) c Good_3 : 0
21.89/7.44	c (1,0) c Good_4 : 0
21.89/7.44	c (1,0) c Good_5 : 0
21.89/7.44	c (1,0) c Good_6 : 0
21.89/7.44	c (1,0) c Good_7 : 0
21.89/7.44	c (1,0) c Good_total : 0
21.89/7.44	c (1,0) c Good_winner : 0
21.89/7.44	c (1,0) c Purge_0 : 0
21.89/7.44	c (1,0) c Purge_1 : 0
21.89/7.44	c (1,0) c Purge_2 : 0
21.89/7.44	c (1,0) c Purge_3 : 0
21.89/7.44	c (1,0) c Purge_4 : 0
21.89/7.44	c (1,0) c Purge_5 : 0
21.89/7.44	c (1,0) c Purge_6 : 0
21.89/7.44	c (1,0) c Purge_7 : 0
21.89/7.44	c (1,0) c Purge_total : 0
21.89/7.44	c (1,0) c Purge_winner : 0
21.89/7.44	c (1,0) c Promoted_0 : 0
21.89/7.44	c (1,0) c Promoted_1 : 0
21.89/7.44	c (1,0) c Promoted_2 : 0
21.89/7.44	c (1,0) c Promoted_3 : 0
21.89/7.44	c (1,0) c Promoted_4 : 0
21.89/7.44	c (1,0) c Promoted_5 : 0
21.89/7.44	c (1,0) c Promoted_6 : 0
21.89/7.44	c (1,0) c Promoted_7 : 0
21.89/7.44	c (1,0) c Promoted_total : 0
21.89/7.44	c (1,0) c Promoted_winner : 0
21.89/7.44	c (1,0) c Remove_Imp_0 : 0
21.89/7.44	c (1,0) c Remove_Imp_1 : 0
21.89/7.44	c (1,0) c Remove_Imp_2 : 0
21.89/7.44	c (1,0) c Remove_Imp_3 : 0
21.89/7.44	c (1,0) c Remove_Imp_4 : 0
21.89/7.44	c (1,0) c Remove_Imp_5 : 0
21.89/7.44	c (1,0) c Remove_Imp_6 : 0
21.89/7.44	c (1,0) c Remove_Imp_7 : 0
21.89/7.44	c (1,0) c Remove_Imp_total : 0
21.89/7.44	c (1,0) c Remove_Imp_winner : 0
21.89/7.44	c (1,0) c Blocked_Reuse_0 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_1 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_2 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_3 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_4 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_5 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_6 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_7 : 0
21.89/7.44	c (1,0) c Blocked_Reuse_total : 0
21.89/7.44	c (1,0) c Blocked_Reuse_winner : 0
21.89/7.44	c (1,0) c Unaries_0 : 3
21.89/7.44	c (1,0) c Unaries_1 : 0
21.89/7.44	c (1,0) c Unaries_2 : 1
21.89/7.44	c (1,0) c Unaries_3 : 0
21.89/7.44	c (1,0) c Unaries_4 : 2
21.89/7.44	c (1,0) c Unaries_5 : 1
21.89/7.44	c (1,0) c Unaries_6 : 11
21.89/7.44	c (1,0) c Unaries_7 : 11
21.89/7.44	c (1,0) c Unaries_total : 29
21.89/7.44	c (1,0) c Unaries_winner : 11
21.89/7.44	c (1,0) c Binaries_0 : 26
21.89/7.44	c (1,0) c Binaries_1 : 4
21.89/7.44	c (1,0) c Binaries_2 : 7
21.89/7.44	c (1,0) c Binaries_3 : 8
21.89/7.44	c (1,0) c Binaries_4 : 27
21.89/7.44	c (1,0) c Binaries_5 : 22
21.89/7.44	c (1,0) c Binaries_6 : 51
21.89/7.44	c (1,0) c Binaries_7 : 33
21.89/7.44	c (1,0) c Binaries_total : 178
21.89/7.44	c (1,0) c Binaries_winner : 51
21.89/7.44	c (1,0) c Glues_0 : 193
21.89/7.44	c (1,0) c Glues_1 : 119
21.89/7.44	c (1,0) c Glues_2 : 203
21.89/7.44	c (1,0) c Glues_3 : 191
21.89/7.44	c (1,0) c Glues_4 : 208
21.89/7.44	c (1,0) c Glues_5 : 198
21.89/7.44	c (1,0) c Glues_6 : 247
21.89/7.44	c (1,0) c Glues_7 : 261
21.89/7.44	c (1,0) c Glues_total : 1620
21.89/7.44	c (1,0) c Glues_winner : 247
21.89/7.44	c (1,0) c RunningTime_0 : 0.410363
21.89/7.44	c (1,0) c RunningTime_1 : 0.373563
21.89/7.44	c (1,0) c RunningTime_2 : 0.398487
21.89/7.44	c (1,0) c RunningTime_3 : 0.392834
21.89/7.44	c (1,0) c RunningTime_4 : 0.398713
21.89/7.44	c (1,0) c RunningTime_5 : 0.395663
21.89/7.44	c (1,0) c RunningTime_6 : 0.392606
21.89/7.44	c (1,0) c RunningTime_7 : 0.359777
21.89/7.44	c (1,0) c RunningTime_total : 3.122006
21.89/7.44	c (1,0) c RunningTime_winner : 0.392606
21.89/7.44	c (1,0) c WaitingTime_0 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_1 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_2 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_3 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_4 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_5 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_6 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_7 : 0.000000
21.89/7.44	c (1,0) c WaitingTime_total : 0.000000
21.89/7.44	c (1,0) c WaitingTime_winner : 0.000000
21.89/7.44	c (1,0) c ExchangingTime_0 : 0.000395
21.89/7.44	c (1,0) c ExchangingTime_1 : 0.000287
21.89/7.44	c (1,0) c ExchangingTime_2 : 0.000817
21.89/7.44	c (1,0) c ExchangingTime_3 : 0.000439
21.89/7.44	c (1,0) c ExchangingTime_4 : 0.000429
21.89/7.44	c (1,0) c ExchangingTime_5 : 0.000380
21.89/7.44	c (1,0) c ExchangingTime_6 : 0.000355
21.89/7.44	c (1,0) c ExchangingTime_7 : 0.000371
21.89/7.44	c (1,0) c ExchangingTime_total : 0.003474
21.89/7.44	c (1,0) c ExchangingTime_winner : 0.000355
21.89/7.44	c (1,0) c PeriodProcTime_0 : 0.000035
21.89/7.44	c (1,0) c PeriodProcTime_1 : 0.000026
21.89/7.44	c (1,0) c PeriodProcTime_2 : 0.000026
21.89/7.44	c (1,0) c PeriodProcTime_3 : 0.000041
21.89/7.44	c (1,0) c PeriodProcTime_4 : 0.000030
21.89/7.44	c (1,0) c PeriodProcTime_5 : 0.000022
21.89/7.44	c (1,0) c PeriodProcTime_6 : 0.000027
21.89/7.44	c (1,0) c PeriodProcTime_7 : 0.000062
21.89/7.44	c (1,0) c PeriodProcTime_total : 0.000269
21.89/7.44	c (1,0) c PeriodProcTime_winner : 0.000027
21.89/7.44	c (1,0) c SolvingTime_0 : 0.410793
21.89/7.44	c (1,0) c SolvingTime_1 : 0.373876
21.89/7.44	c (1,0) c SolvingTime_2 : 0.399330
21.89/7.44	c (1,0) c SolvingTime_3 : 0.393315
21.89/7.44	c (1,0) c SolvingTime_4 : 0.399172
21.89/7.44	c (1,0) c SolvingTime_5 : 0.396064
21.89/7.44	c (1,0) c SolvingTime_6 : 0.392988
21.89/7.44	c (1,0) c SolvingTime_7 : 0.360210
21.89/7.44	c (1,0) c SolvingTime_total : 3.125750
21.89/7.44	c (1,0) c SolvingTime_winner : 0.392988
21.89/7.44	c (1,0) c PropagationTime_0 : 0.351895
21.89/7.44	c (1,0) c PropagationTime_1 : 0.332518
21.89/7.44	c (1,0) c PropagationTime_2 : 0.338815
21.89/7.44	c (1,0) c PropagationTime_3 : 0.343253
21.89/7.44	c (1,0) c PropagationTime_4 : 0.340823
21.89/7.44	c (1,0) c PropagationTime_5 : 0.336978
21.89/7.44	c (1,0) c PropagationTime_6 : 0.334927
21.89/7.44	c (1,0) c PropagationTime_7 : 0.301126
21.89/7.44	c (1,0) c PropagationTime_total : 2.680336
21.89/7.44	c (1,0) c PropagationTime_winner : 0.334927
21.89/7.44	c (1,0) c AnalysisTime_0 : 0.034670
21.89/7.44	c (1,0) c AnalysisTime_1 : 0.028154
21.89/7.44	c (1,0) c AnalysisTime_2 : 0.035515
21.89/7.44	c (1,0) c AnalysisTime_3 : 0.035852
21.89/7.44	c (1,0) c AnalysisTime_4 : 0.034631
21.89/7.44	c (1,0) c AnalysisTime_5 : 0.032888
21.89/7.44	c (1,0) c AnalysisTime_6 : 0.032181
21.89/7.44	c (1,0) c AnalysisTime_7 : 0.033076
21.89/7.44	c (1,0) c AnalysisTime_total : 0.266968
21.89/7.44	c (1,0) c AnalysisTime_winner : 0.032181
21.89/7.44	c (1,0) c ReductionTime_0 : 0.000323
21.89/7.44	c (1,0) c ReductionTime_1 : 0.000313
21.89/7.44	c (1,0) c ReductionTime_2 : 0.000317
21.89/7.44	c (1,0) c ReductionTime_3 : 0.000311
21.89/7.44	c (1,0) c ReductionTime_4 : 0.000315
21.89/7.44	c (1,0) c ReductionTime_5 : 0.000305
21.89/7.44	c (1,0) c ReductionTime_6 : 0.000320
21.89/7.44	c (1,0) c ReductionTime_7 : 0.000309
21.89/7.44	c (1,0) c ReductionTime_total : 0.002513
21.89/7.44	c (1,0) c ReductionTime_winner : 0.000320
21.89/7.44	c (1,0) c SimplifyTime_0 : 0.008933
21.89/7.44	c (1,0) c SimplifyTime_1 : 0.000000
21.89/7.44	c (1,0) c SimplifyTime_2 : 0.009892
21.89/7.44	c (1,0) c SimplifyTime_3 : 0.000000
21.89/7.44	c (1,0) c SimplifyTime_4 : 0.009169
21.89/7.44	c (1,0) c SimplifyTime_5 : 0.009059
21.89/7.44	c (1,0) c SimplifyTime_6 : 0.011470
21.89/7.44	c (1,0) c SimplifyTime_7 : 0.009567
21.89/7.44	c (1,0) c SimplifyTime_total : 0.058090
21.89/7.44	c (1,0) c SimplifyTime_winner : 0.011470
21.89/7.44	c (1,0) c UsedRateTime_0 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_1 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_2 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_3 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_4 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_5 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_6 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_7 : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_total : 0.000000
21.89/7.44	c (1,0) c UsedRateTime_winner : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_0 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_1 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_2 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_3 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_4 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_5 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_6 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_7 : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_total : 0.000000
21.89/7.44	c (1,0) c OverlapRateTime_winner : 0.000000
21.89/7.44	c (1,0) c
21.89/7.44	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
21.89/7.44	c (1,0) c
21.89/7.44	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.44	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
21.89/7.44	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.44	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
21.89/7.44	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
21.89/7.44	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
21.89/7.44	c (1,0) c | Initial random_seed   |  677538093 |  795673928 | 1659889978 | 1022587605 | 1668157525 |  869522388 |  585276997 | 1950353840 |
21.89/7.44	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
21.89/7.44	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
21.89/7.44	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
21.89/7.44	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
21.89/7.44	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
21.89/7.44	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
21.89/7.44	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
21.89/7.44	c (1,0) c | var_decay             |     0.8100 |     0.8000 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |     0.8100 |
21.89/7.44	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
21.89/7.44	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
21.89/7.44	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
21.89/7.44	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.89/7.44	c (1,0) 
21.89/7.45	c (1,0) s UNSATISFIABLE
21.89/7.45	c (1,0) SatSolver.solve End
21.89/7.45	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
21.89/7.45	c (1,0) Show results Begin
21.89/7.45	s UNSATISFIABLE
21.89/7.45	c (1,0) Show results End
21.89/7.45	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
21.89/7.45	c (1,0) 1,1,STOP-AFTER(ALL)
21.89/7.45	c END-Prog: Wed Sep 25 00:18:46 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 (12544 MiB free)
  memory of node 1: 16384 MiB (13151 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405446-1569363561/watcher-4405446-1569363561 -o /tmp/evaluation-result-4405446-1569363561/solver-4405446-1569363561 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405446-1569363561.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
solver pid=2104, runsolver pid=2101
Current StackSize limit: 8192 KiB


[startup+0.100604 s]*
/proc/loadavg: 5.40 6.90 7.67 2/212 2126
/proc/meminfo: memFree=26216804/32770624 swapFree=66975488/67108860
[pid=2104] ppid=2101 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/2104/stat : 2104 (scop.sh) S 2101 2104 32372 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512622891 115843072 349 33554432000 4194304 5098028 140733055014208 140733055011464 140436561117820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18350080 140733055017764 140733055018092 140733055018092 140733055021005 0
/proc/2104/statm: 28282 349 296 221 0 87 0
[pid=2107] ppid=2104 vsize=27314120 memory=107636 CPUtime=0.11 cores=0-7
/proc/2107/stat : 2107 (java) S 2104 2104 32372 0 -1 1077944320 6459 0 0 0 8 3 0 0 20 0 20 0 512622891 27969658880 26909 33554432000 4194304 4196468 140730264233504 140730264216048 140568964108023 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
/proc/2107/statm: 6828530 26909 2797 1 0 6790935 0
[pid=2107/tid=2108] ppid=2104 vsize=27314120 memory=288230380178243832 CPUtime=0.09 cores=0-7
/proc/2107/task/2108/stat : 2108 (java) R 2104 2104 32372 0 -1 4202560 4585 0 0 0 7 2 0 0 20 0 20 0 512622891 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568935938088 140568964129949 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2109] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2109/stat : 2109 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568968350480 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2110] ppid=2104 vsize=27314120 memory=288230376153058061 CPUtime=0 cores=0-7
/proc/2107/task/2110/stat : 2110 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568782506896 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2111] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2111/stat : 2111 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568781454352 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2112] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2112/stat : 2112 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568780401808 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2113] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2113/stat : 2113 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568779348240 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2114] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2114/stat : 2114 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568778295696 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2115] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2115/stat : 2115 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568380996112 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2116] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2116/stat : 2116 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 26909 33554432000 4194304 4196468 140730264233504 140568379943568 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2117] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2117/stat : 2117 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622895 27969658880 26909 33554432000 4194304 4196468 140730264233504 140567015774704 140568964119170 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2118] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2118/stat : 2118 (java) S 2104 2104 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512622896 27969658880 26909 33554432000 4194304 4196468 140730264233504 140566897616288 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2119] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2119/stat : 2119 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622896 27969658880 26909 33554432000 4194304 4196468 140730264233504 140566629180912 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2120] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2120/stat : 2120 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 27421 33554432000 4194304 4196468 140730264233504 140566254672592 140568964126619 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2121] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2121/stat : 2121 (java) S 2104 2104 32372 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 27421 33554432000 4194304 4196468 140730264233504 140567014721520 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2122] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2122/stat : 2122 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 27421 33554432000 4194304 4196468 140730264233504 140567013668976 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2123] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2123/stat : 2123 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 27421 33554432000 4194304 4196468 140730264233504 140567012616432 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2124] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2124/stat : 2124 (java) S 2104 2104 32372 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 27421 33554432000 4194304 4196468 140730264233504 140567011563888 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2125] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2125/stat : 2125 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622899 27969658880 27421 33554432000 4194304 4196468 140730264233504 140565756766944 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2126] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2126/stat : 2126 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622899 27969658880 27421 33554432000 4194304 4196468 140730264233504 140567010511792 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 109032 KiB

[startup+0.210552 s]*
/proc/loadavg: 5.40 6.90 7.67 2/212 2126
/proc/meminfo: memFree=26198096/32770624 swapFree=66975488/67108860
[pid=2104] ppid=2101 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/2104/stat : 2104 (scop.sh) S 2101 2104 32372 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512622891 115843072 349 33554432000 4194304 5098028 140733055014208 140733055011464 140436561117820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18350080 140733055017764 140733055018092 140733055018092 140733055021005 0
/proc/2104/statm: 28282 349 296 221 0 87 0
[pid=2107] ppid=2104 vsize=27314120 memory=124480 CPUtime=0.24 cores=0-7
/proc/2107/stat : 2107 (java) S 2104 2104 32372 0 -1 1077944320 11474 0 0 0 20 4 0 0 20 0 20 0 512622891 27969658880 31120 33554432000 4194304 4196468 140730264233504 140730264216048 140568964108023 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
/proc/2107/statm: 6828530 31120 2956 1 0 6790935 0
[pid=2107/tid=2108] ppid=2104 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/2107/task/2108/stat : 2108 (java) R 2104 2104 32372 0 -1 4202560 9184 0 0 0 16 3 0 0 20 0 20 0 512622891 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568935907408 140568945671622 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2109] ppid=2104 vsize=27314120 memory=339 CPUtime=0 cores=0-7
/proc/2107/task/2109/stat : 2109 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568968350480 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2110] ppid=2104 vsize=27314120 memory=139781601771572 CPUtime=0 cores=0-7
/proc/2107/task/2110/stat : 2110 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568782506896 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2111] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2111/stat : 2111 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568781454352 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2112] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2112/stat : 2112 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568780401808 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2113] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2113/stat : 2113 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568779348240 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2114] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2114/stat : 2114 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568778295696 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2115] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2115/stat : 2115 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568380996112 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2116] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2116/stat : 2116 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31120 33554432000 4194304 4196468 140730264233504 140568379943568 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2117] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2117/stat : 2117 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622895 27969658880 31120 33554432000 4194304 4196468 140730264233504 140567015774704 140568964119170 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2118] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2118/stat : 2118 (java) S 2104 2104 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512622896 27969658880 31120 33554432000 4194304 4196468 140730264233504 140566897616288 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2119] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2119/stat : 2119 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622896 27969658880 31120 33554432000 4194304 4196468 140730264233504 140566629180912 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2120] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2120/stat : 2120 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 31120 33554432000 4194304 4196468 140730264233504 140566254672592 140568964126619 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2121] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2121/stat : 2121 (java) S 2104 2104 32372 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 31120 33554432000 4194304 4196468 140730264233504 140567014721520 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2122] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2122/stat : 2122 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 31120 33554432000 4194304 4196468 140730264233504 140567013668976 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2123] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2123/stat : 2123 (java) S 2104 2104 32372 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 31120 33554432000 4194304 4196468 140730264233504 140567012616432 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2124] ppid=2104 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/2107/task/2124/stat : 2124 (java) S 2104 2104 32372 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 20 0 512622898 27969658880 31120 33554432000 4194304 4196468 140730264233504 140567011563888 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2125] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2125/stat : 2125 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622899 27969658880 31120 33554432000 4194304 4196468 140730264233504 140565756766944 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2126] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2126/stat : 2126 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622899 27969658880 31120 33554432000 4194304 4196468 140730264233504 140567010511792 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 125876 KiB

[startup+0.310316 s]*
/proc/loadavg: 5.40 6.90 7.67 2/212 2126
/proc/meminfo: memFree=26195056/32770624 swapFree=66975488/67108860
[pid=2104] ppid=2101 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/2104/stat : 2104 (scop.sh) S 2101 2104 32372 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512622891 115843072 349 33554432000 4194304 5098028 140733055014208 140733055011464 140436561117820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18350080 140733055017764 140733055018092 140733055018092 140733055021005 0
/proc/2104/statm: 28282 349 296 221 0 87 0
[pid=2107] ppid=2104 vsize=27314120 memory=127896 CPUtime=0.42 cores=0-7
/proc/2107/stat : 2107 (java) S 2104 2104 32372 0 -1 1077944320 12394 0 0 0 37 5 0 0 20 0 20 0 512622891 27969658880 31974 33554432000 4194304 4196468 140730264233504 140730264216048 140568964108023 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
/proc/2107/statm: 6828530 31974 3016 1 0 6790935 0
[pid=2107/tid=2108] ppid=2104 vsize=27314120 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/2107/task/2108/stat : 2108 (java) R 2104 2104 32372 0 -1 4202560 9949 0 0 0 26 4 0 0 20 0 20 0 512622891 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568935938096 140568947294849 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2109] ppid=2104 vsize=27314120 memory=2832 CPUtime=0 cores=0-7
/proc/2107/task/2109/stat : 2109 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568968350480 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2110] ppid=2104 vsize=27314120 memory=1192 CPUtime=0 cores=0-7
/proc/2107/task/2110/stat : 2110 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568782506896 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2111] ppid=2104 vsize=27314120 memory=940 CPUtime=0 cores=0-7
/proc/2107/task/2111/stat : 2111 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568781454352 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2112] ppid=2104 vsize=27314120 memory=14008 CPUtime=0 cores=0-7
/proc/2107/task/2112/stat : 2112 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568780401808 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2113] ppid=2104 vsize=27314120 memory=12040 CPUtime=0 cores=0-7
/proc/2107/task/2113/stat : 2113 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568779348240 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2114] ppid=2104 vsize=27314120 memory=33740 CPUtime=0 cores=0-7
/proc/2107/task/2114/stat : 2114 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568778295696 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2115] ppid=2104 vsize=27314120 memory=2120 CPUtime=0 cores=0-7
/proc/2107/task/2115/stat : 2115 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568380996112 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2116] ppid=2104 vsize=27314120 memory=500 CPUtime=0 cores=0-7
/proc/2107/task/2116/stat : 2116 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27969658880 31974 33554432000 4194304 4196468 140730264233504 140568379943568 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2117] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2117/stat : 2117 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622895 27969658880 31974 33554432000 4194304 4196468 140730264233504 140567015774704 140568964119170 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2118] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2118/stat : 2118 (java) S 2104 2104 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512622896 27969658880 31974 33554432000 4194304 4196468 140730264233504 140566897616288 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2119] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2119/stat : 2119 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622896 27969658880 31974 33554432000 4194304 4196468 140730264233504 140566629180912 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2120] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2120/stat : 2120 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 31974 33554432000 4194304 4196468 140730264233504 140566254672592 140568964126619 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2121] ppid=2104 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/2107/task/2121/stat : 2121 (java) S 2104 2104 32372 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 20 0 512622898 27969658880 31974 33554432000 4194304 4196468 140730264233504 140567014721520 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2122] ppid=2104 vsize=27314120 memory=2244 CPUtime=0.01 cores=0-7
/proc/2107/task/2122/stat : 2122 (java) S 2104 2104 32372 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 20 0 512622898 27969658880 31974 33554432000 4194304 4196468 140730264233504 140567013668976 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2123] ppid=2104 vsize=27314120 memory=2244 CPUtime=0.02 cores=0-7
/proc/2107/task/2123/stat : 2123 (java) R 2104 2104 32372 0 -1 4202560 257 0 0 0 2 0 0 0 20 0 20 0 512622898 27969658880 31974 33554432000 4194304 4196468 140730264233504 140567012616432 140568947600599 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2124] ppid=2104 vsize=27314120 memory=2244 CPUtime=0.07 cores=0-7
/proc/2107/task/2124/stat : 2124 (java) S 2104 2104 32372 0 -1 1077944384 498 0 0 0 7 0 0 0 20 0 20 0 512622898 27969658880 31974 33554432000 4194304 4196468 140730264233504 140567011563888 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2125] ppid=2104 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/2107/task/2125/stat : 2125 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622899 27969658880 31974 33554432000 4194304 4196468 140730264233504 140565756766944 140568964118229 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2126] ppid=2104 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/2107/task/2126/stat : 2126 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622899 27969658880 31974 33554432000 4194304 4196468 140730264233504 140567010511792 140568964119170 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129292 KiB

[startup+0.700968 s]
/proc/loadavg: 5.40 6.90 7.67 2/212 2126
/proc/meminfo: memFree=26171976/32770624 swapFree=66975488/67108860
[pid=2104] ppid=2101 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/2104/stat : 2104 (scop.sh) S 2101 2104 32372 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 512622891 115843072 349 33554432000 4194304 5098028 140733055014208 140733055011464 140436561117820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18350080 140733055017764 140733055018092 140733055018092 140733055021005 0
/proc/2104/statm: 28282 349 296 221 0 87 0
[pid=2107] ppid=2104 vsize=27320392 memory=164716 CPUtime=1 cores=0-7
/proc/2107/stat : 2107 (java) S 2104 2104 32372 0 -1 1077944320 19808 0 0 0 93 7 0 0 20 0 20 0 512622891 27976081408 41179 33554432000 4194304 4196468 140730264233504 140730264216048 140568964108023 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
/proc/2107/statm: 6830098 41179 3190 1 0 6791447 0
[pid=2107/tid=2108] ppid=2104 vsize=27320392 memory=50 CPUtime=0.68 cores=0-7
/proc/2107/task/2108/stat : 2108 (java) R 2104 2104 32372 0 -1 4202560 16902 0 0 0 62 6 0 0 20 0 20 0 512622891 27976081408 41179 33554432000 4194304 4196468 140730264233504 140568935946144 140568948188510 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2109] ppid=2104 vsize=27320392 memory=139781455575948 CPUtime=0 cores=0-7
/proc/2107/task/2109/stat : 2109 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27976081408 41179 33554432000 4194304 4196468 140730264233504 140568968350480 140568964118229 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2110] ppid=2104 vsize=27320392 memory=279562911156736 CPUtime=0 cores=0-7
/proc/2107/task/2110/stat : 2110 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622894 27976081408 41179 33554432000 4194304 4196468 140730264233504 140568782506896 140568964118229 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0
[pid=2107/tid=2111] ppid=2104 vsize=27320392 memory=13365938227929 CPUtime=0 cores=0-7
/proc/2107/task/2111/stat : 2111 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622894 27976081408 41179 33554432000 4194304 4196468 140730264233504 140568781454352 140568964118229 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30334976 140730264236779 140730264237206 140730264237206 140730264240079 0

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

[pid=2127/tid=2131] ppid=2104 vsize=7754336 memory=33740 CPUtime=0 cores=0-7
/proc/2127/task/2131/stat : 2131 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512623448 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925682551312 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2132] ppid=2104 vsize=7754336 memory=2120 CPUtime=0 cores=0-7
/proc/2127/task/2132/stat : 2132 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512623448 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925681498768 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2133] ppid=2104 vsize=7754336 memory=500 CPUtime=0 cores=0-7
/proc/2127/task/2133/stat : 2133 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512623448 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925680446224 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2134] ppid=2104 vsize=7754336 memory=1556 CPUtime=0 cores=0-7
/proc/2127/task/2134/stat : 2134 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512623448 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925679393680 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2135] ppid=2104 vsize=7754336 memory=928 CPUtime=0 cores=0-7
/proc/2127/task/2135/stat : 2135 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512623448 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925678341136 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2136] ppid=2104 vsize=7754336 memory=1640 CPUtime=0 cores=0-7
/proc/2127/task/2136/stat : 2136 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512623448 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925677288592 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2137] ppid=2104 vsize=7754336 memory=1980 CPUtime=0 cores=0-7
/proc/2127/task/2137/stat : 2137 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512623450 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925560354800 139926198491778 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2138] ppid=2104 vsize=7754336 memory=1396 CPUtime=0 cores=0-7
/proc/2127/task/2138/stat : 2138 (java) S 2104 2104 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 512623450 7940440064 29255 33554432000 4194304 4196468 140733307778384 139924531569568 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2139] ppid=2104 vsize=7754336 memory=0 CPUtime=0 cores=0-7
/proc/2127/task/2139/stat : 2139 (java) S 2104 2104 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512623450 7940440064 29255 33554432000 4194304 4196468 140733307778384 139924397347824 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2140] ppid=2104 vsize=7754336 memory=0 CPUtime=0 cores=0-7
/proc/2127/task/2140/stat : 2140 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139924022843600 139926198499227 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2141] ppid=2104 vsize=7754336 memory=0 CPUtime=0.13 cores=0-7
/proc/2127/task/2141/stat : 2141 (java) S 2104 2104 32372 0 -1 1077944384 682 0 0 0 13 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925559302640 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2142] ppid=2104 vsize=7754336 memory=0 CPUtime=0.16 cores=0-7
/proc/2127/task/2142/stat : 2142 (java) S 2104 2104 32372 0 -1 1077944384 638 0 0 0 16 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925558250096 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2143] ppid=2104 vsize=7754336 memory=0 CPUtime=0.15 cores=0-7
/proc/2127/task/2143/stat : 2143 (java) S 2104 2104 32372 0 -1 1077944384 628 0 0 0 15 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925557197552 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2144] ppid=2104 vsize=7754336 memory=0 CPUtime=0.2 cores=0-7
/proc/2127/task/2144/stat : 2144 (java) S 2104 2104 32372 0 -1 1077944384 538 0 0 0 20 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925556145008 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2145] ppid=2104 vsize=7754336 memory=0 CPUtime=0 cores=0-7
/proc/2127/task/2145/stat : 2145 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139923524937952 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2146] ppid=2104 vsize=7754336 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/2127/task/2146/stat : 2146 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512623453 7940440064 29255 33554432000 4194304 4196468 140733307778384 139925555091888 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
Current children cumulated CPU time: 18.4 s
Current children cumulated vsize: 7867464 KiB
Current children cumulated memory: 118496 KiB

[startup+7.2087 s]
/proc/loadavg: 5.02 6.77 7.62 2/217 2152
/proc/meminfo: memFree=25980224/32770624 swapFree=66975488/67108860
[pid=2104] ppid=2101 vsize=113128 memory=1476 CPUtime=16.9 cores=0-7
/proc/2104/stat : 2104 (scop.sh) S 2101 2104 32372 0 -1 4202496 583 37527 0 0 0 0 1637 53 20 0 1 0 512622891 115843072 369 33554432000 4194304 5098028 140733055014208 140733055010952 140436561117820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18350080 140733055017764 140733055018092 140733055018092 140733055021005 0
/proc/2104/statm: 28282 369 311 221 0 87 0
[pid=2127] ppid=2104 vsize=8414124 memory=132236 CPUtime=1.75 cores=0-7
/proc/2127/stat : 2127 (java) S 2104 2104 32372 0 -1 1077944320 21030 0 0 0 161 14 0 0 20 0 24 0 512623447 8616062976 33059 33554432000 4194304 4196468 140733307778384 140733307760928 139926198480631 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
/proc/2127/statm: 2103531 33059 3223 1 0 2064875 0
[pid=2147] ppid=2127 vsize=841756 memory=244632 CPUtime=1.72 cores=0-7
/proc/2147/stat : 2147 (manyglucose-4.1) S 2127 2104 32372 0 -1 1077944320 39388 0 0 0 164 8 0 0 20 0 9 0 512623536 861958144 61158 33554432000 4194304 4454172 140731118591632 140731118590032 140673168898690 0 4 0 8388610 18446744073709551615 0 0 17 0 0 0 0 0 0 6552832 6554400 16109568 140731118592874 140731118593072 140731118593072 140731118596026 0
/proc/2147/statm: 210439 61158 388 64 0 206107 0
[pid=2127/tid=2128] ppid=2104 vsize=8414124 memory=-4075877051373423737 CPUtime=0.91 cores=0-7
/proc/2127/task/2128/stat : 2128 (java) S 2104 2104 32372 0 -1 1077944384 16981 0 0 0 80 11 0 0 20 0 24 0 512623447 8616062976 33059 33554432000 4194304 4196468 140733307778384 139926170320800 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2129] ppid=2104 vsize=8414124 memory=500 CPUtime=0 cores=0-7
/proc/2127/task/2129/stat : 2129 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139926202722576 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2130] ppid=2104 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/2127/task/2130/stat : 2130 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925683603856 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2131] ppid=2104 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/2127/task/2131/stat : 2131 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925682551312 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2132] ppid=2104 vsize=8414124 memory=1396 CPUtime=0 cores=0-7
/proc/2127/task/2132/stat : 2132 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925681498768 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2133] ppid=2104 vsize=8414124 memory=433128 CPUtime=0 cores=0-7
/proc/2127/task/2133/stat : 2133 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925680446224 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2134] ppid=2104 vsize=8414124 memory=279562911439904 CPUtime=0 cores=0-7
/proc/2127/task/2134/stat : 2134 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925679393680 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2135] ppid=2104 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/2127/task/2135/stat : 2135 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925678341136 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2136] ppid=2104 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/2127/task/2136/stat : 2136 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925677288592 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2137] ppid=2104 vsize=8414124 memory=67 CPUtime=0 cores=0-7
/proc/2127/task/2137/stat : 2137 (java) S 2104 2104 32372 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 512623450 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925560354800 139926198491778 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2138] ppid=2104 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/2127/task/2138/stat : 2138 (java) S 2104 2104 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512623450 8616062976 33059 33554432000 4194304 4196468 140733307778384 139924531569568 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2139] ppid=2104 vsize=8414124 memory=132236 CPUtime=0 cores=0-7
/proc/2127/task/2139/stat : 2139 (java) S 2104 2104 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512623450 8616062976 33059 33554432000 4194304 4196468 140733307778384 139924397347824 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2140] ppid=2104 vsize=8414124 memory=512580 CPUtime=0 cores=0-7
/proc/2127/task/2140/stat : 2140 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139924022843600 139926198499227 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2141] ppid=2104 vsize=8414124 memory=1764 CPUtime=0.16 cores=0-7
/proc/2127/task/2141/stat : 2141 (java) S 2104 2104 32372 0 -1 1077944384 694 0 0 0 16 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925559302640 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2142] ppid=2104 vsize=8414124 memory=111632 CPUtime=0.19 cores=0-7
/proc/2127/task/2142/stat : 2142 (java) S 2104 2104 32372 0 -1 1077944384 649 0 0 0 19 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925558250096 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2143] ppid=2104 vsize=8414124 memory=804 CPUtime=0.18 cores=0-7
/proc/2127/task/2143/stat : 2143 (java) S 2104 2104 32372 0 -1 1077944384 651 0 0 0 18 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925557197552 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2144] ppid=2104 vsize=8414124 memory=1724 CPUtime=0.25 cores=0-7
/proc/2127/task/2144/stat : 2144 (java) S 2104 2104 32372 0 -1 1077944384 637 0 0 0 25 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925556145008 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2145] ppid=2104 vsize=8414124 memory=1804 CPUtime=0 cores=0-7
/proc/2127/task/2145/stat : 2145 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139923524937952 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2146] ppid=2104 vsize=8414124 memory=920 CPUtime=0 cores=0-7
/proc/2127/task/2146/stat : 2146 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925555091888 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2148] ppid=2104 vsize=8414124 memory=1640 CPUtime=0 cores=0-7
/proc/2127/task/2148/stat : 2148 (java) S 2104 2104 32372 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512623536 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925547058368 139926198505241 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2150] ppid=2104 vsize=8414124 memory=1980 CPUtime=0 cores=0-7
/proc/2127/task/2150/stat : 2150 (java) S 2104 2104 32372 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 512623536 8616062976 33059 33554432000 4194304 4196468 140733307778384 139922853838608 139926198502557 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2151] ppid=2104 vsize=8414124 memory=2572 CPUtime=0 cores=0-7
/proc/2127/task/2151/stat : 2151 (java) S 2104 2104 32372 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 512623536 8616062976 33059 33554432000 4194304 4196468 140733307778384 139923122274192 139926198502557 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2152] ppid=2104 vsize=8414124 memory=884 CPUtime=0 cores=0-7
/proc/2127/task/2152/stat : 2152 (java) S 2104 2104 32372 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512623538 8616062976 33059 33554432000 4194304 4196468 140733307778384 139922585411248 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
Current children cumulated CPU time: 20.37 s
Current children cumulated vsize: 9369008 KiB
Current children cumulated memory: 378344 KiB

[startup+7.40174 s]
/proc/loadavg: 5.02 6.77 7.62 2/217 2152
/proc/meminfo: memFree=25980224/32770624 swapFree=66975488/67108860
[pid=2104] ppid=2101 vsize=113128 memory=1476 CPUtime=16.9 cores=0-7
/proc/2104/stat : 2104 (scop.sh) S 2101 2104 32372 0 -1 4202496 583 37527 0 0 0 0 1637 53 20 0 1 0 512622891 115843072 369 33554432000 4194304 5098028 140733055014208 140733055010952 140436561117820 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18350080 140733055017764 140733055018092 140733055018092 140733055021005 0
/proc/2104/statm: 28282 369 311 221 0 87 0
[pid=2127] ppid=2104 vsize=8414124 memory=132236 CPUtime=1.75 cores=0-7
/proc/2127/stat : 2127 (java) S 2104 2104 32372 0 -1 1077944320 21030 0 0 0 161 14 0 0 20 0 24 0 512623447 8616062976 33059 33554432000 4194304 4196468 140733307778384 140733307760928 139926198480631 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
/proc/2127/statm: 2103531 33059 3223 1 0 2064875 0
[pid=2147] ppid=2127 vsize=842152 memory=244776 CPUtime=3.24 cores=0-7
/proc/2147/stat : 2147 (manyglucose-4.1) S 2127 2104 32372 0 -1 1077944320 39807 0 0 0 316 8 0 0 20 0 7 0 512623536 862363648 61194 33554432000 4194304 4454172 140731118591632 140731118590016 140673168887543 0 4 0 8388610 18446744073709551615 0 0 17 0 0 0 0 0 0 6552832 6554400 16109568 140731118592874 140731118593072 140731118593072 140731118596026 0
/proc/2147/statm: 210538 61194 420 64 0 206206 0
[pid=2127/tid=2128] ppid=2104 vsize=8414124 memory=1476 CPUtime=0.91 cores=0-7
/proc/2127/task/2128/stat : 2128 (java) S 2104 2104 32372 0 -1 1077944384 16981 0 0 0 80 11 0 0 20 0 24 0 512623447 8616062976 33059 33554432000 4194304 4196468 140733307778384 139926170320800 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2129] ppid=2104 vsize=8414124 memory=70732 CPUtime=0 cores=0-7
/proc/2127/task/2129/stat : 2129 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139926202722576 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2130] ppid=2104 vsize=8414124 memory=2832 CPUtime=0 cores=0-7
/proc/2127/task/2130/stat : 2130 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925683603856 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2131] ppid=2104 vsize=8414124 memory=1192 CPUtime=0 cores=0-7
/proc/2127/task/2131/stat : 2131 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925682551312 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2132] ppid=2104 vsize=8414124 memory=940 CPUtime=0 cores=0-7
/proc/2127/task/2132/stat : 2132 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925681498768 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2133] ppid=2104 vsize=8414124 memory=14008 CPUtime=0 cores=0-7
/proc/2127/task/2133/stat : 2133 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925680446224 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2134] ppid=2104 vsize=8414124 memory=12040 CPUtime=0 cores=0-7
/proc/2127/task/2134/stat : 2134 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925679393680 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2135] ppid=2104 vsize=8414124 memory=33740 CPUtime=0 cores=0-7
/proc/2127/task/2135/stat : 2135 (java) S 2104 2104 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925678341136 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2136] ppid=2104 vsize=8414124 memory=2120 CPUtime=0 cores=0-7
/proc/2127/task/2136/stat : 2136 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512623448 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925677288592 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2137] ppid=2104 vsize=8414124 memory=500 CPUtime=0 cores=0-7
/proc/2127/task/2137/stat : 2137 (java) S 2104 2104 32372 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 512623450 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925560354800 139926198491778 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2138] ppid=2104 vsize=8414124 memory=1556 CPUtime=0 cores=0-7
/proc/2127/task/2138/stat : 2138 (java) S 2104 2104 32372 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 512623450 8616062976 33059 33554432000 4194304 4196468 140733307778384 139924531569568 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2139] ppid=2104 vsize=8414124 memory=928 CPUtime=0 cores=0-7
/proc/2127/task/2139/stat : 2139 (java) S 2104 2104 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 512623450 8616062976 33059 33554432000 4194304 4196468 140733307778384 139924397347824 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2140] ppid=2104 vsize=8414124 memory=1640 CPUtime=0 cores=0-7
/proc/2127/task/2140/stat : 2140 (java) S 2104 2104 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139924022843600 139926198499227 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2141] ppid=2104 vsize=8414124 memory=1980 CPUtime=0.16 cores=0-7
/proc/2127/task/2141/stat : 2141 (java) S 2104 2104 32372 0 -1 1077944384 694 0 0 0 16 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925559302640 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2142] ppid=2104 vsize=8414124 memory=2572 CPUtime=0.19 cores=0-7
/proc/2127/task/2142/stat : 2142 (java) S 2104 2104 32372 0 -1 1077944384 649 0 0 0 19 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925558250096 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2143] ppid=2104 vsize=8414124 memory=79892 CPUtime=0.18 cores=0-7
/proc/2127/task/2143/stat : 2143 (java) S 2104 2104 32372 0 -1 1077944384 651 0 0 0 18 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925557197552 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2144] ppid=2104 vsize=8414124 memory=1764 CPUtime=0.25 cores=0-7
/proc/2127/task/2144/stat : 2144 (java) S 2104 2104 32372 0 -1 1077944384 637 0 0 0 25 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925556145008 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2145] ppid=2104 vsize=8414124 memory=111632 CPUtime=0 cores=0-7
/proc/2127/task/2145/stat : 2145 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139923524937952 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2146] ppid=2104 vsize=8414124 memory=804 CPUtime=0 cores=0-7
/proc/2127/task/2146/stat : 2146 (java) S 2104 2104 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 512623453 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925555091888 139926198491778 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2148] ppid=2104 vsize=8414124 memory=1724 CPUtime=0 cores=0-7
/proc/2127/task/2148/stat : 2148 (java) S 2104 2104 32372 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 512623536 8616062976 33059 33554432000 4194304 4196468 140733307778384 139925547058368 139926198505241 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2150] ppid=2104 vsize=8414124 memory=1804 CPUtime=0 cores=0-7
/proc/2127/task/2150/stat : 2150 (java) S 2104 2104 32372 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 512623536 8616062976 33059 33554432000 4194304 4196468 140733307778384 139922853838608 139926198502557 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2151] ppid=2104 vsize=8414124 memory=920 CPUtime=0 cores=0-7
/proc/2127/task/2151/stat : 2151 (java) S 2104 2104 32372 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 512623536 8616062976 33059 33554432000 4194304 4196468 140733307778384 139923122274192 139926198502557 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
[pid=2127/tid=2152] ppid=2104 vsize=8414124 memory=4464 CPUtime=0 cores=0-7
/proc/2127/task/2152/stat : 2152 (java) S 2104 2104 32372 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 512623538 8616062976 33059 33554432000 4194304 4196468 140733307778384 139922585411248 139926198490837 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11227136 140733307782136 140733307782294 140733307782294 140733307785167 0
Current children cumulated CPU time: 21.89 s
Current children cumulated vsize: 9369404 KiB
Current children cumulated memory: 378488 KiB

Child status: 0
Real time (s): 7.46509
CPU time (s): 22.1239
CPU user time (s): 21.3378
CPU system time (s): 0.786157
CPU usage (%): 296.365
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 1840840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3378
system time used= 0.786157
maximum resident set size= 1844376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99091
page faults= 0
swaps= 0
block input operations= 8
block output operations= 20624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12775
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 2104
#   total CPU time (s): 22.1239
#   total CPU user time (s): 21.3378
#   total CPU system time (s): 0.786157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080417 second user time and 0.125917 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-25 00:18:38
IDJOB=4405446
IDBENCH=141185
IDSOLVER=2868
FILE ID=node125/4405446-1569363561
RUNJOBID= node125-1569358512-32399
PBS_JOBID= 21705111
Free space on /tmp= 4252 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f05_c18.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405446-1569363561/watcher-4405446-1569363561 -o /tmp/evaluation-result-4405446-1569363561/solver-4405446-1569363561 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405446-1569363561.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=1054055495

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26313532 kB
MemAvailable:   31815052 kB
Buffers:          101156 kB
Cached:          5478816 kB
SwapCached:        29780 kB
Active:          2579964 kB
Inactive:        3033248 kB
Active(anon):       3840 kB
Inactive(anon):    85888 kB
Active(file):    2576124 kB
Inactive(file):  2947360 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66975488 kB
Dirty:             20840 kB
Writeback:             0 kB
AnonPages:        113868 kB
Mapped:            57232 kB
Shmem:             47324 kB
Slab:             436032 kB
SReclaimable:     406496 kB
SUnreclaim:        29536 kB
KernelStack:        3440 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514588 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4232 MiB
End job on node125 at 2019-09-25 00:18:46