Trace number 4395957

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.2? (TO) 2520.18 2467.28

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-05-fair.xml
MD5SUMce7bc4154440f5a39d3b926bfba59e31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.1142
Satisfiable
(Un)Satisfiability was proved
Number of variables14949
Number of constraints14152
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1994},{"size":201,"count":72},{"size":20001,"count":12883}]
Minimum variable degree2
Maximum variable degree126
Distribution of variable degrees[{"degree":2,"count":13223},{"degree":3,"count":330},{"degree":4,"count":38},{"degree":5,"count":176},{"degree":6,"count":109},{"degree":7,"count":286},{"degree":8,"count":369},{"degree":9,"count":224},{"degree":10,"count":24},{"degree":12,"count":11},{"degree":13,"count":120},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":6},{"degree":57,"count":6},{"degree":59,"count":3},{"degree":70,"count":1},{"degree":80,"count":5},{"degree":122,"count":1},{"degree":125,"count":2},{"degree":126,"count":3}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2301},{"arity":3,"count":11849}]
Number of extensional constraints0
Number of intensional constraints14152
Distribution of constraint types[{"type":"intension","count":14152}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
2520.07/2467.25	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2467.25		at concrete.MAC.mac(MAC.scala:192)
2520.07/2467.25		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2467.25		at scala.util.Try$.apply(Try.scala:212)
2520.07/2467.25		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2467.25		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2467.25		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2467.25		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2467.25		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2467.25		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.07/2467.25		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2467.25		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2467.25		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2467.25		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2467.25		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2467.25		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2467.25		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2467.25		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2467.25		at scala.util.Success.map(Try.scala:264)
2520.07/2467.25		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2467.25		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2467.25		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2467.25		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2467.25		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2467.25		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2467.25		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2467.25		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2467.25		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2467.25		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2467.25		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2467.25		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2467.25		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2467.25		at scala.App.main(App.scala:75)
2520.07/2467.25		at scala.App.main$(App.scala:73)
2520.07/2467.25		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2467.25		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2467.26	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 (10108 MiB free)
  memory of node 1: 16384 MiB (15627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395957-1568411495/watcher-4395957-1568411495 -o /tmp/evaluation-result-4395957-1568411495/solver-4395957-1568411495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=394718960 HOME/instance-4395957-1568411495.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
solver pid=25457, runsolver pid=25454
Current StackSize limit: 8192 KiB


[startup+0.109459 s]*
/proc/loadavg: 1.44 1.36 1.33 3/219 25514
/proc/meminfo: memFree=26343772/32770624 swapFree=67021040/67108860
[pid=25457] ppid=25454 vsize=10355560 memory=20644 CPUtime=0.1 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 4935 13230 0 0 2 1 4 3 20 0 9 0 417422163 10604093440 5161 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2588890 5161 2103 1 0 2551431 0
[pid=25457/tid=25510] ppid=25454 vsize=10355560 memory=4351193298018141063 CPUtime=0.08 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 2684 13230 0 0 1 0 4 3 20 0 9 0 417422172 10604093440 5161 33554432000 4194304 4196468 140735018632784 140093257826160 140093270070622 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 9 0 417422173 10604093440 5161 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10355560 memory=140158360577664 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 9 0 417422173 10604093440 5161 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 9 0 417422173 10604093440 5673 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 9 0 417422173 10604093440 5673 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10355560 memory=140158360577664 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 9 0 417422174 10604093440 5673 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 33 13230 0 0 0 0 4 3 20 0 9 0 417422175 10604093440 5673 33554432000 4194304 4196468 140735018632784 140092744393888 140093286000341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 9 0 417422175 10604093440 5673 33554432000 4194304 4196468 140735018632784 140092639273776 140093286000341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20644 KiB

[startup+0.210363 s]*
/proc/loadavg: 1.44 1.36 1.33 4/228 25523
/proc/meminfo: memFree=26324468/32770624 swapFree=67021040/67108860
[pid=25457] ppid=25454 vsize=10819664 memory=43408 CPUtime=0.26 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 7222 13230 0 0 17 2 4 3 20 0 15 0 417422163 11079335936 10852 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2704916 10852 3174 1 0 2667149 0
[pid=25457/tid=25510] ppid=25454 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 3680 13230 0 0 10 1 4 3 20 0 15 0 417422172 11079335936 10852 33554432000 4194304 4196468 140735018632784 140093257807248 140093270070622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079335936 10852 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10819664 memory=140158360577664 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079335936 10916 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079335936 10916 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10819664 memory=140158360577664 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422174 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 33 13230 0 0 0 0 4 3 20 0 15 0 417422175 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092744393888 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422175 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092639273712 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) S 25454 25457 22142 0 -1 1077944384 484 13230 0 0 1 0 4 3 20 0 15 0 417422178 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092710836976 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 168 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10819664 memory=140158360577664 CPUtime=0.1 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) S 25454 25457 22142 0 -1 1077944384 636 13230 0 0 3 0 4 3 20 0 15 0 417422178 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092708731376 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079335936 10916 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10819664 memory=140158360577664 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079335936 10916 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43408 KiB

[startup+0.310492 s]*
/proc/loadavg: 1.44 1.36 1.33 3/228 25523
/proc/meminfo: memFree=26311772/32770624 swapFree=67021040/67108860
[pid=25457] ppid=25454 vsize=10820148 memory=52316 CPUtime=0.39 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 10854 13230 0 0 29 3 4 3 20 0 15 0 417422163 11079831552 13079 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2705037 13079 3306 1 0 2667149 0
[pid=25457/tid=25510] ppid=25454 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 7295 13230 0 0 19 2 4 3 20 0 15 0 417422172 11079831552 13079 33554432000 4194304 4196468 140735018632784 140093257808224 140093270070622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10820148 memory=6935054825532540783 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079831552 13079 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10820148 memory=140158360584657 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079831552 13079 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079831552 13079 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422173 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422174 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 33 13230 0 0 0 0 4 3 20 0 15 0 417422175 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092744393888 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422175 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092639273712 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) S 25454 25457 22142 0 -1 1077944384 489 13230 0 0 2 0 4 3 20 0 15 0 417422178 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092710836976 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 169 13230 0 0 1 0 4 3 20 0 15 0 417422178 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10820148 memory=140158360577664 CPUtime=0.12 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) R 25454 25457 22142 0 -1 4202560 644 13230 0 0 5 0 4 3 20 0 15 0 417422178 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092708731376 140093286011482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079831552 13079 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10820148 memory=140158360577664 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422178 11079831552 13079 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52316 KiB

[startup+0.700647 s]
/proc/loadavg: 1.44 1.36 1.33 4/228 25523
/proc/meminfo: memFree=26296624/32770624 swapFree=67021040/67108860
[pid=25457] ppid=25454 vsize=10824360 memory=86344 CPUtime=1.11 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 15260 13230 0 0 98 6 4 3 20 0 15 0 417422163 11084144640 21586 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2706090 21586 3509 1 0 2668173 0
[pid=25457/tid=25510] ppid=25454 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 10454 13230 0 0 55 4 4 3 20 0 15 0 417422172 11084144640 21586 33554432000 4194304 4196468 140735018632784 140093257817296 140093270070622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10824360 memory=140158207688454 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11084144640 21586 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11084144640 21586 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422173 11084144640 21586 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422173 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10824360 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 5 13230 0 0 0 0 4 3 20 0 15 0 417422174 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 33 13230 0 0 0 0 4 3 20 0 15 0 417422175 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092744393888 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422175 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092639273712 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10824360 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10824360 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) R 25454 25457 22142 0 -1 4202560 1002 13230 0 0 10 0 4 3 20 0 15 0 417422178 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092710836976 140093267534814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10824360 memory=11076 CPUtime=0.21 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) R 25454 25457 22142 0 -1 1077944384 685 13230 0 0 14 0 4 3 20 0 15 0 417422178 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10824360 memory=140158204671120 CPUtime=0.24 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) R 25454 25457 22142 0 -1 4202560 860 13230 0 0 17 0 4 3 20 0 15 0 417422178 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092708731376 140093267400143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11084144640 21586 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1 13230 0 0 0 0 4 3 20 0 15 0 417422178 11084144640 21586 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 86344 KiB

[startup+1.50072 s]
/proc/loadavg: 1.44 1.36 1.33 6/228 25523
/proc/meminfo: memFree=26226996/32770624 swapFree=67021040/67108860
[pid=25457] ppid=25454 vsize=10830580 memory=222320 CPUtime=3.54 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 24269 13230 0 0 335 12 4 3 20 0 15 0 417422163 11090513920 55580 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2707645 55580 3580 1 0 2669709 0
[pid=25457/tid=25510] ppid=25454 vsize=10830580 memory=110356 CPUtime=1.44 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 13284 13230 0 0 131 6 4 3 20 0 15 0 417422172 11090513920 55580 33554432000 4194304 4196468 140735018632784 140093257813072 140093286012061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 258 13230 0 0 0 0 4 3 20 0 15 0 417422173 11090513920 55580 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10830580 memory=7893295687695687954 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 61 13230 0 0 0 0 4 3 20 0 15 0 417422173 11090513920 55580 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10830580 memory=6994781559841273980 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 78 13230 0 0 0 0 4 3 20 0 15 0 417422173 11090513920 55580 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10830580 memory=4498404016631593314 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 37 13230 0 0 0 0 4 3 20 0 15 0 417422173 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10830580 memory=11497253730 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 95 13230 0 0 0 0 4 3 20 0 15 0 417422174 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10830580 memory=280316409317912 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 34 13230 0 0 0 0 4 3 20 0 15 0 417422175 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092744393888 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10830580 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 6 13230 0 0 0 0 4 3 20 0 15 0 417422175 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092639273712 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10830580 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10830580 memory=15816698942982814 CPUtime=0.81 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) R 25454 25457 22142 0 -1 4202560 2757 13230 0 0 74 0 4 3 20 0 15 0 417422178 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092710836976 140093265675560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10830580 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 2660 13230 0 0 76 0 4 3 20 0 15 0 417422178 11090513920 55580 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10830580 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) S 25454 25457 22142 0 -1 1077944384 2783 13230 0 0 48 1 4 3 20 0 15 0 417422178 11090513920 55644 33554432000 4194304 4196468 140735018632784 140092708731376 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0

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

/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 74697 13230 0 0 230564 41 4 3 20 0 15 0 417422172 11109408768 89770 33554432000 4194304 4196468 140735018632784 140093257824432 140092873469258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10849032 memory=65 CPUtime=9.33 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 14315 13230 0 0 889 37 4 3 20 0 15 0 417422173 11109408768 89770 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10849032 memory=359620 CPUtime=9.3 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 16773 13230 0 0 885 38 4 3 20 0 15 0 417422173 11109408768 89770 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10849032 memory=359100 CPUtime=9.35 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 12185 13230 0 0 888 40 4 3 20 0 15 0 417422173 11109408768 89770 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10849032 memory=0 CPUtime=9.33 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 11420 13230 0 0 888 38 4 3 20 0 15 0 417422173 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10849032 memory=1296 CPUtime=4.9 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 15254 13230 0 0 437 46 4 3 20 0 15 0 417422174 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10849032 memory=359100 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 52 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092744393952 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10849032 memory=359100 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 17 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092639273728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10849032 memory=359080 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10849032 memory=359080 CPUtime=10.17 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) S 25454 25457 22142 0 -1 1077944384 43707 13230 0 0 1005 5 4 3 20 0 15 0 417422178 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092710836976 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10849032 memory=359080 CPUtime=10.65 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 46173 13230 0 0 1053 5 4 3 20 0 15 0 417422178 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10849032 memory=359080 CPUtime=3.18 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) S 25454 25457 22142 0 -1 1077944384 30637 13230 0 0 304 7 4 3 20 0 15 0 417422178 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092708731376 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10849032 memory=359080 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 89770 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10849032 memory=4120 CPUtime=1.33 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1144 13230 0 0 54 72 4 3 20 0 15 0 417422178 11109408768 89770 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 2373.13 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 359080 KiB

[startup+2382.3 s]
/proc/loadavg: 1.11 1.31 1.38 3/227 25916
/proc/meminfo: memFree=24763832/32770624 swapFree=67021180/67108860
[pid=25457] ppid=25454 vsize=10849032 memory=360156 CPUtime=2433.96 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 269929 13230 0 0 243086 303 4 3 20 0 15 0 417422163 11109408768 90039 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2712258 90039 3640 1 0 2674317 0
[pid=25457/tid=25510] ppid=25454 vsize=10849032 memory=6791534058613427641 CPUtime=2365.64 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 75224 13230 0 0 236515 42 4 3 20 0 15 0 417422172 11109408768 90039 33554432000 4194304 4196468 140735018632784 140093257824992 140092873469426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10849032 memory=65 CPUtime=9.61 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 14460 13230 0 0 916 38 4 3 20 0 15 0 417422173 11109408768 90039 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10849032 memory=128 CPUtime=9.58 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 17044 13230 0 0 912 39 4 3 20 0 15 0 417422173 11109408768 90039 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10849032 memory=0 CPUtime=9.63 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 12254 13230 0 0 915 41 4 3 20 0 15 0 417422173 11109408768 90039 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10849032 memory=280316410564544 CPUtime=9.61 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 11509 13230 0 0 915 39 4 3 20 0 15 0 417422173 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10849032 memory=360668 CPUtime=5.04 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 15469 13230 0 0 449 48 4 3 20 0 15 0 417422174 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10849032 memory=360668 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 52 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092744393952 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10849032 memory=360668 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 17 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092639273728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10849032 memory=360668 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10849032 memory=360156 CPUtime=10.17 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) S 25454 25457 22142 0 -1 1077944384 43709 13230 0 0 1005 5 4 3 20 0 15 0 417422178 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092710836976 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10849032 memory=360156 CPUtime=10.65 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 46175 13230 0 0 1053 5 4 3 20 0 15 0 417422178 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10849032 memory=360156 CPUtime=3.18 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) S 25454 25457 22142 0 -1 1077944384 30639 13230 0 0 304 7 4 3 20 0 15 0 417422178 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092708731376 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10849032 memory=360156 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 90039 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10849032 memory=360156 CPUtime=1.37 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1162 13230 0 0 56 74 4 3 20 0 15 0 417422178 11109408768 90039 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 2433.96 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 360156 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.29 1.37 3/227 25922
/proc/meminfo: memFree=24792592/32770624 swapFree=67021180/67108860
[pid=25457] ppid=25454 vsize=10849032 memory=361812 CPUtime=2494.82 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 270961 13230 0 0 249166 309 4 3 20 0 15 0 417422163 11109408768 90453 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2712258 90453 3640 1 0 2674317 0
[pid=25457/tid=25510] ppid=25454 vsize=10849032 memory=361692 CPUtime=2425.12 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 75706 13230 0 0 242463 42 4 3 20 0 15 0 417422172 11109408768 90453 33554432000 4194304 4196468 140735018632784 140093257824400 140092876369915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10849032 memory=361692 CPUtime=9.91 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 14473 13230 0 0 945 39 4 3 20 0 15 0 417422173 11109408768 90453 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10849032 memory=361812 CPUtime=9.87 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 17127 13230 0 0 940 40 4 3 20 0 15 0 417422173 11109408768 90453 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10849032 memory=361812 CPUtime=9.92 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 12328 13230 0 0 944 41 4 3 20 0 15 0 417422173 11109408768 90453 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10849032 memory=361812 CPUtime=9.91 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 11722 13230 0 0 944 40 4 3 20 0 15 0 417422173 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10849032 memory=361812 CPUtime=5.2 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 15624 13230 0 0 464 49 4 3 20 0 15 0 417422174 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10849032 memory=361812 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 52 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092744393952 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10849032 memory=361812 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 17 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092639273728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10849032 memory=361812 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10849032 memory=361812 CPUtime=10.17 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) S 25454 25457 22142 0 -1 1077944384 43711 13230 0 0 1005 5 4 3 20 0 15 0 417422178 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092710836976 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10849032 memory=1612 CPUtime=10.65 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 46177 13230 0 0 1053 5 4 3 20 0 15 0 417422178 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10849032 memory=361812 CPUtime=3.18 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) S 25454 25457 22142 0 -1 1077944384 30641 13230 0 0 304 7 4 3 20 0 15 0 417422178 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092708731376 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10849032 memory=3824 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 90453 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10849032 memory=361812 CPUtime=1.41 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1168 13230 0 0 58 76 4 3 20 0 15 0 417422178 11109408768 90453 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 2494.82 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 361812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.2 s]
/proc/loadavg: 1.13 1.27 1.36 3/227 25922
/proc/meminfo: memFree=24793292/32770624 swapFree=67021180/67108860
[pid=25457] ppid=25454 vsize=10849032 memory=361296 CPUtime=2520.07 cores=1,3,5,7
/proc/25457/stat : 25457 (java) S 25454 25457 22142 0 -1 1077944320 271370 13230 0 0 251689 311 4 3 20 0 15 0 417422163 11109408768 90324 33554432000 4194304 4196468 140735018632784 140735018615328 140093285990135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
/proc/25457/statm: 2712258 90324 3640 1 0 2674317 0
[pid=25457/tid=25510] ppid=25454 vsize=10849032 memory=6791534058613427641 CPUtime=2449.81 cores=1,3,5,7
/proc/25457/task/25510/stat : 25510 (java) R 25454 25457 22142 0 -1 4202560 75870 13230 0 0 244932 42 4 3 20 0 15 0 417422172 11109408768 90324 33554432000 4194304 4196468 140735018632784 140093257824448 140092875780461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25511] ppid=25454 vsize=10849032 memory=1384 CPUtime=10.02 cores=1,3,5,7
/proc/25457/task/25511/stat : 25511 (java) S 25454 25457 22142 0 -1 1077944384 14479 13230 0 0 956 39 4 3 20 0 15 0 417422173 11109408768 90324 33554432000 4194304 4196468 140735018632784 140093290232848 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25512] ppid=25454 vsize=10849032 memory=361296 CPUtime=10 cores=1,3,5,7
/proc/25457/task/25512/stat : 25512 (java) S 25454 25457 22142 0 -1 1077944384 17265 13230 0 0 952 41 4 3 20 0 15 0 417422173 11109408768 90324 33554432000 4194304 4196468 140735018632784 140093178506384 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25513] ppid=25454 vsize=10849032 memory=361296 CPUtime=10.05 cores=1,3,5,7
/proc/25457/task/25513/stat : 25513 (java) S 25454 25457 22142 0 -1 1077944384 12354 13230 0 0 956 42 4 3 20 0 15 0 417422173 11109408768 90324 33554432000 4194304 4196468 140735018632784 140093177453328 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25514] ppid=25454 vsize=10849032 memory=4964 CPUtime=10.03 cores=1,3,5,7
/proc/25457/task/25514/stat : 25514 (java) S 25454 25457 22142 0 -1 1077944384 11724 13230 0 0 956 40 4 3 20 0 15 0 417422173 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092857379728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25515] ppid=25454 vsize=10849032 memory=10092 CPUtime=5.26 cores=1,3,5,7
/proc/25457/task/25515/stat : 25515 (java) S 25454 25457 22142 0 -1 1077944384 15695 13230 0 0 470 49 4 3 20 0 15 0 417422174 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092745447664 140093286001282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25516] ppid=25454 vsize=10849032 memory=361296 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25516/stat : 25516 (java) S 25454 25457 22142 0 -1 1077944384 52 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092744393952 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25517] ppid=25454 vsize=10849032 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25517/stat : 25517 (java) S 25454 25457 22142 0 -1 1077944384 17 13230 0 0 0 0 4 3 20 0 15 0 417422175 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092639273728 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25518] ppid=25454 vsize=10849032 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25518/stat : 25518 (java) S 25454 25457 22142 0 -1 1077944384 2 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092035295184 140093286008731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25519] ppid=25454 vsize=10849032 memory=1908 CPUtime=10.17 cores=1,3,5,7
/proc/25457/task/25519/stat : 25519 (java) S 25454 25457 22142 0 -1 1077944384 43711 13230 0 0 1005 5 4 3 20 0 15 0 417422178 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092710836976 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25520] ppid=25454 vsize=10849032 memory=1360 CPUtime=10.65 cores=1,3,5,7
/proc/25457/task/25520/stat : 25520 (java) S 25454 25457 22142 0 -1 1077944384 46177 13230 0 0 1053 5 4 3 20 0 15 0 417422178 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092709784432 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25521] ppid=25454 vsize=10849032 memory=7432 CPUtime=3.18 cores=1,3,5,7
/proc/25457/task/25521/stat : 25521 (java) S 25454 25457 22142 0 -1 1077944384 30641 13230 0 0 304 7 4 3 20 0 15 0 417422178 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092708731376 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25522] ppid=25454 vsize=10849032 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/25457/task/25522/stat : 25522 (java) S 25454 25457 22142 0 -1 1077944384 3 13230 0 0 0 0 4 3 20 0 15 0 417422178 11109408768 90324 33554432000 4194304 4196468 140735018632784 140091565534048 140093286000341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
[pid=25457/tid=25523] ppid=25454 vsize=10849032 memory=924 CPUtime=1.42 cores=1,3,5,7
/proc/25457/task/25523/stat : 25523 (java) S 25454 25457 22142 0 -1 1077944384 1170 13230 0 0 58 77 4 3 20 0 15 0 417422178 11109408768 90324 33554432000 4194304 4196468 140735018632784 140092707678768 140093286001282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11325440 140735018633968 140735018636485 140735018636485 140735018639311 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 361296 KiB

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

[startup+2467.28 s]
# the end of solver process 25457 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.03 s, system=3.15423 s

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

Child status: 143
Real time (s): 2467.28
CPU time (s): 2520.18
CPU user time (s): 2517.03
CPU system time (s): 3.15423
CPU usage (%): 102.144
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1669008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.15423
maximum resident set size= 1670552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164865
involuntary context switches= 5238


# summary of solver processes directly reported to runsolver:
#   pid: 25457
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2517.03
#   total CPU system time (s): 3.15423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0487 second user time and 23.9384 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 23:50:56
IDJOB=4395957
IDBENCH=139233
IDSOLVER=2846
FILE ID=node150/4395957-1568411495
RUNJOBID= node150-1568401436-22174
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-05-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395957-1568411495/watcher-4395957-1568411495 -o /tmp/evaluation-result-4395957-1568411495/solver-4395957-1568411495 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=394718960 HOME/instance-4395957-1568411495.xml

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

MD5SUM BENCH= ce7bc4154440f5a39d3b926bfba59e31
RANDOM SEED=394718960

node150.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.79
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.79
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.79
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.79
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:        26353056 kB
MemAvailable:   31113464 kB
Buffers:          194556 kB
Cached:          4776920 kB
SwapCached:        13300 kB
Active:          1873044 kB
Inactive:        3862788 kB
Active(anon):     729048 kB
Inactive(anon):    60464 kB
Active(file):    1143996 kB
Inactive(file):  3802324 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021040 kB
Dirty:             35792 kB
Writeback:             0 kB
AnonPages:        861348 kB
Mapped:            52332 kB
Shmem:             16376 kB
Slab:             273024 kB
SReclaimable:     242548 kB
SUnreclaim:        30476 kB
KernelStack:        3712 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1930028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-14 00:32:03