Trace number 4295871

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.8 2018-06-13? (TO) 2520.09 2474.23

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-16_c18.xml
MD5SUMfff017207be5e3895e33195d340205a8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables512
Number of constraints482
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":496}]
Minimum variable degree0
Maximum variable degree33
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":32,"count":16},{"degree":33,"count":240}]
Minimum constraint arity16
Maximum constraint arity256
Distribution of constraint arities[{"arity":16,"count":1},{"arity":18,"count":480},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":480}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
2520.05/2474.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2474.21		at concrete.MAC.mac(MAC.scala:188)
2520.05/2474.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2474.21		at scala.util.Try$.apply(Try.scala:209)
2520.05/2474.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2474.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2474.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2474.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2474.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2474.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2474.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2474.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2474.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2474.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2474.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2474.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2474.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.05/2474.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.05/2474.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2474.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2474.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.05/2474.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.05/2474.21		at concrete.Solver.toStream(Solver.scala:68)
2520.05/2474.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.05/2474.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.05/2474.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.05/2474.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.05/2474.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2474.21		at scala.util.Success.map(Try.scala:209)
2520.05/2474.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2474.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2474.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2474.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2474.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2474.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2474.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2474.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2474.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2474.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2474.21		at scala.App.main(App.scala:76)
2520.05/2474.21		at scala.App.main$(App.scala:74)
2520.05/2474.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2474.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2474.21	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 (4885 MiB free)
  memory of node 1: 16384 MiB (7436 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295871-1532598735/watcher-4295871-1532598735 -o /tmp/evaluation-result-4295871-1532598735/solver-4295871-1532598735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8938 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=614556801 HOME/instance-4295871-1532598735.xml 

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

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


[startup+0.101356 s]*
/proc/loadavg: 1.74 1.70 1.88 2/206 9217
/proc/meminfo: memFree=12601984/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=9972712 memory=17080 CPUtime=0.1 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 4404 12848 0 0 1 1 5 3 20 0 6 0 77436715 10212057088 4270 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2493178 4270 1934 1 0 2481616 0
[pid=9160/tid=9213] ppid=9157 vsize=9972712 memory=4718545630382498451 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 2250 12848 0 0 1 0 5 3 20 0 6 0 77436724 10212057088 4270 33554432000 4194304 4196468 140732163259584 139929363874384 139929377160560 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=9972712 memory=5793855260895353273 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 77436725 10212057088 4270 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=9972712 memory=140009885460096 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 77436725 10212057088 4270 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 6 0 77436725 10212057088 4270 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 6 0 77436725 10212057088 4270 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209852 s]*
/proc/loadavg: 1.74 1.70 1.88 3/215 9226
/proc/meminfo: memFree=12581708/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10818904 memory=42592 CPUtime=0.26 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 7809 12848 0 0 16 2 5 3 20 0 15 0 77436715 11078557696 10648 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2704726 10648 2990 1 0 2667149 0
[pid=9160/tid=9213] ppid=9157 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 4583 12848 0 0 10 1 5 3 20 0 15 0 77436724 11078557696 10846 33554432000 4194304 4196468 140732163259584 139929363834544 139929372313372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10818904 memory=4211973736090250634 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11078557696 10846 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10818904 memory=140009885460096 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11078557696 10912 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11078557696 10912 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 77436725 11078557696 10912 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 77436726 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 14 12848 0 0 0 0 5 3 20 0 15 0 77436726 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928759428128 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436727 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928155448176 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11078557696 10912 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 552 12848 0 0 1 0 5 3 20 0 15 0 77436729 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 67 12848 0 0 1 0 5 3 20 0 15 0 77436729 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10818904 memory=140009885460096 CPUtime=0.11 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 599 12848 0 0 3 0 5 3 20 0 15 0 77436729 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11078557696 10912 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10818904 memory=140009885460096 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436730 11078557696 10912 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42592 KiB

[startup+0.310237 s]*
/proc/loadavg: 1.74 1.70 1.88 5/215 9226
/proc/meminfo: memFree=12570544/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10819352 memory=54368 CPUtime=0.39 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 10590 12848 0 0 27 4 5 3 20 0 15 0 77436715 11079016448 13592 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2704838 13592 3109 1 0 2667149 0
[pid=9160/tid=9213] ppid=9157 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 7139 12848 0 0 18 2 5 3 20 0 15 0 77436724 11079016448 13592 33554432000 4194304 4196468 140732163259584 139929363849632 139929392059549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 13592 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 13592 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 13592 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 13592 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10819352 memory=140009885460095 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 77436726 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 14 12848 0 0 0 0 5 3 20 0 15 0 77436726 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928759428128 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10819352 memory=140009885460096 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436727 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928155448176 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11079016448 13592 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 554 12848 0 0 1 0 5 3 20 0 15 0 77436729 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 70 12848 0 0 1 0 5 3 20 0 15 0 77436729 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 605 12848 0 0 5 0 5 3 20 0 15 0 77436729 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11079016448 13592 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436730 11079016448 13592 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54368 KiB

[startup+0.700792 s]
/proc/loadavg: 1.74 1.70 1.88 3/198 9231
/proc/meminfo: memFree=12923096/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10819352 memory=86776 CPUtime=1 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 16765 12848 0 0 87 5 5 3 20 0 15 0 77436715 11079016448 21694 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2704838 21694 3245 1 0 2667149 0
[pid=9160/tid=9213] ppid=9157 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 12166 12848 0 0 55 4 5 3 20 0 15 0 77436724 11079016448 21694 33554432000 4194304 4196468 140732163259584 139929363858448 139929376118110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10819352 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 21694 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10819352 memory=-6369074288953532201 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 21694 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 21694 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10819352 memory=23060 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 2 12848 0 0 0 0 5 3 20 0 15 0 77436725 11079016448 21694 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 5 12848 0 0 0 0 5 3 20 0 15 0 77436726 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10819352 memory=288230587427465593 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 14 12848 0 0 0 0 5 3 20 0 15 0 77436726 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928759428128 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10819352 memory=14130039499279127 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436727 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928155448176 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11079016448 21694 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 1241 12848 0 0 9 0 5 3 20 0 15 0 77436729 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10819352 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 463 12848 0 0 7 0 5 3 20 0 15 0 77436729 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 670 12848 0 0 13 0 5 3 20 0 15 0 77436729 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11079016448 21694 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436730 11079016448 21694 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86776 KiB

[startup+1.50083 s]
/proc/loadavg: 1.74 1.70 1.88 6/204 9316
/proc/meminfo: memFree=12877776/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10834252 memory=185840 CPUtime=2.59 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 24387 12848 0 0 240 11 5 3 20 0 15 0 77436715 11094274048 46460 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2708563 46460 3474 1 0 2670221 0
[pid=9160/tid=9213] ppid=9157 vsize=10834252 memory=280019519849000 CPUtime=1.43 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 17159 12848 0 0 129 6 5 3 20 0 15 0 77436724 11094274048 46460 33554432000 4194304 4196468 140732163259584 139929363854816 139929392051487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10834252 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 171 12848 0 0 1 0 5 3 20 0 15 0 77436725 11094274048 46460 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 27 12848 0 0 1 0 5 3 20 0 15 0 77436725 11094274048 46460 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10834252 memory=140011638882741 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 46 12848 0 0 1 0 5 3 20 0 15 0 77436725 11094274048 46460 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10834252 memory=280019519960272 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 35 12848 0 0 1 0 5 3 20 0 15 0 77436725 11094274048 46460 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 51 12848 0 0 1 0 5 3 20 0 15 0 77436726 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 15 12848 0 0 0 0 5 3 20 0 15 0 77436726 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928759428192 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436727 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928155448192 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11094274048 46460 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10834252 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 2338 12848 0 0 34 1 5 3 20 0 15 0 77436729 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10834252 memory=8292088564187963537 CPUtime=0.36 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 863 12848 0 0 28 0 5 3 20 0 15 0 77436729 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10834252 memory=118 CPUtime=0.48 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 1481 12848 0 0 40 0 5 3 20 0 15 0 77436729 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11094274048 46460 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1 12848 0 0 0 0 5 3 20 0 15 0 77436730 11094274048 46460 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 80351 12848 0 0 230069 45 5 3 20 0 15 0 77436724 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929363872048 139928986518854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10914144 memory=967148 CPUtime=10.83 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 10300 12848 0 0 1031 44 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10914144 memory=967148 CPUtime=10.83 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 10810 12848 0 0 1032 43 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10914144 memory=967148 CPUtime=10.87 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 9981 12848 0 0 1037 42 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10914144 memory=967148 CPUtime=10.8 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 11520 12848 0 0 1027 45 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10914144 memory=967148 CPUtime=8.74 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 15296 12848 0 0 823 43 5 3 20 0 15 0 77436726 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10914144 memory=967148 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 27 12848 0 0 0 0 5 3 20 0 15 0 77436726 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928759428256 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10914144 memory=967148 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 22 12848 0 0 0 0 5 3 20 0 15 0 77436727 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928155448192 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10914144 memory=4004 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10914144 memory=967148 CPUtime=4.7 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 19574 12848 0 0 457 5 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10914144 memory=967148 CPUtime=4.8 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 26143 12848 0 0 468 4 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10914144 memory=952 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 26725 12848 0 0 214 6 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10914144 memory=967148 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11176083456 241787 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10914144 memory=967148 CPUtime=1.39 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1670 12848 0 0 63 68 5 3 20 0 15 0 77436730 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 2365.82 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 967148 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.38 1.44 3/216 9472
/proc/meminfo: memFree=9323012/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10914144 memory=967148 CPUtime=2426.73 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 216051 12848 0 0 242359 306 5 3 20 0 15 0 77436715 11176083456 241787 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2728536 241787 3522 1 0 2690189 0
[pid=9160/tid=9213] ppid=9157 vsize=10914144 memory=967148 CPUtime=2360.65 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 81011 12848 0 0 236011 46 5 3 20 0 15 0 77436724 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929363871872 139928996982906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10914144 memory=967148 CPUtime=11.13 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 10400 12848 0 0 1060 45 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10914144 memory=0 CPUtime=11.14 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 11087 12848 0 0 1061 45 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10914144 memory=967148 CPUtime=11.17 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 10049 12848 0 0 1066 43 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10914144 memory=133 CPUtime=11.1 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 11622 12848 0 0 1056 46 5 3 20 0 15 0 77436725 11176083456 241787 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10914144 memory=967148 CPUtime=8.97 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 15508 12848 0 0 845 44 5 3 20 0 15 0 77436726 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10914144 memory=967148 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 27 12848 0 0 0 0 5 3 20 0 15 0 77436726 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928759428256 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10914144 memory=967148 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 22 12848 0 0 0 0 5 3 20 0 15 0 77436727 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928155448192 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10914144 memory=967148 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10914144 memory=967148 CPUtime=4.7 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 19576 12848 0 0 457 5 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10914144 memory=967148 CPUtime=4.8 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 26145 12848 0 0 468 4 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10914144 memory=967148 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 26727 12848 0 0 214 6 5 3 20 0 15 0 77436729 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10914144 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11176083456 241787 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10914144 memory=1200 CPUtime=1.42 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1678 12848 0 0 64 70 5 3 20 0 15 0 77436730 11176083456 241787 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 2426.73 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 967148 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.39 1.44 3/216 9473
/proc/meminfo: memFree=9320592/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10914144 memory=969196 CPUtime=2487.64 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 217479 12848 0 0 248443 313 5 3 20 0 15 0 77436715 11176083456 242299 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2728536 242299 3522 1 0 2690189 0
[pid=9160/tid=9213] ppid=9157 vsize=10914144 memory=969196 CPUtime=2420.08 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 81667 12848 0 0 241954 46 5 3 20 0 15 0 77436724 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929363871632 139928996725296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10914144 memory=969196 CPUtime=11.43 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 10447 12848 0 0 1089 46 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10914144 memory=969196 CPUtime=11.43 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 11231 12848 0 0 1090 45 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10914144 memory=969196 CPUtime=11.48 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 10362 12848 0 0 1096 44 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10914144 memory=967148 CPUtime=11.4 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 11661 12848 0 0 1085 47 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10914144 memory=967148 CPUtime=9.2 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 15713 12848 0 0 867 45 5 3 20 0 15 0 77436726 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10914144 memory=969196 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 27 12848 0 0 0 0 5 3 20 0 15 0 77436726 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928759428256 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10914144 memory=969196 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 22 12848 0 0 0 0 5 3 20 0 15 0 77436727 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928155448192 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10914144 memory=969196 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10914144 memory=969196 CPUtime=4.7 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 19578 12848 0 0 457 5 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10914144 memory=967148 CPUtime=4.8 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 26147 12848 0 0 468 4 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10914144 memory=969196 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 26729 12848 0 0 214 6 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10914144 memory=969196 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11176083456 242299 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10914144 memory=4096 CPUtime=1.46 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1696 12848 0 0 66 72 5 3 20 0 15 0 77436730 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 2487.64 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 969196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.2 s]
/proc/loadavg: 1.52 1.42 1.45 4/216 9602
/proc/meminfo: memFree=11923960/32770624 swapFree=67108860/67108860
[pid=9160] ppid=9157 vsize=10914144 memory=969196 CPUtime=2520.05 cores=0,2,4,6
/proc/9160/stat : 9160 (java) S 9157 9160 6157 0 -1 1077944320 218913 12848 0 0 251679 318 5 3 20 0 15 0 77436715 11176083456 242299 33554432000 4194304 4196468 140732163259584 140732163242128 139929392037623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
/proc/9160/statm: 2728536 242299 3522 1 0 2690189 0
[pid=9160/tid=9213] ppid=9157 vsize=10914144 memory=288230583166042426 CPUtime=2451.67 cores=0,2,4,6
/proc/9160/task/9213/stat : 9213 (java) R 9157 9160 6157 0 -1 4202560 82334 12848 0 0 245112 47 5 3 20 0 15 0 77436724 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929363871648 139928995475214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9214] ppid=9157 vsize=10914144 memory=15258134151170443 CPUtime=11.59 cores=0,2,4,6
/proc/9160/task/9214/stat : 9214 (java) S 9157 9160 6157 0 -1 1077944384 10787 12848 0 0 1105 46 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929396280464 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9215] ppid=9157 vsize=10914144 memory=2592 CPUtime=11.61 cores=0,2,4,6
/proc/9160/task/9215/stat : 9215 (java) S 9157 9160 6157 0 -1 1077944384 11322 12848 0 0 1107 46 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929300483088 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9216] ppid=9157 vsize=10914144 memory=1408 CPUtime=11.65 cores=0,2,4,6
/proc/9160/task/9216/stat : 9216 (java) S 9157 9160 6157 0 -1 1077944384 10418 12848 0 0 1112 45 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929299430288 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9217] ppid=9157 vsize=10914144 memory=3104 CPUtime=11.56 cores=0,2,4,6
/proc/9160/task/9217/stat : 9217 (java) S 9157 9160 6157 0 -1 1077944384 11736 12848 0 0 1100 48 5 3 20 0 15 0 77436725 11176083456 242299 33554432000 4194304 4196468 140732163259584 139929298377488 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9218] ppid=9157 vsize=10914144 memory=969196 CPUtime=9.34 cores=0,2,4,6
/proc/9160/task/9218/stat : 9218 (java) S 9157 9160 6157 0 -1 1077944384 15912 12848 0 0 880 46 5 3 20 0 15 0 77436726 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928851470704 139929392048770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9219] ppid=9157 vsize=10914144 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9219/stat : 9219 (java) S 9157 9160 6157 0 -1 1077944384 27 12848 0 0 0 0 5 3 20 0 15 0 77436726 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928759428256 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9220] ppid=9157 vsize=10914144 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9220/stat : 9220 (java) S 9157 9160 6157 0 -1 1077944384 22 12848 0 0 0 0 5 3 20 0 15 0 77436727 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928155448192 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9221] ppid=9157 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9221/stat : 9221 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139927915157328 139929392056219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9222] ppid=9157 vsize=10914144 memory=-7003737579269690708 CPUtime=4.7 cores=0,2,4,6
/proc/9160/task/9222/stat : 9222 (java) S 9157 9160 6157 0 -1 1077944384 19578 12848 0 0 457 5 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928850418544 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9223] ppid=9157 vsize=10914144 memory=7288 CPUtime=4.8 cores=0,2,4,6
/proc/9160/task/9223/stat : 9223 (java) S 9157 9160 6157 0 -1 1077944384 26147 12848 0 0 468 4 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928849365744 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9224] ppid=9157 vsize=10914144 memory=840 CPUtime=2.28 cores=0,2,4,6
/proc/9160/task/9224/stat : 9224 (java) S 9157 9160 6157 0 -1 1077944384 26729 12848 0 0 214 6 5 3 20 0 15 0 77436729 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928848312944 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9225] ppid=9157 vsize=10914144 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/9160/task/9225/stat : 9225 (java) S 9157 9160 6157 0 -1 1077944384 3 12848 0 0 0 0 5 3 20 0 15 0 77436730 11176083456 242299 33554432000 4194304 4196468 140732163259584 139927881599712 139929392047829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
[pid=9160/tid=9226] ppid=9157 vsize=10914144 memory=15258134151170443 CPUtime=1.47 cores=0,2,4,6
/proc/9160/task/9226/stat : 9226 (java) S 9157 9160 6157 0 -1 1077944384 1702 12848 0 0 66 73 5 3 20 0 15 0 77436730 11176083456 242299 33554432000 4194304 4196468 140732163259584 139928847260336 139929392048770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6729728 140732163267183 140732163269980 140732163269980 140732163272655 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 969196 KiB

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

[startup+2474.23 s]
# the end of solver process 9160 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.87 s, system=3.22077 s

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

Child status: 143
Real time (s): 2474.23
CPU time (s): 2520.09
CPU user time (s): 2516.87
CPU system time (s): 3.22077
CPU usage (%): 101.854
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 984292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.87
system time used= 3.22077
maximum resident set size= 985832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253804
involuntary context switches= 6744


# summary of solver processes directly reported to runsolver:
#   pid: 9160
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.87
#   total CPU system time (s): 3.22077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5407 second user time and 23.5361 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 11:52:15
IDJOB=4295871
IDBENCH=141611
IDSOLVER=2750
FILE ID=node107/4295871-1532598735
RUNJOBID= node107-1532598730-8938
PBS_JOBID= 21021966
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295871-1532598735/watcher-4295871-1532598735 -o /tmp/evaluation-result-4295871-1532598735/solver-4295871-1532598735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532598730-8938 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=614556801 HOME/instance-4295871-1532598735.xml

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

MD5SUM BENCH= fff017207be5e3895e33195d340205a8
RANDOM SEED=614556801

node107.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.40
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.40
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.40
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.40
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:        12618204 kB
MemAvailable:   31574964 kB
Buffers:          295740 kB
Cached:         18779944 kB
SwapCached:            0 kB
Active:          4646376 kB
Inactive:       14837404 kB
Active(anon):     411396 kB
Inactive(anon):    25036 kB
Active(file):    4234980 kB
Inactive(file): 14812368 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27180 kB
Writeback:             0 kB
AnonPages:        428424 kB
Mapped:            53864 kB
Shmem:             25228 kB
Slab:             365836 kB
SReclaimable:     337872 kB
SUnreclaim:        27964 kB
KernelStack:        3792 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1467800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 12:33:30