Trace number 4396535

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.2OPT35 1769.94 1751.29

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark38.3375
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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.77/0.56	c Concrete v3.12.2.1568380929293 running
36.03/25.79	o -3964
36.40/25.91	o -1966
38.38/27.25	o -1963
38.53/27.30	o -1954
38.77/27.49	o -1953
41.35/29.82	o -1952
43.40/31.79	o -973
57.01/44.94	o -969
60.34/48.22	o -968
61.27/49.13	o -967
149.04/136.27	o -966
149.97/137.20	o -964
151.46/138.64	o -955
873.15/858.84	o 27
874.98/860.60	o 35
1769.83/1751.27	v <instantiation
1769.83/1751.27	v         cost = '35'>
1769.83/1751.27	v       <list>
1769.83/1751.27	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] s[18] s[19] s[20] s[21] s[22] s[23] 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] p[18] p[19] p[20] p[21] p[22] p[23] 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] g[18] g[19] g[20] g[21] g[22] g[23]
1769.83/1751.27	v       </list>
1769.83/1751.27	v       <values>
1769.83/1751.27	v         6 0 1 9 3 4 7 13 2 8 -1 5 18 12 -1 -1 -1 11 19 20 21 22 23 17 0 19 18 15 14 13 1 2 17 16 -1 12 4 3 -1 -1 -1 11 5 6 7 8 9 10 3 -5 7 -3 2 -1 -3 2 6 8 0 3 4 2 0 0 0 0 -3 9 -3 0 5 2
1769.83/1751.27	v       </values>
1769.83/1751.27	v     </instantiation>
1769.83/1751.27	s OPTIMUM FOUND

Verifier Data

OK	35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396535-1568401411/watcher-4396535-1568401411 -o /tmp/evaluation-result-4396535-1568401411/solver-4396535-1568401411 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2104004136 HOME/instance-4396535-1568401411.xml 

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

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

solver pid=15433, runsolver pid=15430

[startup+0.100121 s]*
/proc/loadavg: 1.25 1.26 1.29 3/223 15490
/proc/meminfo: memFree=30238304/32770624 swapFree=66967428/67108860
[pid=15433] ppid=15430 vsize=9972712 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 4548 12946 0 0 1 0 5 2 20 0 6 0 416390693 10212057088 3794 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2493178 3794 1935 1 0 2481616 0
[pid=15433/tid=15486] ppid=15430 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 2365 12946 0 0 1 0 5 2 20 0 6 0 416390702 10212057088 3794 33554432000 4194304 4196468 140729591046400 140291720229456 140291733515632 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=9972712 memory=5793855871150299577 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 6 0 416390702 10212057088 3794 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=9972712 memory=140620140406400 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 6 0 416390702 10212057088 3794 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 6 0 416390702 10212057088 3794 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 6 0 416390702 10212057088 3794 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.2134 s]*
/proc/loadavg: 1.25 1.26 1.29 3/232 15499
/proc/meminfo: memFree=30216512/32770624 swapFree=66967428/67108860
[pid=15433] ppid=15430 vsize=10819664 memory=38552 CPUtime=0.26 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 7501 12946 0 0 18 1 5 2 20 0 15 0 416390693 11079335936 9638 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2704916 9638 3164 1 0 2667149 0
[pid=15433/tid=15486] ppid=15430 vsize=10819664 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 3918 12946 0 0 11 0 5 2 20 0 15 0 416390702 11079335936 10150 33554432000 4194304 4196468 140729591046400 140291720228576 140291748414621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10819664 memory=4211974346345196938 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079335936 10150 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10819664 memory=140620140406400 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079335936 10150 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079335936 10150 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079335936 10150 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10819664 memory=140620140406400 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390704 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 13 12946 0 0 0 0 5 2 20 0 15 0 416390704 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290677531808 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390705 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290543313648 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 89 12946 0 0 0 0 5 2 20 0 15 0 416390707 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 578 12946 0 0 1 0 5 2 20 0 15 0 416390707 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10819664 memory=140620140406400 CPUtime=0.1 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) R 15430 15433 14797 0 -1 4202560 683 12946 0 0 3 0 5 2 20 0 15 0 416390707 11079335936 10150 33554432000 4194304 4196468 140729591046400 140290748664304 140291727097552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11079335936 10214 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10819664 memory=140620140406400 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390708 11079335936 10214 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38552 KiB

[startup+0.310711 s]*
/proc/loadavg: 1.25 1.26 1.29 3/232 15499
/proc/meminfo: memFree=30203468/32770624 swapFree=66967428/67108860
[pid=15433] ppid=15430 vsize=10820148 memory=49932 CPUtime=0.4 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 11230 12946 0 0 30 3 5 2 20 0 15 0 416390693 11079831552 12483 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2705037 12483 3325 1 0 2667149 0
[pid=15433/tid=15486] ppid=15430 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 7584 12946 0 0 19 2 5 2 20 0 15 0 416390702 11079831552 12483 33554432000 4194304 4196468 140729591046400 140291720192608 140291734581285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079831552 12483 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079831552 12483 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079831552 12483 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390702 11079831552 12483 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10820148 memory=140620140406399 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390704 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 13 12946 0 0 0 0 5 2 20 0 15 0 416390704 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290677531808 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10820148 memory=140620140406400 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390705 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290543313648 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 95 12946 0 0 1 0 5 2 20 0 15 0 416390707 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 594 12946 0 0 2 0 5 2 20 0 15 0 416390707 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) S 15430 15433 14797 0 -1 1077944384 722 12946 0 0 5 0 5 2 20 0 15 0 416390707 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290748664304 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390708 11079831552 12483 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49932 KiB

[startup+0.700774 s]
/proc/loadavg: 1.25 1.26 1.29 3/232 15499
/proc/meminfo: memFree=30189428/32770624 swapFree=66967428/67108860
[pid=15433] ppid=15430 vsize=10824360 memory=84640 CPUtime=1.13 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 15337 12946 0 0 102 4 5 2 20 0 15 0 416390693 11084144640 21160 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2706090 21160 3507 1 0 2668173 0
[pid=15433/tid=15486] ppid=15430 vsize=10824360 memory=22844 CPUtime=0.66 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 10398 12946 0 0 56 3 5 2 20 0 15 0 416390702 11084144640 21160 33554432000 4194304 4196468 140729591046400 140291720207200 140291748414621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10824360 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390702 11084144640 21160 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10824360 memory=140619981038083 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390702 11084144640 21160 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10824360 memory=140621524239237 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390702 11084144640 21160 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10824360 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390702 11084144640 21160 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10824360 memory=5794564071169546345 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 5 12946 0 0 0 0 5 2 20 0 15 0 416390704 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10824360 memory=7380106142448641899 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 13 12946 0 0 0 0 5 2 20 0 15 0 416390704 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290677531808 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10824360 memory=7301858164987948385 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390705 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290543313648 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10824360 memory=-5874771483550389462 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10824360 memory=-7533522213388100735 CPUtime=0.18 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 542 12946 0 0 11 0 5 2 20 0 15 0 416390707 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10824360 memory=7679937539659563834 CPUtime=0.22 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 1100 12946 0 0 15 0 5 2 20 0 15 0 416390707 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10824360 memory=7682744562830902035 CPUtime=0.24 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) S 15430 15433 14797 0 -1 1077944384 1056 12946 0 0 17 0 5 2 20 0 15 0 416390707 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290748664304 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10824360 memory=4137287014106042739 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390708 11084144640 21160 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 84640 KiB

[startup+1.50073 s]
/proc/loadavg: 1.39 1.29 1.30 5/232 15499
/proc/meminfo: memFree=30122204/32770624 swapFree=66967428/67108860
[pid=15433] ppid=15430 vsize=10834676 memory=217856 CPUtime=2.8 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 23814 12946 0 0 263 10 5 2 20 0 15 0 416390693 11094708224 54464 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2708669 54464 3590 1 0 2670733 0
[pid=15433/tid=15486] ppid=15430 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 15526 12946 0 0 130 5 5 2 20 0 15 0 416390702 11094708224 54464 33554432000 4194304 4196468 140729591046400 140291720222560 140291732436325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10834676 memory=104460 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 94 12946 0 0 1 0 5 2 20 0 15 0 416390702 11094708224 54464 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10834676 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 31 12946 0 0 1 0 5 2 20 0 15 0 416390702 11094708224 54464 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 308 12946 0 0 1 0 5 2 20 0 15 0 416390702 11094708224 54464 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 76 12946 0 0 1 0 5 2 20 0 15 0 416390702 11094708224 54464 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 1305 12946 0 0 1 0 5 2 20 0 15 0 416390704 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10834676 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 14 12946 0 0 0 0 5 2 20 0 15 0 416390704 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290677531872 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10834676 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 2 12946 0 0 0 0 5 2 20 0 15 0 416390705 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290543313664 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10834676 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10834676 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) R 15430 15433 14797 0 -1 4202560 976 12946 0 0 41 0 5 2 20 0 15 0 416390707 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290750769904 140291741377737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10834676 memory=207153319178914 CPUtime=0.51 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) R 15430 15433 14797 0 -1 1077944384 1592 12946 0 0 44 0 5 2 20 0 15 0 416390707 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10834676 memory=1226649 CPUtime=0.46 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) R 15430 15433 14797 0 -1 4202560 1677 12946 0 0 39 0 5 2 20 0 15 0 416390707 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290748664304 140291732473182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10834676 memory=6935649255759569234 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10834676 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1 12946 0 0 0 0 5 2 20 0 15 0 416390708 11094708224 54464 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10834676 KiB

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

[pid=15433/tid=15498] ppid=15430 vsize=10849032 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10849032 memory=1216 CPUtime=0.88 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1633 12946 0 0 41 40 5 2 20 0 15 0 416390708 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 1765.81 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1660972 KiB

[startup+1748.8 s]
/proc/loadavg: 1.51 1.59 1.54 3/233 15794
/proc/meminfo: memFree=28344068/32770624 swapFree=66967440/67108860
[pid=15433] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1767.42 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 306644 12946 0 0 176594 141 5 2 20 0 15 0 416390693 11109408768 415243 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2712258 415243 3632 1 0 2674317 0
[pid=15433/tid=15486] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1745.59 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 92090 12946 0 0 174512 40 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291720228864 140291365571463 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10849032 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 21913 12946 0 0 152 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1.7 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 25561 12946 0 0 150 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1.73 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 21647 12946 0 0 153 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10849032 memory=6791534058613427641 CPUtime=1.71 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 19660 12946 0 0 151 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10849032 memory=924 CPUtime=1.26 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 18533 12946 0 0 111 8 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10849032 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290677531936 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10849032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390705 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290543313664 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10849032 memory=-3040564339240289162 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10849032 memory=4642197910265684584 CPUtime=6.23 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 44117 12946 0 0 610 6 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10849032 memory=8242264893812663142 CPUtime=4.99 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 31492 12946 0 0 488 4 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10849032 memory=7512114543601282149 CPUtime=2.13 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) S 15430 15433 14797 0 -1 1077944384 27742 12946 0 0 201 5 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290748664304 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10849032 memory=1660972 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10849032 memory=6791534058613427641 CPUtime=0.88 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1633 12946 0 0 41 40 5 2 20 0 15 0 416390708 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 1767.42 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1660972 KiB

[startup+1750.4 s]
/proc/loadavg: 1.51 1.59 1.54 3/233 15794
/proc/meminfo: memFree=28344076/32770624 swapFree=66967440/67108860
[pid=15433] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1769.02 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 306653 12946 0 0 176754 141 5 2 20 0 15 0 416390693 11109408768 415243 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2712258 415243 3632 1 0 2674317 0
[pid=15433/tid=15486] ppid=15430 vsize=10849032 memory=1216 CPUtime=1747.19 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 92091 12946 0 0 174672 40 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291720227984 140291367691008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1.72 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 21914 12946 0 0 152 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10849032 memory=6791534058613427641 CPUtime=1.7 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 25561 12946 0 0 150 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10849032 memory=22892 CPUtime=1.73 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 21647 12946 0 0 153 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10849032 memory=984 CPUtime=1.71 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 19660 12946 0 0 151 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10849032 memory=2048 CPUtime=1.26 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 18538 12946 0 0 111 8 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10849032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290677531936 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10849032 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390705 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290543313664 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10849032 memory=22892 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10849032 memory=984 CPUtime=6.23 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 44117 12946 0 0 610 6 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10849032 memory=1240 CPUtime=4.99 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 31492 12946 0 0 488 4 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10849032 memory=3428 CPUtime=2.13 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) S 15430 15433 14797 0 -1 1077944384 27742 12946 0 0 201 5 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290748664304 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10849032 memory=716 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10849032 memory=776 CPUtime=0.88 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1635 12946 0 0 41 40 5 2 20 0 15 0 416390708 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 1769.02 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1660972 KiB

[startup+1750.8 s]
/proc/loadavg: 1.51 1.59 1.54 3/233 15794
/proc/meminfo: memFree=28344076/32770624 swapFree=66967440/67108860
[pid=15433] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1769.43 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 306658 12946 0 0 176794 142 5 2 20 0 15 0 416390693 11109408768 415243 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2712258 415243 3632 1 0 2674317 0
[pid=15433/tid=15486] ppid=15430 vsize=10849032 memory=2048 CPUtime=1747.59 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 92092 12946 0 0 174712 40 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291720228800 140291367843450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10849032 memory=6791534058613427641 CPUtime=1.73 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 21914 12946 0 0 153 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10849032 memory=1980 CPUtime=1.71 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 25561 12946 0 0 151 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10849032 memory=2404 CPUtime=1.73 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 21648 12946 0 0 153 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10849032 memory=1764 CPUtime=1.71 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 19661 12946 0 0 151 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10849032 memory=111632 CPUtime=1.26 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 18540 12946 0 0 111 8 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10849032 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290677531936 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10849032 memory=1632 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390705 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290543313664 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10849032 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10849032 memory=7616 CPUtime=6.23 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 44117 12946 0 0 610 6 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10849032 memory=2120 CPUtime=4.99 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 31492 12946 0 0 488 4 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10849032 memory=13948 CPUtime=2.13 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) S 15430 15433 14797 0 -1 1077944384 27742 12946 0 0 201 5 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290748664304 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10849032 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10849032 memory=500 CPUtime=0.88 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1635 12946 0 0 41 40 5 2 20 0 15 0 416390708 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 1769.43 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1660972 KiB

[startup+1751.2 s]
/proc/loadavg: 1.51 1.59 1.54 3/233 15794
/proc/meminfo: memFree=28344076/32770624 swapFree=66967440/67108860
[pid=15433] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1769.83 cores=1,3,5,7
/proc/15433/stat : 15433 (java) S 15430 15433 14797 0 -1 1077944320 306658 12946 0 0 176834 142 5 2 20 0 15 0 416390693 11109408768 415243 33554432000 4194304 4196468 140729591046400 140729591028944 140291748392695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
/proc/15433/statm: 2712258 415243 3632 1 0 2674317 0
[pid=15433/tid=15486] ppid=15430 vsize=10849032 memory=1560 CPUtime=1747.99 cores=1,3,5,7
/proc/15433/task/15486/stat : 15486 (java) R 15430 15433 14797 0 -1 4202560 92092 12946 0 0 174752 40 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291720228800 140291365571464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15487] ppid=15430 vsize=10849032 memory=14008 CPUtime=1.73 cores=1,3,5,7
/proc/15433/task/15487/stat : 15487 (java) S 15430 15433 14797 0 -1 1077944384 21914 12946 0 0 153 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291752635408 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15488] ppid=15430 vsize=10849032 memory=7616 CPUtime=1.71 cores=1,3,5,7
/proc/15433/task/15488/stat : 15488 (java) S 15430 15433 14797 0 -1 1077944384 25561 12946 0 0 151 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291321760912 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15489] ppid=15430 vsize=10849032 memory=1660972 CPUtime=1.73 cores=1,3,5,7
/proc/15433/task/15489/stat : 15489 (java) S 15430 15433 14797 0 -1 1077944384 21648 12946 0 0 153 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291320707856 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15490] ppid=15430 vsize=10849032 memory=776 CPUtime=1.71 cores=1,3,5,7
/proc/15433/task/15490/stat : 15490 (java) S 15430 15433 14797 0 -1 1077944384 19661 12946 0 0 151 13 5 2 20 0 15 0 416390702 11109408768 415243 33554432000 4194304 4196468 140729591046400 140291319655312 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15491] ppid=15430 vsize=10849032 memory=1052 CPUtime=1.26 cores=1,3,5,7
/proc/15433/task/15491/stat : 15491 (java) S 15430 15433 14797 0 -1 1077944384 18540 12946 0 0 111 8 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290751822064 140291748403842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15492] ppid=15430 vsize=10849032 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15492/stat : 15492 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390704 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290677531936 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15493] ppid=15430 vsize=10849032 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15493/stat : 15493 (java) S 15430 15433 14797 0 -1 1077944384 20 12946 0 0 0 0 5 2 20 0 15 0 416390705 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290543313664 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15494] ppid=15430 vsize=10849032 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15494/stat : 15494 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290303023056 140291748411291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15495] ppid=15430 vsize=10849032 memory=9328 CPUtime=6.23 cores=1,3,5,7
/proc/15433/task/15495/stat : 15495 (java) S 15430 15433 14797 0 -1 1077944384 44117 12946 0 0 610 6 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290750769904 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15496] ppid=15430 vsize=10849032 memory=1716 CPUtime=4.99 cores=1,3,5,7
/proc/15433/task/15496/stat : 15496 (java) S 15430 15433 14797 0 -1 1077944384 31492 12946 0 0 488 4 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290749717360 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15497] ppid=15430 vsize=10849032 memory=1216 CPUtime=2.13 cores=1,3,5,7
/proc/15433/task/15497/stat : 15497 (java) S 15430 15433 14797 0 -1 1077944384 27742 12946 0 0 201 5 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290748664304 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15498] ppid=15430 vsize=10849032 memory=1000 CPUtime=0.07 cores=1,3,5,7
/proc/15433/task/15498/stat : 15498 (java) S 15430 15433 14797 0 -1 1077944384 3 12946 0 0 0 0 5 2 20 0 15 0 416390707 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290269465440 140291748402901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
[pid=15433/tid=15499] ppid=15430 vsize=10849032 memory=7988 CPUtime=0.88 cores=1,3,5,7
/proc/15433/task/15499/stat : 15499 (java) S 15430 15433 14797 0 -1 1077944384 1635 12946 0 0 41 40 5 2 20 0 15 0 416390708 11109408768 415243 33554432000 4194304 4196468 140729591046400 140290747611696 140291748403842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35532800 140729591048943 140729591051461 140729591051461 140729591054287 0
Current children cumulated CPU time: 1769.83 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1660972 KiB

Child status: 0
Real time (s): 1751.29
CPU time (s): 1769.94
CPU user time (s): 1768.48
CPU system time (s): 1.46198
CPU usage (%): 101.065
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1760944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.48
system time used= 1.46198
maximum resident set size= 1762992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68565
involuntary context switches= 3130


# summary of solver processes directly reported to runsolver:
#   pid: 15433
#   total CPU time (s): 1769.94
#   total CPU user time (s): 1768.48
#   total CPU system time (s): 1.46198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97706 second user time and 17.1033 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 21:02:51
IDJOB=4396535
IDBENCH=128028
IDSOLVER=2847
FILE ID=node135/4396535-1568401411
RUNJOBID= node135-1568399014-14829
PBS_JOBID= 21701873
Free space on /tmp= 61340 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396535-1568401411/watcher-4396535-1568401411 -o /tmp/evaluation-result-4396535-1568401411/solver-4396535-1568401411 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2104004136 HOME/instance-4396535-1568401411.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=2104004136

node135.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.76
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.76
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.76
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.76
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:        30242692 kB
MemAvailable:   31241872 kB
Buffers:          152344 kB
Cached:          1115652 kB
SwapCached:        34928 kB
Active:          1174220 kB
Inactive:         752628 kB
Active(anon):     631768 kB
Inactive(anon):    59764 kB
Active(file):     542452 kB
Inactive(file):   692864 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66967428 kB
Dirty:             36112 kB
Writeback:             0 kB
AnonPages:        734984 kB
Mapped:            49564 kB
Shmem:             23848 kB
Slab:             190672 kB
SReclaimable:     159396 kB
SUnreclaim:        31276 kB
KernelStack:        3776 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1883748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-13 21:32:03