Trace number 4402783

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.12.3OPT960 680.926 666.647

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-00.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark22.4006
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.54	c Concrete v3.12.3.1568965526260 running
4.57/2.58	o 360
4.57/2.59	o 381
4.85/2.61	o 409
4.85/2.62	o 415
4.85/2.62	o 449
4.85/2.63	o 480
4.85/2.64	o 510
4.85/2.65	o 527
4.85/2.66	o 558
4.85/2.66	o 569
5.20/2.70	o 588
5.20/2.71	o 611
5.20/2.72	o 613
5.20/2.73	o 620
5.20/2.73	o 641
5.20/2.73	o 672
5.20/2.74	o 678
5.20/2.74	o 682
5.20/2.75	o 694
5.20/2.76	o 720
5.20/2.78	o 724
5.20/2.79	o 728
5.20/2.79	o 734
5.20/2.79	o 740
5.20/2.79	o 741
5.20/2.79	o 763
5.20/2.79	o 771
5.20/2.79	o 780
5.53/2.80	o 831
5.53/2.82	o 836
5.53/2.84	o 849
5.53/2.84	o 859
5.53/2.85	o 860
5.53/2.85	o 906
5.88/2.96	o 929
6.22/3.07	o 931
6.52/3.13	o 943
8.90/3.93	o 960
680.86/666.63	v <instantiation
680.86/666.63	v         cost = '960'>
680.86/666.63	v       <list>
680.86/666.63	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
680.86/666.63	v       </list>
680.86/666.63	v       <values>
680.86/666.63	v         0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1
680.86/666.63	v       </values>
680.86/666.63	v     </instantiation>
680.86/666.63	s OPTIMUM FOUND

Verifier Data

OK	960

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402783-1568978480/watcher-4402783-1568978480 -o /tmp/evaluation-result-4402783-1568978480/solver-4402783-1568978480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1846332404 HOME/instance-4402783-1568978480.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=27105, runsolver pid=27102
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 1.22 1.26 1.42 3/219 27162
/proc/meminfo: memFree=5456400/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=9972712 memory=18868 CPUtime=0.1 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 4474 13193 0 0 1 1 5 3 20 0 6 0 473785832 10212057088 4717 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2493178 4717 1935 1 0 2481616 0
[pid=27105/tid=27158] ppid=27102 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 2275 13193 0 0 0 0 5 3 20 0 6 0 473785841 10212057088 4782 33554432000 4194304 4196468 140732283751536 139720384778832 139720398114960 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=9972712 memory=4211973636803759498 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 6 0 473785842 10212057088 4782 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=9972712 memory=139910598968960 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 6 0 473785842 10212057088 4782 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 6 0 473785842 10212057088 4782 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 6 0 473785842 10212057088 4782 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18868 KiB

[startup+0.21002 s]*
/proc/loadavg: 1.22 1.26 1.42 4/228 27171
/proc/meminfo: memFree=5436784/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10820196 memory=41816 CPUtime=0.27 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 7392 13193 0 0 17 2 5 3 20 0 15 0 473785832 11079880704 10454 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2705049 10454 3305 1 0 2667149 0
[pid=27105/tid=27158] ppid=27102 vsize=10820196 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 3877 13193 0 0 10 1 5 3 20 0 15 0 473785841 11079880704 10454 33554432000 4194304 4196468 140732283751536 139720384756256 139720412963997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10820196 memory=4211973636803759498 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 10454 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10820196 memory=139910598968960 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 10454 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10820196 memory=139910598968960 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785843 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 13 13193 0 0 0 0 5 3 20 0 15 0 473785844 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719849534624 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785844 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719245554416 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11079880704 10454 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 359 13193 0 0 1 0 5 3 20 0 15 0 473785846 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 295 13193 0 0 1 0 5 3 20 0 15 0 473785846 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10820196 memory=139910598968960 CPUtime=0.11 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 626 13193 0 0 3 0 5 3 20 0 15 0 473785846 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11079880704 10454 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10820196 memory=139910598968960 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785847 11079880704 10454 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41816 KiB

[startup+0.310568 s]*
/proc/loadavg: 1.22 1.26 1.42 3/227 27171
/proc/meminfo: memFree=5427276/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10820196 memory=50208 CPUtime=0.41 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 10764 13193 0 0 29 4 5 3 20 0 15 0 473785832 11079880704 12552 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2705049 12552 3315 1 0 2667149 0
[pid=27105/tid=27158] ppid=27102 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 7234 13193 0 0 19 3 5 3 20 0 15 0 473785841 11079880704 12552 33554432000 4194304 4196468 140732283751536 139720384750992 139720397022558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10820196 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 12552 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 12552 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785842 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785843 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10820196 memory=139910598968959 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 13 13193 0 0 0 0 5 3 20 0 15 0 473785844 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719849534624 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785844 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719245554416 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10820196 memory=139910598968960 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11079880704 12552 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 359 13193 0 0 2 0 5 3 20 0 15 0 473785846 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 296 13193 0 0 2 0 5 3 20 0 15 0 473785846 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 645 13193 0 0 5 0 5 3 20 0 15 0 473785846 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11079880704 12552 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785847 11079880704 12552 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50208 KiB

[startup+0.701289 s]
/proc/loadavg: 1.22 1.26 1.42 3/227 27171
/proc/meminfo: memFree=5411524/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10825388 memory=83892 CPUtime=1.16 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 15152 13193 0 0 103 5 5 3 20 0 15 0 473785832 11085197312 20908 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2706347 20973 3513 1 0 2668429 0
[pid=27105/tid=27158] ppid=27102 vsize=10824364 memory=41108 CPUtime=0.67 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 1077944384 10495 13193 0 0 55 4 5 3 20 0 15 0 473785841 11084148736 20949 33554432000 4194304 4196468 140732283751536 139720384760000 139720405621293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10824364 memory=139910438927697 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11084148736 20949 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10824364 memory=288230583135298432 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11084148736 20949 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10825388 memory=13854057788531674 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785842 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785842 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 5 13193 0 0 0 0 5 3 20 0 15 0 473785843 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10825388 memory=139910439016784 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 13 13193 0 0 0 0 5 3 20 0 15 0 473785844 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719849534624 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10824364 memory=139912854636039 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785844 11084148736 20949 33554432000 4194304 4196468 140732283751536 139719245554416 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10824364 memory=860 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11084148736 20949 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10824364 memory=6153431502485414497 CPUtime=0.24 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 847 13193 0 0 16 0 5 3 20 0 15 0 473785846 11084148736 20949 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10825388 memory=7522516954627663971 CPUtime=0.2 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 739 13193 0 0 12 0 5 3 20 0 15 0 473785846 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10825388 memory=7523071198212214892 CPUtime=0.25 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 855 13193 0 0 17 0 5 3 20 0 15 0 473785846 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10825388 memory=-5874771483550381248 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11085197312 20949 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785847 11085197312 20949 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 83892 KiB

[startup+1.50237 s]
/proc/loadavg: 1.22 1.26 1.42 3/227 27171
/proc/meminfo: memFree=5366968/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10834680 memory=171352 CPUtime=2.48 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 20484 13193 0 0 230 10 5 3 20 0 15 0 473785832 11094712320 42838 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2708670 42838 3573 1 0 2670733 0
[pid=27105/tid=27158] ppid=27102 vsize=10834680 memory=279820877768768 CPUtime=1.44 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 14958 13193 0 0 130 6 5 3 20 0 15 0 473785841 11094712320 42838 33554432000 4194304 4196468 140732283751536 139720384759616 139720004736352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10834680 memory=7378983553979662436 CPUtime=0.09 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 40 13193 0 0 1 0 5 3 20 0 15 0 473785842 11094712320 42838 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10834680 memory=5787233549853680960 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 15 13193 0 0 0 0 5 3 20 0 15 0 473785842 11094712320 42838 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10834680 memory=7649399362840246066 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 25 13193 0 0 0 0 5 3 20 0 15 0 473785842 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10834680 memory=167900 CPUtime=0.09 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 28 13193 0 0 1 0 5 3 20 0 15 0 473785842 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10834680 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 43 13193 0 0 1 0 5 3 20 0 15 0 473785843 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 14 13193 0 0 0 0 5 3 20 0 15 0 473785844 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719849534688 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785844 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719245554432 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11094712320 42838 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10834680 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 909 13193 0 0 29 0 5 3 20 0 15 0 473785846 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10834680 memory=4580 CPUtime=0.32 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) R 27102 27105 23580 0 -1 4202560 808 13193 0 0 24 0 5 3 20 0 15 0 473785846 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719937485680 139720392769338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10834680 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) R 27102 27105 23580 0 -1 1077944384 1428 13193 0 0 40 0 5 3 20 0 15 0 473785846 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10834680 memory=139910438998264 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11094712320 42838 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 473785847 11094712320 42838 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

[pid=27105/tid=27170] ppid=27102 vsize=10844940 memory=1320 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10844940 memory=1700 CPUtime=0.44 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 696 13193 0 0 15 21 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 676.59 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 829740 KiB

[startup+664.001 s]*
/proc/loadavg: 1.33 1.34 1.39 3/229 27360
/proc/meminfo: memFree=3890076/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10844940 memory=829740 CPUtime=678.24 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 92025 13193 0 0 67695 121 5 3 20 0 15 0 473785832 11105218560 207435 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2711235 207435 3620 1 0 2673293 0
[pid=27105/tid=27158] ppid=27102 vsize=10844940 memory=8317482817917895235 CPUtime=657.03 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 34707 13193 0 0 65670 25 5 3 20 0 15 0 473785841 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720384777984 139720011825261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10844940 memory=-7003737579269690708 CPUtime=3.17 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 6250 13193 0 0 290 19 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10844940 memory=988 CPUtime=3.15 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 4847 13193 0 0 289 18 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10844940 memory=2012 CPUtime=3.19 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 5022 13193 0 0 294 17 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10844940 memory=1320 CPUtime=3.18 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 7849 13193 0 0 292 18 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10844940 memory=1700 CPUtime=3.07 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 5134 13193 0 0 283 16 5 3 20 0 15 0 473785843 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10844940 memory=5968 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 14 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719849534752 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10844940 memory=588 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719245554432 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10844940 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10844940 memory=1056 CPUtime=2.18 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 6370 13193 0 0 208 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10844940 memory=11620 CPUtime=2.2 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 12966 13193 0 0 210 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10844940 memory=3608 CPUtime=1.23 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 5955 13193 0 0 114 1 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10844940 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10844940 memory=1000 CPUtime=0.44 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 696 13193 0 0 15 21 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 678.24 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 829740 KiB

[startup+665.601 s]
/proc/loadavg: 1.30 1.33 1.39 3/229 27360
/proc/meminfo: memFree=3893972/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10844940 memory=829740 CPUtime=679.85 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 92041 13193 0 0 67856 121 5 3 20 0 15 0 473785832 11105218560 207435 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2711235 207435 3620 1 0 2673293 0
[pid=27105/tid=27158] ppid=27102 vsize=10844940 memory=41120 CPUtime=658.61 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 34719 13193 0 0 65828 25 5 3 20 0 15 0 473785841 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720384778048 139720011640275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10844940 memory=3616 CPUtime=3.18 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 6250 13193 0 0 291 19 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10844940 memory=41120 CPUtime=3.15 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 4847 13193 0 0 289 18 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10844940 memory=829740 CPUtime=3.2 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 5022 13193 0 0 295 17 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10844940 memory=3608 CPUtime=3.19 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 7849 13193 0 0 293 18 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10844940 memory=4513 CPUtime=3.08 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 5136 13193 0 0 284 16 5 3 20 0 15 0 473785843 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10844940 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 14 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719849534752 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10844940 memory=829740 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719245554432 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10844940 memory=829740 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10844940 memory=3616 CPUtime=2.18 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 6370 13193 0 0 208 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10844940 memory=41124 CPUtime=2.2 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 12966 13193 0 0 210 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10844940 memory=988 CPUtime=1.23 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 5955 13193 0 0 114 1 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10844940 memory=829704 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10844940 memory=4100 CPUtime=0.44 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 698 13193 0 0 15 21 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 679.85 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 829740 KiB

[startup+666.401 s]
/proc/loadavg: 1.30 1.33 1.39 3/229 27360
/proc/meminfo: memFree=3896572/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10844940 memory=829740 CPUtime=680.66 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 92048 13193 0 0 67937 121 5 3 20 0 15 0 473785832 11105218560 207435 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2711235 207435 3620 1 0 2673293 0
[pid=27105/tid=27158] ppid=27102 vsize=10844940 memory=3608 CPUtime=659.4 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 34725 13193 0 0 65907 25 5 3 20 0 15 0 473785841 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720384777792 139720009592449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10844940 memory=2828 CPUtime=3.18 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 6250 13193 0 0 291 19 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10844940 memory=827524 CPUtime=3.16 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 4847 13193 0 0 290 18 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10844940 memory=3616 CPUtime=3.2 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 5022 13193 0 0 295 17 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10844940 memory=41120 CPUtime=3.2 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 7850 13193 0 0 293 19 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10844940 memory=6791534058613427641 CPUtime=3.08 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 5136 13193 0 0 284 16 5 3 20 0 15 0 473785843 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10844940 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 14 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719849534752 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10844940 memory=2612 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719245554432 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10844940 memory=588 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10844940 memory=780 CPUtime=2.18 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 6370 13193 0 0 208 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10844940 memory=829740 CPUtime=2.2 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 12966 13193 0 0 210 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10844940 memory=829740 CPUtime=1.23 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 5955 13193 0 0 114 1 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10844940 memory=829740 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10844940 memory=829740 CPUtime=0.44 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 698 13193 0 0 15 21 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 680.66 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 829740 KiB

[startup+666.601 s]
/proc/loadavg: 1.30 1.33 1.39 3/229 27360
/proc/meminfo: memFree=3896572/32770624 swapFree=66935396/67108860
[pid=27105] ppid=27102 vsize=10844940 memory=829740 CPUtime=680.86 cores=1,3,5,7
/proc/27105/stat : 27105 (java) S 27102 27105 23580 0 -1 1077944320 92049 13193 0 0 67957 121 5 3 20 0 15 0 473785832 11105218560 207435 33554432000 4194304 4196468 140732283751536 140732283734080 139720412942071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
/proc/27105/statm: 2711235 207435 3620 1 0 2673293 0
[pid=27105/tid=27158] ppid=27102 vsize=10844940 memory=1700 CPUtime=659.6 cores=1,3,5,7
/proc/27105/task/27158/stat : 27158 (java) R 27102 27105 23580 0 -1 4202560 34726 13193 0 0 65927 25 5 3 20 0 15 0 473785841 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720384778096 139720012102519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27159] ppid=27102 vsize=10844940 memory=5968 CPUtime=3.18 cores=1,3,5,7
/proc/27105/task/27159/stat : 27159 (java) S 27102 27105 23580 0 -1 1077944384 6250 13193 0 0 291 19 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720417184784 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27160] ppid=27102 vsize=10844940 memory=6791534058613427641 CPUtime=3.16 cores=1,3,5,7
/proc/27105/task/27160/stat : 27160 (java) S 27102 27105 23580 0 -1 1077944384 4847 13193 0 0 290 18 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139720321387664 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27161] ppid=27102 vsize=10844940 memory=829740 CPUtime=3.2 cores=1,3,5,7
/proc/27105/task/27161/stat : 27161 (java) S 27102 27105 23580 0 -1 1077944384 5022 13193 0 0 295 17 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719984601872 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27162] ppid=27102 vsize=10844940 memory=3616 CPUtime=3.2 cores=1,3,5,7
/proc/27105/task/27162/stat : 27162 (java) S 27102 27105 23580 0 -1 1077944384 7850 13193 0 0 293 19 5 3 20 0 15 0 473785842 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719983549328 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27163] ppid=27102 vsize=10844940 memory=829740 CPUtime=3.08 cores=1,3,5,7
/proc/27105/task/27163/stat : 27163 (java) S 27102 27105 23580 0 -1 1077944384 5136 13193 0 0 284 16 5 3 20 0 15 0 473785843 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719939590384 139720412953218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27164] ppid=27102 vsize=10844940 memory=829740 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27164/stat : 27164 (java) S 27102 27105 23580 0 -1 1077944384 14 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719849534752 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27165] ppid=27102 vsize=10844940 memory=829740 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27165/stat : 27165 (java) S 27102 27105 23580 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 473785844 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719245554432 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27166] ppid=27102 vsize=10844940 memory=3100 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27166/stat : 27166 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718938154960 139720412960667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27167] ppid=27102 vsize=10844940 memory=829740 CPUtime=2.18 cores=1,3,5,7
/proc/27105/task/27167/stat : 27167 (java) S 27102 27105 23580 0 -1 1077944384 6370 13193 0 0 208 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719938538224 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27168] ppid=27102 vsize=10844940 memory=6791534058613427641 CPUtime=2.2 cores=1,3,5,7
/proc/27105/task/27168/stat : 27168 (java) S 27102 27105 23580 0 -1 1077944384 12966 13193 0 0 210 2 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719937485680 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27169] ppid=27102 vsize=10844940 memory=11620 CPUtime=1.23 cores=1,3,5,7
/proc/27105/task/27169/stat : 27169 (java) S 27102 27105 23580 0 -1 1077944384 5955 13193 0 0 114 1 5 3 20 0 15 0 473785846 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719936432624 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27170] ppid=27102 vsize=10844940 memory=3608 CPUtime=0.08 cores=1,3,5,7
/proc/27105/task/27170/stat : 27170 (java) S 27102 27105 23580 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139718904597344 139720412952277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
[pid=27105/tid=27171] ppid=27102 vsize=10844940 memory=2828 CPUtime=0.45 cores=1,3,5,7
/proc/27105/task/27171/stat : 27171 (java) S 27102 27105 23580 0 -1 1077944384 698 13193 0 0 15 22 5 3 20 0 15 0 473785847 11105218560 207435 33554432000 4194304 4196468 140732283751536 139719935380016 139720412953218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6307840 140732283759343 140732283761861 140732283761861 140732283764687 0
Current children cumulated CPU time: 680.86 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 829740 KiB

Child status: 0
Real time (s): 666.647
CPU time (s): 680.926
CPU user time (s): 679.664
CPU system time (s): 1.26153
CPU usage (%): 102.142
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 829740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.665
system time used= 1.26153
maximum resident set size= 831820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84849
involuntary context switches= 2779


# summary of solver processes directly reported to runsolver:
#   pid: 27105
#   total CPU time (s): 680.926
#   total CPU user time (s): 679.664
#   total CPU system time (s): 1.26153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.94512 second user time and 6.39456 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 13:20:37
IDJOB=4402783
IDBENCH=133455
IDSOLVER=2861
FILE ID=node141/4402783-1568978480
RUNJOBID= node141-1568967594-23612
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402783-1568978480/watcher-4402783-1568978480 -o /tmp/evaluation-result-4402783-1568978480/solver-4402783-1568978480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1846332404 HOME/instance-4402783-1568978480.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=1846332404

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         5464260 kB
MemAvailable:   31132776 kB
Buffers:          114852 kB
Cached:         25787220 kB
SwapCached:        62392 kB
Active:         13585296 kB
Inactive:       13046420 kB
Active(anon):     664872 kB
Inactive(anon):   108456 kB
Active(file):   12920424 kB
Inactive(file): 12937964 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66935396 kB
Dirty:             35400 kB
Writeback:             0 kB
AnonPages:        761148 kB
Mapped:            61580 kB
Shmem:             35192 kB
Slab:             267692 kB
SReclaimable:     238588 kB
SUnreclaim:        29104 kB
KernelStack:        4016 kB
PageTables:         7620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1953280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 13:31:44