Trace number 4297005

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
scop order+glucose-syrup (2018-07-07)SAT 16.9217 4.98373

General information on the benchmark

NameSocialGolfers/
SocialGolfers-5-5-6-cp_c18.xml
MD5SUM7cf8ff1aade64c35eba6df9cb38cb5a8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.243
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints4508
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":150}]
Minimum variable degree122
Maximum variable degree123
Distribution of variable degrees[{"degree":122,"count":125},{"degree":123,"count":25}]
Minimum constraint arity4
Maximum constraint arity150
Distribution of constraint arities[{"arity":4,"count":4500},{"arity":25,"count":7},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints4500
Distribution of constraint types[{"type":"intension","count":4500},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.53	
0.66/0.53	scop order+glucose-syrup (2018-07-07)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Fri Jul 27 04:04:02 CEST 2018
0.66/0.56	c PID: 17735
0.66/0.56	c IP: 172.20.3.107
0.66/0.56	c HOST: node107.alineos.net
0.66/0.56	c (0,0) Parsing Begin
4.62/1.77	c (1,1) Parsing End
4.62/1.77	c (1,1) CSP: 150 int (0 aux), 0 bool (0 aux), 4508 ctr, max domain size 5
4.62/1.77	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
4.62/1.77	c (1,1) Constraint Name Generate Begin
5.04/1.81	c (1,1) Ctr:HOME/instance-4297005-1532657041.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
5.04/1.81	c (1,1) Constraint Name Generate End
5.04/1.81	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
5.04/1.81	c (1,1) CSP to CSPinCNF Begin
5.53/2.03	c (1,1) translated 451 (10%) constraints
5.53/2.08	c (1,1) translated 902 (20%) constraints
5.89/2.12	c (1,1) translated 1353 (30%) constraints
5.89/2.15	c (1,1) translated 1804 (40%) constraints
5.89/2.18	c (1,1) translated 2254 (50%) constraints
6.22/2.20	c (1,1) translated 2705 (60%) constraints
6.22/2.22	c (1,1) translated 3156 (70%) constraints
6.22/2.25	c (1,1) translated 3607 (80%) constraints
6.22/2.27	c (1,1) translated 4058 (90%) constraints
7.82/2.73	c (2,2) translated 4508 (100%) constraints
9.06/3.09	c (2,2) STATISTICS1:HOME/instance-4297005-1532657041.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,1111,6535,16777216,5,4,25,16777216:60;5:7912;1:1597,5:17123;2:2883;1:3420,4:4711;3:779;2:961;1:84,25:60;2:9509;1:4433,
9.06/3.09	c (2,2) ===========================================
9.06/3.09	c (2,2) Order
9.06/3.09	c (2,2) ===========================================
9.50/3.16	c (2,2) translated 654 (10%) constraints
9.91/3.20	c (2,2) translated 1307 (20%) constraints
9.91/3.24	c (2,2) translated 1961 (30%) constraints
9.91/3.28	c (2,2) translated 2614 (40%) constraints
10.26/3.31	c (2,2) translated 3268 (50%) constraints
10.26/3.35	c (2,2) translated 3921 (60%) constraints
10.57/3.41	c (2,2) translated 4575 (70%) constraints
10.57/3.49	c (2,2) translated 5228 (80%) constraints
11.05/3.55	c (3,2) translated 5882 (90%) constraints
11.05/3.58	c (3,2) translated 6535 (100%) constraints
11.05/3.59	c (3,2) CSP to CSPinCNF End
11.05/3.59	c (3,2) CSP: 240 int (90 aux), 1711 bool (1711 aux), 8270 ctr, max domain size 6
11.05/3.59	c (3,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
11.05/3.59	c (3,2) CSPinCNF Propagation Begin
11.89/3.74	c (3,3) 345 values, 2618 unsatisfiable literals, and 2143 valid clauses are removed
11.89/3.74	c (3,3) CSPinCNF Propagation End
11.89/3.74	c (3,3) CSP: 510 int (360 aux), 1441 bool (1441 aux), 6127 ctr, max domain size 6
11.89/3.74	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
11.89/3.74	c (3,3) Simplify CSPinCNF Begin
12.59/3.90	c (3,3) Simplify CSPinCNF End
12.59/3.90	c (3,3) CSP: 510 int (360 aux), 4693 bool (4693 aux), 9379 ctr, max domain size 6
12.59/3.90	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
12.59/3.90	c (3,3) Calculate Precise Domain Begin
12.59/3.95	c (3,3) 0 values are removed by re-calculation
12.59/3.95	c (3,3) Calculate Precise Domain End
12.59/3.95	c (3,3) CSP: 510 int (360 aux), 4693 bool (4693 aux), 9379 ctr, max domain size 6
12.59/3.95	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
12.59/3.95	c (3,3) CSPinCNF to SatSolver Begin
13.06/4.08	c (3,3) 938 (10 %) CSP clauses are encoded (5568 SAT variables, 4188 SAT clauses)
13.38/4.13	c (3,3) 1876 (20 %) CSP clauses are encoded (5568 SAT variables, 8054 SAT clauses)
13.38/4.16	c (3,3) 2814 (30 %) CSP clauses are encoded (5568 SAT variables, 11416 SAT clauses)
13.38/4.19	c (3,3) 3752 (40 %) CSP clauses are encoded (5568 SAT variables, 14674 SAT clauses)
13.74/4.22	c (3,3) 4690 (50 %) CSP clauses are encoded (5568 SAT variables, 17364 SAT clauses)
13.74/4.23	c (3,3) 5628 (60 %) CSP clauses are encoded (5568 SAT variables, 18302 SAT clauses)
14.16/4.32	c (3,3) 6566 (70 %) CSP clauses are encoded (5568 SAT variables, 27095 SAT clauses)
14.56/4.44	c (3,3) 7504 (80 %) CSP clauses are encoded (5568 SAT variables, 43743 SAT clauses)
14.83/4.53	c (3,3) 8442 (90 %) CSP clauses are encoded (5568 SAT variables, 60391 SAT clauses)
14.83/4.55	c (4,3) 9379 (100 %) CSP clauses are encoded (5568 SAT variables, 62753 SAT clauses)
14.83/4.55	c (4,3) CSPinCNF to SatSolver End
14.83/4.55	c (4,3) Heap : 1239 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
15.12/4.63	c (4,3) STATISTICS2:HOME/instance-4297005-1532657041.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,5203,9379,512,6,4,10,512:50;256:100;36:50;5:3412;1:59,6:300;5:8883;2:20886;1:59,4:3183;3:407;2:5565;1:224,10:50;9:100;3:50;2:3471;1:21636,
15.12/4.63	c (4,3) SatSolver.solve Begin
15.12/4.63	c (4,3) 5568 bool, 62757 clause
15.12/4.63	c (4,3) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297005-1532657041.xml-scop-17735.cnf HOME/instance-4297005-1532657041.xml-scop-17735.cnf.out
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c WARNING: for repeatability, setting FPU to use double precision
15.75/4.93	c (4,0) c 8 solvers engines and 1 companion as a blackboard created.
15.75/4.93	c (4,0) c ========================================[ Problem Statistics ]===========================================
15.75/4.93	c (4,0) c |                                                                                                       |
15.75/4.93	c (4,0) c |  Number of variables:          5568                                                                   |
15.75/4.93	c (4,0) c |  Number of clauses:           62757                                                                   |
15.75/4.93	c (4,0) c |  Parse time:                   0.02 s                                                                 |
15.75/4.93	c (4,0) c |                                                                                                       |
15.75/4.93	c (4,0) c |  Eliminated clauses:           0.02 Mb                                                                |
15.75/4.93	c (4,0) c |  Simplification time:          0.11 s                                                                 |
15.75/4.93	c (4,0) c |                                                                                                       |
15.75/4.93	c (4,0) c |  Generating clones                                                                                    |
15.75/4.93	c (4,0) c |  all clones generated. Memory =  63.13Mb.                                                             |
15.75/4.93	c (4,0) c ========================================================================================================|
15.75/4.93	c (4,0) c last restart ## conflicts  :  75 107 
15.75/4.93	c (4,0) c Thread 0 is 100% pure glucose! First thread to finish! (SAT answer).
15.75/4.93	c (4,0) c Total Memory so far : 640.41Mb
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c real time : 0.285382 s
15.75/4.93	c (4,0) c cpu time  : 0.957715 s
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
15.75/4.93	c (4,0) c
15.75/4.93	c (4,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.75/4.93	c (4,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
15.75/4.93	c (4,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.75/4.93	c (4,0) c | Conflicts     |           20849 |       2512 |       2463 |       2821 |       2306 |       2723 |       2588 |       2839 |       2597 |
15.75/4.93	c (4,0) c | Decisions     |           42144 |       5243 |       5200 |       4868 |       4442 |       5323 |       5570 |       6300 |       5198 |
15.75/4.93	c (4,0) c | Propagations  |         3174721 |     380591 |     417184 |     375082 |     447873 |     381929 |     412636 |     386267 |     373159 |
15.75/4.93	c (4,0) c | Avg_Trail     |                 |       1783 |       1814 |       1851 |       1842 |       1914 |       1754 |       1911 |       1838 |
15.75/4.93	c (4,0) c | Avg_DL        |                 |         42 |         54 |         53 |         50 |         57 |         55 |         56 |         63 |
15.75/4.93	c (4,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.75/4.93	c (4,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.75/4.93	c (4,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.75/4.93	c (4,0) c | Exported      |             473 |         47 |         53 |         74 |         42 |         66 |         41 |         91 |         59 |
15.75/4.93	c (4,0) c | Imported      |            2990 |        404 |        418 |        397 |        379 |        365 |        400 |        377 |        250 |
15.75/4.93	c (4,0) c | Good          |              49 |          5 |          7 |          7 |          7 |          7 |          7 |          3 |          6 |
15.75/4.93	c (4,0) c | Purge         |            2941 |        399 |        411 |        390 |        372 |        358 |        393 |        374 |        244 |
15.75/4.93	c (4,0) c | Promoted      |             121 |         24 |         16 |         13 |         18 |          9 |         18 |         18 |          5 |
15.75/4.93	c (4,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.75/4.93	c (4,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
15.75/4.93	c (4,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.75/4.93	c (4,0) c | Unaries       |                 |         14 |          5 |          5 |          4 |          5 |          5 |          5 |         11 |
15.75/4.93	c (4,0) c | Binaries      |                 |          2 |          0 |          0 |          0 |          1 |          0 |          4 |          1 |
15.75/4.93	c (4,0) c | Glues         |                 |         47 |         53 |         74 |         42 |         66 |         41 |         91 |         59 |
15.75/4.93	c (4,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.75/4.93	c (4,0) c | Orig_Seen     |            11 % |       5198 |       8934 |       6157 |       6061 |       9071 |       7859 |       8916 |       5759 |
15.75/4.93	c (4,0) c | Diff Orig seen|                 |      X     |       3736 |        959 |        863 |       3873 |       2661 |       3718 |        561 |
15.75/4.93	c (4,0) c | Hamming       |            21 % |      X     |       1373 |       1164 |       1192 |       1238 |       1124 |       1132 |       1225 |
15.75/4.93	c (4,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
15.75/4.93	c (4,0) 
15.75/4.93	c (4,0) s SATISFIABLE
15.75/4.95	c (4,4) SatSolver.solve End
15.75/4.95	c (4,4) Heap : 1689 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
15.75/4.95	c (4,4) Show results Begin
15.75/4.96	c (4,4) x[0][0] = 0
15.75/4.96	c (4,4) x[0][1] = 0
15.75/4.96	c (4,4) x[0][2] = 0
15.75/4.96	c (4,4) x[0][3] = 0
15.75/4.96	c (4,4) x[0][4] = 0
15.75/4.96	c (4,4) x[0][5] = 1
15.75/4.96	c (4,4) x[0][6] = 1
15.75/4.96	c (4,4) x[0][7] = 1
15.75/4.96	c (4,4) x[0][8] = 1
15.75/4.96	c (4,4) x[0][9] = 1
15.75/4.96	c (4,4) x[0][10] = 2
15.75/4.96	c (4,4) x[0][11] = 2
15.75/4.96	c (4,4) x[0][12] = 2
15.75/4.96	c (4,4) x[0][13] = 2
15.75/4.96	c (4,4) x[0][14] = 2
15.75/4.96	c (4,4) x[0][15] = 3
15.75/4.96	c (4,4) x[0][16] = 3
15.75/4.96	c (4,4) x[0][17] = 3
15.75/4.96	c (4,4) x[0][18] = 3
15.75/4.96	c (4,4) x[0][19] = 3
15.75/4.96	c (4,4) x[0][20] = 4
15.75/4.96	c (4,4) x[0][21] = 4
15.75/4.96	c (4,4) x[0][22] = 4
15.75/4.96	c (4,4) x[0][23] = 4
15.75/4.96	c (4,4) x[0][24] = 4
15.75/4.96	c (4,4) x[1][0] = 0
15.75/4.96	c (4,4) x[1][1] = 1
15.75/4.96	c (4,4) x[1][2] = 2
15.75/4.96	c (4,4) x[1][3] = 3
15.75/4.96	c (4,4) x[1][4] = 4
15.75/4.96	c (4,4) x[1][5] = 0
15.75/4.96	c (4,4) x[1][6] = 1
15.75/4.96	c (4,4) x[1][7] = 2
15.75/4.96	c (4,4) x[1][8] = 3
15.75/4.96	c (4,4) x[1][9] = 4
15.75/4.96	c (4,4) x[1][10] = 0
15.75/4.96	c (4,4) x[1][11] = 1
15.75/4.96	c (4,4) x[1][12] = 2
15.75/4.96	c (4,4) x[1][13] = 3
15.75/4.96	c (4,4) x[1][14] = 4
15.75/4.96	c (4,4) x[1][15] = 0
15.75/4.96	c (4,4) x[1][16] = 1
15.75/4.96	c (4,4) x[1][17] = 2
15.75/4.96	c (4,4) x[1][18] = 3
15.75/4.96	c (4,4) x[1][19] = 4
15.75/4.96	c (4,4) x[1][20] = 0
15.75/4.96	c (4,4) x[1][21] = 1
15.75/4.96	c (4,4) x[1][22] = 2
15.75/4.96	c (4,4) x[1][23] = 3
15.75/4.96	c (4,4) x[1][24] = 4
15.75/4.96	c (4,4) x[2][0] = 0
15.75/4.96	c (4,4) x[2][1] = 1
15.75/4.96	c (4,4) x[2][2] = 3
15.75/4.96	c (4,4) x[2][3] = 4
15.75/4.96	c (4,4) x[2][4] = 2
15.75/4.96	c (4,4) x[2][5] = 3
15.75/4.96	c (4,4) x[2][6] = 4
15.75/4.96	c (4,4) x[2][7] = 2
15.75/4.96	c (4,4) x[2][8] = 0
15.75/4.96	c (4,4) x[2][9] = 1
15.75/4.96	c (4,4) x[2][10] = 4
15.75/4.96	c (4,4) x[2][11] = 2
15.75/4.96	c (4,4) x[2][12] = 0
15.75/4.96	c (4,4) x[2][13] = 1
15.75/4.96	c (4,4) x[2][14] = 3
15.75/4.96	c (4,4) x[2][15] = 2
15.75/4.96	c (4,4) x[2][16] = 0
15.75/4.96	c (4,4) x[2][17] = 1
15.75/4.96	c (4,4) x[2][18] = 3
15.75/4.96	c (4,4) x[2][19] = 4
15.75/4.96	c (4,4) x[2][20] = 1
15.75/4.96	c (4,4) x[2][21] = 3
15.75/4.96	c (4,4) x[2][22] = 4
15.75/4.96	c (4,4) x[2][23] = 2
15.75/4.96	c (4,4) x[2][24] = 0
15.75/4.96	c (4,4) x[3][0] = 0
15.75/4.96	c (4,4) x[3][1] = 2
15.75/4.96	c (4,4) x[3][2] = 1
15.75/4.96	c (4,4) x[3][3] = 3
15.75/4.96	c (4,4) x[3][4] = 4
15.75/4.96	c (4,4) x[3][5] = 3
15.75/4.96	c (4,4) x[3][6] = 4
15.75/4.96	c (4,4) x[3][7] = 0
15.75/4.96	c (4,4) x[3][8] = 2
15.75/4.96	c (4,4) x[3][9] = 1
15.75/4.96	c (4,4) x[3][10] = 1
15.75/4.96	c (4,4) x[3][11] = 3
15.75/4.96	c (4,4) x[3][12] = 4
15.75/4.96	c (4,4) x[3][13] = 0
15.75/4.96	c (4,4) x[3][14] = 2
15.75/4.96	c (4,4) x[3][15] = 2
15.75/4.96	c (4,4) x[3][16] = 1
15.75/4.96	c (4,4) x[3][17] = 3
15.75/4.96	c (4,4) x[3][18] = 4
15.75/4.96	c (4,4) x[3][19] = 0
15.75/4.96	c (4,4) x[3][20] = 4
15.75/4.96	c (4,4) x[3][21] = 0
15.75/4.96	c (4,4) x[3][22] = 2
15.75/4.96	c (4,4) x[3][23] = 1
15.75/4.96	c (4,4) x[3][24] = 3
15.75/4.96	c (4,4) x[4][0] = 0
15.75/4.96	c (4,4) x[4][1] = 4
15.75/4.96	c (4,4) x[4][2] = 2
15.75/4.96	c (4,4) x[4][3] = 1
15.75/4.96	c (4,4) x[4][4] = 3
15.75/4.96	c (4,4) x[4][5] = 3
15.75/4.96	c (4,4) x[4][6] = 0
15.75/4.96	c (4,4) x[4][7] = 4
15.75/4.96	c (4,4) x[4][8] = 2
15.75/4.96	c (4,4) x[4][9] = 1
15.75/4.96	c (4,4) x[4][10] = 4
15.75/4.96	c (4,4) x[4][11] = 2
15.75/4.96	c (4,4) x[4][12] = 1
15.75/4.96	c (4,4) x[4][13] = 3
15.75/4.96	c (4,4) x[4][14] = 0
15.75/4.96	c (4,4) x[4][15] = 1
15.75/4.96	c (4,4) x[4][16] = 3
15.75/4.96	c (4,4) x[4][17] = 0
15.75/4.96	c (4,4) x[4][18] = 4
15.75/4.96	c (4,4) x[4][19] = 2
15.75/4.96	c (4,4) x[4][20] = 2
15.75/4.96	c (4,4) x[4][21] = 1
15.75/4.96	c (4,4) x[4][22] = 3
15.75/4.96	c (4,4) x[4][23] = 0
15.75/4.96	c (4,4) x[4][24] = 4
15.75/4.96	c (4,4) x[5][0] = 1
15.75/4.96	c (4,4) x[5][1] = 0
15.75/4.96	c (4,4) x[5][2] = 2
15.75/4.96	c (4,4) x[5][3] = 3
15.75/4.96	c (4,4) x[5][4] = 4
15.75/4.96	c (4,4) x[5][5] = 0
15.75/4.96	c (4,4) x[5][6] = 2
15.75/4.96	c (4,4) x[5][7] = 3
15.75/4.96	c (4,4) x[5][8] = 4
15.75/4.96	c (4,4) x[5][9] = 1
15.75/4.96	c (4,4) x[5][10] = 4
15.75/4.96	c (4,4) x[5][11] = 1
15.75/4.96	c (4,4) x[5][12] = 0
15.75/4.96	c (4,4) x[5][13] = 2
15.75/4.96	c (4,4) x[5][14] = 3
15.75/4.96	c (4,4) x[5][15] = 2
15.75/4.96	c (4,4) x[5][16] = 3
15.75/4.96	c (4,4) x[5][17] = 4
15.75/4.96	c (4,4) x[5][18] = 1
15.75/4.96	c (4,4) x[5][19] = 0
15.75/4.96	c (4,4) x[5][20] = 3
15.75/4.96	c (4,4) x[5][21] = 4
15.75/4.96	c (4,4) x[5][22] = 1
15.75/4.96	c (4,4) x[5][23] = 0
15.75/4.96	c (4,4) x[5][24] = 2
15.75/4.96	s SATISFIABLE
15.75/4.96	v <instantiation>
15.75/4.96	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24]</list>
15.75/4.96	v     <values>0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 3 4 2 3 4 2 0 1 4 2 0 1 3 2 0 1 3 4 1 3 4 2 0 0 2 1 3 4 3 4 0 2 1 1 3 4 0 2 2 1 3 4 0 4 0 2 1 3 0 4 2 1 3 3 0 4 2 1 4 2 1 3 0 1 3 0 4 2 2 1 3 0 4 1 0 2 3 4 0 2 3 4 1 4 1 0 2 3 2 3 4 1 0 3 4 1 0 2</values>
15.75/4.96	v </instantiation>
15.75/4.96	c (4,4) Show results End
15.75/4.96	c (4,4) Heap : 1689 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
15.75/4.96	c (4,4) 1,1,3,3,3,3,4,4,4,STOP-AFTER(ALL)
15.75/4.96	c END-Prog: Fri Jul 27 04:04:06 CEST 2018

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297005-1532657041/watcher-4297005-1532657041 -o /tmp/evaluation-result-4297005-1532657041/solver-4297005-1532657041 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532654109-15834 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297005-1532657041.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=17735, runsolver pid=17732
Current StackSize limit: 8192 KiB


[startup+0.100197 s]*
/proc/loadavg: 8.33 8.67 8.53 2/200 17755
/proc/meminfo: memFree=21283464/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27312552 memory=108184 CPUtime=0.11 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 6572 0 0 0 8 3 0 0 20 0 20 0 83267321 27968053248 27046 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6828138 27046 2750 1 0 6790598 0
[pid=17735/tid=17737] ppid=17732 vsize=27312552 memory=8186306555791974042 CPUtime=0.09 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) R 17732 17735 15807 0 -1 4202560 4673 0 0 0 7 2 0 0 20 0 20 0 83267321 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509727992112 140509740295548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27312552 memory=732370666552626149 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27312552 memory=140528215172736 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 27046 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267325 27968053248 27046 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17747] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17747/stat : 17747 (java) S 17732 17735 15807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83267326 27968053248 27046 33554432000 4194304 4196468 140733401525536 140507506271136 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17748] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17748/stat : 17748 (java) S 17732 17735 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83267326 27968053248 27046 33554432000 4194304 4196468 140733401525536 140507372049392 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17749] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17749/stat : 17749 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 27046 33554432000 4194304 4196468 140733401525536 140506997545168 140509756233627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17750] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) S 17732 17735 15807 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 27046 33554432000 4194304 4196468 140733401525536 140508142655984 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 27046 33554432000 4194304 4196468 140733401525536 140508141603440 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 27046 33554432000 4194304 4196468 140733401525536 140508140550896 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) S 17732 17735 15807 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 27046 33554432000 4194304 4196468 140733401525536 140508139498352 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27968053248 27046 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267329 27968053248 27046 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 108184 KiB

[startup+0.210412 s]*
/proc/loadavg: 8.33 8.67 8.53 2/200 17755
/proc/meminfo: memFree=21265556/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27312552 memory=122308 CPUtime=0.25 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 10370 0 0 0 21 4 0 0 20 0 20 0 83267321 27968053248 30577 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6828138 30577 2893 1 0 6790598 0
[pid=17735/tid=17737] ppid=17732 vsize=27312552 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) R 17732 17735 15807 0 -1 4202560 8258 0 0 0 17 3 0 0 20 0 20 0 83267321 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509728042432 140509740295518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27312552 memory=140528215188568 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 30642 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267325 27968053248 30642 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17747] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17747/stat : 17747 (java) S 17732 17735 15807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83267326 27968053248 30642 33554432000 4194304 4196468 140733401525536 140507506271136 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17748] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17748/stat : 17748 (java) S 17732 17735 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83267326 27968053248 30642 33554432000 4194304 4196468 140733401525536 140507372049392 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17749] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17749/stat : 17749 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 30642 33554432000 4194304 4196468 140733401525536 140506997545168 140509756233627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17750] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) S 17732 17735 15807 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 30642 33554432000 4194304 4196468 140733401525536 140508142655984 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) S 17732 17735 15807 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 30642 33554432000 4194304 4196468 140733401525536 140508141603440 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) S 17732 17735 15807 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 30642 33554432000 4194304 4196468 140733401525536 140508140550896 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) S 17732 17735 15807 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 20 0 83267328 27968053248 30642 33554432000 4194304 4196468 140733401525536 140508139498352 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27968053248 30642 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267329 27968053248 30642 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 122308 KiB

[startup+0.31035 s]*
/proc/loadavg: 8.33 8.67 8.53 2/200 17755
/proc/meminfo: memFree=21262516/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27312552 memory=126040 CPUtime=0.42 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 10924 0 0 0 38 4 0 0 20 0 20 0 83267321 27968053248 31510 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6828138 31510 2985 1 0 6790598 0
[pid=17735/tid=17737] ppid=17732 vsize=27312552 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) R 17732 17735 15807 0 -1 4202560 8626 0 0 0 26 3 0 0 20 0 20 0 83267321 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509728019184 140509740295518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27312552 memory=140528108794799 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27312552 memory=140528108797104 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27312552 memory=140528108799408 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27968053248 31510 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267325 27968053248 31510 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17747] ppid=17732 vsize=27312552 memory=281056217605776 CPUtime=0 cores=0-7
/proc/17735/task/17747/stat : 17747 (java) S 17732 17735 15807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83267326 27968053248 31510 33554432000 4194304 4196468 140733401525536 140507506271136 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17748] ppid=17732 vsize=27312552 memory=281056217612688 CPUtime=0 cores=0-7
/proc/17735/task/17748/stat : 17748 (java) S 17732 17735 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83267326 27968053248 31510 33554432000 4194304 4196468 140733401525536 140507372049392 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17749] ppid=17732 vsize=27312552 memory=281056217553968 CPUtime=0 cores=0-7
/proc/17735/task/17749/stat : 17749 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267328 27968053248 31510 33554432000 4194304 4196468 140733401525536 140506997545168 140509756233627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17750] ppid=17732 vsize=27312552 memory=281056217626512 CPUtime=0.01 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) S 17732 17735 15807 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 20 0 83267328 27968053248 31510 33554432000 4194304 4196468 140733401525536 140508142655984 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27312552 memory=281056217633424 CPUtime=0.01 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) S 17732 17735 15807 0 -1 1077944384 140 0 0 0 1 0 0 0 20 0 20 0 83267328 27968053248 31510 33554432000 4194304 4196468 140733401525536 140508141603440 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27312552 memory=281056217631120 CPUtime=0.01 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) S 17732 17735 15807 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 83267328 27968053248 31510 33554432000 4194304 4196468 140733401525536 140508140550896 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27312552 memory=281056217647680 CPUtime=0.06 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) R 17732 17735 15807 0 -1 1077944384 315 0 0 0 6 0 0 0 20 0 20 0 83267328 27968053248 31510 33554432000 4194304 4196468 140733401525536 140508139498352 140509756226178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27968053248 31510 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267329 27968053248 31510 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 126040 KiB

[startup+0.702852 s]
/proc/loadavg: 8.33 8.67 8.53 2/200 17755
/proc/meminfo: memFree=21238580/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27318824 memory=164792 CPUtime=1.03 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 17703 0 0 0 96 7 0 0 20 0 20 0 83267321 27974475776 41198 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6829706 41198 3135 1 0 6791110 0
[pid=17735/tid=17737] ppid=17732 vsize=27318824 memory=7230638415990712919 CPUtime=0.67 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) R 17732 17735 15807 0 -1 4202560 14990 0 0 0 62 5 0 0 20 0 20 0 83267321 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509728050736 140509756236957 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27318824 memory=76252849408692 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27318824 memory=140528108814720 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27318824 memory=1836 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27974475776 41198 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27318824 memory=13044 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83267325 27974475776 41198 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0

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

[pid=17735/tid=17750] ppid=17732 vsize=27327160 memory=2732 CPUtime=2.64 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) R 17732 17735 15807 0 -1 4202560 3998 0 0 0 263 1 0 0 20 0 20 0 83267328 27983011840 207334 33554432000 4194304 4196468 140733401525536 140508142655984 140509737778560 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27327160 memory=0 CPUtime=2.65 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) R 17732 17735 15807 0 -1 4202560 3218 0 0 0 264 1 0 0 20 0 20 0 83267328 27983011840 207334 33554432000 4194304 4196468 140733401525536 140508141603440 140509737524066 0 4 0 25189583 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27327160 memory=0 CPUtime=2.47 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) R 17732 17735 15807 0 -1 4202560 2345 0 0 0 246 1 0 0 20 0 20 0 83267328 27983011840 207334 33554432000 4194304 4196468 140733401525536 140508140537696 140509737737999 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27327160 memory=79912449 CPUtime=1.4 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) R 17732 17735 15807 0 -1 4202560 4066 0 0 0 138 2 0 0 20 0 20 0 83267328 27983011840 207334 33554432000 4194304 4196468 140733401525536 140508139498352 140509735172271 0 4 0 25189583 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27983011840 207334 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27983011840 207334 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 13.06 s
Current children cumulated vsize: 27327160 KiB
Current children cumulated memory: 829336 KiB

[startup+4.40085 s]
/proc/loadavg: 7.98 8.59 8.50 6/200 17755
/proc/meminfo: memFree=20562416/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27327160 memory=966052 CPUtime=14.56 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 32968 0 0 0 1430 26 0 0 20 0 20 0 83267321 27983011840 241513 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6831790 241513 3231 1 0 6792646 0
[pid=17735/tid=17737] ppid=17732 vsize=27327160 memory=7523384546476314731 CPUtime=4.24 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) R 17732 17735 15807 0 -1 4202560 17308 0 0 0 406 18 0 0 20 0 20 0 83267321 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509728042064 140509756226966 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27327160 memory=6935651454800449616 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27327160 memory=6935649255777194064 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27327160 memory=782596 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27327160 memory=8328453600958622283 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27327160 memory=-8412652160765825907 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27327160 memory=7897517683652307531 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27327160 memory=-8634980985311628903 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27327160 memory=7100839878645619564 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83267324 27983011840 241513 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27327160 memory=8514726395715349656 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 83267325 27983011840 241513 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17747] ppid=17732 vsize=27327160 memory=3047711553320166262 CPUtime=0 cores=0-7
/proc/17735/task/17747/stat : 17747 (java) S 17732 17735 15807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83267326 27983011840 241513 33554432000 4194304 4196468 140733401525536 140507506271136 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17748] ppid=17732 vsize=27327160 memory=8514701219730523551 CPUtime=0 cores=0-7
/proc/17735/task/17748/stat : 17748 (java) S 17732 17735 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83267326 27983011840 241513 33554432000 4194304 4196468 140733401525536 140507372049392 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17749] ppid=17732 vsize=27327160 memory=-8412652169205224307 CPUtime=0 cores=0-7
/proc/17735/task/17749/stat : 17749 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83267328 27983011840 241513 33554432000 4194304 4196468 140733401525536 140506997545168 140509756233627 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17750] ppid=17732 vsize=27327160 memory=8097585832079682668 CPUtime=2.97 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) R 17732 17735 15807 0 -1 4202560 3999 0 0 0 296 1 0 0 20 0 20 0 83267328 27983011840 241513 33554432000 4194304 4196468 140733401525536 140508142655984 140509740861824 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27327160 memory=6444490999516391273 CPUtime=2.99 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) R 17732 17735 15807 0 -1 4202560 3860 0 0 0 298 1 0 0 20 0 20 0 83267328 27983011840 241513 33554432000 4194304 4196468 140733401525536 140508141589632 140509736808296 0 4 0 25189583 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27327160 memory=0 CPUtime=2.83 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) R 17732 17735 15807 0 -1 4202560 2349 0 0 0 282 1 0 0 20 0 20 0 83267328 27983011840 241513 33554432000 4194304 4196468 140733401525536 140508140530368 140509739599865 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27327160 memory=0 CPUtime=1.48 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) S 17732 17735 15807 0 -1 1077944384 4080 0 0 0 146 2 0 0 20 0 20 0 83267328 27983011840 241513 33554432000 4194304 4196468 140733401525536 140508139498352 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27327160 memory=3619121702530281152 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27983011840 241513 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27327160 memory=7092996156047190080 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83267329 27983011840 241513 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 27327160 KiB
Current children cumulated memory: 966052 KiB

[startup+4.80117 s]
/proc/loadavg: 7.98 8.59 8.50 6/200 17755
/proc/meminfo: memFree=20562416/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27984808 memory=1122016 CPUtime=15.7 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 34739 0 0 0 1540 30 0 0 20 0 24 0 83267321 28656443392 280504 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6996202 280504 3237 1 0 6957058 0
[pid=17735/tid=17737] ppid=17732 vsize=27984808 memory=0 CPUtime=4.53 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) S 17732 17735 15807 0 -1 1077944384 17773 0 0 0 432 21 0 0 20 0 24 0 83267321 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509728054272 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27984808 memory=22 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27984808 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27984808 memory=13850759267617157 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27984808 memory=262828 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280504 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 83267325 28656443392 280504 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17747] ppid=17732 vsize=27984808 memory=132 CPUtime=0 cores=0-7
/proc/17735/task/17747/stat : 17747 (java) S 17732 17735 15807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 83267326 28656443392 280504 33554432000 4194304 4196468 140733401525536 140507506271136 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17748] ppid=17732 vsize=27984808 memory=51 CPUtime=0 cores=0-7
/proc/17735/task/17748/stat : 17748 (java) S 17732 17735 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 83267326 28656443392 280504 33554432000 4194304 4196468 140733401525536 140507372049392 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17749] ppid=17732 vsize=27984808 memory=62 CPUtime=0 cores=0-7
/proc/17735/task/17749/stat : 17749 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83267328 28656443392 280504 33554432000 4194304 4196468 140733401525536 140506997545168 140509756233627 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17750] ppid=17732 vsize=27984808 memory=14318 CPUtime=3.38 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) R 17732 17735 15807 0 -1 4202560 4968 0 0 0 336 2 0 0 20 0 24 0 83267328 28656443392 280504 33554432000 4194304 4196468 140733401525536 140508142636304 140509735900942 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27984808 memory=1 CPUtime=3.19 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) S 17732 17735 15807 0 -1 1077944384 4108 0 0 0 318 1 0 0 20 0 24 0 83267328 28656443392 280504 33554432000 4194304 4196468 140733401525536 140508141603440 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27984808 memory=281056217736688 CPUtime=3.03 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) S 17732 17735 15807 0 -1 1077944384 2366 0 0 0 302 1 0 0 20 0 24 0 83267328 28656443392 280504 33554432000 4194304 4196468 140733401525536 140508140550896 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27984808 memory=0 CPUtime=1.51 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) S 17732 17735 15807 0 -1 1077944384 4103 0 0 0 149 2 0 0 20 0 24 0 83267328 28656443392 280504 33554432000 4194304 4196468 140733401525536 140508139498352 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27984808 memory=-6786428918777463953 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83267329 28656443392 280504 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83267329 28656443392 280504 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 27984808 KiB
Current children cumulated memory: 1122016 KiB

[startup+4.90824 s]
/proc/loadavg: 7.98 8.59 8.50 6/200 17755
/proc/meminfo: memFree=20562416/32770624 swapFree=67108860/67108860
[pid=17735] ppid=17732 vsize=27984808 memory=1122280 CPUtime=15.75 cores=0-7
/proc/17735/stat : 17735 (java) S 17732 17735 15807 0 -1 1077944320 34794 0 0 0 1545 30 0 0 20 0 24 0 83267321 28656443392 280570 33554432000 4194304 4196468 140733401525536 140733401508080 140509756215031 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
/proc/17735/statm: 6996202 280570 3237 1 0 6957058 0
[pid=17735/tid=17737] ppid=17732 vsize=27984808 memory=1121228 CPUtime=4.53 cores=0-7
/proc/17735/task/17737/stat : 17737 (java) S 17732 17735 15807 0 -1 1077944384 17773 0 0 0 432 21 0 0 20 0 24 0 83267321 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509728054272 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17738] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17738/stat : 17738 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509760456976 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17739] ppid=17732 vsize=27984808 memory=236 CPUtime=0 cores=0-7
/proc/17735/task/17739/stat : 17739 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509178317200 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17740] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17740/stat : 17740 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509177264656 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17741] ppid=17732 vsize=27984808 memory=281056218075008 CPUtime=0 cores=0-7
/proc/17735/task/17741/stat : 17741 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509176212112 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17742] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17742/stat : 17742 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509175159568 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17743] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17743/stat : 17743 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509174107024 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17744] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17744/stat : 17744 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509173054480 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17745] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17745/stat : 17745 (java) S 17732 17735 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 83267324 28656443392 280570 33554432000 4194304 4196468 140733401525536 140509172001936 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17746] ppid=17732 vsize=27984808 memory=56 CPUtime=0 cores=0-7
/proc/17735/task/17746/stat : 17746 (java) S 17732 17735 15807 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 83267325 28656443392 280570 33554432000 4194304 4196468 140733401525536 140508143708144 140509756226178 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17747] ppid=17732 vsize=27984808 memory=4137280412607091059 CPUtime=0 cores=0-7
/proc/17735/task/17747/stat : 17747 (java) S 17732 17735 15807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 83267326 28656443392 280570 33554432000 4194304 4196468 140733401525536 140507506271136 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17748] ppid=17732 vsize=27984808 memory=-7882018838379555936 CPUtime=0 cores=0-7
/proc/17735/task/17748/stat : 17748 (java) S 17732 17735 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 83267326 28656443392 280570 33554432000 4194304 4196468 140733401525536 140507372049392 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17749] ppid=17732 vsize=27984808 memory=8187704045996132563 CPUtime=0 cores=0-7
/proc/17735/task/17749/stat : 17749 (java) S 17732 17735 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 83267328 28656443392 280570 33554432000 4194304 4196468 140733401525536 140506997545168 140509756233627 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17750] ppid=17732 vsize=27984808 memory=6933690279252828305 CPUtime=3.42 cores=0-7
/proc/17735/task/17750/stat : 17750 (java) S 17732 17735 15807 0 -1 1077944384 5023 0 0 0 340 2 0 0 20 0 24 0 83267328 28656443392 280570 33554432000 4194304 4196468 140733401525536 140508142655984 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17751] ppid=17732 vsize=27984808 memory=4 CPUtime=3.19 cores=0-7
/proc/17735/task/17751/stat : 17751 (java) S 17732 17735 15807 0 -1 1077944384 4108 0 0 0 318 1 0 0 20 0 24 0 83267328 28656443392 280570 33554432000 4194304 4196468 140733401525536 140508141603440 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17752] ppid=17732 vsize=27984808 memory=0 CPUtime=3.03 cores=0-7
/proc/17735/task/17752/stat : 17752 (java) S 17732 17735 15807 0 -1 1077944384 2366 0 0 0 302 1 0 0 20 0 24 0 83267328 28656443392 280570 33554432000 4194304 4196468 140733401525536 140508140550896 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17753] ppid=17732 vsize=27984808 memory=0 CPUtime=1.51 cores=0-7
/proc/17735/task/17753/stat : 17753 (java) S 17732 17735 15807 0 -1 1077944384 4103 0 0 0 149 2 0 0 20 0 24 0 83267328 28656443392 280570 33554432000 4194304 4196468 140733401525536 140508139498352 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17754] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17754/stat : 17754 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83267329 28656443392 280570 33554432000 4194304 4196468 140733401525536 140506499639520 140509756225237 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
[pid=17735/tid=17755] ppid=17732 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/17735/task/17755/stat : 17755 (java) S 17732 17735 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 83267329 28656443392 280570 33554432000 4194304 4196468 140733401525536 140508138445232 140509756226178 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25980928 140733401527257 140733401527557 140733401527557 140733401530319 0
Current children cumulated CPU time: 15.75 s
Current children cumulated vsize: 27984808 KiB
Current children cumulated memory: 1122280 KiB

Child status: 0
Real time (s): 4.98373
CPU time (s): 16.9217
CPU user time (s): 16.5064
CPU system time (s): 0.415272
CPU usage (%): 339.538
Max. virtual memory (cumulated for all children) (KiB): 27984808
Max. memory (cumulated for all children) (KiB): 1122280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5064
system time used= 0.415272
maximum resident set size= 1127572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15463
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 17735
#   total CPU time (s): 16.9217
#   total CPU user time (s): 16.5064
#   total CPU system time (s): 0.415272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056706 second user time and 0.096198 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-27 04:04:01
IDJOB=4297005
IDBENCH=141383
IDSOLVER=2758
FILE ID=node107/4297005-1532657041
RUNJOBID= node107-1532654109-15834
PBS_JOBID= 21022215
Free space on /tmp= 54472 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-5-5-6-cp_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -order -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297005-1532657041/watcher-4297005-1532657041 -o /tmp/evaluation-result-4297005-1532657041/solver-4297005-1532657041 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532654109-15834 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297005-1532657041.xml

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

MD5SUM BENCH= 7cf8ff1aade64c35eba6df9cb38cb5a8
RANDOM SEED=1763878000

node107.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.40
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.40
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.40
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.40
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:        21376892 kB
MemAvailable:   31926996 kB
Buffers:          207552 kB
Cached:         10574640 kB
SwapCached:            0 kB
Active:          4306936 kB
Inactive:        6531480 kB
Active(anon):       5252 kB
Inactive(anon):    78648 kB
Active(file):    4301684 kB
Inactive(file):  6452832 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8408 kB
Writeback:             0 kB
AnonPages:         54020 kB
Mapped:            41904 kB
Shmem:             25228 kB
Slab:             250476 kB
SReclaimable:     222848 kB
SUnreclaim:        27628 kB
KernelStack:        3552 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54464 MiB
End job on node107 at 2018-07-27 04:04:06