Trace number 4396400

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.2OPT32 31.3114 19.3676

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-18-3-6-8.xml
MD5SUM5d7a010bf2d95efed7f70b0fa6bbffad
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark1.40566
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints73
Number of domains19
Minimum domain size4
Maximum domain size19
Distribution of domain sizes[{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":2},{"size":19,"count":36}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":18},{"degree":19,"count":17},{"degree":20,"count":1},{"degree":21,"count":18}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":36},{"arity":18,"count":18},{"arity":19,"count":18}]
Number of extensional constraints36
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":19},{"type":"count","count":18}]
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.76/0.57	c Concrete v3.12.2.1568380929293 running
17.74/8.18	o -5970
17.99/8.23	o -5969
17.99/8.29	o -3976
19.81/9.03	o -3972
19.81/9.04	o -2974
20.92/9.91	o -2973
20.92/9.94	o -2972
22.80/11.54	o -1972
22.80/11.55	o -1970
22.80/11.57	o -979
24.47/13.09	o -975
25.48/13.97	o -972
25.48/13.99	o -971
25.72/14.17	o -970
25.83/14.27	o 21
25.83/14.28	o 29
25.83/14.29	o 32
31.23/19.35	v <instantiation
31.23/19.35	v         cost = '32'>
31.23/19.35	v       <list>
31.23/19.35	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17]
31.23/19.35	v       </list>
31.23/19.35	v       <values>
31.23/19.35	v         6 0 1 9 3 4 12 -1 2 8 11 5 13 14 15 16 10 -1 0 15 14 11 10 9 1 -1 13 12 7 8 2 3 4 5 6 -1 3 -1 1 5 1 4 3 0 1 1 9 2 -2 2 1 3 -1 0
31.23/19.35	v       </values>
31.23/19.35	v     </instantiation>
31.23/19.35	s OPTIMUM FOUND

Verifier Data

OK	32

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396400-1568401237/watcher-4396400-1568401237 -o /tmp/evaluation-result-4396400-1568401237/solver-4396400-1568401237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1953484614 HOME/instance-4396400-1568401237.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB
solver pid=16700, runsolver pid=16693


[startup+0.100061 s]*
/proc/loadavg: 0.41 0.67 0.90 5/209 16813
/proc/meminfo: memFree=26720176/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=9972712 memory=14652 CPUtime=0.09 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 4409 13032 0 0 1 0 5 3 20 0 6 0 416038599 10212057088 3663 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2493178 3663 1933 1 0 2481616 0
[pid=16700/tid=16804] ppid=16693 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 2209 13032 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3663 33554432000 4194304 4196468 140729589113920 140464392392392 140464420578461 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3663 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=9972712 memory=139620909999744 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3663 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3663 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 6 0 416038609 10212057088 3663 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14652 KiB

[startup+0.20982 s]*
/proc/loadavg: 0.41 0.67 0.90 4/227 16831
/proc/meminfo: memFree=26673904/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10819664 memory=38548 CPUtime=0.25 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 7446 13032 0 0 16 1 5 3 20 0 15 0 416038599 11079335936 9637 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2704916 9637 3168 1 0 2667149 0
[pid=16700/tid=16804] ppid=16693 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 3872 13032 0 0 10 1 5 3 20 0 15 0 416038609 11079335936 9637 33554432000 4194304 4196468 140729589113920 140464392364128 140464412790550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 9637 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10819664 memory=288369997061711488 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 9637 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10819664 memory=139620909999744 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038611 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 416038611 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463348639264 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038612 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463214421360 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11079335936 9637 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 362 13032 0 0 1 0 5 3 20 0 15 0 416038614 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) S 16693 16700 16639 0 -1 1077944384 316 13032 0 0 1 0 5 3 20 0 15 0 416038614 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10819664 memory=139620909999744 CPUtime=0.11 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 661 13032 0 0 3 0 5 3 20 0 15 0 416038614 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11079335936 9637 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10819664 memory=139620909999744 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038615 11079335936 9637 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38548 KiB

[startup+0.310062 s]*
/proc/loadavg: 0.41 0.67 0.90 5/227 16831
/proc/meminfo: memFree=26646960/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10820148 memory=49688 CPUtime=0.4 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 11185 13032 0 0 28 4 5 3 20 0 15 0 416038599 11079831552 12422 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2705037 12422 3300 1 0 2667149 0
[pid=16700/tid=16804] ppid=16693 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 7546 13032 0 0 18 3 5 3 20 0 15 0 416038609 11079831552 12422 33554432000 4194304 4196468 140729589113920 140464392356448 140464420578461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 12422 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 12422 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038611 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 416038611 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463348639264 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038612 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463214421360 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11079831552 12422 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 382 13032 0 0 2 0 5 3 20 0 15 0 416038614 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) S 16693 16700 16639 0 -1 1077944384 320 13032 0 0 1 0 5 3 20 0 15 0 416038614 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10820148 memory=139620909999744 CPUtime=0.13 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 704 13032 0 0 5 0 5 3 20 0 15 0 416038614 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11079831552 12422 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10820148 memory=139620909999744 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038615 11079831552 12422 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49688 KiB

[startup+0.701375 s]
/proc/loadavg: 0.41 0.67 0.90 4/227 16831
/proc/meminfo: memFree=26620780/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10824360 memory=82252 CPUtime=1.13 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 15256 13032 0 0 100 5 5 3 20 0 15 0 416038599 11084144640 20563 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2706090 20563 3502 1 0 2668173 0
[pid=16700/tid=16804] ppid=16693 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 10392 13032 0 0 55 4 5 3 20 0 15 0 416038609 11084144640 20563 33554432000 4194304 4196468 140729589113920 140464392387624 140464023496938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 20563 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 20563 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10824360 memory=139620797001936 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10824360 memory=139625091826283 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 2 13032 0 0 0 0 5 3 20 0 15 0 416038609 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10824360 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 416038611 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10824360 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 13 13032 0 0 0 0 5 3 20 0 15 0 416038611 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463348639264 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10824360 memory=7955724553066469740 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038612 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463214421360 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10824360 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11084144640 20563 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10824360 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) R 16693 16700 16639 0 -1 4202560 819 13032 0 0 12 0 5 3 20 0 15 0 416038614 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463691367648 140464412845824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10824360 memory=520 CPUtime=0.22 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) R 16693 16700 16639 0 -1 4202560 805 13032 0 0 14 0 5 3 20 0 15 0 416038614 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463690314872 140464404467230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10824360 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) R 16693 16700 16639 0 -1 4202560 1002 13032 0 0 17 0 5 3 20 0 15 0 416038614 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463689275504 140464404748347 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11084144640 20563 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10824360 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038615 11084144640 20563 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82252 KiB

[startup+1.50071 s]
/proc/loadavg: 0.69 0.73 0.92 9/227 16831
/proc/meminfo: memFree=26500140/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10834676 memory=190064 CPUtime=2.78 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 24923 13032 0 0 260 10 5 3 20 0 15 0 416038599 11094708224 47516 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2708669 47516 3583 1 0 2670733 0
[pid=16700/tid=16804] ppid=16693 vsize=10834676 memory=186196 CPUtime=1.42 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 16113 13032 0 0 129 5 5 3 20 0 15 0 416038609 11094708224 47516 33554432000 4194304 4196468 140729589113920 140464392382448 140464402422319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10834676 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 309 13032 0 0 0 0 5 3 20 0 15 0 416038609 11094708224 47516 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10834676 memory=7976406965554101975 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 103 13032 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 47516 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 24 13032 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 63 13032 0 0 1 0 5 3 20 0 15 0 416038609 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 1342 13032 0 0 1 0 5 3 20 0 15 0 416038611 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 14 13032 0 0 0 0 5 3 20 0 15 0 416038611 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463348639264 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038612 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463214421360 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11094708224 47516 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10834676 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 1622 13032 0 0 41 0 5 3 20 0 15 0 416038614 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10834676 memory=4580 CPUtime=0.5 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) R 16693 16700 16639 0 -1 1077944384 1468 13032 0 0 42 0 5 3 20 0 15 0 416038614 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10834676 memory=7301858267983929704 CPUtime=0.46 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 1652 13032 0 0 38 0 5 3 20 0 15 0 416038614 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10834676 memory=7447092672996076652 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11094708224 47516 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10834676 memory=7162531440177276259 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 1 13032 0 0 0 0 5 3 20 0 15 0 416038615 11094708224 47516 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 10834676 KiB

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

[pid=16700/tid=16829] ppid=16693 vsize=10849032 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 160760 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10849032 memory=4164 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 188 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 160760 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 643040 KiB

[startup+18.4007 s]
/proc/loadavg: 1.05 0.81 0.94 4/228 16840
/proc/meminfo: memFree=24927116/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10849032 memory=731136 CPUtime=30.29 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 65211 13032 0 0 2982 39 5 3 20 0 15 0 416038599 11109408768 182784 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2712258 182784 3631 1 0 2674317 0
[pid=16700/tid=16804] ppid=16693 vsize=10849032 memory=6791534058613427641 CPUtime=18.16 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 27407 13032 0 0 1793 15 5 3 20 0 15 0 416038609 11109408768 182784 33554432000 4194304 4196468 140729589113920 140464392391800 140464038225782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10849032 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 408 13032 0 0 8 2 5 3 20 0 15 0 416038609 11109408768 182784 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10849032 memory=3545661336722725136 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 419 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 182784 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10849032 memory=7164226869942838368 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1364 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10849032 memory=279241593784896 CPUtime=0.18 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 192 13032 0 0 8 2 5 3 20 0 15 0 416038609 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10849032 memory=289 CPUtime=0.13 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 3047 13032 0 0 5 0 5 3 20 0 15 0 416038611 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10849032 memory=645120 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 23 13032 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463348639328 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10849032 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 416038612 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463214421376 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10849032 memory=7988 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 182784 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10849032 memory=9580 CPUtime=4.96 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 8371 13032 0 0 486 2 5 3 20 0 15 0 416038614 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10849032 memory=1052 CPUtime=4.92 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) S 16693 16700 16639 0 -1 1077944384 12968 13032 0 0 478 6 5 3 20 0 15 0 416038614 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10849032 memory=776 CPUtime=1.9 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 8608 13032 0 0 179 3 5 3 20 0 15 0 416038614 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10849032 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 182784 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10849032 memory=668 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 188 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 182784 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 30.29 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 731136 KiB

[startup+18.8007 s]
/proc/loadavg: 1.05 0.81 0.94 4/228 16840
/proc/meminfo: memFree=24927116/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10849032 memory=784664 CPUtime=30.72 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 66241 13032 0 0 3025 39 5 3 20 0 15 0 416038599 11109408768 196166 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2712258 196166 3631 1 0 2674317 0
[pid=16700/tid=16804] ppid=16693 vsize=10849032 memory=288230596050944315 CPUtime=18.54 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 27454 13032 0 0 1831 15 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464392392112 140464038225455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10849032 memory=14699582244260401 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 430 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10849032 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 1202 13032 0 0 10 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10849032 memory=279241594044656 CPUtime=0.21 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1380 13032 0 0 10 3 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10849032 memory=139620797084718 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 205 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10849032 memory=3012920 CPUtime=0.13 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 3185 13032 0 0 5 0 5 3 20 0 15 0 416038611 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10849032 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 23 13032 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463348639328 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10849032 memory=-1807685287717842718 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 416038612 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463214421376 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10849032 memory=-9174445032661854264 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10849032 memory=-1088251628401078322 CPUtime=4.96 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 8371 13032 0 0 486 2 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10849032 memory=-2245088631185882904 CPUtime=4.93 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) S 16693 16700 16639 0 -1 1077944384 12979 13032 0 0 479 6 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10849032 memory=279241594174896 CPUtime=1.9 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 8608 13032 0 0 179 3 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10849032 memory=279241594174960 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 196166 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10849032 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 188 13032 0 0 1 0 5 3 20 0 15 0 416038615 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 30.72 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 784664 KiB

[startup+19.2009 s]
/proc/loadavg: 1.05 0.81 0.94 4/228 16840
/proc/meminfo: memFree=24804136/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10849032 memory=784664 CPUtime=31.13 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 66246 13032 0 0 3066 39 5 3 20 0 15 0 416038599 11109408768 196166 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2712258 196166 3631 1 0 2674317 0
[pid=16700/tid=16804] ppid=16693 vsize=10849032 memory=643020 CPUtime=18.94 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 27457 13032 0 0 1871 15 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464392392112 140464036119648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10849032 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 430 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10849032 memory=643004 CPUtime=0.2 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 1202 13032 0 0 10 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10849032 memory=1620 CPUtime=0.21 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1380 13032 0 0 10 3 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10849032 memory=8317482817917895235 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 205 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10849032 memory=755712 CPUtime=0.13 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 3185 13032 0 0 5 0 5 3 20 0 15 0 416038611 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10849032 memory=648696 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 23 13032 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463348639328 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10849032 memory=40060 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 416038612 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463214421376 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10849032 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10849032 memory=9 CPUtime=4.96 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 8371 13032 0 0 486 2 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10849032 memory=10 CPUtime=4.93 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) S 16693 16700 16639 0 -1 1077944384 12979 13032 0 0 479 6 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10849032 memory=6791534058613427641 CPUtime=1.91 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 8610 13032 0 0 180 3 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10849032 memory=73864847559402 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 196166 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10849032 memory=73869142526698 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 188 13032 0 0 1 0 5 3 20 0 15 0 416038615 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 31.13 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 784664 KiB

[startup+19.3008 s]
/proc/loadavg: 1.05 0.81 0.94 4/228 16840
/proc/meminfo: memFree=24804136/32770624 swapFree=66939840/67108860
[pid=16700] ppid=16693 vsize=10849032 memory=784664 CPUtime=31.23 cores=0,2,4,6
/proc/16700/stat : 16700 (java) S 16693 16700 16639 0 -1 1077944320 66246 13032 0 0 3076 39 5 3 20 0 15 0 416038599 11109408768 196166 33554432000 4194304 4196468 140729589113920 140729589096464 140464420556535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
/proc/16700/statm: 2712258 196166 3631 1 0 2674317 0
[pid=16700/tid=16804] ppid=16693 vsize=10849032 memory=784664 CPUtime=19.04 cores=0,2,4,6
/proc/16700/task/16804/stat : 16804 (java) R 16693 16700 16639 0 -1 4202560 27457 13032 0 0 1881 15 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464392392112 140464038226354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16806] ppid=16693 vsize=10849032 memory=3504 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16806/stat : 16806 (java) S 16693 16700 16639 0 -1 1077944384 430 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464424798864 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16809] ppid=16693 vsize=10849032 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/16700/task/16809/stat : 16809 (java) S 16693 16700 16639 0 -1 1077944384 1202 13032 0 0 10 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140464356710928 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16811] ppid=16693 vsize=10849032 memory=2008 CPUtime=0.21 cores=0,2,4,6
/proc/16700/task/16811/stat : 16811 (java) S 16693 16700 16639 0 -1 1077944384 1380 13032 0 0 10 3 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463992867216 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16813] ppid=16693 vsize=10849032 memory=11 CPUtime=0.19 cores=0,2,4,6
/proc/16700/task/16813/stat : 16813 (java) S 16693 16700 16639 0 -1 1077944384 205 13032 0 0 9 2 5 3 20 0 15 0 416038609 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463991814416 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16815] ppid=16693 vsize=10849032 memory=5 CPUtime=0.13 cores=0,2,4,6
/proc/16700/task/16815/stat : 16815 (java) S 16693 16700 16639 0 -1 1077944384 3185 13032 0 0 5 0 5 3 20 0 15 0 416038611 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463692434288 140464420567682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16817] ppid=16693 vsize=10849032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16817/stat : 16817 (java) S 16693 16700 16639 0 -1 1077944384 23 13032 0 0 0 0 5 3 20 0 15 0 416038611 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463348639328 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16819] ppid=16693 vsize=10849032 memory=73882027428586 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16819/stat : 16819 (java) S 16693 16700 16639 0 -1 1077944384 5 13032 0 0 0 0 5 3 20 0 15 0 416038612 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463214421376 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16824] ppid=16693 vsize=10849032 memory=73899207297770 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16824/stat : 16824 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140462974130512 140464420575131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16825] ppid=16693 vsize=10849032 memory=128458176857857 CPUtime=4.96 cores=0,2,4,6
/proc/16700/task/16825/stat : 16825 (java) S 16693 16700 16639 0 -1 1077944384 8371 13032 0 0 486 2 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463691381104 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16826] ppid=16693 vsize=10849032 memory=40060 CPUtime=4.93 cores=0,2,4,6
/proc/16700/task/16826/stat : 16826 (java) S 16693 16700 16639 0 -1 1077944384 12979 13032 0 0 479 6 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463690328304 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16827] ppid=16693 vsize=10849032 memory=988 CPUtime=1.91 cores=0,2,4,6
/proc/16700/task/16827/stat : 16827 (java) S 16693 16700 16639 0 -1 1077944384 8610 13032 0 0 180 3 5 3 20 0 15 0 416038614 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463689275504 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16829] ppid=16693 vsize=10849032 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/16700/task/16829/stat : 16829 (java) S 16693 16700 16639 0 -1 1077944384 3 13032 0 0 0 0 5 3 20 0 15 0 416038615 11109408768 196166 33554432000 4194304 4196468 140729589113920 140462940571872 140464420566741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
[pid=16700/tid=16831] ppid=16693 vsize=10849032 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16700/task/16831/stat : 16831 (java) S 16693 16700 16639 0 -1 1077944384 188 13032 0 0 1 0 5 3 20 0 15 0 416038615 11109408768 196166 33554432000 4194304 4196468 140729589113920 140463688223920 140464420567682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33370112 140729589119727 140729589122245 140729589122245 140729589125071 0
Current children cumulated CPU time: 31.23 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 784664 KiB

Child status: 0
Real time (s): 19.3676
CPU time (s): 31.3114
CPU user time (s): 30.8628
CPU system time (s): 0.448627
CPU usage (%): 161.669
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 784664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8628
system time used= 0.448627
maximum resident set size= 786744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8200
involuntary context switches= 123


# summary of solver processes directly reported to runsolver:
#   pid: 16700
#   total CPU time (s): 31.3114
#   total CPU user time (s): 30.8628
#   total CPU system time (s): 0.448627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157417 second user time and 0.20308 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 20:59:57
IDJOB=4396400
IDBENCH=128005
IDSOLVER=2847
FILE ID=node119/4396400-1568401237
RUNJOBID= node119-1568401197-16670
PBS_JOBID= 21701879
Free space on /tmp= 61504 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-18-3-6-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396400-1568401237/watcher-4396400-1568401237 -o /tmp/evaluation-result-4396400-1568401237/solver-4396400-1568401237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1953484614 HOME/instance-4396400-1568401237.xml

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

MD5SUM BENCH= 5d7a010bf2d95efed7f70b0fa6bbffad
RANDOM SEED=1953484614

node119.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.47
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.47
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.47
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.47
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:        26728660 kB
MemAvailable:   31824020 kB
Buffers:          193900 kB
Cached:          5168728 kB
SwapCached:        61108 kB
Active:          1908632 kB
Inactive:        3517460 kB
Active(anon):       2888 kB
Inactive(anon):   102440 kB
Active(file):    1905744 kB
Inactive(file):  3415020 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             71924 kB
Writeback:             8 kB
AnonPages:        111864 kB
Mapped:            44184 kB
Shmem:             32816 kB
Slab:             210712 kB
SReclaimable:     180864 kB
SUnreclaim:        29848 kB
KernelStack:        3328 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 21:00:17