Trace number 4392098

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10OPT44 132.421 122.173

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark8.57589
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.76/0.54	c Concrete v3.10.1560635388952 running
5.77/2.88	o 57
6.12/3.00	o 56
7.12/3.23	o 55
7.12/3.24	o 45
74.31/64.71	o 44
132.34/122.16	v <instantiation
132.34/122.16	v         cost = '44'>
132.34/122.16	v       <list>
132.34/122.16	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
132.34/122.16	v       </list>
132.34/122.16	v       <values>
132.34/122.16	v         0 3 9 17 19 32 39 43 44 3 9 17 19 32 39 43 44 6 14 16 29 36 40 41 8 10 23 30 34 35 2 15 22 26 27 13 20 24 25 7 11 12 4 5 1
132.34/122.16	v       </values>
132.34/122.16	v     </instantiation>
132.34/122.16	s OPTIMUM FOUND

Verifier Data

OK	44

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 (9940 MiB free)
  memory of node 1: 16384 MiB (13018 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392098-1568332926/watcher-4392098-1568332926 -o /tmp/evaluation-result-4392098-1568332926/solver-4392098-1568332926 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2133302321 HOME/instance-4392098-1568332926.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16359, runsolver pid=16356
Current StackSize limit: 8192 KiB


[startup+0.110405 s]*
/proc/loadavg: 1.52 1.53 1.48 3/220 16416
/proc/meminfo: memFree=23497864/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10355560 memory=24252 CPUtime=0.11 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 4773 13121 0 0 2 1 5 3 20 0 9 0 409230008 10604093440 6063 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2588890 6063 2102 1 0 2551431 0
[pid=16359/tid=16412] ppid=16356 vsize=10355560 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 2553 13121 0 0 1 0 5 3 20 0 9 0 409230017 10604093440 6063 33554432000 4194304 4196468 140732918239600 140433413345136 140433441531037 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10355560 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 9 0 409230018 10604093440 6063 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10355560 memory=140237763991168 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 9 0 409230018 10604093440 6063 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 9 0 409230018 10604093440 6063 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 9 0 409230018 10604093440 6063 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10355560 memory=140237763991168 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 9 0 409230020 10604093440 6063 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 13 13121 0 0 0 0 5 3 20 0 9 0 409230020 10604093440 6063 33554432000 4194304 4196468 140732918239600 140432344343968 140433441519317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 9 0 409230020 10604093440 6063 33554432000 4194304 4196468 140732918239600 140432210126384 140433441519317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24252 KiB

[startup+0.210327 s]*
/proc/loadavg: 1.52 1.53 1.48 4/229 16426
/proc/meminfo: memFree=23483752/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10818940 memory=38064 CPUtime=0.27 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 6919 13121 0 0 17 2 5 3 20 0 15 0 409230008 11078594560 9516 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2704735 9516 2962 1 0 2667149 0
[pid=16359/tid=16412] ppid=16356 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 3424 13121 0 0 11 1 5 3 20 0 15 0 409230017 11078594560 9516 33554432000 4194304 4196468 140732918239600 140433413341936 140433434609014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11078594560 9516 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10818940 memory=140237763991168 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11078594560 9516 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11078594560 9516 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 409230018 11078594560 9516 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10818940 memory=140237763991168 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 409230020 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 13 13121 0 0 0 0 5 3 20 0 15 0 409230020 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432344343968 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230020 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432210126320 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11078594560 9516 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 568 13121 0 0 1 0 5 3 20 0 15 0 409230023 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 61 13121 0 0 0 0 5 3 20 0 15 0 409230023 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10818940 memory=140237763991168 CPUtime=0.11 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 645 13121 0 0 3 0 5 3 20 0 15 0 409230023 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11078594560 9516 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10818940 memory=140237763991168 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230023 11078594560 9516 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38064 KiB

[startup+0.310737 s]*
/proc/loadavg: 1.52 1.53 1.48 3/229 16426
/proc/meminfo: memFree=23472996/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10820096 memory=49932 CPUtime=0.4 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 10684 13121 0 0 29 3 5 3 20 0 15 0 409230008 11079778304 12483 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2705024 12483 3276 1 0 2667149 0
[pid=16359/tid=16412] ppid=16356 vsize=10820244 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 7187 13121 0 0 19 2 5 3 20 0 15 0 409230017 11079929856 12483 33554432000 4194304 4196468 140732918239600 140433413336992 140433441531037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10820244 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11079929856 12483 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10820244 memory=1398720917958146503 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11079929856 12483 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11079929856 12483 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 409230018 11079929856 12483 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 409230020 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 13 13121 0 0 0 0 5 3 20 0 15 0 409230020 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432344343968 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230020 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432210126320 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11079929856 12483 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 570 13121 0 0 2 0 5 3 20 0 15 0 409230023 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 61 13121 0 0 1 0 5 3 20 0 15 0 409230023 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10820244 memory=140237763991168 CPUtime=0.13 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 671 13121 0 0 5 0 5 3 20 0 15 0 409230023 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11079929856 12483 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10820244 memory=140237763991168 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230023 11079929856 12483 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49932 KiB

[startup+0.701265 s]
/proc/loadavg: 1.52 1.53 1.48 5/229 16426
/proc/meminfo: memFree=23456656/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10824340 memory=80548 CPUtime=1.15 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 14876 13121 0 0 101 6 5 3 20 0 15 0 409230008 11084124160 20137 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2706085 20137 3490 1 0 2668173 0
[pid=16359/tid=16412] ppid=16356 vsize=10824340 memory=14288 CPUtime=0.67 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 1077944384 10521 13121 0 0 55 4 5 3 20 0 15 0 409230017 11084124160 20137 33554432000 4194304 4196468 140732918239600 140433413336096 140433441531133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10824340 memory=504 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11084124160 20137 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10824340 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11084124160 20137 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10824340 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230018 11084124160 20137 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10824340 memory=2376 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 2 13121 0 0 0 0 5 3 20 0 15 0 409230018 11084124160 20137 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10824340 memory=7448488012996569937 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 5 13121 0 0 0 0 5 3 20 0 15 0 409230020 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10824340 memory=7739276948478455142 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 13 13121 0 0 0 0 5 3 20 0 15 0 409230020 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432344343968 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10824340 memory=7739276948478060911 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230020 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432210126320 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10824340 memory=-8813412931113164149 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11084124160 20137 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10824340 memory=-8033973737701895300 CPUtime=0.2 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) R 16356 16359 8623 0 -1 1077944384 855 13121 0 0 12 0 5 3 20 0 15 0 409230023 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10824340 memory=6944656591801717918 CPUtime=0.22 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 396 13121 0 0 14 0 5 3 20 0 15 0 409230023 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 870 13121 0 0 17 0 5 3 20 0 15 0 409230023 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11084124160 20137 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10824340 memory=3924 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230023 11084124160 20137 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80548 KiB

[startup+1.50077 s]
/proc/loadavg: 1.52 1.53 1.48 3/229 16426
/proc/meminfo: memFree=23413948/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10834656 memory=166196 CPUtime=2.48 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 20227 13121 0 0 230 10 5 3 20 0 15 0 409230008 11094687744 41549 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2708664 41549 3568 1 0 2670733 0
[pid=16359/tid=16412] ppid=16356 vsize=10834656 memory=56 CPUtime=1.44 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 14993 13121 0 0 130 6 5 3 20 0 15 0 409230017 11094687744 41549 33554432000 4194304 4196468 140732918239600 140433413327424 140732918315240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 17 13121 0 0 1 0 5 3 20 0 15 0 409230018 11094687744 41549 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 27 13121 0 0 1 0 5 3 20 0 15 0 409230018 11094687744 41549 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10834656 memory=18133351927027 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 22 13121 0 0 1 0 5 3 20 0 15 0 409230018 11094687744 41549 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10834656 memory=7681421201142647344 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 40 13121 0 0 1 0 5 3 20 0 15 0 409230018 11094687744 41549 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10834656 memory=-5587106306044206369 CPUtime=0.09 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 44 13121 0 0 1 0 5 3 20 0 15 0 409230020 11094687744 41549 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10834656 memory=7681407974647166620 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 14 13121 0 0 0 0 5 3 20 0 15 0 409230020 11094687744 41549 33554432000 4194304 4196468 140732918239600 140432344344032 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10834656 memory=7681421203011431829 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 1 13121 0 0 0 0 5 3 20 0 15 0 409230020 11094687744 41549 33554432000 4194304 4196468 140732918239600 140432210126320 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10834656 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11094687744 41549 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10834656 memory=-2605811476043407915 CPUtime=0.32 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 905 13121 0 0 23 1 5 3 20 0 15 0 409230023 11094687744 41549 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10834656 memory=6944652177228980320 CPUtime=0.35 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 459 13121 0 0 27 0 5 3 20 0 15 0 409230023 11094687744 41549 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10834656 memory=-7595718147998060693 CPUtime=0.49 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 1494 13121 0 0 41 0 5 3 20 0 15 0 409230023 11094687744 41549 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0

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

[pid=16359/tid=16424] ppid=16356 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10844916 memory=8 CPUtime=0.15 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 799 13121 0 0 3 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 130.22 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745580 KiB

[startup+120.801 s]
/proc/loadavg: 1.27 1.46 1.47 3/231 16437
/proc/meminfo: memFree=22772056/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10844916 memory=745580 CPUtime=131.02 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 79367 13121 0 0 13046 48 5 3 20 0 15 0 409230008 11105193984 186395 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2711229 186395 3617 1 0 2673293 0
[pid=16359/tid=16412] ppid=16356 vsize=10844916 memory=38644 CPUtime=119.9 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 26251 13121 0 0 11965 17 5 3 20 0 15 0 409230017 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433413345152 140433042798320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10844916 memory=1228 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 754 13121 0 0 33 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10844916 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 519 13121 0 0 31 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10844916 memory=15208 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 3152 13121 0 0 31 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10844916 memory=23508 CPUtime=0.42 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 3534 13121 0 0 31 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10844916 memory=4048 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2384 13121 0 0 32 3 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10844916 memory=14288 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 20 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432344344032 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10844916 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 8 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432210126336 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10844916 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10844916 memory=15536319182932598 CPUtime=3.45 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 14905 13121 0 0 333 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10844916 memory=3848 CPUtime=3.01 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 9508 13121 0 0 289 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10844916 memory=2696 CPUtime=2.97 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 15323 13121 0 0 286 3 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10844916 memory=2716 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10844916 memory=2352 CPUtime=0.15 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 799 13121 0 0 3 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 131.02 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745580 KiB

[startup+121.606 s]
/proc/loadavg: 1.27 1.46 1.47 3/231 16438
/proc/meminfo: memFree=22771784/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10844916 memory=745580 CPUtime=131.83 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 79372 13121 0 0 13127 48 5 3 20 0 15 0 409230008 11105193984 186395 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2711229 186395 3617 1 0 2673293 0
[pid=16359/tid=16412] ppid=16356 vsize=10844916 memory=15536319182932598 CPUtime=120.7 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 26256 13121 0 0 12045 17 5 3 20 0 15 0 409230017 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433413344464 140433042443039 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10844916 memory=1792 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 754 13121 0 0 33 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10844916 memory=8612 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 519 13121 0 0 31 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10844916 memory=1192 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 3152 13121 0 0 32 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10844916 memory=5536 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 3534 13121 0 0 32 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10844916 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2384 13121 0 0 32 3 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10844916 memory=38644 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 20 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432344344032 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10844916 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 8 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432210126336 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10844916 memory=2352 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10844916 memory=745580 CPUtime=3.45 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 14905 13121 0 0 333 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10844916 memory=2352 CPUtime=3.01 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 9508 13121 0 0 289 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10844916 memory=745580 CPUtime=2.97 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 15323 13121 0 0 286 3 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10844916 memory=8612 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10844916 memory=4540 CPUtime=0.15 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 799 13121 0 0 3 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 131.83 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745580 KiB

[startup+122.001 s]*
/proc/loadavg: 1.27 1.46 1.47 3/231 16438
/proc/meminfo: memFree=22771784/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10844916 memory=745580 CPUtime=132.24 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 79375 13121 0 0 13168 48 5 3 20 0 15 0 409230008 11105193984 186395 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2711229 186395 3617 1 0 2673293 0
[pid=16359/tid=16412] ppid=16356 vsize=10844916 memory=1398722017469774279 CPUtime=121.1 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 26258 13121 0 0 12085 17 5 3 20 0 15 0 409230017 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433413344352 140433043680253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10844916 memory=4872558044660077418 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 754 13121 0 0 33 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10844916 memory=4872558044660077418 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 520 13121 0 0 32 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10844916 memory=1408 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 3152 13121 0 0 32 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10844916 memory=2992 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 3534 13121 0 0 32 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10844916 memory=745580 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2384 13121 0 0 32 3 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10844916 memory=1964 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 20 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432344344032 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10844916 memory=5536 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 8 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432210126336 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10844916 memory=4540 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10844916 memory=752 CPUtime=3.45 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 14905 13121 0 0 333 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10844916 memory=3848 CPUtime=3.01 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 9508 13121 0 0 289 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10844916 memory=2696 CPUtime=2.97 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 15323 13121 0 0 286 3 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10844916 memory=2716 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10844916 memory=4100 CPUtime=0.15 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 799 13121 0 0 3 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 132.24 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745580 KiB

[startup+122.11 s]
/proc/loadavg: 1.27 1.46 1.47 3/231 16438
/proc/meminfo: memFree=22771784/32770624 swapFree=67108848/67108860
[pid=16359] ppid=16356 vsize=10844916 memory=745580 CPUtime=132.34 cores=1,3,5,7
/proc/16359/stat : 16359 (java) S 16356 16359 8623 0 -1 1077944320 79376 13121 0 0 13178 48 5 3 20 0 15 0 409230008 11105193984 186395 33554432000 4194304 4196468 140732918239600 140732918222144 140433441509111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
/proc/16359/statm: 2711229 186395 3617 1 0 2673293 0
[pid=16359/tid=16412] ppid=16356 vsize=10844916 memory=745580 CPUtime=121.2 cores=1,3,5,7
/proc/16359/task/16412/stat : 16412 (java) R 16356 16359 8623 0 -1 4202560 26259 13121 0 0 12095 17 5 3 20 0 15 0 409230017 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433413344336 140433033336347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16413] ppid=16356 vsize=10844916 memory=745580 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16413/stat : 16413 (java) S 16356 16359 8623 0 -1 1077944384 754 13121 0 0 33 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433445751056 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16414] ppid=16356 vsize=10844916 memory=745572 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16414/stat : 16414 (java) S 16356 16359 8623 0 -1 1077944384 520 13121 0 0 32 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433360570768 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16415] ppid=16356 vsize=10844916 memory=280475324817856 CPUtime=0.44 cores=1,3,5,7
/proc/16359/task/16415/stat : 16415 (java) S 16356 16359 8623 0 -1 1077944384 3152 13121 0 0 32 4 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433359518224 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16416] ppid=16356 vsize=10844916 memory=4276 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16416/stat : 16416 (java) S 16356 16359 8623 0 -1 1077944384 3534 13121 0 0 32 3 5 3 20 0 15 0 409230018 11105193984 186395 33554432000 4194304 4196468 140732918239600 140433358465680 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16417] ppid=16356 vsize=10844916 memory=1536 CPUtime=0.43 cores=1,3,5,7
/proc/16359/task/16417/stat : 16417 (java) S 16356 16359 8623 0 -1 1077944384 2384 13121 0 0 32 3 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432968178160 140433441520258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16418] ppid=16356 vsize=10844916 memory=8612 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16418/stat : 16418 (java) S 16356 16359 8623 0 -1 1077944384 20 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432344344032 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16419] ppid=16356 vsize=10844916 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16419/stat : 16419 (java) S 16356 16359 8623 0 -1 1077944384 8 13121 0 0 0 0 5 3 20 0 15 0 409230020 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432210126336 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16420] ppid=16356 vsize=10844916 memory=4540 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16420/stat : 16420 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431969835728 140433441527707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16421] ppid=16356 vsize=10844916 memory=752 CPUtime=3.45 cores=1,3,5,7
/proc/16359/task/16421/stat : 16421 (java) S 16356 16359 8623 0 -1 1077944384 14905 13121 0 0 333 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432967124976 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16422] ppid=16356 vsize=10844916 memory=2212 CPUtime=3.01 cores=1,3,5,7
/proc/16359/task/16422/stat : 16422 (java) S 16356 16359 8623 0 -1 1077944384 9508 13121 0 0 289 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432966072432 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16423] ppid=16356 vsize=10844916 memory=4276 CPUtime=2.97 cores=1,3,5,7
/proc/16359/task/16423/stat : 16423 (java) S 16356 16359 8623 0 -1 1077944384 15323 13121 0 0 286 3 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432965019888 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16424] ppid=16356 vsize=10844916 memory=745580 CPUtime=0.08 cores=1,3,5,7
/proc/16359/task/16424/stat : 16424 (java) S 16356 16359 8623 0 -1 1077944384 3 13121 0 0 0 0 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140431936277088 140433441519317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
[pid=16359/tid=16425] ppid=16356 vsize=10844916 memory=745580 CPUtime=0.15 cores=1,3,5,7
/proc/16359/task/16425/stat : 16425 (java) S 16356 16359 8623 0 -1 1077944384 799 13121 0 0 3 4 5 3 20 0 15 0 409230023 11105193984 186395 33554432000 4194304 4196468 140732918239600 140432963967792 140433441520258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32579584 140732918242037 140732918244549 140732918244549 140732918247375 0
Current children cumulated CPU time: 132.34 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 745580 KiB

Child status: 0
Real time (s): 122.173
CPU time (s): 132.421
CPU user time (s): 131.892
CPU system time (s): 0.528245
CPU usage (%): 108.388
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 745992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.892
system time used= 0.528245
maximum resident set size= 747664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23203
involuntary context switches= 355


# summary of solver processes directly reported to runsolver:
#   pid: 16359
#   total CPU time (s): 132.421
#   total CPU user time (s): 131.892
#   total CPU system time (s): 0.528245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.748238 second user time and 1.2496 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-13 02:01:25
IDJOB=4392098
IDBENCH=141374
IDSOLVER=2837
FILE ID=node143/4392098-1568332926
RUNJOBID= node143-1568309802-8655
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392098-1568332926/watcher-4392098-1568332926 -o /tmp/evaluation-result-4392098-1568332926/solver-4392098-1568332926 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2133302321 HOME/instance-4392098-1568332926.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=2133302321

node143.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.73
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.73
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.73
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.73
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:        23510080 kB
MemAvailable:   31018116 kB
Buffers:          164680 kB
Cached:          7630708 kB
SwapCached:            8 kB
Active:          2944264 kB
Inactive:        5642352 kB
Active(anon):     745952 kB
Inactive(anon):   144520 kB
Active(file):    2198312 kB
Inactive(file):  5497832 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35104 kB
Writeback:             0 kB
AnonPages:        913076 kB
Mapped:            61128 kB
Shmem:             90756 kB
Slab:             269060 kB
SReclaimable:     240352 kB
SUnreclaim:        28708 kB
KernelStack:        4016 kB
PageTables:         7264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2027444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-13 02:03:28