Trace number 4402668

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.09 2470.64

General information on the benchmark

NameXCSP19/hcp/
graph197.xml
MD5SUM037a78a785183bf334685935f46df3ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark156.565
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of constraints1
Number of domains1188
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1186},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1188}]
Minimum constraint arity1188
Maximum constraint arity1188
Distribution of constraint arities[{"arity":1188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
2520.02/2470.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2470.61		at concrete.MAC.mac(MAC.scala:192)
2520.02/2470.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2470.61		at scala.util.Try$.apply(Try.scala:210)
2520.02/2470.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2470.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2470.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2470.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2470.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2470.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2470.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2470.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2470.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2470.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2470.61		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.02/2470.61		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.02/2470.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2470.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2470.61		at scala.util.Success.map(Try.scala:262)
2520.02/2470.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2470.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2470.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2470.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2470.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2470.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2470.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2470.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2470.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2470.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2470.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2470.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2470.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2470.61		at scala.App.main(App.scala:73)
2520.02/2470.61		at scala.App.main$(App.scala:71)
2520.02/2470.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2470.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2470.61	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402668-1568988274/watcher-4402668-1568988274 -o /var/tmp/evaluation-result-4402668-1568988274/solver-4402668-1568988274 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402668-1568988274.xml 

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

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

solver pid=4387, runsolver pid=4384

[startup+0.109863 s]*
/proc/loadavg: 1.47 1.44 1.44 3/220 4444
/proc/meminfo: memFree=7833220/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10153664 memory=20436 CPUtime=0.1 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 4847 13114 0 0 2 1 5 2 20 0 8 0 474765814 10397351936 5109 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2538416 5109 2077 1 0 2526854 0
[pid=4387/tid=4440] ppid=4384 vsize=10355560 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 2678 13114 0 0 1 0 5 2 20 0 9 0 474765823 10604093440 5671 33554432000 4194304 4196468 140736145542608 139745960828784 139745974675251 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10355560 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 9 0 474765824 10604093440 5671 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10355560 memory=139909746833024 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 9 0 474765824 10604093440 5671 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 9 0 474765824 10604093440 5671 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 9 0 474765824 10604093440 5671 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10355560 memory=139909746833024 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 9 0 474765825 10604093440 5671 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 9 0 474765826 10604093440 5671 33554432000 4194304 4196468 140736145542608 139744881140640 139745989002965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 9 0 474765826 10604093440 5671 33554432000 4194304 4196468 140736145542608 139744746923056 139745989002965 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 20436 KiB

[startup+0.210314 s]*
/proc/loadavg: 1.47 1.44 1.44 3/229 4453
/proc/meminfo: memFree=7816300/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10820188 memory=42384 CPUtime=0.25 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 7512 13114 0 0 17 1 5 2 20 0 15 0 474765814 11079872512 10596 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2705049 10596 3289 1 0 2667149 0
[pid=4387/tid=4440] ppid=4384 vsize=10820196 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 4031 13114 0 0 10 1 5 2 20 0 15 0 474765823 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745960803792 139745989014685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10820196 memory=4294967660 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10820196 memory=139909748972213 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10820196 memory=139909746833024 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765825 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 15 0 474765826 11079880704 10596 33554432000 4194304 4196468 140736145542608 139744881140640 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765826 11079880704 10596 33554432000 4194304 4196468 140736145542608 139744746922992 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11079880704 10596 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) R 4384 4387 29867 0 -1 4202560 348 13114 0 0 1 0 5 2 20 0 15 0 474765829 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745447500272 139745966866944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 318 13114 0 0 1 0 5 2 20 0 15 0 474765829 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10820196 memory=139909746833024 CPUtime=0.1 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 598 13114 0 0 3 0 5 2 20 0 15 0 474765829 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11079880704 10596 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10820196 memory=139909746833024 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765829 11079880704 10596 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820188 KiB
Current children cumulated memory: 42384 KiB

[startup+0.318899 s]*
/proc/loadavg: 1.47 1.44 1.44 3/229 4453
/proc/meminfo: memFree=7803492/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10820196 memory=50824 CPUtime=0.4 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 10894 13114 0 0 30 3 5 2 20 0 15 0 474765814 11079880704 12706 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2705049 12706 3309 1 0 2667149 0
[pid=4387/tid=4440] ppid=4384 vsize=10820268 memory=-8171376296011865461 CPUtime=0.29 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 7404 13114 0 0 20 2 5 2 20 0 15 0 474765823 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745960814688 139745973073246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10820268 memory=4122819175002409273 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10820268 memory=139909746833024 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10820268 memory=279819267045248 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10820268 memory=279819380355664 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765825 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10820268 memory=67 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 15 0 474765826 11079954432 12706 33554432000 4194304 4196468 140736145542608 139744881140640 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10820268 memory=279819267063712 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765826 11079954432 12706 33554432000 4194304 4196468 140736145542608 139744746922992 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11079954432 12706 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 349 13114 0 0 2 0 5 2 20 0 15 0 474765829 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 319 13114 0 0 1 0 5 2 20 0 15 0 474765829 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10820268 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 607 13114 0 0 5 0 5 2 20 0 15 0 474765829 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10820268 memory=139909746833024 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11079954432 12706 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765829 11079954432 12706 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50824 KiB

[startup+0.700763 s]
/proc/loadavg: 1.47 1.44 1.44 3/229 4453
/proc/meminfo: memFree=7788952/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10824364 memory=83496 CPUtime=1.14 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 15068 13114 0 0 102 5 5 2 20 0 15 0 474765814 11084148736 20874 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2706091 20874 3514 1 0 2668173 0
[pid=4387/tid=4440] ppid=4384 vsize=10824364 memory=139912854635043 CPUtime=0.67 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 10543 13114 0 0 56 4 5 2 20 0 15 0 474765823 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745960805920 139745973073246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10824364 memory=139912854635066 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765824 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10824364 memory=139912854635067 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10824364 memory=139912854635074 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10824364 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 2 13114 0 0 0 0 5 2 20 0 15 0 474765824 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10824364 memory=180 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 6 13114 0 0 0 0 5 2 20 0 15 0 474765825 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10824364 memory=288230604626230233 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 13 13114 0 0 0 0 5 2 20 0 15 0 474765826 11084148736 20874 33554432000 4194304 4196468 140736145542608 139744881140640 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10824364 memory=14693010929656882 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765826 11084148736 20874 33554432000 4194304 4196468 140736145542608 139744746922992 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11084148736 20874 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10824364 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 740 13114 0 0 11 0 5 2 20 0 15 0 474765829 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) R 4384 4387 29867 0 -1 4202560 778 13114 0 0 17 0 5 2 20 0 15 0 474765829 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745446447728 139745970537321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 771 13114 0 0 17 0 5 2 20 0 15 0 474765829 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11084148736 20874 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765829 11084148736 20874 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83496 KiB

[startup+1.50075 s]
/proc/loadavg: 1.47 1.44 1.44 3/229 4453
/proc/meminfo: memFree=7747380/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10834680 memory=182288 CPUtime=2.68 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 23279 13114 0 0 252 9 5 2 20 0 15 0 474765814 11094712320 45572 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2708670 45572 3577 1 0 2670733 0
[pid=4387/tid=4440] ppid=4384 vsize=10834680 memory=7589784066562876756 CPUtime=1.42 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 16052 13114 0 0 130 5 5 2 20 0 15 0 474765823 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745960817552 139745972342185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10834680 memory=6369868218997429357 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 49 13114 0 0 1 0 5 2 20 0 15 0 474765824 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10834680 memory=7810763844726514514 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 289 13114 0 0 1 0 5 2 20 0 15 0 474765824 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10834680 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 44 13114 0 0 1 0 5 2 20 0 15 0 474765824 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10834680 memory=8945 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 52 13114 0 0 1 0 5 2 20 0 15 0 474765824 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10834680 memory=14126753869643355 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 118 13114 0 0 1 0 5 2 20 0 15 0 474765825 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 14 13114 0 0 0 0 5 2 20 0 15 0 474765826 11094712320 45572 33554432000 4194304 4196468 140736145542608 139744881140640 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 1 13114 0 0 0 0 5 2 20 0 15 0 474765826 11094712320 45572 33554432000 4194304 4196468 140736145542608 139744746922992 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11094712320 45572 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10834680 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 1164 13114 0 0 30 0 5 2 20 0 15 0 474765829 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10834680 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 1699 13114 0 0 37 0 5 2 20 0 15 0 474765829 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10834680 memory=279818193196571 CPUtime=0.51 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) R 4384 4387 29867 0 -1 4202560 1587 13114 0 0 44 0 5 2 20 0 15 0 474765829 11094712320 45572 33554432000 4194304 4196468 140736145542608 139745445395184 139745989014106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0

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

/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 71676 13114 0 0 229648 51 5 2 20 0 15 0 474765823 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745960828064 139745583401380 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10847000 memory=532924 CPUtime=12.33 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 19903 13114 0 0 1164 62 5 2 20 0 15 0 474765824 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10847000 memory=433396 CPUtime=12.33 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 19255 13114 0 0 1162 64 5 2 20 0 15 0 474765824 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10847000 memory=0 CPUtime=12.33 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 21047 13114 0 0 1166 60 5 2 20 0 15 0 474765824 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10847000 memory=477516 CPUtime=12.32 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 19535 13114 0 0 1162 63 5 2 20 0 15 0 474765824 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10847000 memory=396972 CPUtime=10.44 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 14196 13114 0 0 974 63 5 2 20 0 15 0 474765825 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10847000 memory=388252 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 17 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 94089 33554432000 4194304 4196468 140736145542608 139744881140768 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10847000 memory=384092 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 11 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 94089 33554432000 4194304 4196468 140736145542608 139744746923008 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10847000 memory=381016 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 94089 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10847000 memory=375884 CPUtime=4.01 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 33182 13114 0 0 388 6 5 2 20 0 15 0 474765829 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10847000 memory=384604 CPUtime=3.92 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 26893 13114 0 0 381 4 5 2 20 0 15 0 474765829 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10847000 memory=375884 CPUtime=3.49 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 34536 13114 0 0 334 8 5 2 20 0 15 0 474765829 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10847000 memory=377936 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 94089 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10847000 memory=8112282956445269571 CPUtime=1.38 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1329 13114 0 0 60 71 5 2 20 0 15 0 474765829 11107328000 94089 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 2369.08 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 376356 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.37 1.41 3/228 4672
/proc/meminfo: memFree=7354176/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10847000 memory=390512 CPUtime=2430.15 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 275972 13114 0 0 242604 404 5 2 20 0 15 0 474765814 11107328000 97628 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2711750 97628 3632 1 0 2673805 0
[pid=4387/tid=4440] ppid=4384 vsize=10847000 memory=390700 CPUtime=2356.35 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 78244 13114 0 0 235574 54 5 2 20 0 15 0 474765823 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745960828160 139745581859700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10847000 memory=392756 CPUtime=12.68 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 20593 13114 0 0 1197 64 5 2 20 0 15 0 474765824 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10847000 memory=391220 CPUtime=12.68 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 19853 13114 0 0 1195 66 5 2 20 0 15 0 474765824 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10847000 memory=390872 CPUtime=12.69 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 21633 13114 0 0 1200 62 5 2 20 0 15 0 474765824 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10847000 memory=390360 CPUtime=12.67 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 20900 13114 0 0 1194 66 5 2 20 0 15 0 474765824 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10847000 memory=390512 CPUtime=10.69 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 14331 13114 0 0 996 66 5 2 20 0 15 0 474765825 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10847000 memory=386180 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 17 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 97628 33554432000 4194304 4196468 140736145542608 139744881140768 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10847000 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 11 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 97628 33554432000 4194304 4196468 140736145542608 139744746923008 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10847000 memory=54484 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 97628 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10847000 memory=988 CPUtime=4.01 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 33184 13114 0 0 388 6 5 2 20 0 15 0 474765829 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10847000 memory=391024 CPUtime=3.97 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 29112 13114 0 0 385 5 5 2 20 0 15 0 474765829 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10847000 memory=612 CPUtime=3.49 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 34539 13114 0 0 334 8 5 2 20 0 15 0 474765829 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10847000 memory=380616 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 97628 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10847000 memory=3228 CPUtime=1.41 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1346 13114 0 0 61 73 5 2 20 0 15 0 474765829 11107328000 97628 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 2430.15 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 390512 KiB

[startup+2442.3 s]
/proc/loadavg: 0.89 1.25 1.36 2/207 4725
/proc/meminfo: memFree=10606880/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10847000 memory=390976 CPUtime=2491.21 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 283762 13114 0 0 248695 419 5 2 20 0 15 0 474765814 11107328000 97744 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2711750 97744 3632 1 0 2673805 0
[pid=4387/tid=4440] ppid=4384 vsize=10847000 memory=392512 CPUtime=2415.68 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) R 4384 4387 29867 0 -1 4202560 83735 13114 0 0 241504 57 5 2 20 0 15 0 474765823 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745960828208 139745582854855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10847000 memory=55 CPUtime=13.05 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 20978 13114 0 0 1232 66 5 2 20 0 15 0 474765824 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10847000 memory=403592 CPUtime=13.05 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 20652 13114 0 0 1229 69 5 2 20 0 15 0 474765824 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10847000 memory=404580 CPUtime=13.05 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 21966 13114 0 0 1234 64 5 2 20 0 15 0 474765824 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10847000 memory=390872 CPUtime=13.04 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) S 4384 4387 29867 0 -1 1077944384 21316 13114 0 0 1228 69 5 2 20 0 15 0 474765824 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10847000 memory=0 CPUtime=10.94 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 14677 13114 0 0 1017 70 5 2 20 0 15 0 474765825 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745448552432 139745989003906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10847000 memory=386872 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 17 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 97744 33554432000 4194304 4196468 140736145542608 139744881140768 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10847000 memory=390976 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 11 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 97744 33554432000 4194304 4196468 140736145542608 139744746923008 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10847000 memory=21016348723434 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 97744 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10847000 memory=1540 CPUtime=4.01 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 33184 13114 0 0 388 6 5 2 20 0 15 0 474765829 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10847000 memory=398156 CPUtime=3.98 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 29112 13114 0 0 386 5 5 2 20 0 15 0 474765829 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10847000 memory=398156 CPUtime=3.49 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 34540 13114 0 0 334 8 5 2 20 0 15 0 474765829 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10847000 memory=402052 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 97744 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10847000 memory=403592 CPUtime=1.45 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1365 13114 0 0 63 75 5 2 20 0 15 0 474765829 11107328000 97744 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 2491.21 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 390976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.6 s]
/proc/loadavg: 0.87 1.21 1.35 5/206 4727
/proc/meminfo: memFree=10596908/32770624 swapFree=66997180/67108860
[pid=4387] ppid=4384 vsize=10847000 memory=401196 CPUtime=2520.02 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4384 4387 29867 0 -1 1077944320 289611 13114 0 0 251571 424 5 2 20 0 15 0 474765814 11107328000 100299 33554432000 4194304 4196468 140736145542608 140736145525152 139745988992759 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
/proc/4387/statm: 2711750 100299 3632 1 0 2673805 0
[pid=4387/tid=4440] ppid=4384 vsize=10847000 memory=2323628891322727785 CPUtime=2443.65 cores=1,3,5,7
/proc/4387/task/4440/stat : 4440 (java) S 4384 4387 29867 0 -1 1077944384 87813 13114 0 0 244300 58 5 2 20 0 15 0 474765823 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745960828256 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4441] ppid=4384 vsize=10847000 memory=0 CPUtime=13.23 cores=1,3,5,7
/proc/4387/task/4441/stat : 4441 (java) S 4384 4387 29867 0 -1 1077944384 21073 13114 0 0 1249 67 5 2 20 0 15 0 474765824 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745993235216 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4442] ppid=4384 vsize=10847000 memory=5956 CPUtime=13.23 cores=1,3,5,7
/proc/4387/task/4442/stat : 4442 (java) S 4384 4387 29867 0 -1 1077944384 21789 13114 0 0 1246 70 5 2 20 0 15 0 474765824 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745892125584 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4443] ppid=4384 vsize=10847000 memory=6944656575208382560 CPUtime=13.23 cores=1,3,5,7
/proc/4387/task/4443/stat : 4443 (java) S 4384 4387 29867 0 -1 1077944384 22150 13114 0 0 1251 65 5 2 20 0 15 0 474765824 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745891073040 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4444] ppid=4384 vsize=10847000 memory=8112282956445269571 CPUtime=13.21 cores=1,3,5,7
/proc/4387/task/4444/stat : 4444 (java) R 4384 4387 29867 0 -1 1077944384 21578 13114 0 0 1245 69 5 2 20 0 15 0 474765824 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745890020496 139745989002965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4445] ppid=4384 vsize=10847000 memory=1436 CPUtime=11.06 cores=1,3,5,7
/proc/4387/task/4445/stat : 4445 (java) S 4384 4387 29867 0 -1 1077944384 14758 13114 0 0 1028 71 5 2 20 0 15 0 474765825 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745448550944 139745989002965 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4446] ppid=4384 vsize=10847000 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4446/stat : 4446 (java) S 4384 4387 29867 0 -1 1077944384 17 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 100299 33554432000 4194304 4196468 140736145542608 139744881140768 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4447] ppid=4384 vsize=10847000 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4447/stat : 4447 (java) S 4384 4387 29867 0 -1 1077944384 11 13114 0 0 0 0 5 2 20 0 15 0 474765826 11107328000 100299 33554432000 4194304 4196468 140736145542608 139744746923008 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4448] ppid=4384 vsize=10847000 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4448/stat : 4448 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 100299 33554432000 4194304 4196468 140736145542608 139744506632400 139745989011355 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4449] ppid=4384 vsize=10847000 memory=1424 CPUtime=4.01 cores=1,3,5,7
/proc/4387/task/4449/stat : 4449 (java) S 4384 4387 29867 0 -1 1077944384 33186 13114 0 0 388 6 5 2 20 0 15 0 474765829 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745447500272 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4450] ppid=4384 vsize=10847000 memory=1540 CPUtime=3.98 cores=1,3,5,7
/proc/4387/task/4450/stat : 4450 (java) S 4384 4387 29867 0 -1 1077944384 29114 13114 0 0 386 5 5 2 20 0 15 0 474765829 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745446447728 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4451] ppid=4384 vsize=10847000 memory=772 CPUtime=3.49 cores=1,3,5,7
/proc/4387/task/4451/stat : 4451 (java) S 4384 4387 29867 0 -1 1077944384 34544 13114 0 0 334 8 5 2 20 0 15 0 474765829 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745445395184 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4452] ppid=4384 vsize=10847000 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/4387/task/4452/stat : 4452 (java) S 4384 4387 29867 0 -1 1077944384 3 13114 0 0 0 0 5 2 20 0 15 0 474765829 11107328000 100299 33554432000 4194304 4196468 140736145542608 139744473074784 139745989002965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
[pid=4387/tid=4453] ppid=4384 vsize=10847000 memory=1760 CPUtime=1.47 cores=1,3,5,7
/proc/4387/task/4453/stat : 4453 (java) S 4384 4387 29867 0 -1 1077944384 1369 13114 0 0 64 76 5 2 20 0 15 0 474765829 11107328000 100299 33554432000 4194304 4196468 140736145542608 139745444342064 139745989003906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17391616 140736145545828 140736145548469 140736145548469 140736145551311 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 401196 KiB

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

[startup+2470.64 s]
# the end of solver process 4387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.8 s, system=4.29314 s

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

Child status: 143
Real time (s): 2470.64
CPU time (s): 2520.09
CPU user time (s): 2515.8
CPU system time (s): 4.29314
CPU usage (%): 102.002
Max. virtual memory (cumulated for all children) (KiB): 10849756
Max. memory (cumulated for all children) (KiB): 997412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.8
system time used= 4.29314
maximum resident set size= 997888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295712
involuntary context switches= 9280


# summary of solver processes directly reported to runsolver:
#   pid: 4387
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.8
#   total CPU system time (s): 4.29314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8575 second user time and 27.2942 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 16:03:53
IDJOB=4402668
IDBENCH=141693
IDSOLVER=2861
FILE ID=node140/4402668-1568988274
RUNJOBID= node140-1568967597-29899
PBS_JOBID= 21704617
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP19/hcp/graph197.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402668-1568988274/watcher-4402668-1568988274 -o /var/tmp/evaluation-result-4402668-1568988274/solver-4402668-1568988274 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29899 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4402668-1568988274.xml

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

MD5SUM BENCH= 037a78a785183bf334685935f46df3ca
RANDOM SEED=801022688

node140.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.43
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.43
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.43
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.43
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:         7843940 kB
MemAvailable:   28742948 kB
Buffers:          153108 kB
Cached:         20688580 kB
SwapCached:         2432 kB
Active:         13388868 kB
Inactive:       10570064 kB
Active(anon):    3111020 kB
Inactive(anon):    53356 kB
Active(file):   10277848 kB
Inactive(file): 10516708 kB
Unevictable:      106476 kB
Mlocked:          106476 kB
SwapTotal:      67108860 kB
SwapFree:       66997180 kB
Dirty:             35372 kB
Writeback:             0 kB
AnonPages:       3198408 kB
Mapped:            65160 kB
Shmem:             38284 kB
Slab:             561596 kB
SReclaimable:     532912 kB
SUnreclaim:        28684 kB
KernelStack:        4032 kB
PageTables:        12036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4351828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3033088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13472 MiB
End job on node140 at 2019-09-20 16:45:04