Trace number 4392151

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.10SAT (TO)-924 2400.09 2377.54

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-6.xml
MD5SUM0bc86e74ae8fed70a43ec92abb2586e2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark79
Best CPU time to get the best result obtained on this benchmark47.7083
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":13},{"size":6,"count":2},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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.70/0.56	c Concrete v3.10.1560635388952 running
222.25/211.35	o -12994
222.25/211.38	o -11994
222.40/211.40	o -11992
222.40/211.46	o -11987
222.52/211.53	o -10991
223.18/212.14	o -10984
223.28/212.23	o -10982
223.39/212.34	o -9983
223.90/212.83	o -9978
227.45/216.14	o -8981
233.94/222.42	o -7981
233.94/222.48	o -6982
234.42/222.84	o -6981
335.41/320.72	o -6975
351.48/336.53	o -5985
578.26/562.24	o -5979
578.46/562.46	o -4986
584.34/568.20	o -3979
778.20/760.91	o -3978
918.87/900.71	o -2975
932.62/914.45	o -2967
937.43/919.20	o -2962
1251.94/1232.99	o -2960
1251.94/1233.00	o -1963
1252.15/1233.16	o -1958
1253.94/1234.91	o -1952
1915.77/1894.61	o -1948
1915.77/1894.62	o -1943
1915.88/1894.73	o -1941
1916.98/1895.85	o -1940
1918.29/1897.11	o -1937
1934.62/1913.49	o -1935
1939.83/1918.66	o -1932
1945.75/1924.50	o -1931
1958.19/1937.00	o -1927
1962.81/1941.58	o -1926
1963.03/1941.74	o -1925
1986.10/1964.76	o -1923
2007.95/1986.59	o -934
2018.49/1997.08	o -931
2019.19/1997.78	o -929
2083.98/2062.36	o -925
2172.73/2150.82	o -924
2400.02/2377.51	Exception in thread "main" java.util.concurrent.TimeoutException
2400.02/2377.51		at concrete.MAC.mac(MAC.scala:189)
2400.02/2377.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.02/2377.51		at scala.util.Try$.apply(Try.scala:212)
2400.02/2377.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.02/2377.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.02/2377.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.02/2377.51		at concrete.MAC.oneRun(MAC.scala:253)
2400.02/2377.51		at concrete.MAC.nextSolution(MAC.scala:272)
2400.02/2377.51		at concrete.MAC.nextSolution(MAC.scala:355)
2400.02/2377.51		at concrete.Solver.hasNext(Solver.scala:160)
2400.02/2377.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2377.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2377.51		at concrete.Solver.foreach(Solver.scala:67)
2400.02/2377.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.02/2377.51		at scala.util.Success.map(Try.scala:264)
2400.02/2377.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.02/2377.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.02/2377.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2377.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.02/2377.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2377.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.02/2377.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.02/2377.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.02/2377.51		at scala.App.$anonfun$main$1(App.scala:75)
2400.02/2377.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.02/2377.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.02/2377.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.02/2377.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.02/2377.51		at scala.App.main(App.scala:75)
2400.02/2377.51		at scala.App.main$(App.scala:73)
2400.02/2377.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2377.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2377.51	v <instantiation
2400.02/2377.51	v         cost = '-924'>
2400.02/2377.51	v       <list>
2400.02/2377.51	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] s[24] 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] p[24] 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] g[24]
2400.02/2377.51	v       </list>
2400.02/2377.51	v       <values>
2400.02/2377.51	v         1 6 -1 4 24 0 7 12 3 8 5 10 17 -1 9 16 11 18 19 14 15 20 21 22 23 0 1 -1 11 12 22 2 3 10 9 21 20 4 -1 8 18 19 5 6 7 17 16 15 14 13 -3 4 0 5 -1000 0 5 5 -1 9 7 7 5 0 2 2 2 5 1 6 7 3 -3 5 3
2400.02/2377.51	v       </values>
2400.02/2377.51	v     </instantiation>
2400.02/2377.52	s SATISFIABLE

Verifier Data

OK	-924

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392151-1568316007/watcher-4392151-1568316007 -o /tmp/evaluation-result-4392151-1568316007/solver-4392151-1568316007 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30576 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=21018829 HOME/instance-4392151-1568316007.xml 

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

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

solver pid=647, runsolver pid=644

[startup+0.100091 s]*
/proc/loadavg: 1.51 1.47 1.50 3/218 705
/proc/meminfo: memFree=26518708/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=9972712 memory=14388 CPUtime=0.09 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 4350 13106 0 0 1 0 5 3 20 0 6 0 407869607 10212057088 3597 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2493178 3597 1920 1 0 2481616 0
[pid=647/tid=701] ppid=644 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 2293 13106 0 0 0 0 5 3 20 0 6 0 407869616 10212057088 3729 33554432000 4194304 4196468 140721110693808 140574854079056 140574882264221 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=9972712 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 407869617 10212057088 3729 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=9972712 memory=139751143144470 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 407869617 10212057088 3729 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 407869617 10212057088 3729 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 6 0 407869617 10212057088 3729 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14388 KiB

[startup+0.210114 s]*
/proc/loadavg: 1.51 1.47 1.50 4/227 714
/proc/meminfo: memFree=26500316/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10818900 memory=34448 CPUtime=0.26 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 6998 13106 0 0 16 2 5 3 20 0 15 0 407869607 11078553600 8612 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2704725 8612 2960 1 0 2667149 0
[pid=647/tid=701] ppid=644 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 3495 13106 0 0 10 1 5 3 20 0 15 0 407869616 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574854070688 140574866322782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10818940 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10818940 memory=139751143144470 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 407869617 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10818940 memory=139751141197440 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 407869618 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 407869619 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574340384160 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869619 11078594560 8678 33554432000 4194304 4196468 140721110693808 140573742720496 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11078594560 8678 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 571 13106 0 0 1 0 5 3 20 0 15 0 407869622 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 64 13106 0 0 0 0 5 3 20 0 15 0 407869622 11078594560 8678 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10818940 memory=139751141197440 CPUtime=0.11 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 678 13106 0 0 3 0 5 3 20 0 15 0 407869622 11078594560 8691 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11078594560 8691 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10818940 memory=139751141197440 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869622 11078594560 8691 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 34448 KiB

[startup+0.310496 s]*
/proc/loadavg: 1.51 1.47 1.50 3/227 714
/proc/meminfo: memFree=26489676/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10819084 memory=43316 CPUtime=0.4 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 10644 13106 0 0 28 4 5 3 20 0 15 0 407869607 11078742016 10829 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2704771 10829 3036 1 0 2667149 0
[pid=647/tid=701] ppid=644 vsize=10819588 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 7148 13106 0 0 19 3 5 3 20 0 15 0 407869616 11079258112 10960 33554432000 4194304 4196468 140721110693808 140574854055440 140574882264221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11079258112 10960 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11079258112 10960 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10820096 memory=383 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11079778304 10960 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 407869617 11079778304 10960 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 407869618 11079778304 10960 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 407869619 11079778304 11026 33554432000 4194304 4196468 140721110693808 140574340384160 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869619 11079778304 11026 33554432000 4194304 4196468 140721110693808 140573742720496 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11079778304 11026 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 578 13106 0 0 2 0 5 3 20 0 15 0 407869622 11079778304 11026 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 69 13106 0 0 1 0 5 3 20 0 15 0 407869622 11079778304 11026 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10820096 memory=139751141197440 CPUtime=0.13 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 722 13106 0 0 5 0 5 3 20 0 15 0 407869622 11079778304 11026 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11079778304 11026 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10820096 memory=139751141197440 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869622 11079778304 11026 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 43316 KiB

[startup+0.700697 s]
/proc/loadavg: 1.51 1.47 1.50 3/227 714
/proc/meminfo: memFree=26459456/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10824340 memory=77520 CPUtime=1.15 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 15120 13106 0 0 101 6 5 3 20 0 15 0 407869607 11084124160 19380 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2706085 19380 3506 1 0 2668173 0
[pid=647/tid=701] ppid=644 vsize=10824340 memory=7809914021240465728 CPUtime=0.67 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 10564 13106 0 0 55 4 5 3 20 0 15 0 407869616 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574854069200 140574882264221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10824340 memory=3212 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10824340 memory=6009316314409559393 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10824340 memory=4724 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869617 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10824340 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 407869617 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10824340 memory=8865 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 5 13106 0 0 0 0 5 3 20 0 15 0 407869618 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10824340 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 407869619 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574340384160 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10824340 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869619 11084124160 19380 33554432000 4194304 4196468 140721110693808 140573742720496 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10824340 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11084124160 19380 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10824340 memory=8868 CPUtime=0.21 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 886 13106 0 0 13 0 5 3 20 0 15 0 407869622 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10824340 memory=3472328296227685905 CPUtime=0.23 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 400 13106 0 0 14 1 5 3 20 0 15 0 407869622 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10824340 memory=4420 CPUtime=0.25 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 1013 13106 0 0 17 0 5 3 20 0 15 0 407869622 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10824340 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11084124160 19380 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10824340 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 407869622 11084124160 19380 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 77520 KiB

[startup+1.50069 s]
/proc/loadavg: 1.51 1.47 1.50 5/227 714
/proc/meminfo: memFree=26407516/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10832608 memory=218568 CPUtime=2.93 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 24318 13106 0 0 272 13 5 3 20 0 15 0 407869607 11092590592 54642 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2708152 54642 3573 1 0 2670221 0
[pid=647/tid=701] ppid=644 vsize=10832608 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 15169 13106 0 0 128 8 5 3 20 0 15 0 407869616 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574854071968 140574867610447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10832608 memory=279501976556992 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 82 13106 0 0 1 0 5 3 20 0 15 0 407869617 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10832608 memory=3472328296227685905 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 245 13106 0 0 1 0 5 3 20 0 15 0 407869617 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10832608 memory=4420 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 21 13106 0 0 1 0 5 3 20 0 15 0 407869617 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10832608 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 42 13106 0 0 1 0 5 3 20 0 15 0 407869617 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10832608 memory=6788 CPUtime=0.09 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 1009 13106 0 0 1 0 5 3 20 0 15 0 407869618 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10832608 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 33 13106 0 0 0 0 5 3 20 0 15 0 407869619 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574340384224 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10832608 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869619 11092590592 54642 33554432000 4194304 4196468 140721110693808 140573742720512 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11092590592 54642 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10832608 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 1821 13106 0 0 49 0 5 3 20 0 15 0 407869622 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10832608 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 1975 13106 0 0 50 1 5 3 20 0 15 0 407869622 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10832608 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 1703 13106 0 0 37 0 5 3 20 0 15 0 407869622 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11092590592 54642 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10832608 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11092590592 54642 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10832608 KiB

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

/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 120207 13106 0 0 225839 52 5 3 20 0 15 0 407869616 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574854060272 140574487628789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10849012 memory=1861972 CPUtime=1.68 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 33757 13106 0 0 147 13 5 3 20 0 15 0 407869617 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10849012 memory=1861972 CPUtime=1.66 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 29074 13106 0 0 146 12 5 3 20 0 15 0 407869617 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10849012 memory=132 CPUtime=1.66 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 31972 13106 0 0 145 13 5 3 20 0 15 0 407869617 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10849012 memory=20800 CPUtime=1.68 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 33993 13106 0 0 148 12 5 3 20 0 15 0 407869617 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10849012 memory=1861972 CPUtime=1.16 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 29917 13106 0 0 98 10 5 3 20 0 15 0 407869618 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10849012 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 48 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574340384288 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10849012 memory=38104 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 10 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465493 33554432000 4194304 4196468 140721110693808 140573742720512 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10849012 memory=1861972 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465493 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10849012 memory=1861972 CPUtime=6.46 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 61730 13106 0 0 628 10 5 3 20 0 15 0 407869622 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10849012 memory=988 CPUtime=6.5 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 77010 13106 0 0 630 12 5 3 20 0 15 0 407869622 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10849012 memory=2024 CPUtime=4.04 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 58985 13106 0 0 387 9 5 3 20 0 15 0 407869622 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10849012 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465493 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10849012 memory=2024 CPUtime=1.33 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 2395 13106 0 0 64 61 5 3 20 0 15 0 407869622 11109388288 465493 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 2284.53 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1861972 KiB

[startup+2322.3 s]
/proc/loadavg: 1.27 1.39 1.46 3/228 1071
/proc/meminfo: memFree=25954328/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10849012 memory=1861992 CPUtime=2344.7 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 490872 13106 0 0 234278 184 5 3 20 0 15 0 407869607 11109388288 465498 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2712253 465498 3622 1 0 2674317 0
[pid=647/tid=701] ppid=644 vsize=10849012 memory=1861992 CPUtime=2318.88 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 121956 13106 0 0 231828 52 5 3 20 0 15 0 407869616 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574854069952 140574487626992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10849012 memory=1861992 CPUtime=1.73 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 33938 13106 0 0 152 13 5 3 20 0 15 0 407869617 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10849012 memory=1861992 CPUtime=1.7 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 30799 13106 0 0 150 12 5 3 20 0 15 0 407869617 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10849012 memory=1861992 CPUtime=1.71 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 33666 13106 0 0 150 13 5 3 20 0 15 0 407869617 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10849012 memory=1861992 CPUtime=1.72 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 34351 13106 0 0 152 12 5 3 20 0 15 0 407869617 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10849012 memory=1861992 CPUtime=1.19 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 30575 13106 0 0 101 10 5 3 20 0 15 0 407869618 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10849012 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 48 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574340384288 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10849012 memory=1861992 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 10 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465498 33554432000 4194304 4196468 140721110693808 140573742720512 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10849012 memory=1861992 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465498 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10849012 memory=1861992 CPUtime=6.46 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 61735 13106 0 0 628 10 5 3 20 0 15 0 407869622 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10849012 memory=1861992 CPUtime=6.51 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 78783 13106 0 0 631 12 5 3 20 0 15 0 407869622 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10849012 memory=6947385649911455296 CPUtime=4.04 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 60295 13106 0 0 387 9 5 3 20 0 15 0 407869622 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10849012 memory=1861992 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465498 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10849012 memory=1861992 CPUtime=1.37 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 2504 13106 0 0 66 63 5 3 20 0 15 0 407869622 11109388288 465498 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 2344.7 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1861992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.5 s]
/proc/loadavg: 1.52 1.43 1.47 3/227 1075
/proc/meminfo: memFree=25954984/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10849012 memory=1862004 CPUtime=2400.02 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 500242 13106 0 0 239808 186 5 3 20 0 15 0 407869607 11109388288 465501 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2712253 465501 3622 1 0 2674317 0
[pid=647/tid=701] ppid=644 vsize=10849012 memory=1862004 CPUtime=2374.03 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 123702 13106 0 0 237342 53 5 3 20 0 15 0 407869616 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574854078816 140574487627069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10849012 memory=164 CPUtime=1.76 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 34119 13106 0 0 155 13 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10849012 memory=1862004 CPUtime=1.73 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 31122 13106 0 0 153 12 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10849012 memory=1862004 CPUtime=1.73 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 37066 13106 0 0 152 13 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10849012 memory=3624 CPUtime=1.75 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 34385 13106 0 0 155 12 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10849012 memory=1862000 CPUtime=1.21 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 31197 13106 0 0 103 10 5 3 20 0 15 0 407869618 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10849012 memory=1862004 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 48 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574340384288 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10849012 memory=1862004 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 10 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465501 33554432000 4194304 4196468 140721110693808 140573742720512 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10849012 memory=38104 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10849012 memory=988 CPUtime=6.46 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 61740 13106 0 0 628 10 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10849012 memory=1862004 CPUtime=6.51 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 80425 13106 0 0 631 12 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10849012 memory=1862004 CPUtime=4.04 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 61599 13106 0 0 387 9 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10849012 memory=1862004 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10849012 memory=1862004 CPUtime=1.41 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 2617 13106 0 0 68 65 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1862004 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2377.54 s]
# the end of solver process 647 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.17 s, system=1.91922 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2377.5 s]
/proc/loadavg: 1.52 1.43 1.47 3/227 1075
/proc/meminfo: memFree=25954984/32770624 swapFree=66998520/67108860
[pid=647] ppid=644 vsize=10849012 memory=1862004 CPUtime=2400.02 cores=0,2,4,6
/proc/647/stat : 647 (java) S 644 647 10805 0 -1 1077944320 500242 13106 0 0 239808 186 5 3 20 0 15 0 407869607 11109388288 465501 33554432000 4194304 4196468 140721110693808 140721110676352 140574882242295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
/proc/647/statm: 2712253 465501 3622 1 0 2674317 0
[pid=647/tid=701] ppid=644 vsize=10849012 memory=1862004 CPUtime=2374.03 cores=0,2,4,6
/proc/647/task/701/stat : 701 (java) R 644 647 10805 0 -1 4202560 123702 13106 0 0 237342 53 5 3 20 0 15 0 407869616 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574854078816 140574487627069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=702] ppid=644 vsize=10849012 memory=164 CPUtime=1.76 cores=0,2,4,6
/proc/647/task/702/stat : 702 (java) S 644 647 10805 0 -1 1077944384 34119 13106 0 0 155 13 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574886484240 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=703] ppid=644 vsize=10849012 memory=1862004 CPUtime=1.73 cores=0,2,4,6
/proc/647/task/703/stat : 703 (java) S 644 647 10805 0 -1 1077944384 31122 13106 0 0 153 12 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574818396560 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=704] ppid=644 vsize=10849012 memory=1862004 CPUtime=1.73 cores=0,2,4,6
/proc/647/task/704/stat : 704 (java) S 644 647 10805 0 -1 1077944384 37066 13106 0 0 152 13 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574454057488 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=705] ppid=644 vsize=10849012 memory=3624 CPUtime=1.75 cores=0,2,4,6
/proc/647/task/705/stat : 705 (java) S 644 647 10805 0 -1 1077944384 34385 13106 0 0 155 12 5 3 20 0 15 0 407869617 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574453004944 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=706] ppid=644 vsize=10849012 memory=1862000 CPUtime=1.21 cores=0,2,4,6
/proc/647/task/706/stat : 706 (java) S 644 647 10805 0 -1 1077944384 31197 13106 0 0 103 10 5 3 20 0 15 0 407869618 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574341437936 140574882253442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=707] ppid=644 vsize=10849012 memory=1862004 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/707/stat : 707 (java) S 644 647 10805 0 -1 1077944384 48 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574340384288 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=708] ppid=644 vsize=10849012 memory=1862004 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/708/stat : 708 (java) S 644 647 10805 0 -1 1077944384 10 13106 0 0 0 0 5 3 20 0 15 0 407869619 11109388288 465501 33554432000 4194304 4196468 140721110693808 140573742720512 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=709] ppid=644 vsize=10849012 memory=38104 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/709/stat : 709 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140573435321040 140574882260891 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=710] ppid=644 vsize=10849012 memory=988 CPUtime=6.46 cores=0,2,4,6
/proc/647/task/710/stat : 710 (java) S 644 647 10805 0 -1 1077944384 61740 13106 0 0 628 10 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574306826224 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=711] ppid=644 vsize=10849012 memory=1862004 CPUtime=6.51 cores=0,2,4,6
/proc/647/task/711/stat : 711 (java) S 644 647 10805 0 -1 1077944384 80425 13106 0 0 631 12 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574305773680 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=712] ppid=644 vsize=10849012 memory=1862004 CPUtime=4.04 cores=0,2,4,6
/proc/647/task/712/stat : 712 (java) S 644 647 10805 0 -1 1077944384 61599 13106 0 0 387 9 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574304721136 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=713] ppid=644 vsize=10849012 memory=1862004 CPUtime=0.08 cores=0,2,4,6
/proc/647/task/713/stat : 713 (java) S 644 647 10805 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140573401762400 140574882252501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
[pid=647/tid=714] ppid=644 vsize=10849012 memory=1862004 CPUtime=1.41 cores=0,2,4,6
/proc/647/task/714/stat : 714 (java) S 644 647 10805 0 -1 1077944384 2617 13106 0 0 68 65 5 3 20 0 15 0 407869622 11109388288 465501 33554432000 4194304 4196468 140721110693808 140574303669040 140574882253442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9089024 140721110702839 140721110705349 140721110705349 140721110708175 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1862004 KiB

Child status: 143
Real time (s): 2377.54
CPU time (s): 2400.09
CPU user time (s): 2398.17
CPU system time (s): 1.91922
CPU usage (%): 100.948
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 2003416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.17
system time used= 1.91922
maximum resident set size= 2005464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89948
involuntary context switches= 3383


# summary of solver processes directly reported to runsolver:
#   pid: 647
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.17
#   total CPU system time (s): 1.91922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.164 second user time and 22.4634 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 21:19:27
IDJOB=4392151
IDBENCH=128027
IDSOLVER=2837
FILE ID=node127/4392151-1568316007
RUNJOBID= node127-1568305960-30576
PBS_JOBID= 21701110
Free space on /tmp= 58788 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392151-1568316007/watcher-4392151-1568316007 -o /tmp/evaluation-result-4392151-1568316007/solver-4392151-1568316007 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30576 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=21018829 HOME/instance-4392151-1568316007.xml

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

MD5SUM BENCH= 0bc86e74ae8fed70a43ec92abb2586e2
RANDOM SEED=21018829

node127.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.55
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.55
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.55
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.55
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:        26523884 kB
MemAvailable:   29953216 kB
Buffers:          112004 kB
Cached:          3576368 kB
SwapCached:         6780 kB
Active:          3959100 kB
Inactive:        1653704 kB
Active(anon):    1916900 kB
Inactive(anon):    48968 kB
Active(file):    2042200 kB
Inactive(file):  1604736 kB
Unevictable:      108876 kB
Mlocked:          108876 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:       2028068 kB
Mapped:            56648 kB
Shmem:             32692 kB
Slab:             226296 kB
SReclaimable:     196464 kB
SUnreclaim:        29832 kB
KernelStack:        3728 kB
PageTables:         9560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3048688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1845248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58752 MiB
End job on node127 at 2019-09-12 21:59:05