Trace number 4304863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2SAT 518.439 492.352

General information on the benchmark

NameStripPacking/
StripPacking-C2P1_c18.xml
MD5SUMbb34988e6b0e49ae8f3222e70708ff44
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.13401
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints76
Number of domains25
Minimum domain size1
Maximum domain size40
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":73},{"size":15,"count":25},{"size":40,"count":25}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":25},{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":25},{"arity":100,"count":1}]
Number of extensional constraints25
Number of intensional constraints50
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
518.32/492.33	v <instantiation>
518.32/492.33	v       <list>
518.32/492.33	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] w[16] w[17] w[18] w[19] w[20] w[21] w[22] w[23] w[24] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] h[16] h[17] h[18] h[19] h[20] h[21] h[22] h[23] h[24] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15] r[16] r[17] r[18] r[19] r[20] r[21] r[22] r[23] r[24]
518.32/492.33	v       </list>
518.32/492.33	v       <values>
518.32/492.33	v         12 4 23 12 25 34 32 2 14 19 37 0 23 14 37 28 34 0 0 12 7 28 19 17 11 5 2 4 8 6 0 0 2 11 0 0 0 6 8 5 6 7 3 2 2 2 11 4 0 0 11 3 9 2 3 3 2 2 11 13 3 11 2 11 3 4 6 2 2 5 5 12 4 2 6 3 13 2 7 9 7 11 13 4 4 5 2 2 3 2 5 4 12 1 3 13 4 1 5 2 0 1 0 1 1 1 1 1 0 0 0 0 0 0 1 1 0 1 1 1 1 0 1 1 0
518.32/492.33	v       </values>
518.32/492.33	v     </instantiation>
518.32/492.33	s SATISFIABLE

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304863-1534049914/watcher-4304863-1534049914 -o /tmp/evaluation-result-4304863-1534049914/solver-4304863-1534049914 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=323005347 HOME/instance-4304863-1534049914.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=25183, runsolver pid=25180

[startup+0.100162 s]*
/proc/loadavg: 1.73 1.43 1.41 3/202 25236
/proc/meminfo: memFree=26814144/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 4292 13192 0 0 1 0 5 3 20 0 6 0 222554566 10245611520 4137 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2501370 4137 1932 1 0 2489808 0
[pid=25183/tid=25236] ppid=25180 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 2102 13192 0 0 0 0 5 3 20 0 6 0 222554575 10245611520 4137 33554432000 4194304 4196468 140735269984448 140392727954000 140392756139165 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 6 0 222554576 10245611520 4137 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=10005480 memory=139729447544448 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 6 0 222554576 10245611520 4137 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 222554576 10245611520 4137 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 222554576 10245611520 4137 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210387 s]*
/proc/loadavg: 1.73 1.43 1.41 3/215 25249
/proc/meminfo: memFree=26790048/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=10982744 memory=43832 CPUtime=0.26 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 7646 13192 0 0 16 2 5 3 20 0 15 0 222554566 11246329856 10958 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2745686 10958 2951 1 0 2708109 0
[pid=25183/tid=25236] ppid=25180 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 4227 13192 0 0 10 1 5 3 20 0 15 0 222554575 11246329856 10958 33554432000 4194304 4196468 140735269984448 140392727941656 140392748354366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246329856 10958 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=10982744 memory=139729447544448 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246329856 10958 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246329856 10958 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246329856 10958 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=10982744 memory=139729447544448 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554577 11246329856 10958 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 222554578 11246329856 10958 33554432000 4194304 4196468 140735269984448 140391475045792 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554578 11246329856 11024 33554432000 4194304 4196468 140735269984448 140391273719280 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11246329856 11024 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 377 13192 0 0 1 0 5 3 20 0 15 0 222554580 11246329856 11024 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 248 13192 0 0 0 0 5 3 20 0 15 0 222554580 11246329856 11024 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=10982744 memory=139729447544448 CPUtime=0.11 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 601 13192 0 0 3 0 5 3 20 0 15 0 222554580 11246329856 11024 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11246329856 11024 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=10982744 memory=139729447544448 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554581 11246329856 11024 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43832 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.73 1.43 1.41 3/215 25249
/proc/meminfo: memFree=26776776/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=10983192 memory=56116 CPUtime=0.39 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 10583 13192 0 0 28 3 5 3 20 0 15 0 222554566 11246788608 14029 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2745798 14029 3070 1 0 2708109 0
[pid=25183/tid=25236] ppid=25180 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 7126 13192 0 0 19 2 5 3 20 0 15 0 222554575 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392727932200 140392740197726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554577 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 222554578 11246788608 14029 33554432000 4194304 4196468 140735269984448 140391475045792 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554578 11246788608 14029 33554432000 4194304 4196468 140735269984448 140391273719280 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11246788608 14029 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 377 13192 0 0 1 0 5 3 20 0 15 0 222554580 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 251 13192 0 0 1 0 5 3 20 0 15 0 222554580 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 612 13192 0 0 5 0 5 3 20 0 15 0 222554580 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11246788608 14029 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554581 11246788608 14029 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56116 KiB

[startup+0.700772 s]
/proc/loadavg: 1.73 1.43 1.41 4/215 25249
/proc/meminfo: memFree=26765612/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=10983192 memory=88668 CPUtime=0.99 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 16757 13192 0 0 87 4 5 3 20 0 15 0 222554566 11246788608 22167 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2745798 22167 3238 1 0 2708109 0
[pid=25183/tid=25236] ppid=25180 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 12195 13192 0 0 55 3 5 3 20 0 15 0 222554575 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392727938064 140392756139165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554576 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 5 13192 0 0 0 0 5 3 20 0 15 0 222554577 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 222554578 11246788608 22167 33554432000 4194304 4196468 140735269984448 140391475045792 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554578 11246788608 22167 33554432000 4194304 4196468 140735269984448 140391273719280 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11246788608 22167 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 784 13192 0 0 7 0 5 3 20 0 15 0 222554580 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 878 13192 0 0 10 0 5 3 20 0 15 0 222554580 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) R 25180 25183 22159 0 -1 4202560 680 13192 0 0 13 0 5 3 20 0 15 0 222554580 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392178403568 140392756129174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11246788608 22167 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554581 11246788608 22167 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88668 KiB

[startup+1.50079 s]
/proc/loadavg: 1.73 1.43 1.41 3/215 25249
/proc/meminfo: memFree=26721608/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=10998092 memory=179220 CPUtime=2.49 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 25161 13192 0 0 231 10 5 3 20 0 15 0 222554566 11262046208 44805 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2749523 44805 3468 1 0 2711181 0
[pid=25183/tid=25236] ppid=25180 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 17717 13192 0 0 129 6 5 3 20 0 15 0 222554575 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392727948416 140392740197726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 25 13192 0 0 0 0 5 3 20 0 15 0 222554576 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 61 13192 0 0 1 0 5 3 20 0 15 0 222554576 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 239 13192 0 0 1 0 5 3 20 0 15 0 222554576 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 25 13192 0 0 0 0 5 3 20 0 15 0 222554576 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=10998092 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 52 13192 0 0 1 0 5 3 20 0 15 0 222554577 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=10998092 memory=279458623858944 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 14 13192 0 0 0 0 5 3 20 0 15 0 222554578 11262046208 44805 33554432000 4194304 4196468 140735269984448 140391475045856 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554578 11262046208 44805 33554432000 4194304 4196468 140735269984448 140391273719296 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=10998092 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11262046208 44805 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=10998092 memory=1600 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 2074 13192 0 0 31 0 5 3 20 0 15 0 222554580 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=10998092 memory=7952 CPUtime=0.35 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 1412 13192 0 0 27 0 5 3 20 0 15 0 222554580 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=10998092 memory=4088 CPUtime=0.43 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 1347 13192 0 0 35 0 5 3 20 0 15 0 222554580 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=10998092 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11262046208 44805 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=10998092 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 222554581 11262046208 44805 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10998092 KiB

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

[pid=25183/tid=25248] ppid=25180 vsize=11082080 memory=2176 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=11082080 memory=3984 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 555 13192 0 0 12 19 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 515.96 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1521008 KiB

[startup+491.601 s]
/proc/loadavg: 1.24 1.37 1.40 3/215 25288
/proc/meminfo: memFree=25318412/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=11082080 memory=1521008 CPUtime=517.58 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 179882 13192 0 0 51632 118 5 3 20 0 15 0 222554566 11348049920 380252 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2770520 380252 3533 1 0 2732173 0
[pid=25183/tid=25236] ppid=25180 vsize=11082080 memory=6791534058613427641 CPUtime=486.6 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 69282 13192 0 0 48617 35 5 3 20 0 15 0 222554575 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392727949488 140392300307891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=11082080 memory=1036 CPUtime=2.25 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 5297 13192 0 0 202 15 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=11082080 memory=1736 CPUtime=2.25 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 4538 13192 0 0 203 14 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=11082080 memory=6791534058613427641 CPUtime=2.27 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 6972 13192 0 0 207 12 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=11082080 memory=1600 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 4241 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=11082080 memory=7952 CPUtime=2.12 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 5280 13192 0 0 195 9 5 3 20 0 15 0 222554577 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=11082080 memory=4088 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 31 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380252 33554432000 4194304 4196468 140735269984448 140391475045856 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=11082080 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380252 33554432000 4194304 4196468 140735269984448 140391273719296 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=11082080 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=11082080 memory=1060 CPUtime=8.66 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 26787 13192 0 0 854 4 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=11082080 memory=5800 CPUtime=9.05 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 29858 13192 0 0 892 5 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=11082080 memory=1520984 CPUtime=2.35 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 24835 13192 0 0 222 5 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=11082080 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=11082080 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 555 13192 0 0 12 19 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 517.58 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1521008 KiB

[startup+492.001 s]
/proc/loadavg: 1.24 1.37 1.40 3/215 25288
/proc/meminfo: memFree=25318412/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=11082080 memory=1521008 CPUtime=517.99 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 179894 13192 0 0 51673 118 5 3 20 0 15 0 222554566 11348049920 380252 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2770520 380252 3533 1 0 2732173 0
[pid=25183/tid=25236] ppid=25180 vsize=11082080 memory=14872 CPUtime=487 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 69294 13192 0 0 48657 35 5 3 20 0 15 0 222554575 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392727949696 140392318376391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=11082080 memory=3296 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 5297 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=11082080 memory=15292 CPUtime=2.25 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 4538 13192 0 0 203 14 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=11082080 memory=33372 CPUtime=2.27 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 6972 13192 0 0 207 12 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=11082080 memory=1521008 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 4241 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=11082080 memory=4126316290023845779 CPUtime=2.12 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 5280 13192 0 0 195 9 5 3 20 0 15 0 222554577 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=11082080 memory=15292 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 31 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380252 33554432000 4194304 4196468 140735269984448 140391475045856 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=11082080 memory=33372 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380252 33554432000 4194304 4196468 140735269984448 140391273719296 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=11082080 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=11082080 memory=1616 CPUtime=8.66 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 26787 13192 0 0 854 4 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=11082080 memory=932 CPUtime=9.05 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 29858 13192 0 0 892 5 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=11082080 memory=1168 CPUtime=2.35 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 24835 13192 0 0 222 5 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=11082080 memory=1984 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=11082080 memory=920 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 555 13192 0 0 12 19 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 517.99 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1521008 KiB

[startup+492.201 s]
/proc/loadavg: 1.24 1.37 1.40 3/215 25288
/proc/meminfo: memFree=25318412/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=11082080 memory=1521008 CPUtime=518.19 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 179896 13192 0 0 51693 118 5 3 20 0 15 0 222554566 11348049920 380252 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2770520 380252 3533 1 0 2732173 0
[pid=25183/tid=25236] ppid=25180 vsize=11082080 memory=2176 CPUtime=487.19 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) R 25180 25183 22159 0 -1 4202560 69295 13192 0 0 48676 35 5 3 20 0 15 0 222554575 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392727949360 140392315040172 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=11082080 memory=6791534058613427641 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 5298 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=11082080 memory=1616 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 4538 13192 0 0 204 14 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=11082080 memory=932 CPUtime=2.27 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 6972 13192 0 0 207 12 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=11082080 memory=1168 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 4241 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=11082080 memory=1984 CPUtime=2.12 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) S 25180 25183 22159 0 -1 1077944384 5280 13192 0 0 195 9 5 3 20 0 15 0 222554577 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392181561840 140392756128386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=11082080 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 31 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380252 33554432000 4194304 4196468 140735269984448 140391475045856 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=11082080 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380252 33554432000 4194304 4196468 140735269984448 140391273719296 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=11082080 memory=2176 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=11082080 memory=3984 CPUtime=8.66 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 26787 13192 0 0 854 4 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=11082080 memory=1916 CPUtime=9.05 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 29858 13192 0 0 892 5 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=11082080 memory=7528 CPUtime=2.35 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 24835 13192 0 0 222 5 5 3 20 0 15 0 222554580 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=11082080 memory=808 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=11082080 memory=1692 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 555 13192 0 0 12 19 5 3 20 0 15 0 222554581 11348049920 380252 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 518.19 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1521008 KiB

[startup+492.301 s]
/proc/loadavg: 1.24 1.37 1.40 3/215 25288
/proc/meminfo: memFree=25318412/32770624 swapFree=67108804/67108860
[pid=25183] ppid=25180 vsize=11082080 memory=1521156 CPUtime=518.32 cores=0,2,4,6
/proc/25183/stat : 25183 (java) S 25180 25183 22159 0 -1 1077944320 186880 13192 0 0 51706 118 5 3 20 0 15 0 222554566 11348049920 380289 33554432000 4194304 4196468 140735269984448 140735269966992 140392756117239 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
/proc/25183/statm: 2770520 380289 3533 1 0 2732173 0
[pid=25183/tid=25236] ppid=25180 vsize=11082080 memory=1521008 CPUtime=487.29 cores=0,2,4,6
/proc/25183/task/25236/stat : 25236 (java) S 25180 25183 22159 0 -1 1077944384 72405 13192 0 0 48686 35 5 3 20 0 15 0 222554575 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392727945472 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25237] ppid=25180 vsize=11082080 memory=1520880 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25237/stat : 25237 (java) S 25180 25183 22159 0 -1 1077944384 5298 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392760359184 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25238] ppid=25180 vsize=11082080 memory=1736 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25238/stat : 25238 (java) S 25180 25183 22159 0 -1 1077944384 4538 13192 0 0 204 14 5 3 20 0 15 0 222554576 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392625695120 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25239] ppid=25180 vsize=11082080 memory=1520984 CPUtime=2.27 cores=0,2,4,6
/proc/25183/task/25239/stat : 25239 (java) S 25180 25183 22159 0 -1 1077944384 6972 13192 0 0 207 12 5 3 20 0 15 0 222554576 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392624642576 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25240] ppid=25180 vsize=11082080 memory=1520984 CPUtime=2.26 cores=0,2,4,6
/proc/25183/task/25240/stat : 25240 (java) S 25180 25183 22159 0 -1 1077944384 4241 13192 0 0 203 15 5 3 20 0 15 0 222554576 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392623590032 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25241] ppid=25180 vsize=11082080 memory=0 CPUtime=2.12 cores=0,2,4,6
/proc/25183/task/25241/stat : 25241 (java) R 25180 25183 22159 0 -1 4202560 5627 13192 0 0 195 9 5 3 20 0 15 0 222554577 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392181561840 140392735846104 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25242] ppid=25180 vsize=11082080 memory=1520984 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25242/stat : 25242 (java) S 25180 25183 22159 0 -1 1077944384 31 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380289 33554432000 4194304 4196468 140735269984448 140391475045856 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25243] ppid=25180 vsize=11082080 memory=1520984 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25243/stat : 25243 (java) S 25180 25183 22159 0 -1 1077944384 12 13192 0 0 0 0 5 3 20 0 15 0 222554578 11348049920 380289 33554432000 4194304 4196468 140735269984448 140391273719296 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25244] ppid=25180 vsize=11082080 memory=1521008 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25244/stat : 25244 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554580 11348049920 380289 33554432000 4194304 4196468 140735269984448 140390966319824 140392756135835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25245] ppid=25180 vsize=11082080 memory=1521008 CPUtime=8.67 cores=0,2,4,6
/proc/25183/task/25245/stat : 25245 (java) S 25180 25183 22159 0 -1 1077944384 29388 13192 0 0 855 4 5 3 20 0 15 0 222554580 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392180508656 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25246] ppid=25180 vsize=11082080 memory=1521008 CPUtime=9.07 cores=0,2,4,6
/proc/25183/task/25246/stat : 25246 (java) S 25180 25183 22159 0 -1 1077944384 31055 13192 0 0 894 5 5 3 20 0 15 0 222554580 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392179456112 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25247] ppid=25180 vsize=11082080 memory=1521008 CPUtime=2.35 cores=0,2,4,6
/proc/25183/task/25247/stat : 25247 (java) S 25180 25183 22159 0 -1 1077944384 24835 13192 0 0 222 5 5 3 20 0 15 0 222554580 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392178403568 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25248] ppid=25180 vsize=11082080 memory=5800 CPUtime=0.08 cores=0,2,4,6
/proc/25183/task/25248/stat : 25248 (java) S 25180 25183 22159 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 222554581 11348049920 380289 33554432000 4194304 4196468 140735269984448 140390535522912 140392756127445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
[pid=25183/tid=25249] ppid=25180 vsize=11082080 memory=3304 CPUtime=0.39 cores=0,2,4,6
/proc/25183/task/25249/stat : 25249 (java) S 25180 25183 22159 0 -1 1077944384 555 13192 0 0 12 19 5 3 20 0 15 0 222554581 11348049920 380289 33554432000 4194304 4196468 140735269984448 140392177351472 140392756128386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140735269988973 140735269991772 140735269991772 140735269994447 0
Current children cumulated CPU time: 518.32 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 1521156 KiB

Child status: 0
Real time (s): 492.352
CPU time (s): 518.439
CPU user time (s): 517.191
CPU system time (s): 1.24786
CPU usage (%): 105.298
Max. virtual memory (cumulated for all children) (KiB): 11082848
Max. memory (cumulated for all children) (KiB): 1528904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 517.191
system time used= 1.24786
maximum resident set size= 1528904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202122
page faults= 0
swaps= 0
block input operations= 48
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60055
involuntary context switches= 1941


# summary of solver processes directly reported to runsolver:
#   pid: 25183
#   total CPU time (s): 518.439
#   total CPU user time (s): 517.191
#   total CPU system time (s): 1.24786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.56964 second user time and 4.28215 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 06:58:34
IDJOB=4304863
IDBENCH=141127
IDSOLVER=2780
FILE ID=node105/4304863-1534049914
RUNJOBID= node105-1534040018-23574
PBS_JOBID= 21036966
Free space on /tmp= 40704 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/StripPacking/StripPacking-C2P1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304863-1534049914/watcher-4304863-1534049914 -o /tmp/evaluation-result-4304863-1534049914/solver-4304863-1534049914 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=323005347 HOME/instance-4304863-1534049914.xml

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

MD5SUM BENCH= bb34988e6b0e49ae8f3222e70708ff44
RANDOM SEED=323005347

node105.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.32
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.32
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.32
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.32
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:        26817792 kB
MemAvailable:   30112200 kB
Buffers:          108180 kB
Cached:          3442988 kB
SwapCached:           16 kB
Active:          3575832 kB
Inactive:        1820388 kB
Active(anon):    1797000 kB
Inactive(anon):   100532 kB
Active(file):    1778832 kB
Inactive(file):  1719856 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26340 kB
Writeback:             0 kB
AnonPages:       1866396 kB
Mapped:            63340 kB
Shmem:             49748 kB
Slab:             251344 kB
SReclaimable:     223112 kB
SUnreclaim:        28232 kB
KernelStack:        3792 kB
PageTables:         9384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2979856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1626112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40680 MiB
End job on node105 at 2018-08-12 07:06:46