Trace number 4297210

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 both+glucose-syrup (2018-07-07)SAT 3.42225 1.61048

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
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 benchmark1.68228
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.53	
0.66/0.53	scop both+glucose-syrup (2018-07-07)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Thu Jul 26 22:23:03 CEST 2018
0.66/0.55	c PID: 8293
0.66/0.55	c IP: 172.20.3.139
0.66/0.55	c HOST: node139.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.19/0.84	c (0,0) Parsing End
1.19/0.84	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 17 ctr, max domain size 16
1.19/0.84	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.19/0.84	c (0,0) Constraint Name Generate Begin
1.19/0.85	c (0,0) Ctr:HOME/instance-4297210-1532636583.xml,AllDifferent:Dist:Eq:IntVar
1.19/0.85	c (0,0) Constraint Name Generate End
1.19/0.85	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.85	c (0,0) CSP to CSPinCNF Begin
1.36/0.94	c (0,0) translated 2 (10%) constraints
1.36/0.95	c (0,0) translated 4 (20%) constraints
1.36/0.96	c (0,0) translated 6 (30%) constraints
1.36/0.97	c (0,0) translated 7 (40%) constraints
1.36/0.98	c (0,0) translated 9 (50%) constraints
1.36/0.98	c (0,0) translated 11 (60%) constraints
1.36/0.99	c (0,0) translated 12 (70%) constraints
1.36/0.99	c (0,0) translated 14 (80%) constraints
1.36/1.00	c (0,0) translated 16 (90%) constraints
1.56/1.03	c (0,0) translated 17 (100%) constraints
1.79/1.15	c (0,0) STATISTICS1:HOME/instance-4297210-1532636583.xml,AllDifferent:Dist:Eq:IntVar,24,190,240,16,15,3,240:60;16:36;15:105,16:210;15:300,15:2;9:2;2:156;1:30,3:60;2:141;1:48,
1.79/1.15	c (0,0) ===========================================
1.79/1.15	c (0,0) Both Encoding selects:
1.79/1.15	c (0,0) Order
1.79/1.15	c (0,0) ===========================================
1.79/1.17	c (0,0) translated 19 (10%) constraints
1.79/1.17	c (0,0) translated 38 (20%) constraints
1.79/1.18	c (0,0) translated 57 (30%) constraints
1.79/1.19	c (0,0) translated 76 (40%) constraints
1.79/1.19	c (0,0) translated 95 (50%) constraints
2.03/1.20	c (0,0) translated 114 (60%) constraints
2.03/1.21	c (0,0) translated 133 (70%) constraints
2.03/1.21	c (0,0) translated 152 (80%) constraints
2.03/1.22	c (0,0) translated 171 (90%) constraints
2.03/1.22	c (0,0) translated 190 (100%) constraints
2.03/1.23	c (0,0) CSP to CSPinCNF End
2.03/1.23	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 16
2.03/1.23	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.03/1.23	c (0,0) CSPinCNF Propagation Begin
2.03/1.24	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/1.24	c (0,0) CSPinCNF Propagation End
2.03/1.24	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 16
2.03/1.24	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.03/1.24	c (0,0) Simplify CSPinCNF Begin
2.27/1.30	c (0,0) Simplify CSPinCNF End
2.27/1.30	c (0,0) CSP: 24 int (0 aux), 312 bool (312 aux), 502 ctr, max domain size 16
2.27/1.30	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.27/1.31	c (0,0) Calculate Precise Domain Begin
2.27/1.31	c (0,0) 0 values are removed by re-calculation
2.27/1.31	c (0,0) Calculate Precise Domain End
2.27/1.31	c (0,0) CSP: 24 int (0 aux), 312 bool (312 aux), 502 ctr, max domain size 16
2.27/1.31	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.27/1.31	c (0,0) CSPinCNF to SatSolver Begin
2.54/1.44	c (0,0) 51 (10 %) CSP clauses are encoded (657 SAT variables, 5131 SAT clauses)
2.54/1.46	c (0,0) 101 (20 %) CSP clauses are encoded (657 SAT variables, 7801 SAT clauses)
2.54/1.46	c (0,0) 151 (30 %) CSP clauses are encoded (657 SAT variables, 8361 SAT clauses)
2.54/1.47	c (0,0) 201 (40 %) CSP clauses are encoded (657 SAT variables, 8881 SAT clauses)
2.54/1.47	c (0,0) 251 (50 %) CSP clauses are encoded (657 SAT variables, 9393 SAT clauses)
2.54/1.48	c (0,0) 302 (60 %) CSP clauses are encoded (657 SAT variables, 9920 SAT clauses)
2.54/1.48	c (0,0) 352 (70 %) CSP clauses are encoded (657 SAT variables, 10432 SAT clauses)
2.54/1.48	c (0,0) 402 (80 %) CSP clauses are encoded (657 SAT variables, 10958 SAT clauses)
2.54/1.49	c (0,0) 452 (90 %) CSP clauses are encoded (657 SAT variables, 11470 SAT clauses)
2.54/1.49	c (0,0) 502 (100 %) CSP clauses are encoded (657 SAT variables, 11982 SAT clauses)
2.54/1.49	c (0,0) CSPinCNF to SatSolver End
2.54/1.49	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.97/1.51	c (0,0) STATISTICS2:HOME/instance-4297210-1532636583.xml,AllDifferent:Dist:Eq:IntVar,336,502,240,16,15,3,240:60;16:72;15:210,16:282;15:510;2:624,15:2;9:2;2:468;1:30,3:60;2:282;1:672,
2.97/1.51	c (0,0) SatSolver.solve Begin
2.97/1.51	c (0,0) 657 bool, 11983 clause
2.97/1.51	c (0,0) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297210-1532636583.xml-scop-8293.cnf HOME/instance-4297210-1532636583.xml-scop-8293.cnf.out
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
2.97/1.56	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
2.97/1.56	c (1,0) c ========================================[ Problem Statistics ]===========================================
2.97/1.56	c (1,0) c |                                                                                                       |
2.97/1.56	c (1,0) c |  Number of variables:           657                                                                   |
2.97/1.56	c (1,0) c |  Number of clauses:           11983                                                                   |
2.97/1.56	c (1,0) c |  Parse time:                   0.00 s                                                                 |
2.97/1.56	c (1,0) c |                                                                                                       |
2.97/1.56	c (1,0) c |  Eliminated clauses:           0.00 Mb                                                                |
2.97/1.56	c (1,0) c |  Simplification time:          0.01 s                                                                 |
2.97/1.56	c (1,0) c |                                                                                                       |
2.97/1.56	c (1,0) c |  Generating clones                                                                                    |
2.97/1.56	c (1,0) c |  all clones generated. Memory =  31.84Mb.                                                             |
2.97/1.56	c (1,0) c ========================================================================================================|
2.97/1.56	c (1,0) c last restart ## conflicts  :  113 16 
2.97/1.56	c (1,0) c Thread 6 is 100% pure glucose! First thread to finish! (SAT answer).
2.97/1.56	c (1,0) c last restart ## conflicts  :  113 16 
2.97/1.56	c (1,0) c Total Memory so far : 607.88Mb
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c real time : 0.0241079 s
2.97/1.56	c (1,0) c cpu time  : 0.02959 s
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
2.97/1.56	c (1,0) c
2.97/1.56	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
2.97/1.56	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
2.97/1.56	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
2.97/1.56	c (1,0) c | Conflicts     |             493 |        152 |          2 |          2 |          0 |          2 |        113 |        113 |        109 |
2.97/1.56	c (1,0) c | Decisions     |             910 |        271 |         20 |         20 |         19 |         20 |        188 |        188 |        184 |
2.97/1.56	c (1,0) c | Propagations  |           45239 |      11704 |        653 |        653 |        257 |        653 |      10494 |      10494 |      10331 |
2.97/1.56	c (1,0) c | Avg_Trail     |                 |        397 |        336 |        336 |          0 |        336 |        407 |        407 |        404 |
2.97/1.56	c (1,0) c | Avg_DL        |                 |         18 |         18 |         18 |          0 |         18 |         16 |         16 |         16 |
2.97/1.56	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
2.97/1.56	c (1,0) c | Exported      |               9 |          6 |          0 |          0 |          0 |          0 |          1 |          1 |          1 |
2.97/1.56	c (1,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
2.97/1.56	c (1,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
2.97/1.56	c (1,0) c | Glues         |                 |          6 |          0 |          0 |          0 |          0 |          1 |          1 |          1 |
2.97/1.56	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
2.97/1.56	c (1,0) c | Orig_Seen     |             4 % |       1010 |         40 |         40 |          0 |         40 |        923 |        923 |        882 |
2.97/1.56	c (1,0) c | Diff Orig seen|                 |         87 | -      883 | -      883 | -      923 | -      883 | -        0 |      X     | -       41 |
2.97/1.56	c (1,0) c | Hamming       |            19 % |        218 |        143 |        143 |        207 |        143 |          0 |      X     |         37 |
2.97/1.56	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
2.97/1.56	c (1,0) 
2.97/1.56	c (1,0) s SATISFIABLE
2.97/1.58	c (1,1) SatSolver.solve End
2.97/1.58	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
2.97/1.58	c (1,1) Show results Begin
2.97/1.58	c (1,1) ce[0][0][1] = 14
2.97/1.58	c (1,1) ce[0][0][2] = 8
2.97/1.58	c (1,1) ce[0][1][2] = 6
2.97/1.58	c (1,1) ce[1][0][1] = 13
2.97/1.58	c (1,1) ce[1][0][2] = 2
2.97/1.58	c (1,1) ce[1][1][2] = 11
2.97/1.58	c (1,1) ce[2][0][1] = 10
2.97/1.58	c (1,1) ce[2][0][2] = 7
2.97/1.58	c (1,1) ce[2][1][2] = 3
2.97/1.58	c (1,1) cie[0][0] = 15
2.97/1.58	c (1,1) cie[0][1] = 12
2.97/1.58	c (1,1) cie[0][2] = 5
2.97/1.58	c (1,1) cie[1][0] = 4
2.97/1.58	c (1,1) cie[1][1] = 1
2.97/1.58	c (1,1) cie[1][2] = 9
2.97/1.58	c (1,1) cn[0][0] = 15
2.97/1.58	c (1,1) cn[0][1] = 1
2.97/1.58	c (1,1) cn[0][2] = 7
2.97/1.58	c (1,1) cn[1][0] = 0
2.97/1.58	c (1,1) cn[1][1] = 13
2.97/1.58	c (1,1) cn[1][2] = 2
2.97/1.58	c (1,1) cn[2][0] = 4
2.97/1.58	c (1,1) cn[2][1] = 14
2.97/1.58	c (1,1) cn[2][2] = 11
2.97/1.58	s SATISFIABLE
2.97/1.58	v <instantiation>
2.97/1.58	v     <list>cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2]</list>
2.97/1.58	v     <values>15 1 7 0 13 2 4 14 11 14 8 6 13 2 11 10 7 3 15 12 5 4 1 9</values>
2.97/1.58	v </instantiation>
2.97/1.58	c (1,1) Show results End
2.97/1.58	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
2.97/1.58	c (1,1) 0,0,0,0,0,0,0,1,1,STOP-AFTER(ALL)
2.97/1.58	c END-Prog: Thu Jul 26 22:23:04 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 (3999 MiB free)
  memory of node 1: 16384 MiB (8022 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297210-1532636583/watcher-4297210-1532636583 -o /tmp/evaluation-result-4297210-1532636583/solver-4297210-1532636583 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532634055-7904 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297210-1532636583.xml 

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

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


[startup+0.100155 s]*
/proc/loadavg: 8.00 8.56 8.68 3/199 8313
/proc/meminfo: memFree=12215856/32770624 swapFree=67108860/67108860
[pid=8293] ppid=8290 vsize=27312552 memory=107684 CPUtime=0.11 cores=0-7
/proc/8293/stat : 8293 (java) S 8290 8293 7877 0 -1 1077944320 6463 0 0 0 9 2 0 0 20 0 20 0 81221437 27968053248 26921 33554432000 4194304 4196468 140732305345424 140732305327968 139706983915255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
/proc/8293/statm: 6828138 26921 2748 1 0 6790598 0
[pid=8293/tid=8295] ppid=8290 vsize=27312552 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/8293/task/8295/stat : 8295 (java) R 8290 8293 7877 0 -1 4202560 4563 0 0 0 7 1 0 0 20 0 20 0 81221437 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706955720728 139706967995742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8296] ppid=8290 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706988157456 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8297] ppid=8290 vsize=27312552 memory=140604522141312 CPUtime=0 cores=0-7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706771552912 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8298] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706770499856 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8299] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706769447312 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8300] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706768395280 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8301] ppid=8290 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706767342736 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8302] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706766289680 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8303] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 26921 33554432000 4194304 4196468 140732305345424 139706765237136 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8304] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221441 27968053248 26921 33554432000 4194304 4196468 140732305345424 139705506052336 139706983926402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8305] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81221441 27968053248 26921 33554432000 4194304 4196468 140732305345424 139704615822496 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8306] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81221442 27968053248 26921 33554432000 4194304 4196468 140732305345424 139704481600240 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8307] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 26921 33554432000 4194304 4196468 140732305345424 139704107096016 139706983933851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8308] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7877 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 26921 33554432000 4194304 4196468 140732305345424 139705505000176 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8309] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 26921 33554432000 4194304 4196468 140732305345424 139705503947632 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8310] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 26921 33554432000 4194304 4196468 140732305345424 139705502894576 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8311] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7877 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 26921 33554432000 4194304 4196468 140732305345424 139705501842032 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8312] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8312/stat : 8312 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 26921 33554432000 4194304 4196468 140732305345424 139703609190880 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8313] ppid=8290 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8293/task/8313/stat : 8313 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221445 27968053248 26921 33554432000 4194304 4196468 140732305345424 139705500789424 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 107684 KiB

[startup+0.210339 s]*
/proc/loadavg: 8.00 8.56 8.68 2/199 8313
/proc/meminfo: memFree=12199348/32770624 swapFree=67108860/67108860
[pid=8293] ppid=8290 vsize=27312552 memory=122076 CPUtime=0.25 cores=0-7
/proc/8293/stat : 8293 (java) S 8290 8293 7877 0 -1 1077944320 10264 0 0 0 22 3 0 0 20 0 20 0 81221437 27968053248 30519 33554432000 4194304 4196468 140732305345424 140732305327968 139706983915255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
/proc/8293/statm: 6828138 30519 2915 1 0 6790598 0
[pid=8293/tid=8295] ppid=8290 vsize=27312552 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/8293/task/8295/stat : 8295 (java) R 8290 8293 7877 0 -1 4202560 8142 0 0 0 18 2 0 0 20 0 20 0 81221437 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706955714000 139706967958885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8296] ppid=8290 vsize=27312552 memory=12881 CPUtime=0 cores=0-7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706988157456 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8297] ppid=8290 vsize=27312552 memory=140604522149365 CPUtime=0 cores=0-7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706771552912 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8298] ppid=8290 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706770499856 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8299] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706769447312 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8300] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706768395280 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8301] ppid=8290 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706767342736 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8302] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706766289680 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8303] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 30519 33554432000 4194304 4196468 140732305345424 139706765237136 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8304] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221441 27968053248 30519 33554432000 4194304 4196468 140732305345424 139705506052336 139706983926402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8305] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81221441 27968053248 30519 33554432000 4194304 4196468 140732305345424 139704615822496 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8306] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81221442 27968053248 30519 33554432000 4194304 4196468 140732305345424 139704481600240 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8307] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 30519 33554432000 4194304 4196468 140732305345424 139704107096016 139706983933851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8308] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7877 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 30519 33554432000 4194304 4196468 140732305345424 139705505000176 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8309] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7877 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 30519 33554432000 4194304 4196468 140732305345424 139705503947632 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8310] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7877 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 30519 33554432000 4194304 4196468 140732305345424 139705502894576 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8311] ppid=8290 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7877 0 -1 1077944384 287 0 0 0 2 0 0 0 20 0 20 0 81221444 27968053248 30519 33554432000 4194304 4196468 140732305345424 139705501842032 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8312] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8312/stat : 8312 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 30519 33554432000 4194304 4196468 140732305345424 139703609190880 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8313] ppid=8290 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8293/task/8313/stat : 8313 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221445 27968053248 30519 33554432000 4194304 4196468 140732305345424 139705500789424 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 122076 KiB

[startup+0.310275 s]*
/proc/loadavg: 8.00 8.56 8.68 2/199 8313
/proc/meminfo: memFree=12195936/32770624 swapFree=67108860/67108860
[pid=8293] ppid=8290 vsize=27312552 memory=125552 CPUtime=0.42 cores=0-7
/proc/8293/stat : 8293 (java) S 8290 8293 7877 0 -1 1077944320 10796 0 0 0 39 3 0 0 20 0 20 0 81221437 27968053248 31388 33554432000 4194304 4196468 140732305345424 140732305327968 139706983915255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
/proc/8293/statm: 6828138 31388 3010 1 0 6790598 0
[pid=8293/tid=8295] ppid=8290 vsize=27312552 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8293/task/8295/stat : 8295 (java) R 8290 8293 7877 0 -1 4202560 8509 0 0 0 27 2 0 0 20 0 20 0 81221437 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706955719408 139706964193648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8296] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706988157456 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8297] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706771552912 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8298] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706770499856 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8299] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706769447312 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8300] ppid=8290 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706768395280 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8301] ppid=8290 vsize=27312552 memory=140604411573167 CPUtime=0 cores=0-7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706767342736 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8302] ppid=8290 vsize=27312552 memory=140604411575472 CPUtime=0 cores=0-7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706766289680 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8303] ppid=8290 vsize=27312552 memory=140604411577776 CPUtime=0 cores=0-7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27968053248 31388 33554432000 4194304 4196468 140732305345424 139706765237136 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8304] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221441 27968053248 31388 33554432000 4194304 4196468 140732305345424 139705506052336 139706983926402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8305] ppid=8290 vsize=27312552 memory=281208823162512 CPUtime=0 cores=0-7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81221441 27968053248 31388 33554432000 4194304 4196468 140732305345424 139704615822496 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8306] ppid=8290 vsize=27312552 memory=281208823169424 CPUtime=0 cores=0-7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81221442 27968053248 31388 33554432000 4194304 4196468 140732305345424 139704481600240 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8307] ppid=8290 vsize=27312552 memory=281208823110704 CPUtime=0 cores=0-7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 31388 33554432000 4194304 4196468 140732305345424 139704107096016 139706983933851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8308] ppid=8290 vsize=27312552 memory=281208823183248 CPUtime=0.01 cores=0-7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7877 0 -1 1077944384 324 0 0 0 1 0 0 0 20 0 20 0 81221444 27968053248 31388 33554432000 4194304 4196468 140732305345424 139705505000176 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8309] ppid=8290 vsize=27312552 memory=281208823190160 CPUtime=0.01 cores=0-7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7877 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 81221444 27968053248 31388 33554432000 4194304 4196468 140732305345424 139705503947632 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8310] ppid=8290 vsize=27312552 memory=281208823187856 CPUtime=0.02 cores=0-7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7877 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 20 0 81221444 27968053248 31388 33554432000 4194304 4196468 140732305345424 139705502894576 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8311] ppid=8290 vsize=27312552 memory=281208823204464 CPUtime=0.07 cores=0-7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7877 0 -1 1077944384 309 0 0 0 7 0 0 0 20 0 20 0 81221444 27968053248 31388 33554432000 4194304 4196468 140732305345424 139705501842032 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8312] ppid=8290 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8312/stat : 8312 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221444 27968053248 31388 33554432000 4194304 4196468 140732305345424 139703609190880 139706983925461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8313] ppid=8290 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8293/task/8313/stat : 8313 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221445 27968053248 31388 33554432000 4194304 4196468 140732305345424 139705500789424 139706983926402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 125552 KiB

[startup+0.704032 s]
/proc/loadavg: 8.00 8.56 8.68 2/199 8313
/proc/meminfo: memFree=12171876/32770624 swapFree=67108860/67108860
[pid=8293] ppid=8290 vsize=27320948 memory=163620 CPUtime=1.01 cores=0-7
/proc/8293/stat : 8293 (java) S 8290 8293 7877 0 -1 1077944320 18034 0 0 0 95 6 0 0 20 0 20 0 81221437 27976650752 40905 33554432000 4194304 4196468 140732305345424 140732305327968 139706983915255 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
/proc/8293/statm: 6830237 40905 3154 1 0 6791622 0
[pid=8293/tid=8295] ppid=8290 vsize=27320948 memory=0 CPUtime=0.67 cores=0-7
/proc/8293/task/8295/stat : 8295 (java) R 8290 8293 7877 0 -1 4202560 15216 0 0 0 63 4 0 0 20 0 20 0 81221437 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706955751168 139706967995742 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8296] ppid=8290 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706988157456 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8297] ppid=8290 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706771552912 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8298] ppid=8290 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706770499856 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8299] ppid=8290 vsize=27320948 memory=1200 CPUtime=0 cores=0-7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706769447312 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8300] ppid=8290 vsize=27320948 memory=10604 CPUtime=0 cores=0-7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706768395280 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8301] ppid=8290 vsize=27320948 memory=4616 CPUtime=0 cores=0-7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706767342736 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8302] ppid=8290 vsize=27320948 memory=1428 CPUtime=0 cores=0-7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706766289680 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8303] ppid=8290 vsize=27320948 memory=15876 CPUtime=0 cores=0-7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27976650752 40905 33554432000 4194304 4196468 140732305345424 139706765237136 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8304] ppid=8290 vsize=27320948 memory=16436 CPUtime=0 cores=0-7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81221441 27976650752 40905 33554432000 4194304 4196468 140732305345424 139705506052336 139706983926402 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8305] ppid=8290 vsize=27320948 memory=13968 CPUtime=0 cores=0-7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81221441 27976650752 40905 33554432000 4194304 4196468 140732305345424 139704615822496 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8306] ppid=8290 vsize=27320948 memory=4048 CPUtime=0 cores=0-7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81221442 27976650752 40905 33554432000 4194304 4196468 140732305345424 139704481600240 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8307] ppid=8290 vsize=27320948 memory=1796 CPUtime=0 cores=0-7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221444 27976650752 40905 33554432000 4194304 4196468 140732305345424 139704107096016 139706983933851 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8308] ppid=8290 vsize=27320948 memory=636 CPUtime=0.04 cores=0-7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7877 0 -1 1077944384 435 0 0 0 4 0 0 0 20 0 20 0 81221444 27976650752 40905 33554432000 4194304 4196468 140732305345424 139705505000176 139706983926402 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8309] ppid=8290 vsize=27320948 memory=1700 CPUtime=0.04 cores=0-7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7877 0 -1 1077944384 116 0 0 0 4 0 0 0 20 0 20 0 81221444 27976650752 40905 33554432000 4194304 4196468 140732305345424 139705503947632 139706983926402 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8310] ppid=8290 vsize=27320948 memory=796 CPUtime=0.07 cores=0-7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7877 0 -1 1077944384 491 0 0 0 7 0 0 0 20 0 20 0 81221444 27976650752 40905 33554432000 4194304 4196468 140732305345424 139705502894576 139706983926402 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8311] ppid=8290 vsize=27320948 memory=5408 CPUtime=0.15 cores=0-7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7877 0 -1 1077944384 409 0 0 0 15 0 0 0 20 0 20 0 81221444 27976650752 40905 33554432000 4194304 4196468 140732305345424 139705501842032 139706983926402 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8312] ppid=8290 vsize=27320948 memory=1008 CPUtime=0 cores=0-7
/proc/8293/task/8312/stat : 8312 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221444 27976650752 40905 33554432000 4194304 4196468 140732305345424 139703609190880 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8313] ppid=8290 vsize=27320948 memory=9992 CPUtime=0 cores=0-7
/proc/8293/task/8313/stat : 8313 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221445 27976650752 40905 33554432000 4194304 4196468 140732305345424 139705500789424 139706983926402 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 27320948 KiB
Current children cumulated memory: 163620 KiB

[startup+1.5031 s]
/proc/loadavg: 8.00 8.56 8.68 5/199 8313
/proc/meminfo: memFree=12145772/32770624 swapFree=67108860/67108860
[pid=8293] ppid=8290 vsize=27327160 memory=231344 CPUtime=2.97 cores=0-7
/proc/8293/stat : 8293 (java) S 8290 8293 7877 0 -1 1077944320 22643 0 0 0 288 9 0 0 20 0 20 0 81221437 27983011840 57836 33554432000 4194304 4196468 140732305345424 140732305327968 139706983915255 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
/proc/8293/statm: 6831790 57836 3217 1 0 6792646 0
[pid=8293/tid=8295] ppid=8290 vsize=27327160 memory=0 CPUtime=1.47 cores=0-7
/proc/8293/task/8295/stat : 8295 (java) R 8290 8293 7877 0 -1 4202560 16618 0 0 0 141 6 0 0 20 0 20 0 81221437 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706955752448 139706448071108 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8296] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706988157456 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8297] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706771552912 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8298] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706770499856 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8299] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706769447312 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8300] ppid=8290 vsize=27327160 memory=281208823719088 CPUtime=0 cores=0-7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706768395280 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8301] ppid=8290 vsize=27327160 memory=37791417238506 CPUtime=0 cores=0-7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706767342736 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8302] ppid=8290 vsize=27327160 memory=37791417238506 CPUtime=0 cores=0-7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706766289680 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8303] ppid=8290 vsize=27327160 memory=281208823742272 CPUtime=0 cores=0-7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221439 27983011840 57836 33554432000 4194304 4196468 140732305345424 139706765237136 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8304] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81221441 27983011840 57836 33554432000 4194304 4196468 140732305345424 139705506052336 139706983926402 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8305] ppid=8290 vsize=27327160 memory=1200 CPUtime=0 cores=0-7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81221441 27983011840 57836 33554432000 4194304 4196468 140732305345424 139704615822496 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8306] ppid=8290 vsize=27327160 memory=10604 CPUtime=0 cores=0-7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81221442 27983011840 57836 33554432000 4194304 4196468 140732305345424 139704481600240 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8307] ppid=8290 vsize=27327160 memory=4616 CPUtime=0 cores=0-7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221444 27983011840 57836 33554432000 4194304 4196468 140732305345424 139704107096016 139706983933851 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8308] ppid=8290 vsize=27327160 memory=1428 CPUtime=0.28 cores=0-7
/proc/8293/task/8308/stat : 8308 (java) R 8290 8293 7877 0 -1 4202560 1020 0 0 0 28 0 0 0 20 0 20 0 81221444 27983011840 57836 33554432000 4194304 4196468 140732305345424 139705504992128 139706967412039 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8309] ppid=8290 vsize=27327160 memory=15876 CPUtime=0.23 cores=0-7
/proc/8293/task/8309/stat : 8309 (java) R 8290 8293 7877 0 -1 4202560 402 0 0 0 23 0 0 0 20 0 20 0 81221444 27983011840 57836 33554432000 4194304 4196468 140732305345424 139705503936864 139706965089588 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8310] ppid=8290 vsize=27327160 memory=16436 CPUtime=0.27 cores=0-7
/proc/8293/task/8310/stat : 8310 (java) R 8290 8293 7877 0 -1 4202560 623 0 0 0 27 0 0 0 20 0 20 0 81221444 27983011840 57836 33554432000 4194304 4196468 140732305345424 139705502887600 139706962151641 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8311] ppid=8290 vsize=27327160 memory=13968 CPUtime=0.68 cores=0-7
/proc/8293/task/8311/stat : 8311 (java) R 8290 8293 7877 0 -1 4202560 2614 0 0 0 67 1 0 0 20 0 20 0 81221444 27983011840 57836 33554432000 4194304 4196468 140732305345424 139705501837072 139706962404896 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8312] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8312/stat : 8312 (java) S 8290 8293 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81221444 27983011840 57836 33554432000 4194304 4196468 140732305345424 139703609190880 139706983925461 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
[pid=8293/tid=8313] ppid=8290 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/8293/task/8313/stat : 8313 (java) S 8290 8293 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81221445 27983011840 57836 33554432000 4194304 4196468 140732305345424 139705500789424 139706983926402 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14934016 140732305347546 140732305347845 140732305347845 140732305350607 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 27327160 KiB
Current children cumulated memory: 231344 KiB

[startup+1.61045 s]
# the end of solver process 8293 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.30089 s, system=0.121353 s

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

[startup+1.60109 s]*
/proc/loadavg: 8.00 8.56 8.68 2/181 8327
/proc/meminfo: memFree=12069948/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1.61048
CPU time (s): 3.42225
CPU user time (s): 3.30089
CPU system time (s): 0.121353
CPU usage (%): 212.499
Max. virtual memory (cumulated for all children) (KiB): 27327160
Max. memory (cumulated for all children) (KiB): 231344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.30089
system time used= 0.121353
maximum resident set size= 252828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4936
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 8293
#   total CPU time (s): 3.42225
#   total CPU user time (s): 3.30089
#   total CPU system time (s): 0.121353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032648 second user time and 0.061338 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 22:23:03
IDJOB=4297210
IDBENCH=141169
IDSOLVER=2759
FILE ID=node139/4297210-1532636583
RUNJOBID= node139-1532634055-7904
PBS_JOBID= 21022188
Free space on /tmp= 38720 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -both -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297210-1532636583/watcher-4297210-1532636583 -o /tmp/evaluation-result-4297210-1532636583/solver-4297210-1532636583 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532634055-7904 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297210-1532636583.xml

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=207436412

node139.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.80
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.80
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.80
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.80
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:        12310644 kB
MemAvailable:   31930148 kB
Buffers:          243844 kB
Cached:         19331076 kB
SwapCached:            0 kB
Active:          3051424 kB
Inactive:       16576012 kB
Active(anon):       6896 kB
Inactive(anon):    73544 kB
Active(file):    3044528 kB
Inactive(file): 16502468 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8600 kB
Writeback:             0 kB
AnonPages:         58576 kB
Mapped:            41564 kB
Shmem:             25228 kB
Slab:             527604 kB
SReclaimable:     500968 kB
SUnreclaim:        26636 kB
KernelStack:        3232 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38712 MiB
End job on node139 at 2018-07-26 22:23:04